/* Heat & Home CSS */

body { 
  margin:0px; 
  padding:0px; 
  font-size:10pt;
  color:#333;
}

ul { margin-left:0px; padding-left:15px; }

#header {
  width:100%;
  height:117px;
  background:url('../images/top_strip.jpg') repeat-x bottom left;
}

  #header_left {
    width:50%;
    height:111px;
    background-color:#cc0001;
    text-align:right;
  }
  
  * html #header_left { 
    background:url('../images/top_strip.jpg') repeat-x 0 111px #cc0001; 
  }
  
  #header_right {
    width:49.9%;
    height:111px;
    background:url('../images/header_back_right.jpg') repeat-x top left;
  }
    
    html>/**/body #header_right { width:50%; }

#menu_container {
  width:100%;
}

  #menu {
    width:1003px;
    height:37px;
    float:none;
    margin:auto;
  }
  
    .menu { 
      float:left; 
      height:37px; 
      background:url('../images/menu.jpg') no-repeat; 
    }
    
    .menu span { display:none; }
    
    #home, #home_on { width:89px; background-position:0 0; }
    #home:hover { background-position:0 -37px; }
    #home_on { background-position:0 -37px; }
    
    #services, #services_on { width:107px; background-position:-89px 0; }
    #services:hover { background-position:-89px -37px; }
    #services_on { background-position:-89px -37px; }
    
    #prices, #prices_on { width:90px; background-position:-196px 0; }
    #prices:hover { background-position:-196px -37px; }
    #prices_on { background-position:-196px -37px; }
    
    #bus_cust, #bus_cust_on { width:185px; background-position:-286px 0; }
    #bus_cust:hover { background-position:-286px -37px; }
    #bus_cust_on { background-position:-286px -37px; }
    
    #dom_cust, #dom_cust_on { width:188px; background-position:-471px 0; }
    #dom_cust:hover { background-position:-471px -37px; }
    #dom_cust_on { background-position:-471px -37px; }
    
    #contact, #contact_on { width:344px; background-position:-659px 0; }
    #contact:hover { background-position:-659px -37px; }
    #contact_on { background-position:-659px -37px; }
    
    .service_menu {
      float:left;
      height:51px;
      width:182px;
      background:url('../images/service_menu.jpg') no-repeat;
    }
    
    .service_menu span { display:none; }
    
    #breakdowns { background-position: 0 0px;  } 
    #breakdowns:hover { background-position: 0 -513px; } 
    #breakdowns_on { background-position: 0 -513px; } 
    
    #newcentral { background-position: 0 -51px; } 
    #newcentral:hover { background-position: 0 -564px; } 
    #newcentral_on { background-position: 0 -564px;  } 
    
    #servicing { background-position: 0 -102px; } 
    #servicing:hover { background-position: 0 -615px; } 
    #servicing_on { background-position: 0 -615px;  } 
    
    #landlords { background-position: 0 -153px; } 
    #landlords:hover { background-position: 0 -666px; } 
    #landlords_on { background-position: 0 -666px;  } 
    
    #generalpl { background-position: 0 -204px; } 
    #generalpl:hover { background-position: 0 -717px; } 
    #generalpl_on { background-position: 0 -717px;  } 
    
    #electrics { background-position: 0 -255px; } 
    #electrics:hover { background-position: 0 -768px; } 
    #electrics_on { background-position: 0 -768px;  } 
    
    #lpgsys { background-position: 0 -306px; } 
    #lpgsys:hover { background-position: 0 -819px; } 
    #lpgsys_on { background-position: 0 -819px;  } 
    
    #repair { background-position: 0 -357px; } 
    #repair:hover { background-position: 0 -870px; } 
    #repair_on { background-position: 0 -870px; } 
    
    #electrich { background-position: 0 -408px; } 
    #electrich:hover { background-position: 0 -921px; } 
    #electrich_on { background-position: 0 -921px; } 
    
    #domestic { background-position: 0 -459px; } 
    #domestic:hover { background-position: 0 -972px; } 
    #domestic_on { background-position: 0 -972px; } 
                 
#main {
  width:1000px;
  float:none;
  margin:10px auto 0 auto;
}

  * html #main { margin:auto; }
  html>/**/ body #main { margin:auto; }

  #min_height {
    width:1px;
    /*height:580px;
    background-color:red;*/
  }

  #left {
    width:182px;
    margin-left:10px;
  }
  
    .sub_breakdown { color:#551a74; }
    .sub_central { color:#fbb017; }
    .sub_service { color:#f05f20; }
    .sub_landlord { color:#d91c20; }
    .sub_plumbing { color:#007577; }
    .sub_shower { color:#0166b6; }
    .sub_lpg { color:#9bcb3b; }
    .sub_repair { color:#c99d30; }
    .sub_heating { color:#e8078b; }
    .sub_electric { color:#0090d5; }
  
    /*#left a { color:#333333; }
    #left a:hover { color:#999999; text-decoration:none; }*/
    
    .hover_test {
      color:#333;
    }
    
      .hover_test:hover img { 
      	filter:alpha(opacity=55);
      	-moz-opacity:0.55;
      	-khtml-opacity: 0.55;
      	opacity: 0.55;      
      }
      
      .hover_test:hover span { 
        color:#999;
        text-decoration:none;
      }
    
    * html #left { margin-left:5px; }
  
    #left h2 { 
      margin:12px 0 10px 0; 
      float:left;
    }
  
    .quicklinks {
      height:44px;
      line-height:44px;
      margin:0 0 10px 0;
      color:#333333;
      font-size:9pt;
    }
  
      .quicklinks span {        
        width:120px;        
        margin-left:10px;
        font-size:8.5pt;
        font-weight:normal;
        line-height:normal;
        border-bottom:1px dashed #9c9c9c;
      }
      
      .quick_icon_on {
      	filter:alpha(opacity=55);
      	-moz-opacity:0.55;
      	-khtml-opacity: 0.55;
      	opacity: 0.55;
      }
      
      #bottom { border-bottom:0px; }
      
      .onerow { height:34px; margin-top:15px; }
      .tworows { height:42px; margin-top:7px; }
      .threerows { height:49px; }
  
  #content {
    width:485px;
    margin-left:18px;
  }
  
    .main_span { 
      margin-left:10px;
      font-size:10pt;
      width:410px;    
    }
    
    .red_highlight { color:#cb0100; }
    .size17 { font-size:17px; }
    .size19 { font-size:19px; }
  
    #top_image { margin-bottom:17px; }
    #top_image img { float:left; }
  
    /* Customised page css */
    .home_ps { margin:0 0 17px 0; }
    
    .home_bot { margin-bottom:0px; }
    
    #icon_h2 {
      float:left;
      margin:0 0 17px 0;  
    }
    
      #icon_h2 span {
        margin-left:20px;
        padding-top:22px;
        height:64px;
        height:42px;        
        border-bottom:1px solid #999;
      }
    
      #serv { width:399px; }
      #cont { width:400px; }
    
    .base_col { color:#333; }
    
    /* Prices stuff */
    #breakdowns_and_repairs,#other_services {
      border:1px solid #bebfc1;
      background-color:#f5f5f5;
      padding:10px;
      width:463px;
    }
    
    * html #breakdowns_and_repairs { width:438px; }
    * html #other_services { width:438px; }     
    
    #other_services {
      margin-top:10px;
      width:463px;
    }
    
    .prices_div {
      width:100%;
      border:1px solid #cdcdcd;
      margin-bottom:5px;
      background-color:#fff;
    }
    
      .prices_div p { 
        width:100%;
        margin:12px;
      }
    
      .prices_div img { margin-right:12px; }
      
    .prices_content { width:358px; }
    
    .prices_bot { margin-bottom:0px; }
    
      /* Prices table */
      table { font-size:7pt; margin:10px 0 10px 0; }
      
      #header_row,.back { background:url('../images/table_header.jpg') repeat-x top left; }
      
      .back { background-position:bottom left; }
      
      .border-right { border-right:1px solid #fff; }
      .border-bottom { border-bottom:1px solid #fff; }
      
      td { border-bottom:2px solid #bebfc1; }
  
      .cell_high { 
        background-color:#ededed; 
        border-left:2px solid #bebfc1; 
        border-right:2px solid #bebfc1; 
      }
  
      .force { width:60px; }
  
      th { 
        color:#fff; 
        font-weight:normal; 
      }
      
      .td_left { padding:4px; }
      
      #td_left { 
        width:105px; 
        height:34px;
      }
      
      html>/**/body #td_left { height:41px; }
      
      html>/**/body #right_td_big { height:42px; }
      /* Prices table */
    
    /* Prices stuff */
    
    .w100 { width:100%; }
    
    /* End customised page css */
    
  #right {
    width:294px;
    margin-left:10px;
  }

  #list {
    background:url('../images/list_background.jpg') no-repeat top left;
    width:294px;
    height:202px;
    margin:0 0 11px 0;
  }
  
    #list h2 {
      font-size:14pt;
      margin:17px 0 10px 14px;
      color:#cd0001;
      width:100%;
    }
    
    * html #list h2 { 
      width:150px;      
      margin:17px 0 10px 8px; 
    }
  
    #list li { 
      margin:0 0 4px 15px; 
      font-size:10pt;            
      color:#cd0001;
      font-weight:bold;
    }
    
    * html #list li { margin:0 0 4px 5px; }
    
    * html #list ul { 
      margin:0 0 0 6px; 
      clear:both;
      width:260px;
    }
    
    
    #list li span { 
      color:#666666; 
      float:none;
    }

  .snippets{
    margin-bottom:11px;
  }

#footer {
  margin-top:22px;
  width:100%;
  height:169px;
  background:url('../images/footer_back.jpg') repeat-x top left;
}
  
  #footer a { color:#333; }
  
  #footer span { margin-left:10px; font-size:8pt; }

  #footer p {
    float:none;
    width:1000px;
    margin:10px auto 0 auto; 
  }