/* CSS Document */

h1 {
	padding-bottom: 16px;
	font-size: 1.6em;
	color: #83bf42;
	text-transform: uppercase;
}

h1 span,
h2 span {
	display: none;
}

h2 {
	padding-bottom: 8px;
	font-size: 1.3em;
	color: #00a3db;
	text-transform: uppercase;
}

h3 {
	padding-bottom: 16px;
	font-size: 1.3em;
	color: #83bf42;
	text-transform: uppercase;
}

p {
	padding-bottom: 16px;
	font-size: 1.2em;
	line-height: 130%;
}

p strong {
	color: #83bf42;
}

p a {
	color: #00a3db;
	text-decoration: none;
}

p.boxed {
	background-color: #fefce4;
	border: 1px solid #ebebeb;
	padding: 10px;
	color: black;
}

p.boxed strong {
	color: black;
	font-weight: bold;
}

#colLeft p a:hover {
	 background-color: black;
	 color: white;
	 padding: 1px 2px 1px 2px;
}

#colRight p {
	font-size: 1.1em;
	padding-bottom: 0;
}

#colRight p.boxed {
	padding-bottom: 10px;
	margin-top: 10px;
}

#colRight ul {
	font-size: 1.1em;
	line-height: 130%;
	list-style: none;
	padding-top: 14px;
}

#colRight ul li:before {
	content: "\00BB \0020";
}

#colRight li a {
	text-decoration: none;
	color: #00a3db;
}

#colRight li a:hover {
	background-color: black;
	padding: 1px 2px 1px 2px;
	color: white;
}

#colRight p a {
	text-decoration: none;
	color: #00a3db;
}

#colRight p a:hover {
	background-color: black;
	color: white;
}

hr {
	color: #ebebeb;
	border: none;
	height: 3px;
	background-color: #ebebeb;
	margin-top: 16px;
	margin-bottom: 12px;
}

#colRight table {
	font-size: 1.1em;
	color: #545454;
	line-height: 130%;
}

#colRight td {
	padding-bottom: 5px;
}


#colLeft ul {
	font-size: 1.2em;
	line-height: 130%;
	padding-bottom: 16px;
	padding-left: 16px;
}

p.highlight {
	color: #4e792b;
	font-weight: bold;
}

p label {
	width: 200px;
	display: block;
	float: left;
	color: #999999;
}

p label:after {
	content: " \0020 \00BB";
}

.smallprint {
	font-size: 1em;
}



/*MAIN HEADINGS*/
#titleHomepage {
	background-image: url(../gfx/title-drp.gif);
	background-repeat: no-repeat;
	width: 374px;
	height: 32px;
}

#titleApplications {
	background-image: url(../gfx/title-applications.gif);
	background-repeat: no-repeat;
	width: 374px;
	height: 32px;
}

#titleDownloads {
	background-image: url(../gfx/title-downloads.gif);
	background-repeat: no-repeat;
	width: 374px;
	height: 32px;
}

#titleProducts {
	background-image: url(../gfx/title-products.gif);
	background-repeat: no-repeat;
	width: 374px;
	height: 32px;
}

#titleNews {
	background-image: url(../gfx/title-news.gif);
	background-repeat: no-repeat;
	width: 374px;
	height: 32px;
}

#titleContact {
	background-image: url(../gfx/title-contact.gif);
	background-repeat: no-repeat;
	width: 374px;
	height: 32px;
}

#titleLinks {
	background-image: url(../gfx/title-links.gif);
	background-repeat: no-repeat;
	width: 374px;
	height: 32px;
}

/*SIDEBAR HEADINGS*/

#titleMinimiseWaste {
	background-image: url(../gfx/title-minimisewastevolume.gif);
	background-repeat: no-repeat;
	width: 262px;
	height: 32px;	
}

#titleHeadQuarters {
	background-image: url(../gfx/title-headquarters.gif);
	background-repeat: no-repeat;
	width: 262px;
	height: 32px;	
}

#titleSouthEastOffice {
	background-image: url(../gfx/title-southeastoffice.gif);
	background-repeat: no-repeat;
	width: 262px;
	height: 32px;	
}

#titleDownloadDataSheets {
	background-image: url(../gfx/title-downloaddatasheets.gif);
	background-repeat: no-repeat;
	width: 262px;
	height: 32px;	
}

#titleOurCrushingMachines {
	background-image: url(../gfx/title-crushingmachines.gif);
	background-repeat: no-repeat;
	width: 262px;
	height: 32px;	
}


/* contact form styles */

.contactForm {
	width: 350px;
	font-size: 1.2em;
}

.contactForm td {
	padding-bottom: 4px;
}

.textbox {
	width: 225px;
	height: 17px;
	border: 1px solid #ccc;
	padding-top: 3px;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.textarea {
	width: 225px;
	height: 75px;
	border: 1px solid #ccc;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

