html,body {
    margin:0;
    padding:0;
    border:0;
    height:100%;
}

body {
    background-color:#ffffff;
	/* background-image: url('images/body_bg.jpg'); */
	background-repeat: no-repeat;
	background-position: top center;
    min-width:770px;
    text-align:center; /* IE HACK */
}

body, td { 
	color: #AE0402; 
	font-size: 11px;
    font-family: arial, sans-serif;
}

#container {
    margin:0 auto;
    border: 0;
    text-align:left;
    width: 770px;
    background-color: #f1efe3;
    /* background-image: url('images/sidebar_bottom_bg.jpg'); */
    background-repeat: no-repeat;
    background-position: bottom left;
}

#head_langbar {
	padding: 5px 0 0 0;
	margin: 0;
	height: 18px;
	background-color: #ffffff;
}
#head_langbar-content-left { text-align: left; padding: 0; float: left; width: 385px;   margin: 0; font-size: 10px; }
#head_langbar-content-left a { color: #444444; font-weight: bold; }
#head_langbar-content-right { text-align: right; padding: 0; float: left; width: 385px;  margin: 0; font-size: 9px; }
#head_langbar-content-right a { color: #444444; font-weight: normal; text-decoration: none; }

#head_banner {
	padding: 0;
	margin: 0;
	height: 93px;
	background-color: #fff;
	background-image: url('images/head_banner_bg.jpg');
    background-repeat: repeat-x;
    background-position: top left;
}

#head_navbar {
	padding: 0;
	margin: 0;
	height: 57px;
	background-color: #7D7D7D;
    background-image: url('images/navbar_bg.jpg');
    background-repeat: repeat-x;
    background-position: top left;
}
#head_navbar-content { 
    padding-top: 3px;
    padding-left: 2em; 
	    padding-right: 2em;
	    padding-bottom: 0;
    margin: 0; 
    font-size: 12px; 
    color: #f0f0f0;
    height: 20px;
}
* html #head_navbar-content { padding-top: 4px; height: 19px;}

#head_shadow {
	padding: 0;
	margin: 0;
	height: 2px;
	background-color: #CCD592;
    background-image: url('images/head_shadow.jpg');
    background-repeat: repeat-x;
    background-position: top left;
    font-size: 0px; /* IE hack */
}

#sidebar {
    float: left;
    width: 350px;
    margin:0; padding:0;
    min-height: 430px;
    background-repeat: no-repeat;
    background-position: top left;
}
* html #sidebar { height: 430px; }

#sidebar-content {
    margin:0; padding: 180px 55px 0 55px; 
    font-family: Times New Roman, serif;
    /* font-style: italic; */
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.sidebar-content-hi { line-height: 24px; padding: 10px 0 10px 0; font-size: 16px; font-style: italic;  }

#main {
    margin:0 0 0 350px; padding:0;
   	line-height: 16px;
	font-size: 0px;
	vertical-align: top;
    background: #f1efe3;
    /* background-image: url('images/content_bg.jpg'); */
   	background-repeat: no-repeat;
   	background-position: top right;
   	min-height: 430px;
}
* html #main { height: 430px; }

#main-no-sidebar {
    	margin:0; padding:0;
   		line-height: 16px;
   		font-size: 0px;
		vertical-align: top;
   	    background: #f1efe3;
        /* background-image: url('images/content_bg.jpg'); */
    	background-repeat: no-repeat;
    	background-position: top right;
    	min-height: 430px;
}
* html #main-no-sidebar { height: 430px; }

#main-gradient {
    	margin:0; padding:0;
   		line-height: 16px;
   		font-size: 0px;
		vertical-align: top;
   	    background: #f1efe3;
    	background-repeat: repeat-x;
    	background-position: top left;
    	min-height: 430px;
}
* html #main-gradient { height: 430px; }

#main-content {
    margin:0; padding: 20px 25px;
    font-size: 11px;
    color: #B5A881;
}

#main-content .hi {     line-height: 20px; color: #AE0402; } 


#main-content-prod-photo {
	float: left;
    width: 350px;
    height: 406px;
    margin:0; padding: 0;
    font-size: 0px;
   	text-align: center;
}

#main-content-prod-details {
    margin: 0 0 0 360px; 
    padding: 25px 25px; 
    height: 356px;
    font-size: 11px;
}

#main-content-horiz-darkbg {
    margin:0; padding: 25px 70px;
    font-size: 11px;
    background: #cfb286;
    color: #fff;
}
#main-content-horiz-darkbg strong {
	color: #98140f;
}
#main-content-horiz-darkbg .hi { color: #AE0402; } 

#main-content-horiz-lightbg {
    margin:0; padding: 25px 70px;
    font-size: 11px;
    background: #f1efe3;
    color: #B5A881;
}
#main-content-horiz-lightbg strong {
	color: #98140f;
}
#main-content-horiz-lightbg .hi { color: #AE0402; line-height: 20px; } 

p { line-height: 16px; padding: 0;  margin-top: 1em;  margin-bottom: 0; }
/* msie 3px text jig hack */
* html p {
  height: 1%;
  margin-left: 0;
}

p:first-child { margin-top: 0; }

.scroll { overflow: auto; height: 340px;}

#bottomnav {
	clear: both;
    height: 24px;
    margin:0;
    padding: 0;
    background: #b92626;
    background-image: url('images/bottomnav_bg.jpg');
    background-repeat: repeat-x;
    background-position: top left;
}
#bottomnav-content { 
    padding: 5px 30px 0 30px;
    margin: 0;
    color: #f7bc94;
    font-size: 9px;
    text-align: left;
    letter-spacing: 0.1em;
}
#bottomnav-content a { color: #fff; font-size: 8px;} 

#footer {
	clear: both;
    height: 22px;
    margin:0;
    padding: 0;
    background: #b92626;
}
#footer-content { 
    padding: 3px 30px 0 30px;
    margin: 0;
    color: #d26767;
    font-size: 10px;
    text-align: right;
}
    
hr.cleaner {
    clear:both;
    height:1px;
    margin: -1px 0 0 0; padding:0;
    border:none;
    visibility: hidden;
    font-size: 0px;
    line-height: 0px;
}

.hr { height: 1px; background-color: #bbce93; margin: 20px 0 20px 0; font-size: 0px; }

a { text-decoration: none; font-weight: bold; color: #AE0402; }
a:hover, a:active { text-decoration: underline; }
a:visited { color: #AE0402; }

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

img { border: 0 }

.more { text-align: right; margin-top: 10px; }
.clickmore, .clickmore:visited { padding: 2px 4px; font-size: 14px; text-decoration: none; font-weight: bold; font-variant: small-caps; }
.clickmore:hover { text-decoration: none; background-color: #9a0000; color: #f1efe3; }


.comparison { width: 95%;}
.comparison p { padding-bottom: 16px; color: #B5A881; }
.comparison_head { font-weight: bold; }

#prod_details_top { height: 16px; width: 265px; background-image: url(images/prod_details_top.gif); 	background-repeat: no-repeat;	background-position: top left; margin-top: 5px; }
#prod_details_bottom { height: 16px; width: 265px; background-image: url(images/prod_details_bottom.gif); 	background-repeat: no-repeat;	background-position: top left; }
#prod_details_middle { width: 265px; background-image: url(images/prod_details_middle.gif); 	background-repeat: repeat-y;	background-position: top left; }
#prod_details_middle table { margin-left: 17px; margin-right: 17px; }
#prod_details_middle td { vertical-align: top; }

#ml_details_top { height: 16px; width: 365px; background-image: url(images/ml_details_top.gif); 	background-repeat: no-repeat;	background-position: top left; margin-top: 5px; }
#ml_details_bottom { height: 16px; width: 365px; background-image: url(images/ml_details_bottom.gif); 	background-repeat: no-repeat;	background-position: top left; }
#ml_details_middle { width: 365px; background-image: url(images/ml_details_middle.gif); 	background-repeat: repeat-y;	background-position: top left; }
#ml_details_middle table { margin-left: 17px; margin-right: 17px; }
#ml_details_middle p { margin-left: 17px; margin-right: 17px; }
#ml_details_middle td { vertical-align: top; }

#homepage-intro { 
    margin:0;
    padding: 65px 225px;
    width: 320px;
    height: 300px;
	background: #cfb286;
    color: #fefefe;
    font-family: Times New Roman, serif;
    font-size: 14px;
    background-image: url('images/homepage_bg.jpg');
   	background-repeat: no-repeat;
   	background-position: top left;
}
#homepage-intro p { line-height: 20px; }
#homepage-intro .hi { font-size: 16px; font-weight: bold; font-variant: small-caps; }
.enter a, .enter a:active, .enter a:visited  { color: #fff; text-decoration: none; background: 0; padding: 2px;}
.enter a:hover { text-decoration: none; background-color: #9a0000; }
.enter { font-weight: bold; font-variant: small-caps; text-align: center;}

#main-content-heaters {
    margin:0; padding: 0;
    font-size: 11px;
    background: #f1efe3;
    color: #B5A881;
    overflow: auto; 
    height: 430px; 
}
#main-content-heaters strong {
	color: #98140f;
}
#main-content-heaters .hi { color: #AE0402; line-height: 20px; } 

#heaters { padding: 25px 70px; }
#heaters-utils { padding: 25px 70px; border-top: 1px solid #AE0402;  }

#main-content-heaters p { line-height: 16px; margin-top: 10px; }
