@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

img {
border:0;
}


body {
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#FFF;
	text-align:center;
	font-size:12px;
	color: #525252;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
	
.wrapper {
	position:relative;
	text-align:left;
	width:1000px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	overflow: hidden;
	zoom: 1;
	}
	
.logo {
	float:left;
	width:1000px;
	height:147px;
	background-repeat: no-repeat;
}

.nav {
	float:left;
	width:1000px;
	height:43px;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
}
	
.banner {
	float:left;
	width:1000px;
	height:252px;
	margin-top:33px;
	}
	
.banner01 {
	float:left;
	width:514px;
	height:252px;
	background-image: url(images/banner_01.jpg);
	background-repeat: no-repeat;
}

.banner02 {
	float:left;
	width:486px;
	height:252px;
	background-image: url(images/banner_02.jpg);
	background-repeat: no-repeat;
	}
	
.content {
	float:left;
	width:1000px;
	height:auto;
	}
	

.content_text {
	float:left;
	width:544px;
	height:auto;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	padding: 30px;
	}
.bluetxt {
	color: #3075C3;
}
.wrapper .content .content_text p a {
	color: #3075C3;
	text-decoration: underline;
}

	
.content_banner {
	float:left;
	width:384px;
	height:auto;
	margin-left: 12px;
	}	

.form {
	float:left;
	width:950px;
	height:160px;
	background-image:url(images/form_bg.jpg);
	background-repeat:no-repeat;
	margin-top: 12px;
	padding-top: 20px;
	padding-left: 50px;
}

.footer {
	float: left;
	height: 75px;
	width: 1000px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
	color: #0261BB;
	line-height: 20px;
}
.wrapper .content .content_text h1 {
	color: #4FA31A;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 30px;
}
.wrapper .content .content_text h2 {
	color: #4FA31A;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.bottomContact {
	color: #3075C3;
	font-size: 14px;
	font-weight: bold;
}




.footer a:link {
	color: #0261BB;
	text-decoration:none;
}
.footer a:visited {
	color: #0261BB;
	text-decoration:none;
}
.footer a:hover {
	color: #0261BB;
	text-decoration:underline;
}


.wrapper .form h1 {
	color: #525252;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 15px;
}



.product_box {
	float: left;
	width: 544px;
	background-image: url(images/products/product_box_bg.jpg);
	background-repeat: no-repeat;
	height: 189px;
	display: inline;
	margin-bottom: 20px;
}
.product_boxfiltration {
	float: left;
	width: 544px;
	background-repeat: repeat-y;
	height: auto;
	display: inline;
	margin-bottom: 20px;
	background-image: url(images/product_box_bg_small.gif);
}

.wrapper .content .content_text div .bottomContact {
	float: left;
	width: 544px;
}

.image_holder {
	float: left;
	height: 200px;
	width: 200px;
	margin-right: 38px;
	vertical-align: bottom;
	text-align: center;
}
.image_holderfiltraion {
	float: left;
	height: auto;
	width: 200px;
	margin-right: 38px;
	vertical-align: bottom;
	text-align: center;
}

.floatright {
	float: right;
	margin-left: 20px;
}
.product_boxCopy {
	float: left;
	width: 544px;
	background-image: url(images/products/product_box_bg_big.jpg);
	background-repeat: no-repeat;
	height: 300px;
	display: inline;
	margin-bottom: 20px;
}
.image_holderCopy {
	float: left;
	height: 280px;
	width: 200px;
	margin-right: 38px;
	vertical-align: bottom;
	text-align: center;
}
.wrapper .content .content_text table {
	border: 1px solid #34A3FF;
}
.wrapper .content .content_text table tr td {
	border: 1px solid #3CC3E1;
}
.dc {
	float: left;
	width: 1000px;
	text-align: right;
	font-size: 11px;
	margin-bottom: 20px;
}
.wrapper .dc a:link {
	color: #666;
	text-decoration: none;
}

.wrapper .dc a:visited {
	color: #666;
	text-decoration: none;
}

.wrapper .dc a:hover {
	color: #666;
	text-decoration: underline;
}
