/* General HTML */
*{
	padding:0;
	margin:0;
}
html{
	background-color:#EFEFF9;
}
body{
	font: 100% Arial, Helvetica, sans-serif;
	text-align:center;
}
a:link, a:visited{
	color:#0000CC;
}
a:hover, a:active{
	color:#009900;
}
h1{
	font-size:0.9em;
	text-align:right;
	background:#fff;
	padding:0.2em 0.5em;
}
h1 span.odour{
	color:#FF0000;
}
h1 span.wastewater{
	color:#0033CC;
}
h1 span.soil{
	color:#663300;
}
h2{
	font-size:1.2em;
	color:#003366;
	font-weight:normal;
	background:transparent url(/img/h2.jpg) no-repeat left top;
	padding:0.2em 0.5em;
}
h3{
	font-size:1em;
	margin:1em 60px 0 0;
	padding-bottom:0.1em;
	border-bottom:1px dashed #ccc;
}
h4{
	font-size:0.9em;
}
#nav h5{
	font-size:0.8em;
	color:#fff;
	padding:0 20px 0.2em 0;
	background:#315D00 url(/img/sub_menu_back.jpg) no-repeat right bottom;
}
#content p{
	font-size:0.8em;
	margin:1.5em 0;
}
p#address, p#phone{
	color:#003366;
	font-size:0.75em;
	margin:10px 0 0 20px;
}
#header p{
	font-size:0.7em;
	font-weight:bold;
	color:#003D79;
	margin:5px 0 0 180px;
}
p.seperate{
	word-spacing: 1.5em;
}
#content ul{
	margin:1em 0 0 2em;
	font-size:0.8em;
}
#content ul p{
	font-size:1em;
	margin:0.5em 0 0 0;
}
#was p {
	margin:40px 0 0 0;
}
#content ul#distributors{
	font-size:0.8em;
	margin:1em 0 0 1em;
}
ul#distributors img{
	float:right;
}
#content ul#distributors li{
	margin-bottom:0.5em;
}
#content ul#distributors p{
	margin:0.5em 0 1.5em;
}
#content ul#distributors span{
	font-weight:bold;
}
#results #content ul li,
#media #content ul li {
	margin-bottom:1em;
}
#case #content ul li,
#testimonials #content ul li{
	margin-bottom:1em;
	font-size:0.9em;
	font-weight:bold;
}
#content ul#trade{
	list-style-type:none;;
}
#content ul#trade li{
	clear:left;
	margin-bottom:1.5em;
	font-weight:bold;
}
#content ul#trade li img{
	float:left;
	margin-right:5px;
}
#subhead ul{
	text-align:right;
	list-style-type:none;
	background:#DDDDDD url(/img/subhead-back.gif) no-repeat left top;
	padding:10px 0 7px 10px;
}
#subhead ul li{
	display:inline;
}
#subhead ul li a{
	text-decoration:none;
	padding:3px 30px 5px 30px;
	font-size:0.8em;
}
#subhead ul li.aeration a{
	border-left:1px dashed #999999;
	border-right:1px dashed  #999999;
}
#subhead ul li.biotics a:link, 
#subhead ul li.biotics a:visited{
	color:#943939;
}
#subhead ul li.aeration a:link, 
#subhead ul li.aeration a:visited{
	color:#0F38D0;
}
#subhead ul li.dispensing a:link,
#subhead ul li.dispensing a:visited{
	color:#008B00;
}
#subhead ul li a:hover,
#subhead ul li a:active,
#subhead ul li a:focus{
	text-decoration:underline;
}
#footer a:link, #footer a:visited{
	color:#fff;
	text-decoration:none;
}
#footer a:hover, #footer a:active,
#footer a:focus{
	text-decoration:underline;
}
#nav ul{
	list-style-type:none;
	text-align:right;
	margin-bottom:2em;
}
#nav ul li ul{
	margin:0;
}
#nav ul li ul li a{
	display:block;
	padding:0.4em 20px 0.5em 0;
	text-decoration:none;
	font-size:0.8em;
	border-bottom:1px dashed #fff;
}
#nav ul li ul li.last a{
	border:none;
}
#nav ul li ul li a:link, #nav ul li ul li a:visited{
	background-color:#99CC00;
	color:#003366;
}
#nav ul li ul li a:hover, #nav ul li ul li a:active,
#nav ul li ul li a:focus,
#about #nav ul li.about a, #contact #nav ul li.contact a,
#testimonials #nav ul li.testimonials a, #media #nav ul li.media a,
#distributors #nav ul li.distributors a, #wastewater #nav ul li.wastewater a,
#odour #nav ul li.odour a, #case #nav ul li.case a,
#results #nav ul li.results a, #products #nav ul li.products a,
#order #nav ul li.order a, #tradeshow #nav ul li.tradeshow a,
#intdistributors #nav ul li.intdistributors, #septics #nav ul li.septics a{
	background-color:#B8F400;
}
ul.error{
	margin:0 0 1em 2em;
	color:#990000;
	font-size:0.8em;
}
#content p.error{
	margin:1em 0 0 0;
	font-weight:bold;
}
fieldset {
	padding: 1em;
	border:1px solid #CAD8E3;
}
legend{
	color:#0066CC;
}
label {
	float:left;
	width:25%;
	margin:0.2em 0.5em 0.2em 0;
	padding-top:0.2em;
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
}
input, textarea, select {
	margin:0.2em 0;
}
/* Layout */
#wrapper{
	text-align:left;
	width:1000px;
	margin:0 auto;
	background-color:#99CC00;
}
#header{
	height:174px;
	background:#C5D5EE url(/img/header3.jpg) left top no-repeat;
}
#content{
	width:760px;
	float:right;
	background:#fff;
	padding:55px 40px 20px 40px
}
#nav{
	width:160px;
	float:left;
	padding-top:55px;
	background:transparent url(/img/water.jpg) no-repeat left top;
}
#footer{
	clear:both;
	text-align:center;
	padding:0.3em 0;
	background-color:#0066CC;
	color:#fff;
	font-size:0.7em
}
#spacer{
	height:25em;
}
#spacersmall{
	height:10em;
}
/* General Classes */
.clear{
	clear:both;
	font-size:0em;
	line-height:0em;
}
.center{
	text-align:center;
	margin:0 auto;
}
.floatR{
	float:right;
}
.floatL{
	float:left;
}
.red{
	color:#943939;
	font-weight:bold;
}
.blue{
	color:#0F38D0;
	font-weight:bold;
}
.green{
	color:#008B00;
	font-weight:bold;
}

/* Images */
a img{
	border:0;
}
.aerate{
	border:1px solid #ccc;
	padding:5px;
	margin:5px;
}
#gts, #was img{
	float:left;
	margin-right:10px;
}
#adobe, #iso{
	float:left;
	margin:-5px 10px 0 0;
}

/* Tables */
#products table{
	font-size:0.8em;
}

#products table th, #products table td{
	padding:0.2em;
}
#products table th{
	text-align:center;
}
#products table th.category{
	text-align:left;
	padding:0.5em 1em;
	background-color:#DDD;
}
#video{
	margin:0 auto ;
	width:300px;
	background-color:#000;
}