body {
	background: url("../images/html-bg.gif") left 0;
	color: #333333;
	font: 0.8em/1.2em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

li {
	background: url("../images/bullet.gif") no-repeat 0 10px;
	padding-left: 14px;
	list-style: none;
	line-height: 1.8em;
}

p {
	line-height: 1.6em;
}

a {
	color: #0079c2
}

a:hover {
	text-decoration: none;
}

blockquote {
	line-height: 1.4em;
	margin: 1.5em 0 7px;
}

#recentquestions {
	float: right;
	width: 420px;
}

h2 {
	color: #0079c2;
	font-weight: normal;
	font-size: 16px;
}

#home h2 {
	color: #333333;
}

h2.formheader {
	/*background: url("../images/form-top.gif") no-repeat bottom center;*/
	margin-bottom: 0;
	padding-bottom: 12px;	
	width: 420px;
}

p.formheader {
	/*background: url("../images/form-top.gif") no-repeat bottom center;*/
	color: #999999;
	font-style: italic;
	line-height: 1.2em;
	margin: 0;
	padding: 12px 0 12px;	
	width: 420px;
}

form {
	/*background: url("../images/form-bg.gif") no-repeat bottom center;*/
	margin:0 0 30px;
	overflow: hidden;
	padding: 20px 30px 20px;
	width: 360px;
	
	background-color:#ECF4F8;
	border:1px solid #CCE2EF;
}

form label {
	color: #444444;
	display: block;
	float:left;
	width: 130px;
}

form .input {
	background: #ffffff url("../images/input-bg.gif") no-repeat right top;
	border: 1px #999999 solid;
	padding: 4px;
	width: 220px;
}

form .input:focus {
	border-color: #0079c2;
}

form .submit {
	margin-left: 130px;
	margin-right: 20px;
}

form a {
	font-style: italic;
	text-decoration:none;
}

form a:hover {
	text-decoration: underline;
}

form p {
	margin: 0;
	padding: 0 0 6px;
}

form #validation {
	color: #666666;
	font-style: italic;
	margin-bottom: 8px;
}

form .infotext {
	font-size: 11px;
	font-style:italic;
	margin-left: 130px;
}

#signinform, #AskTheExpert, #passform {
	float: left;
}

#signupform {
	float: right;
}

#ContactForm {
	background: none;
	border: 0 none;
	padding: 0;
	width: 100%;
}

#ContactForm fieldset {
	/*background: url("../images/form-bg.gif") no-repeat bottom center;*/
	background-color: #ecf4f8;
	border: 1px #cce2ef solid;
	margin: 20px 0 0;
	padding: 0 0 30px;
	/*width: 360px;*/
}

#ContactForm legend {
	/*background: url("../images/form-top.gif") no-repeat bottom center;*/
	/*background: none;
	font-size:14px;
	margin:0 0 10px;
	padding-bottom: 42px;*/
}

label.accept {
	font-size:12px;
	line-height:1.4em;
	margin-bottom:1em;
	width:300px;
}

#ContactForm h2 {
	padding-left: 20px;
}

#ContactForm fieldset.submit {
	padding: 16px 0 10px;
}

#ContactForm input.submit {
	margin-left: 16px;
}

#ContactForm textarea {
	height: 150px;
	width: 600px;
}

.leftform, .rightform {
	float: left;
}

.leftform input, .rightform input {
	width: 160px;
}

.leftform label, .rightform label {
	width: 120px;
}

#ContactForm p {
	padding:0 0 6px 30px;
}

.checkboxes {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.checkboxes label {
	width: 210px;
}

.chk {
	margin-right: 10px;
}

#moreinformation label {
	float: none;
	width: auto;
}

#products li {
	background:none;
	border: none;
	display:block;
	float:left;
	font-size: 14px;
	height:90px;
	width:210px;
}

#products li a {
	color: #999999;
	display:block;
	text-decoration:none;
	padding-left: 110px;
	padding-top: 30px;
	height:60px;
	width:100px;
}

#products li a:hover {
	color: #000000;
}

dt {
	font-style: italic;
	margin-bottom: 0.3em;
}

dd {
	margin: 0 0 1em 0.5em;
}

#home .section h2 {
	background: url("../images/panelheader-bg.gif") no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	height: 29px;
	line-height: 29px;
	padding-top: 3px;
	padding-left: 12px;
	margin: 0;
}

#home .section {
	float: left;
	margin-right: 40px;
	margin-top: 24px;
	height: 167px;
	width: 280px;
}

#home #asktheexpert {
	/*background:url("../images/asktheexpert-bg.jpg") no-repeat 0 29px;*/
	background:url("../images/genericsection-bg.jpg") no-repeat 0 29px;
}

#home #specialoffer, #home #spares {
	background:url("../images/genericsection-bg.jpg") no-repeat 0 29px;
}

#home #spares img {
	float: left;
	margin-left: 22px;
	margin-top: 14px;
}

#home #specialoffer img {
	float: right;
	margin-right: 14px;
	margin-top: 3px;
}

#home .section p {
	line-height: 1.2em;
}

#home #spares p {
	float: right;
	padding-right: 18px;
	margin-top: 18px;
	text-align: right;
	width: 140px;
}

#home #asktheexpert p {
	padding-left: 14px;
	text-align: left;
	width: 160px;
}

#home #specialoffer p {
	color: #0079c2;
	font-size: 16px;
	padding-left: 14px;
	margin-top: 18px;
}

#home #specialoffer p span {
	display: block;
	color: #666666;
	font-size: 18px;
	margin-top: 4px;
}

#home .full-width {
	margin-right: 0;
	width: 920px;
}

#home .end {
	margin-right: 0;
}




.readmore {
	background:url("../images/readmore.png") no-repeat;
	display: block;
	float: right;
	height: 0;
	margin-top: 8px;
	overflow: hidden;
	padding-top: 24px;
	text-indent: -999px;
	width: 100px;
}

#specialoffer .readmore {
	float: left;
}

#wrapper {
	background:url("../images/header-bg.gif") repeat-x top left;
	overflow: hidden;
	width: 100%;
}

#content h1 {
	color: #0079c2;
	font-weight: normal;
	font-size: 24px;
	padding-top: 0.7em;
	padding-bottom: 0.2em;
}

#content p {
	text-align: justify;
}

#topnav {
	color:#bfddf0;
	height: 32px;
	line-height: 29px;
	margin: 0 auto;
	text-align: right;
	width: 960px;
}

#topnav a {
	color: #bfddf0;
	text-decoration: none;
}

#topnav a:hover {
	color: #FFFFFF;
}

#header {
	height: 137px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#logo {
	background: url("../images/logo.gif") no-repeat top left;
	display: block;
	height: 66px;
	overflow: hidden;
	position: absolute; left: 0; top: 24px;
	text-indent: -999px;
	width: 209px;
}

#header ul {
	background:url("../images/nav-bg.gif") no-repeat top left;
	height: 39px;
	list-style: none;
	margin:0;
	padding: 0 0 0 20px;
	position: absolute; left: 0; bottom: -20px;
	width: 940px;
}

#header li {
	background: url("../images/menu.png") no-repeat top left;
	display: inline;
	float: left;
	margin-right:12px;
	padding: 0 10px;
}




#header li#newsletter {
	background:none;
	float: right;
	margin-right: 17px;
	padding: 0;
}

#header li#newsletter:hover {
	text-decoration: underline;
}

#header li a {
	color: #FFFFFF;
	display: block;
	height: 39px;
	line-height: 38px;
	text-decoration: none;
}

#header li.current a {
	color: #BFDDF0;
}

#header li a:hover {
	color: #333333;
}

#header li#newsletter a {
	color:#000000;
}

#content-top {
	background:url("../images/contenttop-bg.png") no-repeat;
	height: 30px;
	margin: 40px auto 0;
	width: 990px;
}

#content {
	background:url("../images/content-bg.png") repeat-y;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 35px 20px;
	position: relative;
	width: 920px;
}

#fullwidth #content {
	padding: 0 55px 40px;
	width: 880px;
}

#masthead {
	height: 308px;
	position: relative;
}

#masthead h1 {
	font-weight: normal;
	position: absolute; left: 20px; bottom: 58px;
}

#masthead h1 span {
	color: #0079c2;
	font-weight: bold;
}

#home #masthead h2 {
	font-weight: normal;
	font-size: 18px;
	position: absolute; left: 20px; bottom: 0;
	line-height: 24px;
	width: 510px;
}

#home #products {
	background: url(../images/genericfullwidth.gif) no-repeat 0 29px;
	height: 184px;
	overflow:hidden;
}

#aside {
	background: url("../images/aside-bg.png") no-repeat;
	min-height: 360px;
	padding: 20px 0;
	position: absolute; left: -98px; top: 8px;
	width: 236px;
}

#aside h3 {
	color: #FFFFFF;
	font-size: 16px;
	margin: 0 28px 0 0;
	text-align: right;
}

#aside ul {
	width: 236px;
}

#aside li {
	background: none;
	list-style: none;
	font-size: 0.9em;
	overflow: hidden;
	padding-left: 9px;
	text-align: right;
	width: 190px;
}

#aside li a {
	color: #FFFFFF;
	display: block;
	float: right;
	height: 24px;
	line-height: 24px;
	padding-right: 30px;
	text-decoration: none;
	width: 100%;
}

#aside li a:hover {
	color: #f6dc20;
}

#aside li.current a {
	background: url("../images/aside-current.png") no-repeat right;
	color: #333333;
	height: 35px;
	margin-top: 6px;
}

#aside .random-testimonial {
	bottom:0;
	left: 0;
	margin:24px;
	position:absolute;
}

.testimonials {
	margin: 0;
	padding: 0;
}

.testimonials li {
	background: none;
	margin: 1em 0;
	padding: 0;
}

#aside blockquote  {
	color:#FFFFFF;
}

#aside cite {
	color:#BFDDF0;
	font-size:11px;
	line-height:11px;
}

#content-container {
	margin: 0 auto;
	overflow: hidden;
	width: 990px;
}

#secondary #content-top {
	background: url(../images/secondarycontenttop-bg.png) no-repeat right bottom;
	float: right;
	width: 885px;
}

#secondary #content {
	background: url(../images/secondarycontent-bg.png) no-repeat right bottom;
	float: right;
	min-height: 430px;
	padding-left: 160px;
	padding-bottom: 80px;
	padding-right: 45px;
	position: relative;
	overflow: visible;
	width: 680px;
}

.image {
	float: right;
	margin-left: 20px;
	margin-top: 4px;
	position: relative;
}

.image span {
	background: url("../images/imageoverlay.png") no-repeat;
	display: block;
	height: 170px;
	position: absolute; top: 0; left: 0;
	width: 280px;
}

#backtotop {
	background:url("../images/backtotop.png") no-repeat;
	display: block;
	height: 35px;
	position: absolute; bottom: 40px; right:-1px;
	text-indent: -999em;
	width: 138px;
}

#fullwidth #backtotop {
	bottom: 0;
}

#content-bottom {
	background:url("../images/contentbottom-bg.png") no-repeat;
	height: 38px;
	margin: 0 auto;
	width: 990px;
}

#footer {
	color: #a9b2b4;
	font-size: 0.9em;
	line-height: 1.6em;
	padding-bottom: 30px;
	text-align: center;
}

#secondary #footer {
	margin:0 auto;
	padding-left:105px;
	width:855px;
}

#footer p {	
	margin:0;
}

#footer a {
	color: #a9b2b4;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#gassafe {
	float: right;
	margin-left: 20px;
	margin-right: -40px;
}

/*---------------------------------------------------------------------------------------- Products ---------------*/

.products {
	margin: 20px 0 0 0;
	overflow:hidden;
	padding: 0;
}

.instock {
	background: url("../images/instock.png") no-repeat;
	display: block;
	height: 35px;
	line-height: 23px;
	padding-left: 20px;
	position: absolute; right: -12px; bottom: 8px;
	width: 85px;
}

.soldout {
	background: url("../images/soldout.png") no-repeat;
	color: #ffffff;
	display: block;
	height: 35px;
	line-height: 23px;
	padding-left: 20px;
	position: absolute; right: -12px; bottom: 8px;
	width: 60px;
}

li.washers a {
	background: url("/assets/images/products/washers.png") no-repeat;
}

li.dryers a {
	background: url("/assets/images/products/dryers.png") no-repeat;
}

li.extractors a {
	background: url("/assets/images/products/extractors.png") no-repeat;
}

li.water-heaters a {
	background: url("/assets/images/products/waterheaters.png") no-repeat;
}

li.washer-dryers a {
	background: url("/assets/images/products/washer-dryers.png") no-repeat;
}

li.the-barrier-concept a {
	background: url("/assets/images/products/barrier-concept.png") no-repeat;
}

.products li.lagoon a {
	background: url("/assets/images/products/lagoon.png") no-repeat 12px 13px;
}

.products li a {
	background-position: 32px 16px;
}

li.finishing-equipment a {
	background: url("/assets/images/products/finishingequipment.png") no-repeat 14px 30px;
}

.products li {
	border: 1px #CCCCCC solid;
	background: url("../images/product-bg.gif");
	display: block;
	width: 205px;
	padding: 0;
	height: 130px;
	margin: 6px;
	float: left;
	line-height: 1.2em;
}

#products .products li {
	border: 0 none;
	background: none;
	height: 130px;
	padding: 0;
	margin: 0;
	width: 151px;

}

.products li a {
	display: block;
	width: 195px;
	height: 20px;
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	padding: 100px 10px 10px 0;
}

#products .products li a {
	background-position: center 0;
	text-align: center;
	padding:95px 0 0 0;
	margin: 0;
	width: 151px;
}

#products li.finishing-equipment a {
	background: url("/assets/images/products/finishingequipment.png") no-repeat center 18px;
}

.product {
	background-color:#F9F9F9;
	border:1px solid #CCCCCC;
	padding:12px;
	/*overflow: hidden;*/
	position: relative;
	margin-bottom: 16px;
	float: left;
	width: 654px;
}

.datasheet a {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 110px;
	background: url("../images/datasheet.gif");
	color:#FFFFFF;
	text-decoration: none;
	text-align: right;
	padding: 5px 20px;
}

.thumbs {
	padding: 0; margin: 0;
}

.thumbs li {
	background: none;
}

.datasheet a:hover {
	text-decoration: underline;
}

.product img {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
}

.product h2 {
	margin:0 0 12px;
}

.product p {
	margin: 0;
}

.ditto_paging {    border-top: 1px solid #ccc;    padding: 10px;     font-size: 86%;    color: #0079C2;}

#ditto_pages .ditto_currentpage {    border: 1px solid #0079C2;    padding: 1px 5px 2px;     margin-right: 1px;    background-color: #0079C2;     color: #fff;}

#ditto_pages .ditto_off {    border: 1px solid #ccc;    padding: 1px 5px 2px;     margin-right: 1px;    color: #ccc;}

#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {    border: 1px solid #008CBA;     padding: 1px 5px 2px;     margin-right: 1px;     text-decoration: none !important;     color: #0079C2} 

#ditto_pages a:hover {    background-color: #fff;    color: #0079C2;}
