/*
 * Global Defaults
 */
 
 /*
 dark grey (body background, nav): #4e4a46;
 grey (sidebar): #e9e4cf;
 light grey (nav dropdown): #4e4a46;
 tan (header): #c09e54;
 red (logo): #aa002a;
 orange (nav hover): orange;
 */

body {
	background: #4e4a46;
    font-size: 78% !important; /* moz, firefox, opera */
    font-size: 72%; /* ie 5 */
    font-size/**/:/**/ 78%; /* ie 6+ */
	line-height: 1.4em;
}
body.Admin {
	background: #fff;
}
td,a,img,div,form,body,p,blockquote,li,td,th,h1,h2,h3,h4,input,textarea,select,button {
	padding: 0;
	margin: 0;
}
td,a,img,div,form,body,p,blockquote,li,td,th,h1,h2,h3,h4 {
	border: 0;
}
body,div,p,blockquote,li,td,th,h1,h2,h3,h4,input,textarea,select,button {
	font-family: Arial,sans-serif;
	color: #000;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
input.Text, textarea, select.Text {
    border: 1px solid #a49b92;
    font-size: 11px;
    margin: 0px;
    padding: 2px;
}
input.Button {
    background-color: #aa002a;
    border: 1px solid black;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    margin-top: 5px;
    padding: 0;
    text-transform: uppercase;
}
a:link, a:visited, a:active {
	color: #000;
}
a:hover {
	color: #aa002a;
}
ul, ul li {
	margin: 0;
	padding: 0;
}
ul.HNav, ul.VNav {
	list-style: none;
}
ul.HNav li {
	float: left;
}
p.Breadcrumbs {
	margin-top: -10px;
	color: #aa002a;
	font-weight: bold;
}
p.Breadcrumbs a {
	color: #aa002a;
}
p.Breadcrumbs a:visited {
	color: #aa002a;
}
a.GoArrowText {
  padding: 2px 22px 3px 0;
  background: url('/res/skins/2007/images/arrow-redgrey-transparent.gif') no-repeat top right;
}
.Hidden {
	display: none;
}

/*
 * Containers
 */

#Container {
	position: relative;
	width: 750px;
	margin: 16px auto 0 auto;
	padding: 0 0 20px 0;
}

/*
 * Header
 */

#Header {
	background: #c09e54;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 95px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 748px;
}
#Header #Logo {
	position:absolute;
	top: 20px;
	left: 20px;
}
#Header #PrintLogo {
	display: none;
	visibility: hidden;
}
#StartOver {
	left: 516px;
	position: absolute;
	top: 40px;
	width: 120px;
} 
#StartOver img {
	vertical-align: middle;
	padding-right: 3px;
}
#CloseWindow {
	left: 615px;
	position: absolute;
	top: 40px;
	width: 120px;
} 
#CloseWindow p a {
	background: url('/res/skins/2007/images/close_button.gif') no-repeat center right;
	color: #e9e4cf;
	font-weight: bold;
	line-height: 20px;
	padding: 2px 22px 2px 0;
	text-decoration: none;
}
#SecondaryNavContainer {
	position:absolute;
	top: 25px;
	right: 10px;
	width: 100%;
	text-align: right;
	white-space: nowrap;
}

#SecondaryNav { position: absolute; right: 155px; } 
#SecondaryNav ul.HNav li a:link, #SecondaryNav ul.HNav li a:visited, #SecondaryNav ul.HNav li a:active {
	color: #e9e4cf;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 9px;
	background: url('../images/seperator-black.jpg') no-repeat center right;
}
#SecondaryNavContainer #Search input {
	margin-left: 1px;
}

#SecondaryNavContainer #Search input.Text {
	font-weight: bold;
	text-align: center;
	vertical-align: top;

	margin: 0 0 7px 12px;
	padding: 1px 3px 0px 3px;
	width: 114px;
	height: 14px;
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #7c7c7c;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#MainNavContainer {
	position:absolute;
	top: 64px;
	left: 173px;
	width: 574px;
	border: 1px solid #fff;
	background: #4e4a46;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 99;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
}

/* first-level list */

#nav li {
	background: #4e4a46;
	border-right: 1px solid #fff;
	line-height: 15px;
	padding: 8px 10px 7px 12px;
}
#nav li.last {
	border-bottom: none;
	border-right: none;
}
#nav li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color: orange;
}

/* second-level list */

#nav li ul {
	-moz-opacity: .9;
	opacity: .9;
	width: 180px;
	margin: 7px 0 0 -13px;
	display: none;
	position: absolute;
	z-index: 99;
}
#nav li ul li {
	width: 130px;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #000;
	border-right: none;
	background: #f2f0e9;
	z-index: 99;
}
#nav li ul li.drop {
	background: #f2f0e9 url('/res/skins/2007/images/drop_down_arrow.gif') no-repeat 135px;
}
#nav li ul li a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

/* third level list */

#nav li ul ul {
	margin: -21px 0 0 130px;
	z-index: 99;
}
#nav li ul ul li {
	width: 140px;
	padding: 5px 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: none;
	text-indent: 20px;
	z-index: 99;
}
#nav li ul ul li.first {
	width: 141px;
	border-left: none;
	border-top: 1px solid #000;
}
#nav li ul ul li.last {
	padding-bottom: 7px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* make the hovers work */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	display: block;
}

#MainNavContainer #DealerLocate {
	float: right;
	padding-right: 12px;
	margin-top: 6px;
}
#MainNavContainer #DealerLocate a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#MainNavContainer #DealerLocate a:hover {
	color: orange;
}
#MainNavContainer #DealerLocate input {
	margin-bottom: -5px;
}
#MainNavContainer #DealerLocate input.Text {
	margin-left: 15px;
	margin-right: 3px;
	margin-bottom: 0;
	width: 90px;
	height: 14px;
	font-weight: bold;
	text-align: center;
	padding: 1px 3px 0px 3px;
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #7c7c7c;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/*
 * MainContentContainer
 */

#MainContentContainer {
	float: left;
	background: #e9e4cf;
	border: 1px solid #fff;
}
#MainContentContainer.commitment {
	background: green;
}
#ThreeColumnContainer {
	float: left;
	background: #fff;
}

/*
 * SidebarLeft
 */
 
#SidebarLeft {
	float: left;
	width: 173px;
	background: #e9e4cf;
}
#SidebarLeft ul.VNav {
	margin-top: 15px;
	margin-left: 17px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
}
#SidebarLeft ul.VNav li {
	background: url(../images/arrow-redgrey-transparent.gif) no-repeat left;
	font-size: 11px;
	line-height: 15px;
	padding: 4px 0 4px 25px;
}
#SidebarLeft ul.VNav li a {
	font-weight: bold;
}
#SidebarLeft p {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 15px;
}

#SidePromoBox {
	margin: 20px 0 0 3px;
}
#SidePromoBox .selectionCentral {
    margin-left:  30px;
}
#SidebarLeftCommitment {
	float: left;
	width: 173px;
	background: green;
}
#SidebarLeftCommitment img {
	width: 173px;
}
#SidebarLeftCommitment ul.VNav {
	margin-top: 15px;
	margin-bottom: 15px;
}
#SidebarLeftCommitment ul.VNav li {
	padding: 4px 0 4px 25px;
}
#SidebarLeftCommitment ul.VNav li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#SidebarLeftCommitment ul.VNav li a:hover {
	color: yellow;
}

#BurnSmartLegend, #TaxCreditLegend {
	margin:			10px 13px 0 0;
	font-size:		.75em;
	line-height:	1.15em;
	clear:			left;
}
	#BurnSmartLegend {
		margin-top: 25px;
	}
		#BurnSmartLegend img {
			float: left;
			margin: -4px 10px 10px 9px;
		}
	#TaxCreditLegend img {
		float: left;
		margin: 0 6px 10px 3px;
	}
/*
 * MainContent
 */
 
#MainContent {
	background: #fff;
	border-left: 1px solid #fff;
	float: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 20px;
	width: 534px;
}
body.NoColumns #MainContent {
	width: 707px;
}
body.ThreeColumn #MainContent {
	padding: 20px 10px 20px 20px;
	width: 355px;
}
body.NoMargin #MainContent {
	padding: 0;
	width: 574px;
	min-height: 407px;
	height: auto !important;
	height: 407px;
}
body.Admin #MainContent {
	width:95%;
}
#MainContent h1 {
	color: #aa002a;
	font-weight: bold;
	margin-bottom: 10px; 
}
#MainContent h2 {
	font-size: 105%;
	margin-bottom: 10px;
}
#MainContent p.subHead {
	color: #a7853c;
	font-weight: bold;
	margin-bottom: 10px; 
	font-size: 110%;
}
#MainContent h2 a {
	color: #a7853c;
}
#MainContent h2.noPad {
	margin-bottom: 0;
	padding-bottom: 0;
}
#MainContent h3 {
	font-weight: bold;
	margin-bottom: 5px; 
}
#MainContent p {
	margin-bottom: 10px;
}
#MainContent ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
#MainContent ul li {
	padding-bottom: 5px;
}

/*
 * Main Content Tables
 */

tr.Even {
	background-color: #FAF2DD;
}
tr.Odd {
	background-color: #FFF;
}

/* Form layout table */

table.Form {
	margin-left: 0;
}
table.Form tr th {
	width:100px;
	text-align: left;
	font-weight: normal;
	padding: 4px 0 7px 7px;
	vertical-align: top;
}
table.Form tr th.Required {
	padding-left: 0;
}
table.Form tr th.Header {
	width: 320px;
	background-color: #aa002a;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	padding: .25em 0 .25em .5em;
	margin-bottom: 20px;
}
table.Form tr td textarea,
table.Form tr td input.Text {
	width: 175px;
	margin-bottom: 4px;
}
table.Form tr td select {
	width: 181px;
	margin-bottom: 4px;
}
table.Form tr td input.CheckBox {
	margin-right: 3px;
}
table.Form tr th.Break {
	background-color: #FFF;
	padding: 0;
	line-height: 4px;
}

/* Listing Table */

table.Listing {
	margin-bottom: 1em;
}
table.Listing tr th {
	background-color: #aa002a;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	padding: .25em 0px .25em .5em;
}
table.Listing tr th.Level2 {
	background-color: #c09e54;
	color: #000;
	text-transform: none;
	text-align: left;
}
table.Listing tr th.Break {
	background-color: #FFF;
	border: 0px;
}
table.Listing tr th.Grey {
	color: #000;
	background-color: #807665;
}
table.Listing tr th.Yellow {
	color: #000;
	background-color: #C4984D;
}
table.Listing tr th.Red {
	background-color: #aa002a;
}
table.Listing tr th.Brown {
	background-color: #A26837;
}
table.Listing tr td {
	color: #000;
	text-align: left;
	padding: .25em .5em .25em .5em;
}
table.Listing tr td.empty {
	padding: 0;
	margin: 0;
	line-height: 0;
}
table.Listing tr td img {
	vertical-align: middle;
}
table.Listing tr td {
	border-bottom: 1px solid #CEAE8C;
}

/*
 * Home Page
 */

#Featured, #New {
	float: left;
	height: 187px;
	background: #e9e4cf;
	border-top: 1px solid #fff;
}
#Featured {
	width: 303px;
	border-right: 1px solid #fff;
}
#New {
	width: 270px;
	position: relative;
}
.FeaturedHeader {
	background: #c09e54;
	padding: 3px 0;
	border-bottom: 1px solid #fff;
	text-align: center;
}
#Featured h2, #New h2 {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}
div.FeaturedContent, div.FeaturedContent img, div.FeaturedContent p {
	float: left;
}
div.FeaturedContent p {
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 0;
}
div.FeaturedContent p a {
	font-weight: bold;
}
#Featured div.FeaturedContent {
	position: relative;
}
#Featured div.FeaturedContent img {
	position: absolute;
	top: 10px;
	left: 10px;
}
#Featured div.FeaturedContent .Dave {
	position: relative;
	top: 71px;
	left: 165px;
}
#Featured div.FeaturedContent p {
	margin-top: 8px;
	position: absolute;
	left: 145px;	
	width: 200px;
}
#Featured div.FeaturedContent p a ,
#New div.FeaturedContent p a {
	font-weight: normal;
}
#New div.FeaturedContent p a {
	display: block;
}
#New div.FeaturedContent img {
	position: absolute;
	top: 34px;
	left: 10px;
}
#New div.FeaturedContent p {
	position: absolute;
	top: 34px;
	left: 105px;
	width: 140px;
}

/*
 * Section Landing Pages
 */

.OverviewContainer {
	clear: both;
	height: 150px;
}
.OverviewContainer img {
	float: left;
	margin-right: 10px;
}
.OverviewText {
	float: left;
	width: 300px;
}

/* 
 * Product List Page
 */ 

#ListHeaderImage { 
	float: left;
}
#ListHeaderText {
	margin: 0 5px 8px 180px;
}
#ListHeaderText img {
	margin-right: 10px;
}
#ListHeaderText p {
	margin-bottom: 0;
}
#ListHeaderText h1 {
	margin-top: -5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	color: #aa002a;
	border-bottom: 1px solid #aa002a;
}
#FuelIcons {
	float: left;
	margin-left: 10px;
	margin-bottom: 0;
}
.FuelIconWText {
	float: left;
	margin-right: 10px;
}
.FuelIconText {
	padding: 0;
	margin: 0;
}
.FuelIconWText a {
	font-weight: bold;
}
.FuelIconGas {
	padding-left: 2px;
}
.FuelIconWood {
	padding-left: 2px;
}
.FuelIconElectric {
	margin-left: 7px;
}
.FuelIconPellet {
	margin-left: 3px;
}
.FuelTypeHeader {
	clear: both;
	border-bottom: 1px solid #aa002a;
	height: 22px;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 7px;
	width: 100%;
	color: black;
}
.FuelTypeCompare {
	float: left;
	text-align: right;
}
.FuelTypeHeader a {
	vertical-align: top;
}
.FuelTypeHeader img {
	float: left;
	vertical-align: middle;
}
.FuelTypeHeaderText, #MainContent h2.FuelTypeHeaderText {
	float: left;
	padding-top: 3px;
	padding-left: 3px;
	display: inline;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.Compare {
	display: inline;
}
.Compare p {
	display: inline;
	font-size: 11px;
	vertical-align: bottom;
}
.Compare input {
	margin-left: 5px;
	vertical-align: middle;
}
.BrandHeader {
	clear: both;
	height: 18px;
	padding: 2px 0 3px 5px;
	margin-bottom: 7px;
	background: #d0c6bf;
}
.BrandHeader a, .BrandHeader p  {
	font-weight: bold;
}
.ListItem {
	float: left;
	position: relative;
	background-color: #e9e4cf;
	margin-bottom: 7px;
	width: 100%;
}
.ListItemOdd {
	background: #fff;
}
.ListItemImage {
	float: left;
	padding: 20px 0;
	margin-left: 5px;
}
.ListItem .ImageBlowup {
    position: absolute;
    top: -48px;
    left: -70px;
    z-index: 98;
}
.ListItem .ImageBlowup img {
    border: 1px solid #000;
}
.ListItemInfo {
	float: left;
	width: 69%;
	margin: 5px 5px 5px 10px;
}
	.ListItemInfo h3 img {
		vertical-align: middle;
		margin-left: 7px;
	}
.ListItemAttribute {
	float: left;
	width: 57%;
}
.ListItemAttributeRight {
	float: left;
	width: 43%;
}
.ListItemCheck {
	float:left;
	margin-top: 9px;
}

/* 
 * Product Comparison Page
 */ 

table.Comparison tr th {
	border-bottom: 1px solid #000;
	font-size: 11px;
	width: 180px;
	padding: 15px;
}
table.Comparison tr th.Header {
	font-size: 12px;
	font-weight: bold;
	color: #a7853c;
}
table.Comparison tr th.Header a {
	color: #a7853c;
}
table.Comparison tr th.AlignLeft {
	padding-left: 5px;
	text-align: left;
}
table.Comparison tr.Odd {
	background: #e9e4cf;
}
table.Comparison tr td {
	border-bottom: 1px solid #000;
	font-size: 11px;
	padding: 13px;
	width: 180px;
	text-align: center;
}
table.NoStyle {
	margin: 0 auto;
}
table.NoStyle tr th {
	font-weight: normal;
	border: none;
	width: auto;
	padding: 0;
}
table.NoStyle tr td {
	border: none;
	width: auto;
	padding: 0;
}

/*
 * Product Overview Page
 */
 
#CaptionContainer {
	position: relative;
	height: 30px;
	margin: 5px 0 0 -15px;
}
p.Caption {
	line-height: 12px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	margin: 0;
	padding: 0;
}
p.CaptionBlowup {
	line-height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	background: #fff;
}
#ProductPhoto {
	margin-left: -20px;
}
#ProductPhoto .ImageBlowup {
	margin-top: -249px;
}
#ProductThumbs {
	margin-bottom: 10px;
}
#ProductThumbs img {
	padding: 0px;
	margin-right: 2px;
	border: 1px solid #000;
}
#SidebarRight {
	float: left;
	width: 159px;
	padding: 20px 20px 20px 10px;
	background: #fff;
}
#SidebarRight img {
	margin-bottom: 10px;
}
#SidebarRight h2 {
	border-bottom: 1px solid #aa002a;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 3px;
}
#SidebarRight h2.collapse a {
	text-decoration: none;
	padding-left: 10px;
	background: url(/res/skins/2007/images/minus_symbol.gif) no-repeat center left;
}
#SidebarRight h2.expand a {
	text-decoration: none;
	padding-left: 10px;
	background: url(/res/skins/2007/images/plus_symbol.gif) no-repeat center left;
}
#SidebarRight ul {
	margin-bottom: 10px;
}
#SidebarRight ul li {
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
	padding-bottom: 5px;
}
#SidebarRight ul li.Level1 {
	font-weight: bold;
}
#SidebarRight ul li.Level2 {
	list-style-type: disc;
	margin-left: 15px;
}
#SidebarRight ul li.Level3 {
	list-style-type: circle;
	margin-left: 25px;
}

/*
 * Registration Page
 */

#SerialText {
	width: 162px; 
	padding-right: 10px;
	float: left;
}
#SerialImages {
	float: left;
	width: 360px; 
}
#SerialImages .SerialImageWText {
	float: left;
}
#SerialImages .Left {
	margin-right: 10px;
}

/* 
 * Dealer Locator
 */ 

#Results {
	margin-top: 20px;
}
#ResultsFloat {
	clear: both;
}
#ResultsFloat .Result {
	float: left;
}
#Results .Result, #ResultsFloat .Result  {
	width: 175px;
}
#Results .Result h3, #ResultsFloat .Result h3 {
	font-size: 11px;
	line-height: 15px;	
	margin-top: 10px;
	margin-bottom: 0px;
}
#Results .Result h3 a, #ResultsFloat .Result h3 a {
	color: #aa002a;
}
#Results .Result p, #ResultsFloat .Result p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 0px;
}

/*
 * Product Finder
 */

#Question p {
	font-size: 12px;
	font-weight: bold;
}
#Answers {
	float: left;
}
#Answers div.Answer {
	float: left;
	margin-left: 9px;
	text-align: center;
	width: 168px;
}
#Answers div.First {
	margin: 0;
}
#Answers div.Answer p {
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
#Answers div.Answer p input {
	vertical-align: middle;
}
#Answers div.Answer p.AnswerDesc {
	font-weight: normal;
	padding: 0 5px;
	text-align: left;
} 
#Answers div#Misc {
	padding-top: 15px;
	clear: both;
	width: 670px;
}
h2.NextLink {
	padding: 30px 0 5px 0;
	text-align: right;
	width: 670px;
}

/*
 * Footer
 */

#Footer {
	clear: both;
	width: 750px;
	text-align: center;
}
#FooterBar {
	padding: 6px 0;
	margin-bottom: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #c09e54;
}
#Footer p,
#Footer p a:link,
#Footer p a:visited,
#Footer p a:active
{
	text-decoration: none;
	color: #C0BDB8;
	font-size: 10px;
}
#FooterBar p,
#FooterBar p a:link,
#FooterBar p a:visited,
#FooterBar p a:active 
{
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

/*
 * Default Classes
 */

.disclaimer {
	font-size: 90%;
	font-style: italic;
	padding-top: 10px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.padBottom {
	margin-bottom: 10px;
}
.Error {
	color: red;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}


/*
 * NoNav
 */
body.NoNav #SecondaryNavContainer, body.NoNav #MainNavContainer {
	display: none;
}
body.NoNav #FooterBar * {
	display: none;
}



