/* CSS Document */

html, body {height: 100%;}

html{
  background: #e6f4fc;
}

body{
  margin: 0px;
  padding: 0px;
  font: 13px Tahoma, sans-serif;
  color: #333128;
}

a{
  color: #0488CD;
  outline: none;
}

a:hover{
  text-decoration:none;
}

h1, h2, h3 {padding:0;margin:0;font-weight:normal;}

#container{
  min-height: 100%;
  margin: 0 auto;
  width: 996px;
  background: #ffffff;
}

* html #container{
  height: 100%;
}
/***************** Header   *********************/ 

#header{
  margin: 0 0 20px;
} 

#header img{
  border: none;
}
#logo{background: url("../img/logoblock.jpg") no-repeat 50% 0;}
#top_line{
  line-height:1px;
  font-size:0;
  height: 10px;
  background: #0488cd;
}

#logo #logo_title_h1{
  font: 27px/30px Tahoma,sans-serif;
  padding: 9px 0 10px 25px;
  margin: 0px;
}

#logo #logo_title_h1 a{
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

#logo .adddit_info{
  font-size: 12px;
  display: none;
  margin: 14px 0 0 21px;
}

#bottom_line{
  line-height:1px;
  font-size:0;
  height: 10px;
  background: #0488CD;
}

#menu_list{
  list-style-type: none;
  margin: 0px;
  padding: 0px; 
  border-bottom: 1px solid #9d3232;
   border-left: 1px solid #9d3232;
  float: right;
}

#menu_list li{
  float: left;
  border-right: 1px solid #9d3232;
}

#menu_list a{
  color: #333128;
  text-decoration: none;
  display: block;
  width: 88px;
  background: #e2e1d9;
  text-align: center;
  padding: 4px 0;  
}

#menu_list a:hover{
  background: #9d3232;
  color: #ffffff;
  font-weight: bold;
}

/***************** Content   *********************/ 

#left_column{
  float: left;
  width: 269px;
  clear: right;
  padding-bottom: 20px;
}

#text{
  margin: 0 0 0 296px;
}

#text h1{
  margin-top: 20px;
}

#one_piece{
  float: left;
  width: 50%;
  padding: 0 0px 10px 0;
}

#one_long_piece{
  padding: 0 0px 20px 0;
  float: left;
  width: 100%;
}

.left_title{
  margin-bottom: 18px;
  background: #0488CD;
  height: 34px;
} 

.left_title .font_12{
  font-size: 12px;
}

.left_title p{
  display: block;
  margin: 0px;
  padding: 5px 0px 7px 17px;
  font-size: 18px;
  color: #ffffff;
}

#left_title_margin{
  margin-top: 20px;
}

#inner_left_title{
  width: 269px;
}

#inner_left_title p{
  background: url(/t/img/arrow8_inner.jpg) right no-repeat;
}

.marked_ul{
	font-size: 15px;
  list-style-type: none;
  margin: 0px 0 4px 18px;
  padding: 0px;
}

.marked_ul li{
  background: url(/t/img/square_mark.gif) 0 8px no-repeat;
  padding: 0 0 12px 16px;
}

#marked_ul_inner{
  margin-bottom: 15px;
}

.all_posts{
  margin-left: 32px;
  font-size: 11px;
  background: url(/t/img/dark_blue_arrow.jpg) right no-repeat;
}

#one_piece .all_posts, #one_long_piece .all_posts{
  margin-left: 10px;
}

.title{
  font-size: 12px;
  font-weight: bold;
  color: #000;
  padding: 9px 0 0px 0px;
  margin-bottom: 7px;
  text-indent: 10px;
  height: 26px;
  display: block;
  width: 100%;
  background: #afe0f9;
} 

.company_contacts{
  margin: 15px 15px 0 10px;
  padding: 0 0 0 20px;
  background: url(/t/img/grey_arrow_bg.gif) repeat-y left top;
}

.company_contacts p{
  margin: 9px 0 0 0;
  padding: 0px;
}

.useful_post{
  margin: 0px 0 5px 0px;
  padding: 0px 10px 0 10px;
}

.to_home{
  margin: 0px 0 0 20px;
  padding-left: 12px;
  font-size: 11px;
  background: url(/t/img/back_arrow7.jpg) left no-repeat;
}

#to_home_top{
  margin-top: -30px;
  position: absolute;
}

#active{
  color: #9d3232;
  font-weight: bold;
  text-decoration: none;
}

.bread_crumbs{margin: 0 0 15px 0;font-size: 11px;}


#empty_block{
  height: 56px;
  clear: both;
}

/***************** Footer   *********************/

#footer{
  margin: 0 auto;
  width: 996px;
  margin-top: -56px;
  height: 56px;
  clear:both;
  font-size: 13px;
  color: #fff;
  background: #0488CD;
}
#footer a{color: #fff;}

.copyright{
  float: left;
  margin: 18px 34px 0 34px;
}

/* 06.12.13 R */
#header, #logo_title{height: 120px;}
#header{background: url("../img/top.jpg") no-repeat 50% 0;}
#bottom_line, #top_line{display: none;}
#logo{background: transparent;}
#logo #logo_title_h1{padding: 0; margin: 0;}
#logo #logo_title_h1 a{display: block; width: 100%; padding: 0; margin: 0; font-size: 0; line-height: 0;}
/* 06.12.13 R */