html, body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	width: 100%;
	height: 100%;
	color: #000000;
}

a {
	color: #1085d8;
	font-family:arial
	font-size:12px;
}
a:hover {
	color: #1085d8;
	font-family:arial
	font-size:12px;
}
a:active {
	color: #1085d8;
	font-family:arial
	font-size:12px;
}

a.main_menu{
	font-family:Tahoma;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
	
a.main_menu:hover{
	font-family:Tahoma;
	font-size:16px;
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
	}
	
a.main_menu{
	font-family:Tahoma;
	font-size:16px;
	color:#fff;
	}

	
	a.main_menu2{
	font-family:Tahoma;
	font-size:12px;
	color:#0000dd;
	}


a.menu {
	color: #ffffff;
	font-weight:bolder;
	font-style:normal;
	text-decoration:none;
	font-size:17px;
	font-family:arial;
	Letter-spacing: 2px;
}
a.menu:hover {
	color: #ffffff;
	font-weight:bolder;
	font-style:normal;
	font-size:17px;
	font-family:arial;
	Letter-spacing: 2px;
	text-decoration: underline;
}
a.menu:visited {
	color: #ffffff;
	font-weight:bolder;
	font-style:normal;
	text-decoration:none;
	font-size:17px;
	font-family:arial;
	Letter-spacing: 2px;
}
a.menu_top {
	color: #107bc0;
	font-weight:bolder;	
	font-size:12px;
	font-family:arial;	
}

a.menu_top:hover {
	color: #107bc0;
	font-weight:bolder;	
	font-size:12px;
	font-family:arial;	
}

a.menu_top:visited {
	color: #107bc0;
	font-weight:bolder;	
	font-size:12px;
	font-family:arial;	
}

img {
	border: 0px;
}

img.png {behavior: url("/png.htc");}



.top_fon {
	background-image:url(/d/img/fon.gif);
	height:99px;
	background-repeat:repeat-x;
}	
.most_fon {
	background-image:url(/d/img/oneback.jpg);
	height:263px;
	background-repeat:repeat-x;
	background-position:top right;
}	
.cont {

	background-image:url(/d/img/fon2.gif);	
	background-repeat:repeat-x;
	background-position:top left;
}

.news_fon {

	background-image:url(/d/img/news_fon.gif);	
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#e6e6e6;	
}
.head_news{font-weight:bolder;color:#626262;font-size:15px}
.news_data {background-color:#dadada}
.full_head {color:#4390ae;font-weight:bolder;font-size:15px}
.pixel {
	background-image:url(/d/img/pixel.gif);	
	background-repeat:repeat-y;
	background-position:top center;	
}
.hor_menu{
border-collapse: collapse;
padding:0px;
margin:10px 0px 0px 0px;
width:98%;
}
.hor_menu td{line-height:47px;font-size:1px;min-width:200px;text-align:center;padding;0px 20px 0px 20px;background:url('/d/img/hor_menu/polosa.jpg') repeat-x top left;}
.hor_menu td.chk{background:url('/d/img/hor_menu/polosa_out.jpg') repeat-x}
.hor_menu td.ram{width:9px;padding:0px;min-width:9px;}
.hor_menu td.sep{width:1px;min-width:1px;}
.hor_menu a{
	font-size:21px;color:#fff;
}
.hor_menu td.chk a{
color:yellow;
}
p{margin:0px;}
.claim_tbl{width:100%}
form{padding:0px;margin:0px}
.claim_tbl td{padding:5px 7px 5px 5px;vertical-align:middle;min-width:150px}
.claim_radio{padding:4px 0px 4px 0px;clear:left}
.claim_radio input{padding-bottom:10px;width:20px;float:left}
.imp{color:red}
.claim_select,.claim_input{width:300px;padding:0px;margin:0px;}
.claim_select{width:304px;}
.claim_textarea{width:300px;height:120px;overflow:auto}
.error{color:red;padding:5px 0px 15px 0px}
.one_tr{background:#f5f5f5}
.two_tr{background:#fff}
.claim_comment{color:#767676;font-size:11px;}

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

#simple_list{padding:0px 0px 15px 0px;margin:0px;list-style-type:none;}
#simple_list a.title{font-size:12px;}
#simple_list li{padding-bottom:15px}
.navigat{padding-bottom:15px;}
.navigat a.chk{color: orange;}

.hed,h1,h1 a{font-size: 21px;color:#497A77;padding-bottom:15px;font-weight:normal;}
h3 {color:black;font-size:13px;font-weight:bold;}
.hed a{color:#497A77;}
.data{color:#AEAEAE;padding-bottom:3px;font-style:normal;font-family:Tahoma;}
.new{padding-bottom:15px;}
/***углы***/
.ugol_top_left{height:5px;background:url("/d/img/ugol_top_left.png") top left no-repeat;position: relative;top:10px; left:0px;}
.ugol_top_right{height:5px;background:url("/d/img/ugol_top_right.png") top right no-repeat;position: relative;top:5px; left:0px;}
.ugol_bottom_left{height:5px;background:url("/d/img/ugol_bottom_left.png") top left no-repeat;position: relative;top:-5px; left:0px;}
.ugol_bottom_right{height:5px;background:url("/d/img/ugol_bottom_right.png") top right no-repeat;position: relative;top:-10px; left:0px;}
* HTML DIV .ugol_top_left {position: relative;top:30px; left:0px;}
* HTML DIV .ugol_top_right {position: relative;top:20px; left:0px;}

/*поиск*/
#search_1{
float:left;
margin:15px 0 0 20px;
background:url("/d/img/search.png") no-repeat;width:224px;height:45px;padding:2px 0px 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{
background:#FDFDFD;
font-size: 12px;font-family:Arial;font-style:italic;
margin-left:-20px;
margin-top:3px;
width:120px;
height:15px;
border:0px;
/*font-style:italic;*/
color:#44464D;
float:left;
}
.search{background:url("/d/img/search_bg.jpg") top left repeat-x;margin-top:0px;margin-left:0px;line-height:26px;color:#989898;float:left;padding-left:30px;height:70px;width:275px;font-size: 12px;font-family:Arial;font-style:italic;}
.search_input{margin-top:30px;padding-bottom:30px;padding-left:30px;background:url("/d/img/search.jpg") top left no-repeat;height:26px;width:230px;}
.clear{clear:both;font-size:0px; height: 0; overflow: hidden;}
.object{font-size:12px;background:url("/d/img/object_bg.jpg") top left repeat-x #EBEDF0;padding:20px 5px 20px 20px;}
h2{font-size:20px;font-style:normal;color:#333333;font-weight:bold;padding:0px 0px 15px 0px;margin:0px}
h2 a{color:#333333;text-decoration:none}
div#photo_block{clear:left;width:100%}
a.images_theme {font-size:14px;font-style:normal;color:#0675B3;font-weight:normal}
span.images_theme{font-size:14px;font-style:normal;font-weight:normal; color:#7F7F7F;}
.copy{font-size:12px;color:#9C9C9C;}
.copy a{color:#9C9C9C;text-decoration:none}
a{color:#0776B4;}
.object img{padding-bottom:5px;}
.object_text{margin-top:5px;}
.o_komp{font-size:12px;}
.tender_hed{font-size:18px;font-weight:bold;}
.tender_text{margin-top:10px;}
.tender{border-bottom:1px solid #CCCCCC;padding:0px 0px 30px 10px;}
.right_baner{margin-top:30px;}
.gal{padding:0px 20px;}
.gal2{padding-top:10px;background:url("/d/img/gal_bg.jpg") top left repeat-x #EBEDF0;height:150px;}
.ssilka{color:#0776B4;}
.new_center{padding:0px 35px 0px 20px;}
.text_img{width:150px; padding-bottom:10px;}
.tb1 td{vertical-align:bottom; padding-bottom:10px;}

.statii td, .statii table {
    border: 1px solid #000000;
    border-collapse: separate !important;
    padding: 5px;
}
.menu_in img{
border: solid 2px #1085D8;
}
.menu_in img:hover{
border: solid 2px #52b7ff;
}
#press_list img{
border: 2px solid #1085D8;
}
#press_list img:hover{
border: 2px solid #52B7FF;
}
#pressa {
padding-top:10px;
}
#press_list a{
margin:5px;
float:left;
}
#press_list .hed{
overflow: hidden;
}
#press_list li{
list-style: none;
}
