/* CSS Document */

body{	 
	padding:0; 
	margin:0;
	background-color:#d9ebff;
}

a{
	outline:none;
}

a:hover{
	outline:none;
}

.leftbg{
	background-image:url(images/left.jpg);
	background-repeat:repeat;
}

.rightbg{
	background-image:url(images/right.jpg);
	background-repeat:repeat;
}

.header{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:136px;
}

.headerproduct{
	background-image:url(images/hd_products.jpg);
	background-repeat:no-repeat;
	height:136px;
}

.headercontact{
	background-image:url(images/hd_contact.jpg);
	background-repeat:no-repeat;
	height:136px;
}

.headerabout{
	background-image:url(images/hd_about.jpg);
	background-repeat:no-repeat;
	height:136px;
}

.headerro{
	background-image:url(images/hd_ro.jpg);
	background-repeat:no-repeat;
	height:136px;
}

.headerservices{
	background-image:url(images/hd_services.jpg);
	background-repeat:no-repeat;
	height:136px;
}

.headerspecials{
	background-image:url(images/hd_special.jpg);
	background-repeat:no-repeat;
	height:136px;
}

.headersoftener{
	background-image:url(images/hd_water_softeners.jpg);
	background-repeat:no-repeat;
	height:136px;
}

.headeriron{
	background-image:url(images/hd_iron.jpg);
	background-repeat:no-repeat;
	height:136px;
}

.headertips{
	background-image:url(images/hd_tips.jpg);
	background-repeat:no-repeat;
	height:136px;
}

.bodytext{
	font:12px Arial;
	color:#44464d;
	text-decoration:none;
	text-align:justify;
	line-height:18px;
	padding-left:11px;
	padding-right:40px;
}

.heading{
	font:bold 16px Arial;
	color:#ff7f02;
	text-decoration:none;
	text-align:justify;
	line-height:18px;
	padding-left:11px;
	padding-right:40px;
}

.footerbg{
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	height:35px;
	font:11px Arial;
	color:#FFFFFF;
	text-decoration:none;	
}
