@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#333;
}
.wrapper{
	background:url("/img/bg_bd.png") repeat;
}
.wrapper1{
	background:url('/img/bg_wr.jpg')top repeat-x, url('/img/bg_wr1.jpg')bottom repeat-x #f4f4f4;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#000;
	text-decoration:underline;
}
a:hover,.text a:hover{
	color:#f48100;
	text-decoration:none;
}
h1,.h1{
	color:#000;
	text-transform:uppercase;
	font-size: 18px;
	font-weight: bold;
}
h2,h3,h4,h5,h6, .h2,.h3,.h4,.h5,.h6{
	color:#000;
	text-transform:uppercase;
	font-size: 16px;
	font-weight: bold;
}
.h2,.h3,.h4,.h5,.h6{
	background:url("/img/new1.png") no-repeat;
	background-position: 0px 3px;
	padding-left: 24px;
}
.h2{
	margin-top: 15px;
}
.object .object_image{
	margin-right: 10px;
}
.main{
	margin:0px auto;
	width:960px;
	background:#fff;
	padding: 0 20px;
	border-radius: 5px;
	box-shadow:0 0 7px #0d0d0d;
}
.top_header{
	padding:15px 20px 15px 20px;
	text-shadow: 0 2px #000;
	background:url('/img/bg_wr3.jpg')top repeat-x;
	background-size: contain;
	margin:0 -20px;
	border-radius: 5px 5px 0 0 ;
}
.title_block{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:740px;
}
.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:#fff;
	line-height:1.3em;
	text-decoration:none;
	text-transform:uppercase;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#cecece;
	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:220px;
	color:#c5c5c5;
	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-color:#2d2d2d;
}
.header_search_form .submit_button:hover {
    background-color:#000000;
}
.contacts div{
	margin-top:2px;
}
.phone{
	margin:0;
	color:#fff;
}
.small-phone{
	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;
}
.menu{
	font-size:16px;
	line-height:20px;
	font-size-adjust:0.45;
	text-align:left;
	margin-bottom:15px;
	font-weight: bold;
	background: rgb(255,219,43); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,219,43,1) 1%, rgba(254,189,20,1) 49%, rgba(255,219,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,219,43,1)), color-stop(49%,rgba(254,189,20,1)), color-stop(100%,rgba(255,219,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,219,43,1) 1%,rgba(254,189,20,1) 49%,rgba(255,219,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,219,43,1) 1%,rgba(254,189,20,1) 49%,rgba(255,219,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,219,43,1) 1%,rgba(254,189,20,1) 49%,rgba(255,219,43,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,219,43,1) 1%,rgba(254,189,20,1) 49%,rgba(255,219,43,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb2b', endColorstr='#ffdb2b',GradientType=0 ); /* IE6-9 */
	margin:0 -20px;
	border-bottom: 2px solid #fd9e00;
	border-top: 2px solid #fd9e00;
	margin-bottom: 20px;
}
.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: #1b1b1b;
	text-transform: uppercase;
	text-decoration:none;
	display:block;
	padding:10px 20px;
	text-decoration:none;
	border-right:1px dotted #fd9e00;
}
.menu .level-0 li:hover a{
	color: #000;
}
.menu .level-0 .current a{
	background: rgb(255,219,20); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,219,20,1) 0%, rgba(255,168,7,1) 49%, rgba(252,198,22,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,219,20,1)), color-stop(49%,rgba(255,168,7,1)), color-stop(100%,rgba(252,198,22,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,219,20,1) 0%,rgba(255,168,7,1) 49%,rgba(252,198,22,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,219,20,1) 0%,rgba(255,168,7,1) 49%,rgba(252,198,22,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,219,20,1) 0%,rgba(255,168,7,1) 49%,rgba(252,198,22,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,219,20,1) 0%,rgba(255,168,7,1) 49%,rgba(252,198,22,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb14', endColorstr='#fcc616',GradientType=0 ); /* IE6-9 */
	color: #1b1b1b;
}
.menu .level-0 .current a:hover{
	color: #1b1b1b;
}
.menu .level-0 li:hover .level-1{
	display:block;
	position:absolute;
	top:40px;
	left:0;
	z-index:100;
	width:200px;
	font-size:15px;
	line-height:1.3em;
	background-color:#ffffff;
	//background-color:#ccc;
	border-top:0;
	box-shadow:0 5px 5px #272727;
}
.menu .level-0 .level-1 li {
	display:block;
	text-align:left;
	text-transform:none;
}
.menu .level-0 .level-1 li a{
	color: #000;
	text-decoration:none;
	padding:0;
	display:block;
	padding:5px 10px;
	background:none;
	border:0;
	text-transform:none;
}
.menu .level-0 .level-1 li a:hover{
	color: #76af3d;
	text-decoration:none;
}
.menu .level-0 .level-1 .current a{
	color: #ec9f00;
	text-decoration:none;
}
.left_menu li{
	text-align:left;
	padding:10px 10px 10px 20px;
	border-bottom: 1px dotted gray;
	background:url("/img/new2.png") no-repeat;
	background-position: 0px 13px;
}
.left_menu .last{
	border:none;
}
.left_menu .current a{
	color:black;
	text-shadow:1px 1px #ccc;
}
.left_menu li a{
	color:gray;
	text-decoration:none;
}
.left_menu li a:hover{
	color:#ec8d00;
}
.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: 5px;
}
.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 #000;
}
.items_catalog li, .photo_list li{
	width:210px;
	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;
}
.index_content, .main_content{
	float:left;
	width:700px;
}
.main_content{
	float:right;
}
.left_block,.index_content_block{
	width:220px;
	float:left;
	background:#f7f7f7;
	border-radius: 5px;
	border: 1px solid #f3f3f3;
	padding:10px;
}
.index_content_block{
	float:right;
}
.index_news .top_date{
	display:none;
}
.index_news .bottom_date{
	display:block;
	margin-left:-20px;
}
.index_news .news .news_item  .news_title{
	margin-bottom:3px;
}
.news_title{
	background:url('/img/new.png') no-repeat;
	background-position: 0 1px;
	padding-left: 21px;
	color: #63ab21;
}
.top_date,.bottom_date,.main_top_date{
	font-size:12px;
	color:#48a824;
	font-style:italic;
}
.photoalbum_index,.index_catalog{
	margin-top:15px;
}
.custom_block_1{
	margin-top:20px;
}
.main_image img{
	margin-bottom:15px;
	border-radius: 5px;
}
.main_image{
	border-radius: 5px;
	margin-bottom: 10px;
}
.content{
	padding-top: 15px;
}

.breadcrumbs{
	margin:0 0 10px 0;
	line-height:1.3em;
	font-size:11px;
}
.numpages ul li a{
	padding:1px 6px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	border-radius:5px;
}
.numpages ul .active a:link,.numpages ul .active a:visited,.numpages ul .active a:hover{
	background-color:#A22E31;
	color:#fff;
	text-decoration:none;
}
.lower_menu{
	margin-top:25px;
	text-align: center;
	padding-bottom:20px;
}
.lower_menu ul li{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding: 5px 10px;
	border-right: 1px solid gray;
	font-size: 12px;
	line-height:1em;
}
.lower_menu ul .last{
	border-right: none;
}
.lower_menu ul li a{
	color: #666;
}
.lower_menu ul li a:hover{
	color: #f99b00;
}
.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: #7c7c7c;
	font-size: 12px;
	line-height: 15px;
}
.footer_text .text a {
	text-decoration: none;
	color: #f09600;
}
.footer_text .copyright{
	margin-bottom: 7px;
	color: #858585;
}
.social_gray p{
	color: #858585;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 15px;
}
.search_form.search2 .search_form_string {
	background:#ffffff;
}
.search_form.search2 .submit_button{
	background:url("/img/sur.png") no-repeat;
	background-position:-3px 0;
}
.search_form.search2 .search_form_string{
	padding: 4px 20px 4px 10px;
}
.index_special_offers {
	margin-bottom: 30px;
}

.footer_wrapper{
	padding-top: 38px;
	padding-bottom: 30px;
	border-radius: 0 0 5px 5px;
	background:url('/img/bg_wr4.jpg') repeat-x;
	background-size: contain;
	margin:0 -20px;
}