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;
}

p 
{ 
  line-height: 16px; 
  padding: 0;  
  margin-top: 1em;  
  margin-bottom: 0; 
  color: #ab0000;
}


#container 
{
  margin:0 auto;
  border: 0;
  text-align:left;
  width: 770px;
  background-color: #fff;
  /* 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; 
}

#left-banner
{ 
  float: left;
  margin-right: 20px;
}

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

#head_navbar 
{
  padding: 0;
  margin: 0;
  height: 57px;
  background-color: #6a8e47;
  background-image: url("../gfx/menu_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('../gfx/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: 160px 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: 0; margin:0;font-size: 15px; 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: 11px;
  vertical-align: top;
  background: #fff;
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 430px;
  position: relative;
}

#rightbox
{ 
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 268px;
  width: 255px;
  height: 24px;
  background-color:;
  vertical-align: middle;
  text-align: left;
}

#rightbox *
{ 
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

#linknext
{ 
  position: absolute;
  top: 290px;
  right: 0px;
  padding: 0px 5px;
  background: #781111;
  text-align: center;
  color: white;
}

#linknext a
{ 
  color: white;
}

#product-left 
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 410px;
  height: 420px;
  margin: 0;
  padding:0;
  line-height: 16px;
  vertical-align: top;
  background: #fff;
  float: left;
}

#product-image
{ 
  position: absolute;
  top: 91px;
  left: 15px;
  padding: 0px;
  margin: 0px;
}

#product-name
{ 
  position: relative;
  top: 10px;
  left: 15px;
  text-align: right;
  vertical-align: top;
  background-color: #781111;
  width: 130px;
  height: 65px;
  color: #fff;
}

#product-name * 
{ 
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

#next-image
{ 
  display: block;
  position: absolute;
  right: 7px;
  bottom: 10px;
  color: #fff;
  padding: 0px 5px;
  margin: 0px;
  text-align: center;
  font-weight: normal;
  background-color: #781111;
}

#product-name div
{ 
}

#product-description
{ 
  position: relative;
  float: left;
  top: 90px;
  left: 20px;
  right: 10px;
  height: 330px;
  width: 330px;
  overflow: auto;
}

#bottommenu
{ 
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 770px;
  height: 20px;
  padding-top: 5px;
  font-weight: bold;
  background-color: #781111;
  color: white;
  font-size: 12px;
}

#bottommenu a
{ 
  color: white;
}

* html #main-no-sidebar 
{ 
  height: 430px; 
}

#main-gradient 
{
  margin:0; padding:0;
  line-height: 16px;
  font-size: 0px;
  vertical-align: top;
  background: #fff;
  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: #fff;
    color: #B5A881;
}
#main-content-horiz-lightbg strong {
	color: #98140f;
}
#main-content-horiz-lightbg .hi { color: #AE0402; line-height: 20px; } 

/* 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; } 

#footer
 {
   clear: both;
   height: 22px;
   margin:0;
   padding: 0;
   background: #7ba158;
}
#footer-content { 
    padding: 5px 30px 0 30px;
    margin: 0;
    color: #fff;
    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: 18px; }
h2 { font-size: 16px; }
h3 
{ 
  font-size: 12px; 
  line-height: 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: 75px 15px 55px 435px;
  width: 320px;
  height: 300px;
  background: #fff;
  color: #fff;
  font-size: 12px;
  background-image: url('../gfx/index_bg.jpg');
  background-repeat: no-repeat;
  background-position: center left;
}
#homepage-intro p 
{ 
  line-height: 14px; 
  color: #fff;
}

#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: #fff;
    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; }

.image_mini 
{
  width: 72px;
  height: 48px;
  cursor: pointer;
}
