/*///////////////////////////////////////////////////////////////////////////////////////////
------Bryant® STYLES - © 2005 All Rights Reserved -------base.css-------------------------		
///////////////////////////////////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------------------------------  container*/
#container {
	width: 750px;
	align:center;
	margin: 0 auto;
	text-align: left;
	}
/* ---------------------------------------------------------------  utilities/serch/find (header)*/

#newcontainer {
	width: 360px;
	margin: 0 auto;
	text-align: left;
	}


#wrapper, 
#sidebar, 
#content, 
#rightbar { float: left; }
#wrapper {
	width: 100%;
	margin-bottom: 3px;
	border: 1px solid #525351;
	}
body#inside #wrapper {
	width: 98%;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	}
#search {
	float: right;
	margin-top: 70px;
	margin-bottom: 10px;
	}
#rightbarlocator {
	width: 199px;
	clear:both;
	}
#rightbarlocator img {
	width: 199px;
	border-left: 3px solid #fff;
	}
#rightbarlocator label, 
#rightbarlocator input { width: 110px; height: 20px;}
#rightbarlocator label {
	width: 190px;
	clear:both;
	margin: 5px 0;
	color: black;
	}
#search input.sitesearch, #rightbarlocator input.sitesearch, #searchbox input.search {
	background: #fff url(../images/btn-arrow.gif) no-repeat top left;
	width: 18px;
	height: 19px;
	border: none;
	text-indent: -999em;
	margin: 0 2px 0 2px;
	cursor: pointer;
	float:left;
	}
#search ul { list-style: none; }
#search ul li { float:left; }
/* -----------------------------------------------------------------------------------------  logo*/
#logo {
	width: 200px;
	color: #000;
	float:left;
	}
#logo img { clear:both; }
#logo h1 {
	font-size: 0.8em;
	margin: 5px 0 0 6px;
	}
#logo h1 a {
	color: #666;
	text-decoration: none;
	}
#logo h1 a:hover { color: #666;}
/* -------------------------------------------------------------  navigation / newsticker (sidbar)*/
#breadcrumbs {
	height: 24px;
	padding: 8px 0 0 15px;
	background-color: #A1A59B;
	border: 3px solid #fff;
	border-left: none;
	color: #fff;
	}
#content #breadcrumbs {
	height: 24px;
	color: #fff;
	padding: 8px 0 0 15px;
	margin-top: -3px;
	background-color: #A1A59B;
	border-top: 3px solid #fff;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
#breadcrumbs a, #content #breadcrumbs a {
	color: #fff;
	text-decoration: underline;
	}
#sidebar { 
	width: 199px;
	padding: 3px;
	font-weight: bold;
	}
#sidebar ul { list-style: none; }
#sidebar li a {
	display: block;
	width: auto;
	background-color: #959795;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #bdbdba;
	padding: 0.55em 0 0 15px;
	min-height: 23px;
	}
#sidebar ul li a:hover {
	color: #fff; background: #ccc;
	}
body#inside #sidebar li a {
	display: block;
	width: auto;
	background-color: #ddd;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding: 1em 0 0 15px;
	min-height: 22px;
	}
body#inside #sidebar ul li.navcontainer ul li a {
	display: block;
	width: auto;
	font-size: 10px;
	font-weight: normal;
	background-color: #eee;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding: 12px 0 6px 14px;
	min-height: 16px;
	}
body#inside #sidebar ul li.navcontainer ul li.navcontainer ul li a {
	display: block;
	width: auto;
	font-size: 10px;
	font-weight: normal;
	background-color: #f9f9f9;
	color: #666;
	text-decoration: none;
	padding: 5px 0 5px 14px;
	min-height: 10px;
	}
body#inside #sidebar ul li.navcontainer ul li.navcontainer ul li.navcontainer ul li a {
	display: block;
	width: auto;
	font-size: 10px;
	font-weight: normal;
	background: #fff;
	color: #666;
	text-decoration: none;
	list-style: disc;
	padding: 4px 0 4px 25px;
	min-height: 8px;
	}
body#inside #sidebar ul li.navcontainer ul li.navcontainer ul li.navcontainer ul li a:hover {background: #f9f9f9 url(../images/bg-arrow.gif) no-repeat 10% 50%;}
body#inside #sidebar ul li a:hover,
body#inside #sidebar ul li.navcontainer ul li a:hover,
body#inside #sidebar ul li.navcontainer ul li.navcontainer a:hover {
	color: #d5221d;
	background: #eee;
	
	}
body#inside #sidebar ul li.navcontainer ul li.navcontainer a:hover,
body#inside #sidebar ul li.navcontainer ul li.navcontainer a.current
{ color: #d5221d; }
#sidebar ul li.navcontainer a.on,
#sidebar ul li.navcontainer a.on:hover,
#sidebar ul li.navcontainer ul li a.on,
#sidebar ul li.navcontainer ul li a.on:hover,
#sidebar ul li.navcontainer ul li.navcontainer a.on,
#sidebar ul li.navcontainer ul li.navcontainer a.on:hover,
#sidebar ul li.navcontainer ul li.navcontainer ul li.navcontainer a.on,
#sidebar ul li.navcontainer ul li.navcontainer ul li.navcontainer a.on:hover {
	color: #105cb4;
	cursor: default;
	
	}
#sidebar li#cap {
	height: 70px;
	margin-top: 3px;
	}
#subnav {
	width: 350px;
	position: relative;
	top: 10px;
	left: 421px;
	color: #3d334c;
	}
#subnav ul { list-style: none; position: absolute; }
#subnav ul li { display: inline; }
#subnav ul li#skip { display: none; }
#subnav a {
	color: #3d334c;
	text-decoration: none;
	}
#subnav a:hover, 
#subnav a:focus, 
#subnav a:active {
	color: #d44300;
	text-decoration: none;
	}
#content {
	width: 395px;
	padding: 3px;
	border-left: 1px solid #525351;
	border-right: 1px solid #525351;
	}
body#inside #content {
	width: 403px;
	padding: 3px 0;
	border-left: none;
	border-right: none;

	}
body#inside #contentwrapper { 
	width: 97%; 
	float: left;
	background: #fff;
	padding-bottom: 20px;
	}
#rightbar ul {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	background:#fff;
	}
#rightbar ul li.ima1 { padding: 3px 3px 0 3px; }
#rightbar ul li.ima2 { 
	padding: 3px 3px 0 3px;
	border-top: 1px solid #525351;
	margin-top: 3px;
	}
body#inside #rightbar ul li.ima2 { 
	padding: 0 3px 0 3px;
	border-top: none;
	}
#rightbar .sectionwrapper ul.promolinkage {
	margin-top: 1px;
	} 
#imabottom { clear: both; padding-top: 26px; }
#imabottom ul { list-style: none; }
#imabottom ul li { display: inline; }
#find {
	width: 750px;
	height: 33px;
	background: #D44300 url(../images/img-find.gif) no-repeat 19px 55%;
	}
#find label, 
#find input,
#search input,
#search label { width: 110px;}
#find input { margin: 6px 0 0 174px; }
#find input.sitesearch,  #idealsystem input.sitesearch, #dealerlocator input.search {
	background: #fff url(../images/btn-arrow.gif) no-repeat top left;
	width: 18px;
	height: 19px;
	border: none;
	text-indent: -999em;
	margin: 6px 2px 0 2px;
	cursor: pointer;
	}
#dealerlocator input.search { margin: 0 0 0 10px; }
#dealerlocator input.defaultinput { height: 20px;}
#find input.sitesearch:hover, 
#search input.sitesearch:hover { background: #fff url(../images/btn-arrow-ov.gif) no-repeat top left; }
/* -----------------------------------------------------------------------------------home page*/
#homewrapper {
	width: 97%;
	clear: both;
	border: 1px solid #ccc;
	}
#homesidebar {
	width: 141px;
	margin-top: 3px;
	float: left;
	}
#evolution a {
	color: #d44300;
	text-decoration: none;
	padding-left: 25px;
	}
#evolution a:link, 
#evolution a:visited { color: #d44300; }
#evolution a:hover, 
#evolution a:active,
#evolution a:focus { color: #000; }
#homecontainer { padding: 3px 0 5px 0; }
.sectionwrapper, .productsection {
	width: 300px;
	float: left;
	margin-left: 3px;
	}
.productsection { width: 287px; height: 200px; }
#products { margin-left: 15px; }
#quicklinks {
	margin: 10px 0;
	margin-right: 15px;
	padding-bottom: 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float:left;
	clear:both;
	}
#quicklinks ul {
	float: left;
	margin: 0 5px;
	padding: 2px;
	}
.productsection {margin-bottom: 20px;}
.productsection img { float:left; padding: 0 10px;}
.productsection p {
	float: right;
	width: 170px;
	margin-right: 10px;
	}
.sectioninnerwrapper, .systemsinnerwrapper, .systemsinnerwrapperlarge {
	width: 182px;
	float: left;
	margin-left: 16px;
	}
 .systemsinnerwrapper, .systemsinnerwrapperlarge { margin-left: 0;}
.end { margin-left: 8px; }
.systemsinnerwrapperlarge { width: 100%;}
.systemsinnerwrapperlarge img {
	float: right;
	padding: 0 10px 0 5px;
	}
.systemsinnerwrapper img {
	padding: 0 0 0 8px;
	}
ul.section {
	background: transparent url(../images/bg-homesidebar.jpg) repeat-x 50% 0;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	}
.section h2, #rightbar h2, .systemsinnerwrapper .section h2, systemsinnerwrapperlarge .section h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0 5px 5px;
	height: 20px;
	color: #fff;
	display: block;
	border-bottom: 3px solid #fff;
	background: #a7c5c5;
	}
.systemsinnerwrapper .section h2, .systemsinnerwrapperlarge .section h2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.systemsinnerwrapper ul.section, .systemsinnerwrapperlarge ul.section {
	background: none;
	list-style: none;
	}
.systemsinnerwrapper ul.section li, .systemsinnerwrapperlarge ul.section li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
.systemsinnerwrapperlarge ul.section li { padding-bottom: 35px; }
.section p { padding: 0 5px 5px 5px;}
.section ul {
	list-style: none;
	margin: 5px 0 0 0;
	font-size: 1.0em;
	}
.section li a { 
	height: 18px;
	padding: 3px 0 0 5px;
	}
ul.section li.rightbarimg {
	display: block;
	height: 36px;
	padding: 0 0 0 5px;
	}
.section li ul li a:hover { text-decoration: none; }
.section img {margin-left: -5px;}
.section li ul li a:hover img { background: none; }
ul.section li h2 a {
	text-decoration: none;
	color: #fff;
	}
ul.section li h2 a:link,
 ul.section li h2 a:visited { color: #fff; text-decoration: none; }
ul.section li h2 a:hover,
ul.section li h2 a:active,
ul.section li h2 a:focus { color: #333; text-decoration: none; }
.section h2.started {
	padding-left: 35px;
	background: #a7c5c5 url(../images/icn-gettingstarted.gif) no-repeat 5% 50%;
	}
.section h2.products {
	padding-left: 35px;
	background: #a7c5c5 url(../images/icn-products.gif) no-repeat 5% 50%;
	}
.section h2.service {
	padding-left: 35px;
	background: #a7c5c5 url(../images/icn-service.gif) no-repeat 5% 50%;
	}
.section h2.learnmore, #rightbar h2.learnmore {
	padding-left: 35px;
	background: #a7c5c5 url(../images/icn-learnmore.gif) no-repeat 5% 50%;
	}
.section h2.bestsavings {
	padding-left: 35px;
	background: #a7c5c5 url(../images/icn-bestsavings.gif) no-repeat 5% 50%;
	}
.section h2.faq {
	padding-left: 35px;
	background: #a7c5c5 url(../images/icn-faq.gif) no-repeat 5% 50%;
	}
.section h2.guides {
	padding-left: 35px;
	background: #a7c5c5 url(../images/icn-guides.gif) no-repeat 5% 50%;
	}
.section h2.savings {
	padding-left: 35px;
	background: #a7c5c5 url(../images/icn-savings.gif) no-repeat 5% 50%;
	}
.section h2.bryantdiff {
	padding-left: 35px;
	background: #a7c5c5 url(../images/icn-bryantdiff.gif) no-repeat 5% 50%;
	}
.section h2.community {
	padding-left: 35px;
	background: #a7c5c5 url(../images/icn-community.gif) no-repeat 5% 50%;
	}
.section h2.glossary {
	padding-left: 35px;
	background: #a7c5c5 url(../images/icn-glossary.gif) no-repeat 5% 50%;
	}
#rightbar h2.learnmore {
	font-size: 1.1em; 
	color: #fff;
	margin: 0;
	}
#rightbar .sectionwrapper ul.section li ul.promolearn { padding-top: 15px; }
#rightbar .sectionwrapper ul.section li ul.promolearn li a {
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 5px;
	}
#rightbar .sectionwrapper ul.section li ul.promolearn li strong a {color: #d44300; }
#rightbar .sectionwrapper ul.section li ul.promolearn li a:hover { background: none; }
#rightbar .sectionwrapper ul.section li ul.promolearn li.borderlast { border-bottom: 1px solid #ccc; padding-bottom: 5px;}
#rightbar .sectionwrapper ul.section li ul.rightbarpromobg, 
#rightbar .sectionwrapper ul.section li ul.promolearn { background: transparent url(../images/bg-rightbar.jpg) repeat-x 0 0; }
#rightbar .sectionwrapper ul.section li ul.promoalt {
	padding-top: 0;
	background: none;
	}
#rightbar .sectionwrapper ul.section li ul.rightbarpromobg, #rightbar .sectionwrapper ul.section li ul.promolearn { padding-bottom: 10px; }
#footer {
	font-size: 0.8em;
	padding: 10px 0 0 10px;
	color: #676778;
	background-color: #eee;
	height: 25px;
	clear:both;
	}
#footer a { text-decoration: none; }
/*--- glossary --*/
.glossarypop {
	position:absolute; 
	visibility:hidden; 
	left:0; 
	top:0; 
	z-index:1000; 
	background: #fff url(http://www.myhvac.us/products/bryant/images/bx_bg.jpg) repeat-x top left; 
	border-top:1px solid #ccc;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #ccc;
	}
.pop {
	background-color:#105cb4; 
	text-align:right;
	margin-bottom: 8px;
	}
.definition {
	padding: 4px 4px 8px 4px;
	color: black;
	line-height: 1.2em;
	}
.glossarypop strong {
	font-size: 1.2em;
	padding: 0 4px;
	color:#105cb4;
	text-transform: uppercase;
	}