@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#333;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#311e0b;
	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;
}
.wrapper{
	background:#f0e9db;
}
.main{
	margin:0px auto;
	width:960px;
}
.header_wrapper {
	margin:0 auto;
	width: 960px;
}
.menu_wrapper{
	background:url('/img/bg_menu.png')repeat #281d0b;
	padding:10px 0;
	box-shadow:inset 0 0 5px #000;
}
.title_block{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:320px;
	padding-right:10px;
}
.title_company{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:210px;
	padding-bottom:10px;
}
.name:link,.name:visited,.name:hover{
	font-size:34px;
	color:#fff;
	line-height:1.3em;
	text-decoration:none;
	text-shadow:0 1px 1px #0c5661;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#dbdbdb;
	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;
}
.image_wrapper{
	width:960px;
	margin:0 auto;
}
.main_image{
	display:inline-block;
	border-radius:10px;
	padding-left: 15px;
}
.main_image img{
	border-radius:10px;
}
.contacts_wrapper{
	background:url('/img/bg_head4.jpg') no-repeat #c68637;
	background-size: cover;
	padding:20px 0 20px 0;
}
.banners_wrapper{
	width:320px;
	display:inline-block;
	text-align: center;
	//display: inline;
	//zoom: 1;
	color:#fff;
	text-decoration: none;
}
.banners_wrapper .direction_block {
	width: 305px;
}
.banners_wrapper .direction_block {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	overflow: hidden;
	text-decoration: none;
}
.direction_block_2{
	margin:15px 0;
	border-bottom: 1px dashed #f1cc4b;
	border-top: 1px dashed #f1cc4b;
	padding:20px 0 10px 0;
	text-decoration: none;
}
.banners_wrapper  .direction_block_link {
	display: block;
	text-align: left;
	text-decoration: none;
}
.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;
	text-decoration: none;
}
.banners_wrapper .direction_title {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 0 1px #61380c, 0 0 2px #c5882e;
	text-decoration: none;
}
.direction_text{
	margin-top:7px;
	font-size:16px;
	color: #fff;
	text-decoration: none;
}
.contacts{
	//display:inline;
	//zoom:1;
	text-align:left;
	width:320px;
	color:#a09176;
	font-size:16px;
	line-height:24px;
}
.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;
}
.phone{
	margin:0;
	color:#d57000;
	background:url('/img/cont.png') no-repeat;
	padding-left: 35px;
}
.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;
}
.menu{
	font-size:17px;
	line-height:20px;
	margin-bottom:5px;
	display: inline-block;
	width: 615px;
	vertical-align:middle;
}
.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: #fff;
	text-decoration:none;
	display:block;
	padding:10px 15px;
	text-decoration:none;
}
.menu .level-0 li:hover a{
	color: #dbdbdb;
	text-shadow:none;
}
.menu .level-0 .current a{
	background: rgb(249,203,109); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,203,109,1) 1%, rgba(234,169,72,1) 50%, rgba(231,126,43,1) 51%, rgba(226,160,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(249,203,109,1)), color-stop(50%,rgba(234,169,72,1)), color-stop(51%,rgba(231,126,43,1)), color-stop(100%,rgba(226,160,68,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,203,109,1) 1%,rgba(234,169,72,1) 50%,rgba(231,126,43,1) 51%,rgba(226,160,68,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,203,109,1) 1%,rgba(234,169,72,1) 50%,rgba(231,126,43,1) 51%,rgba(226,160,68,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,203,109,1) 1%,rgba(234,169,72,1) 50%,rgba(231,126,43,1) 51%,rgba(226,160,68,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,203,109,1) 1%,rgba(234,169,72,1) 50%,rgba(231,126,43,1) 51%,rgba(226,160,68,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9cb6d', endColorstr='#e2a044',GradientType=0 ); /* IE6-9 */
	border: 1px solid #1b1201;
	color: #fff;
	border-radius: 10px;
}
.menu .level-0 .current a:hover{
	color: #ebebeb;
	text-shadow:none;
}
.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:#f0e9db;
	box-shadow:0 0 5px #272727;
	border-radius:0;
	text-shadow:none;
	border-radius:0 0 10px 10px;
	}
	.menu .level-0 .level-1 .last a:hover{
	border-radius: 0 0 10px 10px;
}
.menu .level-0 .level-1 li {
	display:block;
	text-align:left;
	text-shadow:none;
	border-radius:0;
}
.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-color:#b87129;
	text-decoration:none;
	border-radius:0;
	text-shadow:none;
}
.menu .level-0 .level-1 .current a{
	color: #5b0017;
	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 12px;
	border-bottom: 1px dotted #992b43;
	background-repeat:no-repeat;
	background:url("/img/but.png") no-repeat;
	background-position: 0px 17px;
}
.left_menu .last{
	border:none;
}
.left_menu .current a{
	color:black;
}
.left_menu li a{
	color:#454545;
	text-decoration:none;
}
.left_menu li a:hover{
	color:#a97010;
}
.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 #999;
	box-shadow:0 0 5px #999;
	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 #665322;
}
.items_catalog li, .photo_list li{
	width:190px;
	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;
	float:right;
}
.left_block{
	width:290px;
	padding: 15px;
	}
.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:#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: #00B1DC;
}
.lower_menu ul li a:hover{
	color: #0a33a0;
}
.lower_menu ul .current a{
	color: #000;
	text-decoration:none;
}
.footer1 {
	width: 989px;
	margin: 0 auto;
}
.search2, .footer_text, .social_gray {
	vertical-align: top;
}
.search2, .footer_text {
	margin-right: 43px;
}
.footer_text, .social_gray {
	width: 300px;
}
.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;
}
.index_special_offers {
	margin-bottom: 30px;
}

.footer_wrapper{
	padding-top: 38px;
	padding-bottom: 30px;
	margin-top: 30px;
	box-shadow: 0 0 5px #a9a283;
	border-top:#f9f9f4;
background: rgb(216,197,173); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(216,197,173,1) 2%, rgba(239,227,206,1) 48%, rgba(216,197,173,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(2%,rgba(216,197,173,1)), color-stop(48%,rgba(239,227,206,1)), color-stop(100%,rgba(216,197,173,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(216,197,173,1) 2%,rgba(239,227,206,1) 48%,rgba(216,197,173,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(216,197,173,1) 2%,rgba(239,227,206,1) 48%,rgba(216,197,173,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(216,197,173,1) 2%,rgba(239,227,206,1) 48%,rgba(216,197,173,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(216,197,173,1) 2%,rgba(239,227,206,1) 48%,rgba(216,197,173,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c5ad', endColorstr='#d8c5ad',GradientType=1 ); /* IE6-9 */

}