#site_conteiner {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 1000px;
  margin: 0;
  text-align: center;
  font-size: 1.4em;
  overflow: hidden;
  background: #656565 url("images/bg.png") 0 0 repeat;
}
*html #site_conteiner { width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');}

  #header {
    height: 395px;
    background: #fff url("images/line.png") 0 100% repeat-x;
  }
    #header .h-holder {
      position: relative;
      height: 393px;
      width: 940px;
      margin: 0 auto;
      text-align: left;
      background: transparent url("images/house.jpg") 100% 100% no-repeat;
    }
  #wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 35px 0 130px 0;
    text-align: left;
  }
    #content_area {
      margin: 0 30px;
    }
      #content {
        margin: 0;
      }
      *html #content { width: 100%; }


  #footer {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
   height: 100px;
   
  }
    #footer .f-holder {
      width: 940px;
      margin: 0 auto;
      padding: 25px 0 0 0;
      overflow: hidden;
      text-align: left;
      font-size: 0.85em;
    }
    *html #footer .f-holder {
      zoom: 1;
    }
    #footer .copyright {
      float: left;
    }
    #footer a.sitemap {
	float: right;
	padding-left: 25px;
    }
    #footer .ma_copy {
      position: relative;
      float: right;
      display: inline;
      margin: 1.1em 13px 0 0;
      white-space: nowrap;
    }
      #footer .ma_copy img {
        position: absolute;
        top: -5px;
      }
  
  /* --- header start --- */
 
  #header .b-logo {
    position: absolute;
    top: 27px;
    left: -3px;
    font-size: 1.4em;
    color: #719f41;
  }
 
  #header .b-contacts {
    float: right;
    padding: 30px 0 0 0;
    color: #575757;
  }
    #header .b-contacts .phone {
      display: inline;
      float: left;
      margin: 0 1em 0 0;
      color: #575757;
      font-size: 1.2em;
    line-height: 1.1;
    }
      #header .b-contacts .phone span.cod {
        position: relative;
        top: -0.4em;
      }
      #header .b-contacts .phone span.num {
        color: #719f41;
        font-size: 1.6em;
    text-shadow: 2px 2px #eee;
      }
    #header .b-contacts .adress {
      float: left;
      color: #575757;
      font-size: 0.85em;
    }
      #header .b-contacts .adress a {
        color: #575757;
      }
      
    #header .catalog_root {
      position: absolute;
      padding: 7px 9px;
      border: 1px solid #ededed;
      background-color: #fff;
    }
      #header .catalog_root a {
        color: #719f41;
      }
      #header .catalog_root a:hover, #header .catalog_root a:active {
        text-decoration: none;
      }
      #header .catalog_root p {
        margin: 0.4em 0 0 0;
        color: #575757;
        font-size: 0.85em;
      }
   #header .bloki {
     top: 92px;
     left: 188px;
     width: 225px;
   }
   #header .plitka {
     /*
     top: 195px;
     left: 719px;
     */
     top: 242px;
     left: 697px;
     width: 210px;
   }
   #header .soedinenia {
     top: 311px;
     left: 697px;
     width: 230px;
   }
   #header .ecoblock {
     top: 90px;
     left: 668px;
     width: 225px;
     border-color: #c6e5a4;
     background-color: #dff0cd;
   }
   *html #header .bloki {
     width: 243px;
   }
   *html #header .plitka {
     width: 238px;
   }
   *html #header .soedinenia {
     width: 248px;
   }
  
   #header .main_menu {
     float: left;
     margin: 125px 0 0 0;
  
   }
    #header .main_menu ul {
      margin: 0;
      padding: 0;
    }
      #header .main_menu ul li {
        margin: 0;
        padding: 0 0 0.4em 0;
        list-style: none;
      }
        #header .main_menu li a {
          color: #656565;
          font-size: 1.2em;
          text-decoration: none;
          border-bottom: 1px solid #656565;
        }
        #header .main_menu li a:hover, #header .main_menu li a:active, #header .main_menu li.active a {
          color: #719f41;
          border-bottom-color: #719f41; 
        }
  
  /* --- header end --- */
 
  /* --- content start --- */
  
  #content .b-title {
    float: left;
    clear: both;
    padding: 4px 8px 5px;
    background-color: #575757;
    margin: 0 0 20px 0;
  }
    #content h1 {
      margin: 0;
      color: #b5ce9b;
      font-weight: normal;
    }
    h3{
      margin:10px 0 10px 0;
    }
  #content .breadcrumb-navigation {
    clear: both;
    position: relative;
    top: -10px;
    overflow: hidden;
    margin: 0 0 20px 0;
    color:#B5CE9B;
  }
  .tb-img p{
    color:#cdcdcd;
  }
  
  .left-content{
  width: 602px;
  margin-right: 20px;
  float: left;
  line-height: 1.5;
  margin-top: -20px;
  }
  .img-left{
    margin: 25px 10px 0 0;
    float: left;
  }
  .b-left-content-block h2{
   margin: 10px 0 0px 0 !important;
  }
.b-left-content-block p{
  margin-top:0px !important;
}
.b-left-content-block img{
  margin: 15px 0 !important;
}
  .l-text{
    overflow: hidden;
  }
    .l-text p{
      margin: 0 0 10px 0;
    }
  .right-content{
    width: 313px;
    float: right;
   margin-top: -55px;
    position: relative;
    margin-left: 14px;
  }
    .b-contacts_1{
      margin:0 0 20px 0;
      border: 2px solid #7C7C7C;
      box-shadow: 3px 3px 5px #5f5f5f;
      background: #4e4e4e;
      font-size: 12px;
      line-height: 1.5;
    }

    
       .b-panel-right #mail-li{
        background: #575757;
       }
         .b-contacts_1 p{
          display:block;
         padding: 10px 0px 10px 10px;
          color:#fff;
          margin: 0px;
         }
         .b-cont{
          border-bottom: solid 1px #494949;
          border-top: solid 1px #585858;
          margin:0;
          padding:0;
         }
         .b-contacts_1 #in {
          background:transparent url("images/in_bg.jpg") 0 100% repeat-x;
          border: 1px solid #717171;
          width: 287px;
          height: 25px;
          margin:10px -20px;
         }
         .l-top{
          background: transparent url("images/1.png") -4px 14px no-repeat;
          margin: 0px 10px;
         }
          .l-top p{
            margin-left: 15px;
          }
         .l-clock{
            background: transparent url("images/2.png") -4px 12px no-repeat;
            margin: 0px 10px;
         }
          .l-clock p{
             margin-left: 15px;
          }
          .l-mail p{
            margin-left: 15px;
          }
         .l-mail{
          background: transparent url("images/3.png") -4px 1px no-repeat;
          margin: 0px;
          height: 110px;
         }
          .l-mail_text p{
            padding: 0 0 10px 10px;
          }
         .b-cont-top{
          background:#4e4e4e;
          
         }
         .b-cont-mail{
          background: #575757;
           padding: 10px;
         }
         #l-in_call{
          float: right;
          height: 28px;
         }
         #l-contacts{
          position: relative;
          top: -32px;
          left: 2px;
        }
      .bs_input_wrapper{
        height:  75px;
        position: relative;
      }
      .bs_input {
        position: relative;
        height: 54px;
        width: 287px;
        overflow: hidden;
        padding: 0;
        background: url("images/bg_input_main.jpg") no-repeat center;
        border: none;
        left: 0px;
        top: -14px;
      }
      .bs_input input {
        position: absolute;
        top: 17px;
        left: 5px;
        width: 275px;
        border: none;
        background: none;
        color: white;
      }
      .bs_input_wrapper button{
      position: absolute;
      top: 35px;
      right: 3px;
      height: 27px;
      width: 135px;
      overflow: hidden;
      border: none;
      padding: 0px;
      background: none;
      cursor: pointer;
      background: url("images/button.png") no-repeat center;
      text-indent: -1000px;
      }
  .b-news_list_main h3{
    font-family: Tahoma, sans-serif ;
    font-size:24px;
   margin: 10px 0;
  }
  .b-teploblock {
    margin: 0 0 5px 0;
    position: relative;
    top: -20px;
  }
   .tb-img {
      float: left;
      font-family: Arial, sans-serif;
      font-style: italic;
    }
      .b-teploblock .l-catalog a {
        margin: 0 1em 0 0;
        line-height: 1.5;
        white-space: nowrap;
      }
      .b-teploblock .l-catalog{
        width:100%;
      }
    .b-teploblock .tm-text {
    }
  .accent-1 {
    color: #cdcdcd;
    font-style: italic;
  }
  .accent-2 {
    margin: 0 0 1.2em 2em;
    padding: 0 1.0em;
    border: 1px solid #B5CE9B;
    -moz-border-radius: 7px;
  }
  .accent-3 {
    margin: 0.8em 0;
    float: left;
    clear: both;
    display: inline;
    padding: 2px 1.0em;
    color: #cdcdcd;
    font-style: italic;
    background-color: #575757;
  }
    .accent-3 p {
      margin: 0.4em 0;
      color: #cdcdcd;
      font-style: italic;  
    }
  
  .ico_pdf { 
    padding: 0 0 2px 20px;
    background: transparent url("images/pdf_doc.gif") 0 50% no-repeat;
  }
  .ico_word { 
    padding: 0 0 2px 20px;
    background: transparent url("images/ico_word.gif") 0 50% no-repeat;
  }
  .ico_excel { 
    padding: 0 0 2px 20px;
    background: transparent url("images/ico_excel.png") 0 50% no-repeat;
  }
  a.js-link {
    text-decoration: none;
     border-bottom: 1px dashed #B5CE9B; 
  }
  a.js-link:hover, a.js-link:active {
    border: none;
  }
  img.i-left {
    float: left;
    margin: 1.0em 2.0em 1.0em 0 !important;
  }
  img.i-right {
    float: right;
    margin: 1.0em 0 1.0em 2.0em !important;
  }
  
  ul.float {
    margin: 0;
    overflow: hidden;
  }
    ul.float li {
      display: inline;
      float: left;
      list-style: none;
      margin: 0 1.2em 0.4em 0;
    }
      ul.float li a {
        white-space: nowrap;
      }
  

  .float_product {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 265px;
    margin: 0 3em 1em 0;
    padding-top: 150px;
  }
  *html .float_product {
    display: inline;
  }
  *+html .float_product {
    display: inline;
  }
    .float_product .wrap {
      position: relative;
    }
      .float_product h3 {
        position: relative;
        margin: 0 0 0.8em 0;
        font-size: 1.1em;
        font-weight: normal;
        line-height: 1.4;
      }
        .float_product h3 a {
          text-decoration: none;
        }
          .float_product h3 img {
            display: block;
            position: absolute;
            margin-bottom: 15px !important;
            bottom: 100%;
          }
          .float_product h3 .name {
            padding: 2px 12px 5px 10px;
            text-decoration: underline;
            background-color: #575757;
          }
        .float_product a:hover .name {
          text-decoration: none;
        }
      .float_product .descr {
        margin: 1em 0;
        font-size: 0.85em;
      }
      

  .float_block {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 200px;
    margin: 0 7em 3em 0;
    padding-top: 130px;
  }
  *html .float_block {
    display: inline;
  }
  *+html .float_block {
    display: inline;
  }
    .float_block .preview {
      position: relative;
      margin: 0 0 0.8em 0;
      font-size: 1.1em;
      font-weight: normal;
      line-height: 1.4;
    }
      .float_block .preview a {
        text-decoration: none;
      }
        .float_block .preview img {
          display: block;
          position: absolute;
          margin-bottom: 15px !important;
          bottom: 100%;
        }
        .float_block .preview .name {
          text-decoration: underline;
        }
      .float_block .preview a:hover .name {
        text-decoration: none;
      }
 
      
  .section_img {
    float: left;
    margin: 0 2em 0 0;
  }
 
  .b-news {
    margin: 2em 0 0 0;
  }
    .b-news h4 {
      font-size: 1em;
    }
  
  .b-new {
    margin: 1.2em 0;
    padding: 0.4em 2.0em;
    border: 1px solid #9d9d9d;
    overflow: hidden;
    zoom: 1;
  }
    .b-new .img-left {
      float: left;
      margin: 1.3em 0 0 0 !important;
    }
    .b-new h3 {
      margin: 0 0 0.6em 145px;
    }
    .b-new p {
      margin: 0.8em 0 0.4em 145px;
    }
    
    .b-ny2012 {
      padding-top: 0;
      padding-left: 0;
    }
      .b-ny2012 .img-left {
        margin-top: 0 !important;
      }
      .b-ny2012 h3 {
        margin-top: 0.4em;
      }
 
  /* --- content end --- */
 
 .b-separator{
background: url("images/footer_line.png") repeat-x left;
margin: 15px 0 15px 0;
width: 712px;
height: 8px;
width: 100%;
 }

 .b-separator_f{
background: url("images/footer_line.png") repeat-x;
margin: 0 auto;
height: 8px;
width: 938px;

 }
  .b-separator_d{
background: url("images/footer_line.png") repeat-x;
margin: 0 auto;
height: 8px;
width: 938px;

 }
.b-tp_1{
width: 460px;
float: left;
overflow: hidden;
margin: 0px 20px 20px 0px;
height: 430px;
}
.b-tp_2{
width: 460px;
height: 430px;
overflow: hidden;
margin:0px 0px 20px 0px;
}

.b-tp_3{
width: 460px;
float: left;
overflow: hidden;
margin: 0px 20px 20px 0px;
height: 430px;;

}

.b-tp_4{
  width: 460px;
  overflow: hidden;
 margin:0px 0px 20px 0px;
  height: 430px;
}

.l-built_homes{
  margin: 0 auto;
  width: 940px;
  height: 232px;
}
.l-built_homes h3{
 width: 215px;
}

#b-call-form-label{
  position: relative;
  top: 20px;
  left: 10px;
}
.l-new-block{
  margin: 20px 0 0 0;
}
.b-left-content-block{
  margin: 0 0 20px 0;
}


.table_type_project  td {
  
vertical-align: top;
padding: 3px 0;
  
}

.table_type_project tbody tr{
  padding:5px 0;
}

.pagination {
  width: 100%;
  color: #FFFFFF;
  float: left;
  padding: 25px 0 0 300px;
}
.pagination p{
	color: #FFFFFF;
  margin: 0;
 }

.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination  li {
  display: inline;
  padding: 0 5px;
}
.pagination a {
  color: #B5CE9B;
}
/*---------------- [ Photo ] ----------------*/

.photoalbum_section {
overflow: hidden;
margin: 0 0 0 -2em;
}
*html .photoalbum_section {
zoom: 1;
}

.photoalbum_section .photo_item {
float: left;
display: inline;
width: 206px; height: 156px;
margin: 0 0 2em 2em;
overflow: hidden;
}
.photoalbum_section .photo_item .photo_pre {
width: 200px;
height: 150px;
margin: 0;
overflow: hidden;
border: 3px solid #575757;
}
.photoalbum_section .photo_item .photo_pre:hover, .photoalbum_section .photo_item .selected {
border-color: #B5CE9B;
}
.photoalbum_section .photo_item .photo_pre a {
display: block;
width: 198px; height: 148px;
overflow: hidden;
margin: 1px;
text-align: center;
text-decoration: none;
background: #FFF;
}
.photoalbum_section .photo_item .photo_name {
display: none;
}
.photoalbum_section .photo_item .photo_description {
display: none;
}

#content_area .article_img{
border: 3px solid #575757;    
}
ul.related_posts li{
  clear: both;
  list-style: none;
}
ul.related_posts li img{
	margin: 5px !important;
}



.ad * {
	background:transparent none repeat scroll 0 0 !important;
	border:medium none !important;
	clear:none !important;
	clip:rect(auto, auto, auto, auto) !important;
	font-size:100% !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:normal !important;
	height:auto !important;
	letter-spacing:normal !important;
	line-height:normal !important;
	margin:0 !important;
	overflow:visible !important;
	padding:0 !important;
	position:static !important;
	text-align:left !important;
	text-decoration:none !important;
	text-indent:0 !important;
	text-transform:none !important;
	vertical-align:baseline !important;
	visibility:visible !important;
	white-space:normal !important;
	width:auto;
	word-spacing:normal !important;
	z-index:auto !important;
	cursor: pointer!important;
	
}
div.ad {
	margin: 10px auto auto!important;
}
.ad li {
	display:list-item !important;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
	display: inline;
}
.ad li DIV {
	padding:0.5em !important;
}
.ad DIV, .ad TABLE {
	padding: 5px !important;
}
.ad {
	width: 95%!important;
	font-family: Verdana!important;
	font-size: 12px!important;
	border: 1px solid #575757!important;
	background-color: #696969!important;
	padding:5px!important;
	position: relative!important;
	display:block!important;
}
.ad_icnt, .ad_icnt * {
	text-align: left!important;
}
.ad_text, .ad_text A, .ad_text A:hover {
	color: #FFFFFF!important;
	font-size: 12px!important;
}
p.ad_text:first-letter{
	text-transform: capitalize;
}
.ad_url {
	color: #B5CE9B!important;
	font-size: 12px!important;
}
.ad_header, .ad_header A {
	color: #B5CE9B!important;
	font-size: 13px!important;
	font-weight: bold!important;
text-decoration: underline!important;
}
.ad_sign {
	color: #999999!important;
	font-size: 10px!important;
	text-align: left!important;
}
.ad_clear {
	clear:both!important;
}
.ad TABLE {
	width: 100%!important;
	border: 0px!important;
}
