﻿/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
/* Removes list-style from lists */
ol,ul { list-style : none; }
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }
/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }
/* Removes border from fieldset and img */
fieldset,img { border : 0; }
/* Left-aligns text in caption and th */
caption,th { text-align : left; }
/* Removes quotation marks from q */
q:before, q:after { content :''; }

body {
	background: url('../images/bg.gif') repeat-x;
	background-color: #e3e2e3;
/*--  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; --*/
	font-family: Arial, Tahoma, Verdana, "Trebuchet MS", Sans-Serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #777;
}
.hidden	{
	visibility:hidden;
}
address{
	margin: 0 0 15px 0;
}
/*----------------------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY																		  */
/*----------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5    {
		color: #000;
}
h1	{
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 10px;
}
h1.h1-large	{
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: bold;
}
#title h1	{
	font-size: 32px;
	padding-bottom: 18px;
	line-height: 1.2em;
	color: #fff;
}
h2	{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	padding: 10px 0 10px 0;
}
#nav-sec h2, .h2-sec{
	color: #485ca3;
	font-size: 18px;
	margin: 21px 0 0 0;
	padding: 0 0 12px 0;
	border-bottom: 1px #dcddde solid;
}
.h2-sec{
	margin: 21px 20px 0 0;
}
h4.subhead	{
	margin: -10px 0 10px 0;
	color: #777;
}
ul#list-footer-nav li h1	{
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
}
.link-1, #list-home li a, #list-home-news a{
	display:block;
	background: url('../images/arrow.gif') 0 3px no-repeat;
	padding: 0 0 1px 20px;
	margin-top: 10px;
	color: #777;
	text-decoration: none;
	font-weight: bold;
}
.link-1	{
	background: url('../images/arrow.gif') 0 12px no-repeat;
	border-top: 1px #dcddde solid;
	border-bottom: 1px #dcddde solid;
	padding: 8px 0 8px 20px;
}
a.link-1:hover, #list-home li a:hover, #list-home-news a:hover	{
	color: #ca9039;
	text-decoration: underline;
}
a.link-2	{
	display: block;
	text-align:right;
	font-size: 11px;
	margin: -14px 0 0 0;
	padding: 0 15px 0 0;
	background: url('../images/arrow-up.gif') right no-repeat;
	color: #485ca3;
}
#col-main p, #col-main-comfort p, #col-main-mytemp p, #col-main-energy p {
	margin: 0 0 10px 0;
}
#col-main-comfort h1, #col-main-mytemp h1, #col-main-energy h1, #col-main h1{
	margin: 15px 0 0 0;
}
p.small	{
	font-size: 10px;
	line-height: 1.2em;
}
em	{
	font-weight:bold;
}
/*----------------------------------------------------------------------------------------------------------------*/
/* DIVS																			  */
/*----------------------------------------------------------------------------------------------------------------*/
#container	{
	background: url('../images/bg.png') repeat-y;
	width:960px;
	margin: 0 auto;
	padding: 0 23px;
}
#branding {
	position:relative;
	height:103px;
	width: 900px;
	margin: 0 30px;
}
#content-main, #content {
	margin: 0 30px;
	overflow: auto;
}
#content	{
	background: url('../images/bg-content.gif') top no-repeat;
}
#recognition {
	height: 84px;
	background-color: #edeeef;
	border-top:1px #9c9ea0 solid;
	border-bottom:1px #636466 solid;
	clear:both;
	line-height: 0;
}
#footer {
	background: url('../images/bg-footer.gif') top repeat-x;
	min-height:95px;
	background-color: #a5a7a9;
	color: #fff;
	border-bottom:7px #343334 solid;
	overflow: auto;
	font-size: 10px;
	clear: both;
}
#locator	{
	background: url('../images/bg-find-dealer.gif') top no-repeat;
	position: relative;
	float: right;
	height:36px;
	width:285px;
	padding: 5px 0 0 0px;
}
#col-main-comfort, #col-main-mytemp, #col-main-energy, #col-main	{
	position: relative;
	float: left;
	width: 699px;
	margin: 13px 0 20px 0;
	border-left: 1px #dcddde solid;
	overflow: hidden;
	padding: 0 0 0 20px;
	min-height: 400px;
}
#col-main-energy	{
	padding-top:240px;
	background: url('../images/bg-energy.jpg') 20px 0px no-repeat;
	}
#col-main-mytemp	{
	padding-top:240px;
	background: url('../images/bg-mytemp.jpg') 20px 0px no-repeat;
	}
#col-main-comfort	{
	padding-top:240px;
	background: url('../images/bg-comfort.jpg') 20px 0px no-repeat;
	}
#title	{
	position: absolute;
	top: 15px;
	left: 45px;
	width: 400px;
}
#sec-info	{
	float: left;
	width: 180px;
	font-size: 11px
}
/*----------------------------------------------------------------------------------------------------------------*/
/* 	TABLES															  	*/
/*----------------------------------------------------------------------------------------------------------------*/
table.tbl-basic	{
	width: 600px;
	margin: 0 0 10px 0;
	background-color: #f2f3f4;
	border: 1px #bbbcbe solid;
}
table.tbl-basic th, table.tbl-basic td	{
	padding: 3px 15px 3px 10px;
}
table.tbl-basic	th	{
	background-color: #bbbcbe;
	color: #fff;
	font-weight: bold;
}
table.tbl-basic	tr	{
	border-bottom: 1px #bbbcbe dotted;
}
table.tbl-basic tr.tbl-row1	{
	border:none;
}
table.tbl-basic th.tbl-row2, table.tbl-basic th.tbl-row3	{
	width: 75px;
}
/*----------------------------------------------------------------------------------------------------------------*/
/* 	LISTS																  	*/
/*----------------------------------------------------------------------------------------------------------------*/
ul.ul-basic li, ol.ol-basic li	{
	border: none;
	background: none;
	margin: 0 0;
	padding: 0 0;
}
ol.ol-basic	{
	list-style-type: decimal;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
}
ul.ul-basic	{
	list-style-type: square;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
}
ul#list-home	{
	width: 900px;
	float: left;
	padding: 30px 0 30px 0;
}
#list-home li	{
	float: left;
	display: inline;
	width: 259px;
	border-right: 1px solid #bbbcbe;
	padding: 0 20px;
}
ul#list-home li#last{
	border-right: 0;
}
#title ul	{
	list-style-type: square;
	list-style-position: inside;
}
#title ul li	{
	display: block;
	width: 280px;
	padding: 1px 0 1px 0;
	color: #fff;
	font-size: 11px;
}
ul.list-a li	{
	margin: 0 0 20px 0;
}
h2.subhead2, ul.list-a li a	{
	text-decoration: none;
	color: #485ca3;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
}
ul.list-a li a:hover	{
	text-decoration: underline;
}
/*-----------------------------------List Small Hoizontal---------------------------------------------------*/
ul.list-1	{
	font-size: 11px;
	float: right;
}
ul.list-1 li	{
	display: inline;
}
ul.list-1 a	{
	color: #485ca3;
}

/*-----------------------------------Secondary Info---------------------------------------------------*/
ul.list-sec-info	{
	float: left;
	font-size: 11px;
	margin: 0 20px 50px 0;
	padding: 10px 0;
	border-bottom: 1px #dcddde solid;
	line-height:1.2em;
}
ul.list-sec-info li	{
	padding: 10px 0 10px 0;
}
ul.list-sec-info li a	{
	display: block;
	padding: 7px 0 0 10px;
	text-decoration: none;
	color: #485ca3;
	background: url('../images/arrow-sm.gif') 0 11px no-repeat;
}
ul.list-sec-info li a:hover	{
	text-decoration: underline;
}
/*-----------------------------------Downloads---------------------------------------------------*/
ul.list-download	{
	float: left;
	font-size: 11px;
	margin: 0 20px 50px 0;
	padding: 10px 0;
	border-bottom: 1px #dcddde solid;
	line-height:1.2em;
}
ul.list-download li	{
	padding: 5px 0 5px 20px;
	background: url('../images/pdf.png') 0 2px no-repeat;
}
ul.list-download li a	{
	text-decoration: none;
	color: #485ca3;
}
ul.list-download li a:hover	{
	text-decoration: underline;
}
/*-----------------------------------Dealers---------------------------------------------------*/
ol.dealer	{
	margin: 0 0 15px 0;
}
ol.dealer li	{
	margin: 10px 0 10px 15px;
}
ol.dealer a	{
	color: #485ca3;
}
.h3-dealer	{
	color: #000;
	border-bottom: 1px #bbbcbe dotted;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 10px 0 8px 0;
	width: 500px;
}
.h4-dealer	{
	color: #000;
}
/*-----------------------------------FAQ---------------------------------------------------*/
.list-faq li	{
	padding: 0 0 10px 0;
	margin: 0 0 15px 0px;
	border-bottom:1px dotted #bbbcbe;
}
.list-faq li h4	{
	background: url('../images/question.gif') 0 2px no-repeat;
	padding-left: 20px;
}
.list-faq li h5	{
	padding-left: 20px;
}
.list-faq li p	{
	background: url('../images/answer.gif') 0 2px no-repeat;
	padding: 0 0 0 20px;
}
.list-faq li .ul-basic, .list-faq li .ol-basic	{
	margin-left: 10px;
}
/*-----------------------------------Small Picture---------------------------------------------------*/
ul.list-100-picture	{
	position: relative;
	padding: 20px 0 0 140px;
}
ul.list-100-picture li	{
	margin: 0 0 40px 0;
	padding: 0 0;
	border-top:1px dotted #bbbcbe;
}
/*-----------------------------------Benefits---------------------------------------------------*/
ul#list-benefits	{
	position: relative;
	padding: 20px 0 0 230px;
}
ul#list-benefits li	{
	margin: 0 0 40px 0;
	padding: 0 0;
	border-top:1px dotted #bbbcbe;
}
/*-----------------------------------Home News---------------------------------------------------*/
ul#list-home-news li	{
	border-bottom:1px dotted #bbbcbe;
	padding: 5px 0 5px 0;
	border-right: none;
}
/*-----------------------------------Map---------------------------------------------------*/
#list-map	{
	float: left;
	font-size: 11px;
}
ul#list-map li	{
	float: left;
	display: inline;
	width: 130px;
	margin: 0 35px 0 0;
}
#list-map li h1	{
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	color: #000;
}
/*-----------------------------------Map Sup---------------------------------------------------*/
ul.list-map-sup li	{
	border-top: 1px dotted #dcddde;
	padding: 2px 0 3px 0;
	}
ul.list-map-sup li a	{
	text-decoration: none;
	color: #485ca3;
	}
ul.list-map-sup li a:hover	{
	text-decoration: underline;
	}
/*-----------------------------------Footer Nav---------------------------------------------------*/
#list-footer-nav	{
	float: left;
	margin: 15px 30px 0 30px;
}
ul#list-footer-nav li	{
	float: left;
	display: inline;
	width: 122px;
	margin-right: 25px;
}
/*-----------------------------------Footer Sup---------------------------------------------------*/
ul.list-footer-sup li	{
	border-bottom: 1px solid #848484;
	padding: 2px 0 3px 0;
	}
#list-footer-nav li#last-sup	{
	margin: 0 0 0 190px;
}
ul#list-footer-sup2 li a, ul.list-footer-sup li a	{
	text-decoration: none;
	color: #fff;
	}
ul#list-footer-sup2 li a:hover, ul.list-footer-sup li a:hover	{
	text-decoration: underline;
	}
/*-----------------------------------Footer Sup2---------------------------------------------------*/
#list-footer-sup2	{
	float: right;
	margin: 20px 30px 0 0;
}
ul#list-footer-sup2 li	{
	display: inline;
	border-right: 1px solid #bbbcbe;
	padding: 0 10px;
}
ul#list-footer-sup2 li#last-sup2	{
	border-right: none;
}
/*----------------------------------------------------------------------------------------------------------------*/
/* 	IMAGES																	  */
/*----------------------------------------------------------------------------------------------------------------*/
#logo	{
	position:absolute;
	top:13px;
}
.img-benefits	{
	position:absolute;
	left: 0px;
}
#img-main	{
	position: relative;
	margin: 10px 0 0 0;
}
.centered	{
	margin: 0 auto;
	text-align: center;
	display:block;
}
/*----------------------------------------------------------------------------------------------------------------*/
/* 	SPAN																  */
/*----------------------------------------------------------------------------------------------------------------*/
#copyright	{
	float:left;
	width: 400px;
	display: block;
	padding: 20px 0 10px 30px;
	clear: both;
}
.date	{
	color:#ca9039;
	font-weight:bold;
	font-size: 13px;
}
.tm	{
	font-size:.5em;
	vertical-align:top; 
}
/*----------------------------------------------------------------------------------------------------------------*/
/* 	FORMS																  */
/*----------------------------------------------------------------------------------------------------------------*/
div#locator .form-locator label {
	display: block;
	float: left;
  	width: 55px;
	margin: 4px 0px 6px 125px;
	color: #ababab;
}
div#locator .form-locator input	{
	display: block;
	float: left;
	width: 50px;
	margin: 4px 10px 6px 0;
	padding: 2px 3px;
	border: 1px solid #e1e2e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #777;
}
div#locator .form-locator #btn-locator	{
	position:absolute;
	left:243px;
	width: 100px;
	height: 22px;
	top:5px;
	border: none;
    background: url('../images/btn-locator.gif') no-repeat top left;
}
/*----------------------------------- Dealer Locator ---------------------------------------------------*/
form.form-zip fieldset	{
	border: 1px #bbbcbe solid;
	background-color: #f2f3f4;
	padding: 10px 10px;
	margin: 20px 0 10px 0;
	width: 200px;
}
form.form-zip label {
	display: block;
	float: left;
  	width: 130px;
	margin: 5px 0 5px 0;
	height: 20px;
}
form.form-zip .form-button2	{
	height: 30px;
	width: 110px;
	margin: 5px 0 0 45px;
	padding: 0 0 3px 0;
}
form.form-zip input	{
	width: 60px;
	margin: 5px 0 5px 0;
	height: 19px;
	padding:1px 0 0 0; 
}

/*----------------------------------- Dealer Login ---------------------------------------------------*/
form.form-dealer a	{
	display: block;
	font-size: 10px;
	text-align: right;
	float: right;
	padding: 10px 0 0 0;
}
form.form-dealer fieldset	{
	border: 1px #bbbcbe solid;
	background-color: #f2f3f4;
	padding: 10px 10px;
	margin: 20px 0 10px 0;
	width: 350px;
}
form.form-dealer label {
  	display: block;
	float: left;
  	width: 70px;
	margin: 5px 0 5px 0;
	height: 20px;
}
form.form-dealer .form-button2	{
	height: 30px;
	width: 100px;
	margin: 5px 0 0 120px;
	padding: 0 0 3px 0;
}
/*----------------------------------- Standard Order Form ---------------------------------------------------*/
form.form-stand fieldset {
	margin: 10px 0 10px 0;
}
form.form-stand legend {
	padding: 0 0 15px 0;
	font-size: 12px;
	font-weight: bold;
}
form.form-stand label {
	display: block;
	float: left;
  	width: 85px;
	margin: 5px 0 5px 0;
	height: 20px;
}
form.form-dealer input, form.form-stand input	{
	width: 150px;
	margin: 5px 0 5px 0;
	height: 19px;
	padding:1px 0 0 0; 
}
form.form-stand select 	{
	margin: 5px 0 5px 0;
}
form.form-stand #zip	{
	width: 50px;
}
form.form-dealer .input-225, form.form-stand #email, form.form-stand .input-225	{
	width: 225px;
}
form.form-stand .checkbox	{
	width: 20px;
	margin-right: 10px;
	float: left;
}
form.form-stand #emailoptin	{
	width: 550px;
	display: block;
	margin-bottom: 20px;
}
form.form-stand em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.form-stand .form-button1	{
	height: 30px;
	padding: 0 0 3px 0;
	margin-top: 15px;
}
#txt-question	{
	height: 150px;
	width: 590px;
}
.form-description	{
	padding-left: 85px;
	font-size: 11px;
	line-height: 1.2em;
}
#lead_source_label	{
  	width: 200px;
}
#lead_source	{
	clear:both;
}
/*----------------------------------------------------------------------------------------------------------------*/
/* 	NAV	SEC																	  */
/*----------------------------------------------------------------------------------------------------------------*/
#nav-sec	{
	float: left;
	width: 180px;
	font-size: 13px;
	margin: 0 0 50px 0;
}
#nav-sec a	{
	text-decoration: none;
	color: #485ca3;
}
#nav-sec li	{
	display: block;
	width: 180px;
	padding: 6px 0 6px 0;
}
#nav-sec li#on	{
	background: url(../images/bg-sec-nav.jpg) no-repeat;
}
#nav-sec #on a	{
	font-weight: bold;
	text-transform: uppercase;
}
/*----------------------------------------------------------------------------------------------------------------*/
/* 	NAV	MAIN																	  */
/*----------------------------------------------------------------------------------------------------------------*/
#nav-main {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: url(../images/nav-bar.gif) no-repeat;
}
#nav-main ul {
	padding: 0;
	margin: 0;
	height: 37px;
}
#nav-main li {
	position: absolute;
	background: url(../images/nav-bar.gif) no-repeat;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 37px;
	text-indent: -9999em;
}
#nav-main #homenav {left: 0px; background-position: 0 0;}
#nav-main #productsnav {left: 100px; background-position: -100px 0;}
#nav-main #newsnav {left: 200px; background-position: -200px 0;}
#nav-main #supportnav  {left: 300px; background-position: -300px 0;}
#nav-main #aboutnav  {left: 400px; background-position: -400px 0;}
#nav-main #contactnav  {left: 780px; background-position: -780px 0;}

#nav-main #homenav a {width: 100px; height: 37px; display: block; border: none;}
#nav-main #productsnav a {width: 100px; height: 37px; display: block; border: none;}
#nav-main #newsnav a {width: 100px; height: 37px; display: block; border: none;}
#nav-main #supportnav a {width: 100px; height: 37px; display: block; border: none;}
#nav-main #aboutnav a {width: 100px; height: 37px; display: block; border: none;}
#nav-main #contactnav a {width: 120px; height: 37px; display: block; border: none;}

#nav-main #homenav a:hover {background: url(../images/nav-bar.gif) 0 -37px no-repeat;}
#nav-main #productsnav a:hover {background: url(../images/nav-bar.gif) -100px -37px no-repeat;}
#nav-main #newsnav a:hover {background: url(../images/nav-bar.gif) -200px -37px no-repeat;}
#nav-main #supportnav a:hover {background: url(../images/nav-bar.gif) -300px -37px no-repeat;}
#nav-main #aboutnav a:hover {background: url(../images/nav-bar.gif) -400px -37px no-repeat;}
#nav-main #contactnav a:hover {background: url(../images/nav-bar.gif) -780px -37px no-repeat;}

#nav-main #homenavon {left: 0px; background-position: 0 -37px;}
#nav-main #productsnavon {left: 100px; background-position: -100px -37px;}
#nav-main #newsnavon {left: 200px; background-position: -200px -37px;}
#nav-main #supportnavon {left: 300px; background-position: -300px -37px;}
#nav-main #aboutnavon {left: 400px; background-position: -400px -37px;}
#nav-main #contactnavon {left: 780px; background-position: -780px -37px;}

#nav-main #homenavon a {width: 100px; height: 37px; display: block; border: none;}
#nav-main #productsnavon a {width: 100px; height: 37px; display: block; border: none;}
#nav-main #newsnavon a {width: 100px; height: 37px; display: block; border: none;}
#nav-main #supportnavon a {width: 100px; height: 37px; display: block; border: none;}
#nav-main #aboutnavon a {width: 100px; height: 37px; display: block; border: none;}
#nav-main #contactnavon a {width: 120px; height: 37px; display: block; border: none;}
