/*
----------------------------------------------------------------------------- 
Resets
-----------------------------------------------------------------------------*/
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,
dd, dl, dt, li, ol, ul, hr,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*line-height: 1;*/
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
a {
	text-decoration:none;
}

/*
----------------------------------------------------------------------------- 
Base
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	font: normal 12px/15px Helvetica, Arial, Verdana, sans-serif;
	color: #929497;
	background-color: #E4E4E5;
	text-align: center;
}
a {
	color: #929497;
	outline: none;
}
a:visited {
	color: #929497;
}
a:hover {
	color: #41B7E3;
	text-decoration: none;
}
a img {
	border: 0;
}
ul, ol, li {
	margin: 0;
	padding: 0;
}
em {
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}
h1 {
	display: block;
	margin: 0 0 5px 0;
	color: #41B7E3;
	line-height: 20px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	margin: 0;
	color: #41B7E3;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}
h2 a {
	border: 0;
}
h2 a:hover {
	color: #41B7E3;
}
h3 {
	margin: 0;
	color: #41B7E3;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
h4 {
	display: block;
	margin-bottom: 20px;
	color: #41B7E3;
	font-size: 30px;
	font-weight: bold;
	line-height: 33px;
	text-transform: uppercase;
}
p {
	margin-bottom: 12px;
	line-height: 18px;
}
strong {
	font-weight: bold;
}
hr {
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	background-color: #41B7E3;	
}
.blue {
	color: #41B7E3;
}
video {
	margin-bottom: 12px;
}

/*
----------------------------------------------------------------------------- 
Wrappers!
-----------------------------------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
	background: #FFF url('../images/wrapper-bg.gif') 0 0 repeat-y;
	text-align: center;
}
#content_wrapper {
	width: 960px;
	margin: 0 auto ;
	padding: 0;
	background-color: #FFF;
}

/*
----------------------------------------------------------------------------- 
Header and Global Nav
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
	background-color: #FFF;
	border-bottom: 7px solid #41B7E3;
}
#header_logo, #header_logo img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}
#header_price_quote {
	display: inline-block;
	width: 120px;
	height: 32px;
	margin-left: 250px;
	padding-top: 54px;
	color: #FFF;
	background-color: #41B7E3;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
a#header_price_quote:hover {
	background-color: #3BACD7;
	text-decoration: none;
}
#chat_search {
	display: inline-block;
	text-align: center;
}
#comm_100 {
	display: inline-block;
/*	width: 130px;
	height: 35px;*/
	width: 123px;
	height: 47px;
	margin-left: 20px;
	padding-top: 0px;
}
#chat_search form {
	display: inline-block;
	margin-left: 20px;
}
#chat_search form #search {
	width: 80px;
}
#main_nav {
	height: 26px;
	margin: 0 0 18px 0;
	padding: 0 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #41B7E3;
}
#main_nav li {
	display: inline;
	margin: 0 27px;
	padding: 0;
	vertical-align: middle;
}
#main_nav li.leftmost_nav {
	margin-left: 19px;
}
#main_nav li.rightmost_nav {
	margin-right: 21px;
}
#main_nav li a {
	display: inline-block;
	margin: 0;
	padding: 2px 5px 0 5px;
	line-height: 26px;
	color: #929497;
}
#main_nav li.leftmost_nav a {
	padding-left: 3px;
}
#main_nav li.rightmost_nav a {
	padding-right: 4px;
}
#main_nav li a:visited {
	color: #929497;
}
#header_nav #main_nav li a.current {
	color: #41B7E3;
	text-decoration: none;
}
#main_nav li a:hover {
	color: #41B7E3;
	text-decoration: none;
}

/*
----------------------------------------------------------------------------- 
Subnav / gray - 929497, blue - 41B7E3, 13B5EA
-----------------------------------------------------------------------------*/
#subnav_container {
	float: left;
	width: 250px;
	line-height: 19px;
}
#subnav_container a, #subnav_container a:visited {
	color: #929497;
}
#subnav_container a:hover, #content #subnav_container a.current {
	color: #41B7E3;
}
#subnav {
	width: 250px;
	padding-left: 1px;
	list-style: none;
}
div.subnav_with_images #subnav {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #13B5EA;
}
#subnav ul {
	margin-bottom: 20px;
}
#subnav li {
	margin-bottom: 0;
	padding-left: 10px;
	line-height: 19px;
}
#subnav li.subcat, #sitemap_list li.subcat {
	padding-left: 20px;
}
span.bordered_link {
	display: block;
	padding: 5px 0;
	border-top: 1px solid #41B7E3;
	border-bottom: 1px solid #41B7E3;
}
span.bordered_link img {
	vertical-align: middle;
}
#gallery a {
	float: left;
	margin: 0 10px 10px 0;
}
#gallery a.rt_col {
	margin-right: 0;
}

/*
----------------------------------------------------------------------------- 
Content / gray - 929497, blue - 41B7E3, 13B5EA
-----------------------------------------------------------------------------*/
#content {
	width: 860px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	margin: 0 auto 10px auto;
	padding: 0;
	font-size: 14px;
}
#sub_content p a {
	border-bottom: 1px dashed #929497;
}
p.bottom_border {
	border-bottom: 1px solid #41B7E3;
}
span.text_logo {
/*	color: #929497;
	font-weight: bold;
	text-transform: uppercase;*/
}
#sub_content {
	float:right;
	width: 560px;
}
#sub_content p {
	width: 550px;
	line-height: 18px;
}
#sub_content p.large, p.large, p.form_success {
	width: auto;
	padding-bottom: 12px;
	font-size: 18px;
	line-height: 24px;
	font-weigth: normal;
}
body.home #content {
	width: 860px;
}
body.home #content p {
	width: 830px;
}
div.home_cta {
	float: left;
	margin: 0 28px 15px 0;
}
div.home_cta a {
	display: inline-block;
	width: 266px;
	height: 180px;
	color: #41B7E3;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	background-position: -2px 100%;
	background-repeat: no-repeat;
}
div.cooling a { background-image: url('../images/home-cta-cooling.jpg'); }
div.irrigation a { background-image: url('../images/home-cta-irrigation.jpg'); }
div.howitworks a { background-image: url('../images/home-cta-howitworks.jpg'); }
div.sub_header_image {
	margin-bottom: 20px;
}
div.product_listing {
	margin-bottom: 20px;
}
div.product_listing img {
	float: right;
	margin-left: 10px;
}
#sub_content ul {
	margin: 0 0 20px 0;
	list-style: disc;
}
#sub_content ul li {
	margin-left: 15px;
	padding-left: 0;
	line-height: 18px;
}
h2 a, h2 a:visited, table a, table a:hover, table a:visited {
	color: #41B7E3;
}
h2 a:hover {
	color: #41B7E3;
	text-decoration: underline;
}
table.industry_links {
	width: 100%;
}
table.industry_links td {
	width: 33%;
	padding-bottom: 12px;
}
table.product_info {
	width: 100%;
	margin-bottom: 20px;
}
table#tech_support {
	width: 500px;
}
table.product_info th, table.product_info td {
	border: 1px solid #CCCFD3;
	padding: 5px;
	text-align: center;
}
table#tech_support th, table#tech_support td {
	text-align: left;
}
table.product_info th {
	width: 20%;
	color: #fff;
	background-color: #41B7E3;
	font-weight: bold;
	vertical-align: top;
}
table.product_info th.col1 { width: 75px; }
table.product_info th.col2 { width: 125px; }
table.product_info th.col3 { width: 30px; }
table.product_info th.col4 { width: 40px; }
table.product_info th.col5 { width: 30px; }
table.product_info th.col6 { width: 125px; }
table.product_info th.col7 { width: 125px; }
table.product_info td {
	padding-top: 8px;
	vertical-align: top;
}
table.product_info td a{
	color: #929497;
}
table.product_info td a:hover{
	color: #41B7E3;
}
table.product_info th img, table.product_info td img {
	vertical-align: middle;
}
table.product_info tr.even_row {
	background-color: #DEF5FF;
}
table.product_info td.col3, table.product_info td.col5 {
	white-space: nowrap;
}
#sitemap_table {
	margin: 10px 0;
}
#sitemap_table td {
	width: 250px;
}
#sitemap_list li {
	list-style: none;
}
#sitemap_table a {
	color: #929497;
	outline: none;
}
#sitemap_table a:visited {
	color: #929497;
}
#sitemap_table a:hover {
	color: #41B7E3;
	text-decoration: none;
}
a.button_price_quote {
	display: inline-block;
/*	float: right;*/
	height: 18px;
	margin-left: 0;
	padding: 5px 8px 0 8px;
	color: #FFF;
	background-color: #41B7E3;
	border: 1px solid #FFF;
	border-color: #C5E8FF #3393B8 #3393B8 #C5E8FF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
a.button_price_quote:hover {
	background-color: #3BACD7;
	border-color: #38A2CB #B5D4EA #B5D4EA #38A2CB;
	text-decoration: none;
}
#sub_content p a.learn_more {
	color: #41B7E3;
/*	font-weight: bold;*/
	border: 0;
	white-space: nowrap;
}
#sub_content p a.learn_more:hover {
	text-decoration: underline;
}
.faq_item {
	width: 550px;
	margin-bottom: 12px;
	line-height: 18px;
}
.indentor {
	float: left;
}
.indented {
	display: block;
	margin-left: 18px;
}

/*
------------------------------------------------------
Tech Support Table
---------------------------------------*/








/*
----------------------------------------------------------------------------- 
Forms
-----------------------------------------------------------------------------*/
div.form_table {
	margin: 0;
	padding: 15px;
	background-color: #EAF4FC;
}
div.form_table td.form_right {
	padding-left: 20px;
}
div.form_table fieldset {
	margin-bottom: 15px;
}
div.form_table label {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
}
div.form_table span {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
}
div.form_table input, div.form_table select, div.form_table textarea {
	color: #4F5151;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}
div.form_table input, div.form_table select {
	width: 240px;
}
div.form_table select {
	padding: 2px;
	border: 1px solid #929497;
}
div.form_table textarea {
	width: 504px;
	height: 172px;
	padding: 2px;
}
div.form_table #submit {
	width: 120px;
}
p.form_error {
	color: #CC0000;
}

/*
----------------------------------------------------------------------------- 
Footer
-----------------------------------------------------------------------------*/
#footer {
	display: block;
	height: 102px;
	margin: 0;
	padding: 10px 50px 0 50px;
	background: #FFF url(../images/footer-bg.gif) bottom left repeat-x;
	font-size: 12px;
	color: #FFF;
}
#footer_nav {
	margin-bottom: 17px;
	font-size: 12px;
	text-align: left;
}
#footer_nav li {
	display: inline;
	margin: 0;
	padding: 3px 6px 1px 10px;
	border-left: 1px solid #929497;
	vertical-align: middle;
	line-height: 24px;
}
#footer_nav li.last_nav {
	padding-left: 0;
	border-left: 0;
}
#footer_nav li a {
	height: 20px;
	color: #929497;
}
#footer_nav li a img {
	vertical-align: middle;
}
#footer_nav li a:visited {
	color: #929497;
}
#footer_nav li a:hover {
	color: #41B7E3;
}
#footer p {
	margin-bottom: 0;
}
a.footer_mail {
	color: #FFF;
}
a:hover.footer_mail  {
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------- 
Misc and fixes
-----------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear_float {
	height: 0;
	float: none;
	clear: both;
}

