@charset "utf-8";
body, table, .text{
	color:#333;
}
body{
	background:#fff url('/img/bg.jpg') repeat;
	background-position:top left;
	font: 14px/1.3em Arial, sans-serif;
	width:960px;
	margin: 0 auto;
}
.main{
	background-color:#fff;
	padding:0 20px;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#0C67BA;
	text-decoration:underline;
}
a:hover,.text a:hover{
	color:#000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{
	color:#000;
}
.text{
	color: #555;
}
.header_top{
	padding: 15px 0;
}
.header .logo{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.header .logo img{
	margin-right:15px;
}
.header .title_company{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:400px;
}
.main_image{
	text-align:center;
}
.header .title_company a{
	font-size: 24px;
	line-height: 1.3em;
	color: #000;
	text-decoration:none;
}
.header .contacts{
	display:inline-block;
	text-align: right;
	vertical-align: middle;
	width:360px;
}
.header_search_form{	
	margin-top:5px;
}
.header_search_form .search_form_string {
	width:175px;
}
.header .phone{
	color: #008FD4;
	font: 22px/1.3em Arial, sans-serif;
}
.header span{
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.header .small-phone{
	margin-right:3px;
}
.header .adress{
	color: #000;
	font-size: 18px;
	line-height: 1.3em;	
}
.slogan{
	text-align:center;
	width:100%;
	background: #02536c;
	color: #fff;
	padding:10px 0px;
	border-radius: 0 0 30px 30px;
	font-size: 26px;
	line-height: 1.3em;
}
.center{
	overflow:hidden;
	padding: 20px 0 0 0;
}
.left_block{
	width:22%;
	float:left;
}
.left_menu{
	width:100%;
}
.left_menu li{
	border-bottom: 1px dotted #000;
	padding: 10px 0px;
}
.left_menu .last{
	border-bottom:0;
}
.left_menu li a{
	text-decoration:none;
	color: #000;
}
.title_block {
    display: inline-block;
    vertical-align: middle;
    width: 600px;
}
.left_menu li:hover a{
	text-decoration:underline;
}
.left_menu .current a{
	color: #008FD4;
}
.content{
	width:75%;
	float:right;
}
.news .news_item .news_title a, .blog_title a{
	font-size: 16px;
	line-height:1.3em;
}
.news .news_item .news_title:hover a, .blog_title:hover a{
	text-decoration:underline;
}
.top_date, .main_top_date{
	font-size: 12px;
	color: #aaa;
	padding-top:1px;
}
.main_top_date{
	padding-top:10px;
}
.show_all{
	font-style:italic;
}
.breadcrumbs{
	margin: 0 0 10px 0;
	font-size:11px;
	line-height:1.3em;
}
.custom_block_1, .custom_block_2{
	margin: 10px 0;
}