html,body{margin:0;padding:0;}
body{background:url("/d/img/fon.jpg") repeat-x left top #EEE1BD;font-size: 12px; font-family:Arial ; line-height:1.5;}
#header{height:500px;width:100%; overflow: hidden;}
div#wrapper{float:right;width:100%;margin:0px;margin-left:-320px; padding:0px;  }
div#content{margin-left:290px;width:650px; margin-top:10px;}
div#navigation{float:left;width:220px;padding-bottom:20px; }
div#extra{float:left;clear:left;width:220px;position: relative;top:0px;left:0px;}
div#footer{width:93%;clear:both;margin:0px auto; border-top:2px solid #E6D8B3;padding-top:15px; overflow: hidden;}
#container1{width:890px; margin:0px auto; position: relative;  top:-75px;left:0px; padding-left:0px;z-index:2; }
a img{border:none;}
a {color:#2280B2;}
a:hover{color:#f7922e}
.clear{clear:both;}
/*
h1{
	color:#9D3158;
	font-size: 30px;
	font-family:Georgia ;
	font-style: italic;
	margin:0px;
	margin-bottom:20px;
	font-weight: normal;
}
/**/
.hed,h1{
	color:#F7922E;
	font-size: 23px;
	font-family:Arial ;	
	padding-left:20px;
	background:url('/d/img/kub.jpg') no-repeat center left;
	line-height:20px;
	margin-bottom:30px;
}

div#container{
	position: relative;
	top:0px;
	left:0px;
	z-index:2;
}
#flash_top{position: absolute;  top:0px;left:0px;}
.align_flash{position: relative;top:0px;left:0px;width:1176px; margin:0px auto;}
.search{float:right; margin-right:5%;}
#logo{float:left;position: relative;  top:-10px;left:10%;}
.mail{float:left;padding-left:230px; padding-top:10px;}
.top{position: relative;  top:38px;left:0px;}
.tel_text{/*padding-top:20px;*/float:left;width:280px;color:#666666; font-size: 22px; font-family:Arial ; }
.tel_kod{float:left;color:#C06D6D; font-size: 32px; font-family:Arial ;}
.tel_nom{float:left;color:#C06D6D; font-size: 32px; font-family:Arial ; font-weight: bold;}
.tel{/*background:url("/d/img/tel.jpg") no-repeat right top;*/line-height:1.3;float:right;position: absolute;  top:320px; right:0px; color:#ffffff;width:480px;margin:0px; padding:0px; overflow: hidden;}
.podr2{font-size: 14px;}
.text_img{font-size: 12px;}
.text_img_2{font-size: 10px;color: #a5a5a5;}
.menu{text-align:left;}
.menu li{
	background:url("/d/img/menu_bg.png") no-repeat center top; 
	list-style-type:none;
	margin-bottom:1px;	
	
	width:174px;
	color:#0077BC;
	font-size: 14px; font-family:Arial ; font-weight: bold;
}
.menu ul{
	margin:0px;
	padding:0px;
}

ul.submenu{padding:0px 0px 5px 0px;margign:0px;}
ul.submenu li{background:none;padding:4px 0px 2px 27px;font-weight:normal}
ul.submenu li a{padding-left:0px;line-height:18px;color:#2280b2}
ul.submenu li a:hover{color: #f7922e;}

ul.subsubmenu{padding:0px 0px 5px 0px;margign:0px;}
ul.subsubmenu li{background:none;padding:2px 0px 2px 47px;font-weight:normal}
ul.subsubmenu li a{padding-left:0px;line-height:18px;color:#2280b2}
ul.subsubmenu li a:hover{color: #f7922e;}

a.chk{color: #f7922e !important}
.menu a{
	padding-left:30px;	
	text-decoration: none;
	line-height:36px;
	display:block;
}



.kub{padding:0px 5px 7px 0px;}

.all{float:right;margin-top:5px;}

.kopirayt{width:18%; float:left;margin-top:10px; margin-left:15px;}
.adress{margin-left:10px;height:117px;width:510px;width:45%;  float:left; background:url("/d/img/bottom_kart.png") no-repeat left bottom; }
.adress_text{width:320px;float:right;margin-top:10px;}
.mi{width:230px; float:right;margin-top:10px;}

.bar{height:10px;width:100%;background:#AA9A71; position: relative;  top:0px;left:0px;overflow: hidden;}
.bar_footer{height:7px;width:150px;background:#E6D8B3;position: relative;  top:-24px;left:0px; z-index:3;}

/***/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a{font-style: normal;font-family:Tahoma;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window { 
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top: 50%;
	left:50%;
}



* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

.claim td{
	padding:0px 8px 10px 0px;
}
.claim input{
	width:250px;
}
.claim textarea{
	width:250px;
	height:100px;
	overflow:hidden;
}

input.but{
	width:100px;
	height:25px;
}
#search_2{
	width:40%;
	padding:30px 0 0 30px;
	float:left;
}

#search_1{
	float:right;
	margin:0px 0px 0px 35px;
	background:url("/d/img/search.png") no-repeat;
	width:180px;
	height:45px;
	padding:2px 50px 0px 5px;
}
.search li{margin-top:5px;}
.search_intro{
	width:100%;
	font-size: 12px;
	font-family:Tahoma;	
	line-height: 1.5;
	text-indent: 1.5em; 
	text-align:left;
	padding:3px 0px 3px 0px;	
}
input.search_i{
	width:170px;
	height:14px;
	border:0px;
	font-size:12px;
	color:#44464D;
}

#gallery_module{
margin:0px;
padding:0px;
list-style-type:none;
display:-moz-inline-stack; 
display:inline-block; 
zoom:1; 
*display:inline; 	
}
#gallery_module li{float:left;padding:0px 5px 5px 0px}
#gallery_module img{border:1px solid #d3be9c}

.imp{color:red}
.claim_error{color:red;font-weight:bold;padding-bottom:15px}
#news_list{padding:0px;margin:0px;list-style-type:none}
#news_list li{padding-bottom:15px}
#news_list .date, .art_date{color:#727272;font-style:italic}
#news_list .title{font-size:14px;font-weight:bold;}
#project_ok{list-style-type:none;padding:0px;margin:0px}
#project_ok li{border-bottom:1px solid #d3be9c;margin-bottom:15px}
#project_ok img{border:1px solid #d3be9c}
#project_ok .project_box{padding:0px 10px 15px 10px}
#module_project{padding:0px;margin:0px;list-style-type:none}
#module_project li img{border:1px solid #d3be9c}
#module_project li{float:left;margin-right:15px;height:150px}

