@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#333;
}
body{
	background:url('/img/bg_bd.jpg')repeat #cfcfcf;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#007491;
	text-decoration:underline;
}
a:hover,.text a:hover{
	color:#004777;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{
	color:#000;
}
.menu_wrapper{
	background: rgb(157,213,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,234,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,234,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd5ea', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
}
.menu{
	font-size:17px;
	line-height:20px;
	text-align:left;
	margin-bottom:15px;
	margin:0px auto;
	width:960px;
	font-family:Arial,Helvetica,sans-serif;
	text-shadow: 0 -1px 0 #161616, 0 0 1px #1c294f, 0 0 3px #1f4a9c;
}
.menu .level-0 li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:relative;
}
.menu .level-0 ul{
	display:none;
	line-height:0;
	font-size:0;
}
.menu .level-0 li a{
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	padding:10px 15px;
	text-decoration:none;
}
.menu .level-0 li:hover a{
	background: rgb(196,196,196); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(196,196,196,1) 0%, rgba(132,132,132,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,196,196,1)), color-stop(100%,rgba(132,132,132,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(132,132,132,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(132,132,132,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(132,132,132,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(196,196,196,1) 0%,rgba(132,132,132,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#848484',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.menu .level-0 .current a{
	background: rgb(145,145,145); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(145,145,145,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,145,145,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(145,145,145,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(145,145,145,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(145,145,145,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(145,145,145,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
	color: #fff;
	box-shadow: 0 -1px -1px #111111;
}
.menu .level-0 .current a:hover{
	color: #fff;
}
.menu .level-0 li:hover .level-1{
	display:block;
	position:absolute;
	top:40px;
	left:0;
	z-index:100;
	width:220px;
	font-size:14px;
	line-height:1.3em;
	background-color:#9b9b9b;
	box-shadow:0 5px 5px #4f4f4f;
}
.menu .level-0 .level-1 li {
	display:block;
	text-align:left;
}
.menu .level-0 .level-1 li a{
	color: #fff;
	text-decoration:none;
	padding:0;
	display:block;
	padding:5px 10px;
	background:none;
	border:0;
}
.menu .level-0 .level-1 li a:hover{
	color: #fff;
	background-color:#c61e00;
	text-decoration:none;
}
.menu .level-0 .level-1 .current a{
	color: #fff;
	text-decoration:none;
}
.main_wrapper{
	background:rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 3px #fff;
	padding:10px;
}
.main_image{
	margin:0px auto;
	width:960px;
}
.header_wrapper{
}
.top_header{
	background:rgba(255, 255, 255, 0.5);
	padding: 10px;
	border-radius: 4px;
	box-shadow: inset 0 0 3px #fff;
	margin:15px auto;
	width:940px;
	text-shadow: 0 -1px 0 #fff;
}
.title_block{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:580px;
}
.title_company{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:410px;
	padding-bottom:10px;
}
.name:link,.name:visited,.name:hover{
	font-size:34px;
	color:#c61e00;
	line-height:1.3em;
	text-decoration:none;
}
.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;
}
.header_search_form{
	margin-top:8px;
}
.header_search_form .search_form_string{
	width:185px;
}
.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;
}
.contacts div{
	margin-top:2px;
}
.phone{
	margin:0;
	color:#000;
}
.small-phone{
	font-size:16x;
	padding:2px 3px 0 0;
	line-height:1.3em;
	vertical-align:top;
	display:inline-block;
}
.big-phone{
	font-size:22px;
	line-height:1.3em;
	vertical-align:top;
	display:inline-block;
}
.main{
	margin:0px auto;
	width:960px;
}
.banners_table {
	margin: 15px 0;
	padding: 10px 0 10px;
	position: relative;
	z-index: 10;
	width: 960px;
	border-radius: 30px;
	box-shadow: inset 0 0 1px #fff, 0 2px 5px #8c8c8c;
}
.banners_table td {
	width: 320px;
}
.banner1_wrapper {
    border-radius: 30px 0px 0px 30px;
	padding: 10px 10px 10px 30px;
	background: rgb(157,213,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,234,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,234,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd5ea', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
}
.banner2_wrapper {
	padding: 10px;
	background: rgb(157,213,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,234,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,234,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd5ea', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	text-shadow: 0 0 1px #1f1f1f;

}
.banner3_wrapper {
	border-radius: 0px 30px 30px 0px;
	padding: 10px 30px 10px 10px;
	background: rgb(157,213,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,234,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,234,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,234,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd5ea', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
}
.direction_block .direction_block_link:hover {
	text-decoration: none;
}
.banners_table .direction_block_link > img {
	display: inline-block;
	//zoom: 1;
	//display: inline;	
	vertical-align: middle;
	margin-right: 20px;
}
.banners_table .direction_title {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	font-size: 20px;
	line-height: 30px;
	color: #fcfcfc;
	font-weight: bold;
	text-shadow: 0 0 1px #1f1f1f;
}

.index_content .h2, .left_block .h2{
	font-size: 20px;
    line-height: 1.3em;
}
.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 #999;
	box-shadow:0 0 10px #999;
	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 10px #000;
}
.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;
	padding-top: 10px;
}
.content{
	background:rgba(255, 255, 255, 0.5);
	padding:0 10px 10px 10px;
	border-radius: 4px;
	box-shadow: inset 0 0 3px #fff;
}
.left_block{
	width:210px;
	float:left;
	padding: 0 10px 0 0;
}
.custom_block_1, .custom_block_2{
	margin-bottom:10px;
}
.index_news{
	margin-top: 0;
}
.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:0 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: #003453;
}
.lower_menu ul li a:hover{
	color: #0086ce;
}
.lower_menu ul .current a{
	color: #000;
	text-decoration:none;
}
.footer{
	margin:30px auto 0 auto;
	width:960px;
	border-top: none;
	text-shadow: 0 -1px 1px #f3f3f3;
}
.footer_wrapper{
	background:rgba(255, 255, 255, 0.5);
	text-shadow: 0 -1px 0 #fff;
}