/* @override
	http://localhost/css/style.css */

/* @group framework */
/* - Modified E.Meyer Style Reset - */
		html, body, div, span, applet, object,  iframe, h1, h2, h3, h4, h5, h6, p,  blockquote, pre, a, abbr, acronym,  address, big, cite, code, del, dfn,  em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt,  var, dl, dt, dd, ol, ul, li, fieldset,  form, label, legend, table, caption,  tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
input {
	margin:0;
	padding:0;
}
:focus {
	outline:0;
}
body {
	line-height:1;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* - Clear Fix Based On http://www.positioniseverything.net/easyclearing.html - */
		.cf:after, .wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf, .wrapper {
	display: inline-block;
}
html[xmlns] .cf, html[xmlns] .wrapper {
   display: block;
}
/* @end */


/* document styles */
a {
	text-decoration: none;
}
body {
	font-family: Verdana, sans-serif;
}
h2 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
p {
	color: #999;
}

#container {
	width: 990px;
	margin: 0 auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#gnav {
	height: 43px;
	background: url(../images/bkgd-gnav.gif);
	font-size: 13px;
	line-height: 43px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#gnav ul {
	float: left;
	margin: 0 0 0 30px;
}
#gnav li {
	display: inline;
	margin: 0 20px 0 0;
}
#gnav li a {
	color: #fff;
	text-transform: uppercase;
}
#gnav li a:hover {
	color: #7DCBC7;
}
#gnav p {
	color: #fff;
	float: right;
	margin: 0 30px 0 0;
}
#header {
	display: table;
	width: 990px; height: 220px;
	border-bottom: 1px solid #999;
}
#feature {
	width: 690px; height: 220px; overflow:hidden;
}
#logo {
	width: 300px; height: 220px;
	background: url(../images/bkgd-logo.gif);
	display: table-cell;
	vertical-align: middle;
}
#logo a {
	display: block;
	width: 225px; height: 104px;
	margin: 0 auto;
	/*background: url(../images/bkgd-logo-a.gif); Removed background image so alt and title tags can be used for the images*/
	/*text-indent: -1000em; Removed cloaking*/
}
#pnav {
	background: url(../images/bkgd-pnav.jpg) no-repeat;
	width: 690px; height: 43px;
}
#colrow div {
	float: left;
}
.col1 {
	width: 690px;
}
.col2 {
	width: 299px;
	min-height: 43px;
	border-left: 1px solid #999;
}
.home .col2 {
	border-left: none;
}
#pnav ul {
}
#pnav li {
	list-style: none;
	float: left;
	border-right: 1px solid #999;
}
#pnav li a {
	width: 229px; height: 43px;
	line-height: 43px;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	display: block;
}
#pnav li a:hover {
	background: url(../images/bkgd-pnav-ahover.jpg);
	color: #2EA698;
}
#hcolrow {
	height: 267px;
	border-bottom: 1px solid #999;
}
#hcolrow div {
	display: block;
	width: 229px; height: 257px;
	padding: 10px 0 0 0;
	border-right: 1px solid #999;
	float: left;
}
#hcolrow div p {
	font-size: 18px;
	line-height: 20px;
	color: #999;
	margin: 0 20px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#hcolrow div p a {
	font-size: 10px;
	color: #999;
	display: block;
	text-align: right;
	margin: 3px 0 0 0;
	font-style: normal;
	text-transform: uppercase !important;
}
/*#hcolrow div.col1 { Removed background image so alt and title tags can be used for the images
	background: url(../images/bkgd-hcolrow-col1.jpg) no-repeat bottom center;
}

#hcolrow div.col1 img {
	margin:auto;
}

#hcolrow div.col2 {
	background: url(../images/bkgd-hcolrow-col2.jpg) no-repeat bottom center;
}
#hcolrow div.col3 {
	background: url(../images/bkgd-hcolrow-col3.jpg) no-repeat bottom center;
}*/


#content {
	padding: 30px;
	width: 630px;
}
#content h2 {
	font-size: 18px;
	color: #2EA1DE;
	font-weight: normal;
	margin: 20px 0 15px 0;
	text-transform: uppercase;
}
.water-softeners #content h2 {
	margin: 40px 0 15px 0;
}
.home #content h2 {
	text-transform: none;
	margin: 0 0 10px 0;
	font-size: 16px;
}
#content h2 a {
	font-size: 10px;
	color: #999;
	font-style: normal;
	text-transform: uppercase;
}
.well-pumps #content h2 a {
	display: block;
	margin: 5px 0 0 0;
}
.well-pumps #content h2 {
	margin: 20px 0 20px 0;
}
#content h3 {
	font-size: 14px;
	color: #2EA698;
	font-weight: normal;
	margin: 0 0 5px 0;
}
#content p {
	font-size: 11px;
	line-height: 20px;
	color: #999;
	margin: 0 0 10px 0;
}
#content p a {
	font-size: 10px;
	color: #999;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: underline;
}

#content ul, #content ol  {
	margin: 10px 0 0 0;
}
.well-pumps #content ol {
	margin: -10px 0 10px 0;
}

.home #content ul {
	float: left;
	margin: 0px 10px 0 0;
}
#content li {
	font-size: 11px;
	line-height: 20px;
	color: #999;
	margin: 0 0 0 15px;
}
.home #content li {
	list-style-image: url(../images/bkgd-home-content-li.gif);
}
#offers {
	padding: 30px 0 0 0;
}
#offers div {
	width: 210px;
	padding: 0 20px 0 50px;
	margin: 0 0 20px 20px;
}
#offers .home {
	background: url(../images/bkgd-offers-home.gif) no-repeat;
}
#offers .audio {
	background: url(../images/bkgd-offers-audio.gif) no-repeat;
}
#offers .testimonial {
	background: url(../images/bkgd-offers-testimonial.gif) no-repeat;
}

#offers .water-analysis {
	background: url(../images/bkgd-offers-water-analysis.gif) no-repeat;
}
#offers .free-install {
	background: url(../images/bkgd-offers-free-install.gif) no-repeat;
}
#offers .free-financing {
	background: url(../images/bkgd-offers-free-financing.gif) no-repeat;
}


#benefits {
	width: 260px;
	padding: 0 20px;
	margin: 20px 0 0 0;
}
#benefits h4 {
	margin: 0 0 10px 0;
}
#benefits p {
	margin: 0 0 10px 0;
}
#benefits img {
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #999;
}
#buy-filters,
#intro {
	width: 260px;
	padding: 0 20px;
	margin: 20px 0 0 0;
}
.about #intro h3 {
	text-transform: none;
}
#intro h4 strong {
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin: 3px 0 0 0;
}
#buy-filters a,
#intro a {
	text-decoration: underline;
}

#locations {
	width: 260px;
	padding: 0 20px;
	margin: 20px 0 0 0;
	margin-bottom: 20px;
}
#locations h3 {
	text-transform: none;
}
#locations h4 strong {
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin: 3px 0 0 0;
}
#locations a {
	text-decoration: underline;
}




.col2 h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2EA1DE;
}
.col2 h3 strong {
	font-size: 22px;
	font-weight: normal;
	display: block;
	margin: 3px 0 3px 0;

}
.col2 p {
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 0 0;
	color: #999;
}
.col2 a {
	font-size: 10px;
	color: #999;
	display: block;
	margin: 5px 0 0 0;
	font-style: normal;
	text-transform: uppercase;
}
.col2 h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #2EA698;
	margin: 0 0 5px 0;
}
.col2 h4 a {
	font-size: 10px;
	color: #999;
	margin: 5px 0 0 0;
	font-style: normal;
	text-transform: uppercase;
}

.fbxcontent {
	width: 500px;
	padding: 10px;
}
.fbxcontent h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2EA1DE;
	margin: 0 0 10px 0;
}
.fbxcontent p {
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 0 0;
	color: #999;
}
.fbxcontent ol, .fbxcontent ul {
	margin: 5px 0 10px 0;
}

.fbxcontent li {
	font-size: 11px;
	line-height: 20px;
	color: #999;
	margin: 0 0 0 15px;
}
.fbxcontent .callout1 {
	float: right;
	margin: 0 0 10px 20px;
}


.fplayer {
	display:block;
	width:200px;
	height:20px;
}

#rfq {
	background: #4d4d4d ;
	width: 248px;
	margin: 10px 0 0 20px;
	display: block;
}
#rfq form {
	padding: 10px;
}
#rfq fieldset.radio {
	margin: 0 0 10px 0;
}
#rfq fieldset.radio label {
	display: block;
	margin: 0 0 2px 0;
}
#rfq fieldset.radio input {
	margin: 0 5px 0 0;
}
#rfq fieldset.input {
	margin: 0 0 10px 0;
}
#rfq fieldset.input input {
	margin: 0 0 5px 0;
	height: 15px;
	width: 218px;
	color: #919191;
}
#rfq fieldset.input label {
	font-size: 9px;
	display: block;
	margin: 0 0 2px 0;
}
#rfq h2 {
	background: url(../images/bkgd-rfq-h2.jpg) no-repeat;
	height: 29px;
	font-size: 14px;
	line-height: 29px;
	padding: 0 0 0 15px;
	color: #fff;
}
#rfq label {
	font-size: 12px;
	color: #fff;
}
#rfq legend {
	font-size: 12px;
	color: #fff;
}
#rfq p {
	font-size: 12px;
	color: #fff;
	margin: 0 0 5px 0;
}
#rfq #submit {

}

.captcha2 {
	margin: -5px 0 15px 0;
}
#rfq .captcha2 p {
	font-size: 10px;
}
#rfq .captcha2 input {
	height: 17px;
}
.captcha2 img {
	width: 70px; height: 20px;
	vertical-align: bottom;
}



#contact-form {
	margin: 20px 0 0 0;
	display: block;
}
#contact-form p {
	font-size: 12px;
	color: #fff;
	margin: 0 0 5px 0;
}
#contact-form  input {
	margin: 0 0 17px 0;
	height: 25px;
	width: 250px;
	padding: 0 5px;
	color: #919191;
	border: 1px solid #999;
}
#contact-form  select {
	margin: 0 0 17px 0;
	height: 25px;
	width: 250px;
	padding: 2px 0 0 0;
}
#contact-form textarea {
	border: 1px solid #999;
	color: #919191;
	width: 250px;
	padding: 5px;
	margin: 0 0 17px 0;

}
#contact-form label {
	font-size: 12px;
	line-height: 25px;
	color: #2EA1DE;
	display: block;
	float: left;
	text-align: right;
	width: 200px;
	margin: 0 20px 0 0;
}
#contact-form #submit {
	display: block;
	border: 0;
	padding: 0;
	background: #999;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	width: 80px; height: 24px;
	margin: 10px 0 0 220px;
}

#contact-form .ValidationErrors {
	margin: -10px 0 10px 220px;
	font-size: 11px;
}

.ErrorField {
	background: #ffedcc;
	color: #fff;
}
.ValidationErrors {
	color: orange;
	display: block;
	font-size: 9px;
	margin: 2px 0 10px 0;
}

.captcha {
	margin:0 0 20px 220px;
	border-bottom: 1px dotted #999;
	width: 270px;
}
.captcha img {
	vertical-align: top;
	height: 24px; width: 80px;
}
#contact-form .captcha p {
	color: #2EA1DE;
}
#contact-form .captcha input {
	width: 170px;
	height: 22px;
}






#footer {
	height: 30px;
	text-align: right;
	border-top: 1px solid #999 ;
}
#footer p {
	line-height: 30px;
	font-size: 10px;
	color: #999;
	margin: 0 30px 0 0;
}


/* utilities */
#colrow .callout1 {
	float: right;
	margin: 0 0 10px 20px;
}
.callout1 h4 {
	font-size: 14px;
	font-weight: normal;
	color: #2EA698;
	margin: 0 0 5px 0;
}
.callout1 h4 a {
	font-size: 10px;
	color: #999;
	margin: 5px 0 0 0;
	font-style: normal;
	text-transform: uppercase;
}
#colrow .callout2 {
	float: left;
	margin: 0 20px 10px 0;
}


.section1 {
	border-bottom: 1px solid #999;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}
.section3 {
	border-bottom: 1px solid #999;
	margin: 0 0 20px 0;
	width: 100%;
	padding: 0 0 5px 0;
}

#colrow .section2 {
	border-bottom: 1px solid #999;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	height: 125px;
	float:none;
}
#colrow .section4 {
	border-bottom: 1px solid #999;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	height: 150px;
	float:none;
}

/*Moved from head*/
	#gnav li #<?= $page ?> {
		color: #7DCBC7;
	}
	#pnav li #<?= $page ?> {
		background: url(../images/bkgd-pnav-ahover.jpg);
		color: #2EA698;
	}

.bantos {
	height: 164px!important;
}
