@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#1d1d1d;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#093382;
	text-decoration:underline;
}
a:hover,.text a:hover{
	color:#0f8dff;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{
	color:#000;
}
.h1,.h2,.h3,.h4,.h5,.h6{
	color: #10429e;
	text-shadow: 0 1px 0 #fff;
}
body{
	background: #f0f0f0;
}
.main{
	margin:0px auto;
	width:960px;
}
.main_wrapper{
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #a3a3a3;
	padding-bottom: 15px;
}
.top_header{
	padding:15px 0;
	width: 960px;
	margin: 0 auto;
}
.title_block{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:600px;
}
.title_company{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:430px;
	padding-bottom:10px;
}
.name:link,.name:visited,.name:hover{
	font-size:34px;
	color:#10429e;
	line-height:1.3em;
	text-decoration:none;
	text-shadow: 0 1px 0 #fff;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#666;
	font-size:16px;
	line-height:1.3em;
	text-decoration:none;
}
.logo{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.logo img{
	margin:0px 15px 0px 0px;
}
.contacts{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	text-align:right;
	width:360px;
	color:#666;
	font-size:13px;
	line-height:1.3em;
}
.contacts div{
	margin-top:2px;
}
.phone{
	margin:0;
	color:#0f8dff;
	text-shadow: 0 1px 0 #fff;
}
.small-phone{
	line-height:1.3em;
	vertical-align:top;
	display:inline-block;
	font-size:22px;
}
.big-phone{
	font-size:22px;
	line-height:1.3em;
	vertical-align:top;
	display:inline-block;
}
.wrapper{
	width: 960px;
	margin: -2px auto;
}
.search_wrapper{
	height:35px;
	margin-bottom:15px;
}
.main_search_form{
	width:345px;
	height:35px;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 0 2px #fff, 0 1px 4px #858585;
	float: right;
	border-radius: 2px;
	border:1px solid #939393;
	
}
.header_search_form .search_form_string {
	width:300px;
	vertical-align: middle;
}
.search_form{
	margin:5px;
}
.header_search_form .submit_button{
	background:url('/img/sur.png')no-repeat #cfcfcf;
	background-position:-1px -1px;
}
.header_search_form .submit_button:hover{
	background:url('/img/sur.png')no-repeat #cfcfcf;
	background-position:-1px -1px;
}
.main_image_wrapper{
	width: 960px;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 0 2px #fff, 0 1px 4px #858585;
	border: 1px solid #939393;
	border-radius: 2px;
	z-index: 100;
	display: inline-block;
}
.main_image{
	text-align:center;
	width: 950px;
	display: inline-block;
	background: #fcfcfc;
	margin:5px;
}
.main_image img{
	float: left;
}
.banners_wrapper {
	padding: 10px 0 10px;
	text-align: center;
	vertical-align: middle;
	//display: inline;
	//zoom: 1;
	color:#000;
	width: 400px;
	display: inline-block;
}

.banners_wrapper .direction_block {
	width: 400px;
}
.banners_wrapper .direction_block {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	background: #ececec;
	border-radius: 3px;
	border: 1px solid #a6a6a6;
	box-shadow: inset 0 0 2px #fff, inset 0 0 1px #fff, 0 0 2px #aeaeae ;
	overflow: hidden;
}
.direction_block_2{
	margin:15px 0;
}
.banners_wrapper  .direction_block_link {
	display: block;
	padding: 8px 20px;
	text-align: left;
	background: rgb(122,188,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 0 2px #fff, inset 0 0 1px #fff, 0 0 2px #bebebe ;
}
.direction_block .direction_block_link:hover {
	text-decoration: none;
}
.banners_wrapper .direction_block_link > img {
	display: inline-block;
	//zoom: 1;
	//display: inline;	
	vertical-align: middle;
	margin-right: 20px;
}
.banners_wrapper .direction_title {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 0 1px #0f3db7, 0 0 2px #0c6fe7;
}
.menu_wrapper{
	margin:15px 0;
}
.menu{
	width: 960px;
	margin: 0 auto;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 0 2px #fff, 0 1px 4px #858585;
	border-radius: 2px;
	border:1px solid #939393;
}
.menu ul{
	padding:5px 0 5px 0;
	text-align:center;
	font-size: 17px;
}
.menu ul li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:relative;
	margin:0px;
	padding:0 8px 0 0;
}
.menu ul .last {
	padding:0px;
}
.menu ul li a{
	color:#0093f4;
	display:block;
	padding:8px 7px;
	text-decoration:none;
	text-shadow:0 -1px 0 #fff, 0 0 1px #fff;
	line-height:20px;
	font-weight: bold;
}
.menu ul li:hover a{
	text-decoration: none;
	text-shadow:0 -1px 1px #fff, 0 0 3px #fff;
	color:#008ae6;
}
.menu ul .current a,.menu ul .current:hover a{
	background: rgb(130,193,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(130,193,242,1) 0%, rgba(152,213,242,1) 48%, rgba(130,193,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,193,242,1)), color-stop(48%,rgba(152,213,242,1)), color-stop(100%,rgba(130,193,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(130,193,242,1) 0%,rgba(152,213,242,1) 48%,rgba(130,193,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(130,193,242,1) 0%,rgba(152,213,242,1) 48%,rgba(130,193,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(130,193,242,1) 0%,rgba(152,213,242,1) 48%,rgba(130,193,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(130,193,242,1) 0%,rgba(152,213,242,1) 48%,rgba(130,193,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c1f2', endColorstr='#82c1f2',GradientType=0 ); /* IE6-9 */
	border-radius:7px;
	text-decoration: none;
	color: #3b3b3b;
}
.index_content .h2, .left_block .h2{
	font-size: 20px;
    line-height: 1.3em;
}
.left_menu {
	margin-bottom:10px;
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 0 2px #fff, 0 1px 4px #858585;
	border-radius: 2px;
	border:1px solid #939393;
	padding: 10px 10px 10px 10px;
}
.left_menu li{
	text-align:left;
	padding:10px 0 10px 20px;
	border-bottom: 1px dotted gray;
	background:url('/img/arr.png');
	background-repeat:no-repeat;
	background-position:0px 10px;
	text-shadow: 0 0 1px #fff, 0 1px 1px #fff;
}
.left_menu .last{
	border:none;
}
.left_menu .current a{
	color:#00263e;
	text-shadow:1px 1px #ffffff;
}
.left_menu li a{
	color:#007ef0;
	text-decoration:none;
}
.left_menu li a:hover{
	color:#2c2c2c;
}
.show_all{
	text-align:right;
	margin-top:20px;
	font-style:italic;
}
.items_catalog li a img,.photo_list li a img,.object_image a img{
	padding:9px;
	background:#fff;
	border:1px solid #b9b9b9;
	box-shadow:0 0 5px #c5c5c5;
	margin:10px 0;
}
.object_image a img{
	margin-top:0;
}
.items_catalog li a:hover img,.photo_list li a:hover img,.object_image a:hover img{
	box-shadow:0 0 5px #8f8f8f;
}
.items_catalog li, .photo_list li{
	width:200px;
	padding:10px;
	margin:0 10px;
	vertical-align:top;
}
.items_catalog .category_title, .items_catalog .object_title{
	padding:0 0 5px 0;
}
.items_catalog .simple_catalog_item .object_prefix_bottom{
	display:block;
}
.main_content{
	float:right;
	width:720px;
}
.left_block{
	width:220px;
	float:left;
}
.left_block .index_news, .left_block .custom_block_1, .left_block .custom_block_2{
	margin-bottom:10px;
}
.index_news .top_date{
	display:none;
}
.index_news .bottom_date{
	display:block;
}
.index_news .news .news_item{
	margin-bottom:0px;
}
.index_news .news .news_item  .news_title{
	margin-bottom:2px;
}
.index_news .news .news_item .text{
	font-size:12px;
	line-height:1.3em;
}
.top_date,.bottom_date,.main_top_date{
	font-size:12px;
	color:#666;
	font-style:italic;
}
.main_top_date{
	margin-top:4px;
}
.photoalbum_index{
	margin-top:15px;
}
.breadcrumbs{
	margin:10px 0 10px 0;
	line-height:1.3em;
	font-size:11px;
}
.numpages ul .active a:link,.numpages ul .active a:visited,.numpages ul .active a:hover{
	background-color:#00B1DC;
	color:#fff;
}
.lower_menu{
	margin-top:25px;
	text-align: center;
}
.lower_menu ul li{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding: 5px 10px;
	border-right: 1px dotted gray;
	font-size: 12px;
	line-height:1em;
}
.lower_menu ul .last{
	border-right: none;
}
.lower_menu ul li a{
	color: #0000a0;
}
.lower_menu ul li a:hover{
	color: #0080ff;
}
.lower_menu ul .current a{
	color: #000;
	text-decoration:none;
}
.footer{
	margin-top:30px;
}