@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#282828;
}
a:link,a:visited, .text a:link,.text a:visited{
	color:#000000;
	text-decoration:underline;
}
a:hover, .text a:hover{
	color:#b4050a;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	color:#000;
}
.h1,.h2,.h3,.h4,.h5,.h6{
	color:#000;
	text-shadow:0 1px 0 #fff;
 }
.wrapper{
	padding:20px 0;
	background:url('/img/bg_bd.jpg')no-repeat top #D3CED2;
	background-size: contain;
}
.main{
	margin:0 auto;
	width:960px;
	border-radius: 5px;
	box-shadow:inset 0 0 3px #fff, 0 3px 5px #4e4e4e;
}
.content_wrapper{
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(249,249,249,1) 1%, rgba(255,255,255,1) 74%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(249,249,249,1)), color-stop(74%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(249,249,249,1) 1%,rgba(255,255,255,1) 74%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(249,249,249,1) 1%,rgba(255,255,255,1) 74%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(249,249,249,1) 1%,rgba(255,255,255,1) 74%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(249,249,249,1) 1%,rgba(255,255,255,1) 74%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 0 20px 20px 20px;
	border-radius:0 0 5px 5px;
}
.header_wrapper {
	padding:30px;
	background:rgba(240, 240, 240, 0.8);
	border-radius:5px 5px 0 0;
}
.title_block{
	vertical-align:top;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:300px;
	padding-top: 45px;
	background:url('/img/blick.png') no-repeat;
	background-size:cover;
}
.title_company{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:230px;
	padding-bottom:10px;
}
.name:link,.name:visited,.name:hover{
	font-size:40px;
	color:#000;
	line-height:1.3em;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
	font-weight:bold;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#2c2c2c;
	font-size:16px;
	line-height:1.3em;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
}
.logo{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.logo img{
	margin:0px 15px 0px 0px;
}
.contacts{
	//display:inline;
	//zoom:1;
	text-align:left;
	color:#4e4346;
	font-size:15px;
	line-height:1.3em;
	text-shadow:0 1px 0 #fff;
}
.phone{
	margin:0;
	color:#4e4346;
	background:url('/img/cont.png') no-repeat;
	background-position: 0px -9px;
	padding-left:50px;
}
.small-phone{
	line-height:1.3em;
	vertical-align:top;
	display:inline-block;
	font-size:26px;
}
.big-phone{
	font-size:26px;
	line-height:1.3em;
	vertical-align:top;
	display:inline-block;
}
.image_wrapper{
	width:960px;
	margin:0 auto;
}
.main_image{
	display:inline-block;
	border-radius:10px;
	padding-left: 10px;
}
.main_image img{
	border-radius:10px;
}
.header_search_form{
	margin-bottom:10px;
}
.header_search_form .search_form_string{
	width:250px;
}
.header_search_form .submit_button {
    background-color:#000000;
}
.header_search_form .submit_button:hover {
    background-color:#191919;
}
.contacts div{
	margin-top:2px;
}

.menu{
	font-size:17px;
	line-height:20px;
	padding:0 20px;
	margin:0 -20px;
	border-top:1px solid #00153D;
	border-bottom:1px solid #00153D;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,1) 1%, rgba(76,76,76,1) 74%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(0,0,0,1)), color-stop(74%,rgba(76,76,76,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,1) 1%,rgba(76,76,76,1) 74%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(0,0,0,1) 1%,rgba(76,76,76,1) 74%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(0,0,0,1) 1%,rgba(76,76,76,1) 74%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(0,0,0,1) 1%,rgba(76,76,76,1) 74%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.menu .level-0 li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:relative;
	border-right:1px dotted #1e1e1e;
}
.menu .level-0 .last{
	border-right:1px dotted #1e1e1e;
}
.menu .level-0 ul{
	display:none;
	line-height:0;
	font-size:0;
}
.menu .level-0 li a{
	color: #fff;
	text-decoration:none;
	display:block;
	padding:15px 15px;
	text-decoration:none;
	text-shadow:0 1px 0 #000000;
}
.menu .level-0 li:hover a{
	color: #fff;	
}
.menu .level-0 .current a{
	background: rgb(150,0,2); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(150,0,2,1) 1%, rgba(198,0,3,1) 74%, rgba(150,0,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(150,0,2,1)), color-stop(74%,rgba(198,0,3,1)), color-stop(100%,rgba(150,0,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(150,0,2,1) 1%,rgba(198,0,3,1) 74%,rgba(150,0,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(150,0,2,1) 1%,rgba(198,0,3,1) 74%,rgba(150,0,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(150,0,2,1) 1%,rgba(198,0,3,1) 74%,rgba(150,0,2,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(150,0,2,1) 1%,rgba(198,0,3,1) 74%,rgba(150,0,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#960002', endColorstr='#960002',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
.menu .level-0 .current a:hover{
	color: #abf1f1;
}
.menu .level-0 li:hover .level-1{
	display:block;
	position:absolute;
	top:50px;
	left:0px;
	z-index:100;
	width:220px;
	font-size:14px;
	line-height:1.3em;
	background-color:#f2f2f2;
	box-shadow:0 3px 5px #1e1e1e;
	border-radius:0;
	text-shadow:none;
	border-radius:0 0 5px 5px;
	border-right: none;
	}
	.menu .level-0 .level-1 .last a:hover{
	border-radius: 0 0 5px 5px;
}
.menu .level-0 .level-1 li {
	display:block;
	text-align:left;
	text-shadow:none;
	border-radius:0;
	border-right: none;
}
.menu .level-0 .level-1 li a{
	color: #000;
	text-decoration:underline;
	padding:0;
	display:block;
	padding:5px 10px;
	background:none;
	border:0;
	text-shadow:none;
	border-radius:0;
}
.menu .level-0 .level-1 li a:hover{
	color: #fff;
	background: #a32c2f;
	text-decoration:none;
	border-radius:0;
	text-shadow:none;
}
.menu .level-0 .level-1 .current a{
	color: #153446;
	text-decoration:none;
	text-shadow:none;
	border-radius:0;
}
.index_content .h2, .left_block .h2{
	font-size: 20px;
	line-height: 1.3em;
}
.left_menu {
	margin-bottom:10px;	
}
.left_menu li{
	text-align:left;
	padding:10px 0 10px 16px;
	border-bottom: 1px dotted #4e4e4e;
	background-repeat:no-repeat;
	background:url("/img/but.png") no-repeat;
	background-position: 0px 14px;
}
.left_menu .last{
	border:none;
}
.left_menu .current a{
	color:black;
}
.left_menu li a{
	color:#3c3c3c;
	text-decoration:none;
}
.left_menu li a:hover{
	color:#be0105;
}
.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:5px;
	background:#fff;
	border:1px solid #a0a0a0;
	margin:10px 0;
	border-radius:3px;
}
.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 #a0a0a0;
}
.items_catalog li, .photo_list li{
	width:290px;
	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{
	width:610px;
	margin:0 0 0 20px;
	padding:15px 0 0 0;
	float:right;
}
.left_block{
	width:275px;
	padding: 15px 15px 0 0;
	}
.left_block .left_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:#aa9595;
	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:#6e6e6e;
	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: #6d7070;
}
.lower_menu ul li a:hover{
	color: #951518;
}
.lower_menu ul .current a{
	color: #000;
	text-decoration:none;
}
.footer1 {
	width: 960px;
	margin: 0 auto;
}
.search2, .footer_text, .social_gray {
	vertical-align: top;
}
.search2, .footer_text {
	margin-right: 43px;
}
.footer_text, .social_gray {
	width: 280px;
}
.footer1 .search_form .search_form_string {
	width: 270px;
}
.footer_text {
	display: inline-block;
	//zoom: 1;
	//display: inline;
}
.footer_text .text{
	color: #494949;
	font-size: 12px;
	line-height: 15px;
}
.footer_text .text a {
	text-decoration: none;
}
.footer_text .copyright{
	margin-bottom: 7px;
}
.social_gray p{
	color: #494949;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 15px;
}
.search_form.search2 .search_form_string {
	background:#e4e4e4;
}
.search_form.search2 .submit_button{
	background:url("/img/sur.png") no-repeat;
	background-position:-2px 0;
}
.index_special_offers {
	margin-bottom: 30px;
}

.footer_wrapper{
	padding-top: 38px;
	padding-bottom: 30px;
	margin: 30px 20px 0;
	border-radius: 0 0 5px 5px;
}