@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#000;
	font-family:Arial;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#7b811b;
	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;
}
.h1,.h3,.h4,.h5,.h6{
	background:url('/img/bg_title.png')no-repeat bottom;
	padding: 0 40px 25px;
	font-style: italic;
}
.wrapper{
	background:url('/img/bg_bd.png');
}
.header_wrapper{
	background:url('/img/bg_top.png');
}
.main{
	margin:0 auto;
	width:960px;
}
.top_header{
	padding:30px 0;
	margin:0 auto;
	width:960px;
}
.name:link,.name:visited,.name:hover{
	font-size:31px;
	color:#fff;
	line-height:1.3em;
	text-decoration:none;
	font-style: italic;
	font-weight: bold;
}
.slogan:link,.slogan:visited,.slogan:hover{
	text-decoration:none;
	color:#28231e;
}
.title_block{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:middle;
	width:480px;
}
.logo{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:middle;
}
.logo img{
	margin:0px 15px 0px 0px;
}
.title_company{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:middle;
	width:280px;
}
.contacts {
	display: inline-block;
	margin-right: 20px;
	text-align: left;
	vertical-align: middle;
	width: 280px;
	font-size: 12px;
}
.small-phone{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:top;
	font-size:20px;
	padding:0px 3px 0 0;
	line-height:1.3em;
	color:#fff;
	font-weight: bold;
}
.big-phone{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	font-size:20px;
	line-height:1.3em;
	color:#fff;
	font-weight: bold;
}
.header_search_form .search_form_string {
	width:155px;
	padding-left: 5px;
}
.search_form{
	margin:10px 0 0 0;
}
.form_placeholder{
	background:url('/img/search.png') no-repeat;
	background-size: cover;
}
.header_basket{
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:180px;
	vertical-align:middle;
	font-size: 12px;
}
.header_search_form .submit_button{
	background-color:#28231E;
}
.header_search_form .submit_button:hover{
	background-color:#48432f;
}
.header_search_form .search_form_string{
	border: none;
}
.header_basket_title a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	height:25px;
	background:url('/img/shop_cart.png') no-repeat;
	color:#fff;
	text-decoration:none;
	padding:5px 0 0 30px;
	font-size: 14px;
}
#header_basket_amount,#header_basket_summ_head{
	color:#28231E;
	margin:0 5px 0 5px;
}
#header_basket_order{
	margin-top:10px;
}
#header_basket_order a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding: 4px 18px;
	background:url('/img/but.png') no-repeat;
	background-size: cover;
}
#header_basket_order a:link,#header_basket_order a:visited,#header_basket_order a:hover,.button_buy,.button_buy:link,.button_buy:visited,.button_buy:hover{
	color:#fff;
	text-decoration:none;
}
#header_basket_order a:hover,.button_buy:hover{
	color:#cbd3be;
}
.buy_button{
	padding: 5px 0px;
	background:url('/img/but.png') no-repeat;
	background-position: center;
}
.main_image{
	text-align:center;
	margin: 25px 0 20px;
}
.menu_wrapper{
	background:#889C18;
}
.menu{
	width:960px;
	margin:0 auto;
}
.menu .level-0  {
	text-align: left;
}
.menu .level-0 > li{
	display: inline-block;
	//zoom: 1;
	//display: inline;
	position: relative;
	padding: 14px 20px 12px 22px;
	background:url('/img/item.png') no-repeat;
	background-position:0px 13px;
}
.menu .level-0 > li.first {
	border-left: none;
}
.menu .level-0 > li.last {
	border-right: none;
}
.menu .level-0 > li > a {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-shadow: 0 1px #5f7b22;
	text-transform: uppercase;
	text-decoration: none;
}
.menu .level-0 > li:hover > a {
	color:#ffffff;
	text-decoration: underline;
}
.menu .level-0 > li.current a{
	color:#ffffff;
	text-decoration: underline;
}

.menu .level-1 {
	display: none;
	position: absolute;
	top: 42px;
	left:0;
	background: #889C18;
	border-radius: 0 3px 3px 3px;
	min-width: 200px;
	padding: 10px 0;
	z-index: 300;
	text-align: left;
	box-shadow: 0 5px 5px #3e3e3e;
	color: #2e2e2e;
}
.menu .level-1 > li:hover {
	background: #b6c453;
	color: #2e2e2e;
}
.menu .level-1 a {
	display: block;
	//zoom: 1;
	//display: inline;
	color: #2e2e2e;
	text-decoration: none ;
	text-shadow: 0 1px #4d612c;
	font-weight: normal;
	padding: 10px 15px;
}
.menu .level-0 > li:hover > .level-1 {
	display: block;
}
.show_all{
	text-align:right;
	margin-top:20px;
}
.content{
	margin-top:10px;
	clear:both;
}

.mainpage_news_title{
	font-size:20px;
	line-height:1.3em;
}
.index_news .news_item .news_title .news_headline{
	float:none;
}
.index_news .news_item .news_title .top_date{
	display:none;
}
.index_news .news_item .news_title .bottom_date{
	display: block;
	margin:5px 0 5px 0;
}	
.index_news .text{
	line-height:1.3em;
	font-size:12px;
}
.top_date,.main_top_date,.bottom_date,.comment_date{
	color:#6A6A6A;
	font-size:12px;
}
.blog .blog_item {
	border-bottom:1px solid #6A6A6A;
}
.blog .last_blog_item {
	border-bottom:0px;
}
.blog_comment,.blog_comment a:link,.blog_comment a:visited,.blog_comment a:hover{
	color: #6A6A6A;
}
.tags, .tags a:link,.tags a:visited,.tags a:hover{
	color: #6A6A6A;
}
.index_catalog{
	margin-top:20px;
}
.items_catalog li {
	text-align:center;
	vertical-align: top;
	width:290px;
}
.special_offers_list{
	margin: 25px 0 15px;
}
.index_text_content{
	margin: 15px 0;
}
.special_offers_list li{
	width:310px;
	padding:61px 0;
	margin: 0 5px 10px 5px;
}
.photo_list{
	margin:20px 0 0 0;
}
.photo_list li{
	width:240px;
}
.objectlist {
	background:url('/img/bg_catalog.png')no-repeat;
	width:290px;
	padding:61px 0;
	margin: 0 5px 10px 5px;
}
.photo_list li img,.items_catalog li img{
	margin:0 0 5px 0;
	border:1px solid #ddd;
}
.items_catalog .category_title, .items_catalog .object_title{
	padding:0 0 5px 0;
}
.items_catalog li .prefix{
	margin-bottom:5px;
}
.object .buy_button{
	padding: 5px 0;
	float: none !important;
	background-image: none !important;
	background-color: #000000 !important;
	display: inline-block;
	width: 150px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.object .buy_button .text a{
	color:#fff;
}
.object .price_top{
	display:block;
}
.object .price_bottom{
	display:none;
}
.photo_list li a img,.object_image a img{
    padding:2px;
    background:#fff;
    border:1px solid #ddd;
    box-shadow:0 0 5px #ddd;
}
.photo_list li a:hover img,.object_image a:hover img{
    box-shadow:0 0 5px #eee;
}
.news{
	margin: 10px 0;
}
.index_news .news_item{
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
	width: 290px;
	padding-right: 30px;
}
.breadcrumbs{
	margin:10px 0;
	line-height:1.3em;
	font-size:12px;
}
.numpages ul .active a:link,.numpages ul .active a:visited,.numpages ul .active a:hover{
	background-color:#0D53A9;
	color:#fff;
}
.footer_outter {
	margin-top: 30px;
	background:url('/img/bg_footer1.jpg')no-repeat;
	background-size:cover;
	border-top: 1px solid #1a1100;
}

.footer_inner {
	margin:0 auto;
	width:960px;
	padding: 0 10px 30px;
}
.footer_inner .text{
	color: #bdb79f;
	text-shadow:0 1px 0 #000000;
}
.footer_inner .text a{
	color:#acbd37;
	text-shadow:0 1px 0 #000;
}
.footer_menu ul {
	text-align: center;
	padding: 23px 0 20px;
	margin-bottom: 35px;
}
.footer_menu li {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	margin-right: 70px;
}
.footer_menu li.last {
	margin-right: 0;
}
.footer_menu a {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #ecede4;
	text-shadow:0 1px 0 #000;
}
.code_footer{
	margin-top:10px;
}
.copyright {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	width: 700px;
	margin-right: 20px;
	vertical-align: top;
	padding: 5px 0;
}
.addthis_toolbox {
	width: 236px;
	padding: 5px 0;
}
.catalog_controls a {
	margin: 0;
}
