@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#000;
	font-family:Arial;
}
body{
	margin:0px;
	background:url('/img/bg_main.png') no-repeat #fff;
	background-position: bottom left;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#0676c8;
	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,.h2,.h3,.h4,.h5,.h6{
	text-shadow: 0 1px 0 #fff;	
}
.main{
	margin:0 auto;
	width:960px;
}
.header_wrapper{
	background:url('/img/bg_bd.jpg') no-repeat #2d2d2d;
	background-size: cover;
}
.top_header{
	padding:20px 0 20px 0;
	margin: 0 auto;
	width: 960px;
	border-top: 1px dashed #070707;
}
.name:link,.name:visited,.name:hover{
	font-size:31px;
	color:#c1ff4f;
	line-height:1.3em;
	text-decoration:none;
}
.slogan:link,.slogan:visited,.slogan:hover{
	text-decoration:none;
	color:#ffffff;
}
.title_block{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:middle;
	width:650px;
}
.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:450px;
}
.contacts {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	text-align: right;
	vertical-align: middle;
	width: 300px;
	color: #fff;
}
.phone{
	font-size:30px;
	line-height:1.3em;
	color: #c1ff4f;
}
.small-phone{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding:0px 3px 0 0;
}
.big-phone{
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.header_search_form .search_form_string {
	width:165px;
}
.search_form{
	margin-bottom:10px;
}
.wrapper_basket{
	width:180px;
	float:right;
	display: inline-block;
}
.header_basket{
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:180px;
	color: #333333;
	vertical-align:middle;
	text-shadow: 0 1px 0 #fff;
}
.header_search_form .submit_button{
	background:url('/img/sur.png') no-repeat #184303;
	background-position:-1px -1px;
}
.header_search_form .submit_button:hover{
	background:url('/img/sur.png') no-repeat #184303;
	background-position:-1px -1px;
}
.header_basket_title a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	height:25px;
	background:url('/img/cart.png') no-repeat;
	color:#000;
	text-decoration:none;
	padding:5px 0 0 30px;
	text-shadow: none;
}
#header_basket_amount,#header_basket_summ_head{
	color:#296d96;
	margin:0 5px 0 5px;
}
#header_basket_order{
	margin-top:10px;
}
#header_basket_order a,.button_buy{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 21px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ff7f7f, #ff0000);
	background-image: -ms-linear-gradient(top, #ff7f7f, #ff0000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7f7f), to(#ff0000));
	background-image: -webkit-linear-gradient(top, #ff7f7f, #ff0000);
	background-image: -o-linear-gradient(top, #ff7f7f, #ff0000);
	background-image: linear-gradient(top, #ff7f7f, #ff0000);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f7f', endColorstr='#ff0000', GradientType=0);
	border-color: #ff0000 #ff0000 #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#header_basket_order a:link,#header_basket_order a:visited,#header_basket_order a:hover,.button_buy:link,.button_buy:visited,.button_buy:hover{
	color:#fff;
	text-decoration:none;
}
#header_basket_order a:hover,.button_buy:hover{
	background:#f00;
}
.main_wrapper{
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(193,193,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(100%,rgba(193,193,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(193,193,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(193,193,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(193,193,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(193,193,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
	padding: 15px;
	width: 930px;
	margin: 15px auto;
	box-shadow: inset 0 0 1px #fff, 0 2px 5px #8c8c8c;
}
.main_image{
	text-align:left;
	display: inline-block;
	width: 570px;
}
.search_wrapper{
	display: inline-block;
	width: 345px;
	vertical-align: top;
	margin-left: 15px;
}
.main_search_form{
	width:345px;
	height:35px;
	background: rgb(244,255,43); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,255,43,1) 0%, rgba(150,255,30,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,255,43,1)), color-stop(99%,rgba(150,255,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,255,43,1) 0%,rgba(150,255,30,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,255,43,1) 0%,rgba(150,255,30,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,255,43,1) 0%,rgba(150,255,30,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,255,43,1) 0%,rgba(150,255,30,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ff2b', endColorstr='#96ff1e',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0 0 2px #838383, 0 0 6px #adadad;
	float: right;
	border:1px solid #8b9b1e;
	margin-bottom: 15px;	
}
.header_search_form .search_form_string {
	width:300px;
	vertical-align: middle;
}
.search_form{
	margin:5px;
}

.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;
	border-bottom: 1px dashed #c1ff4f;
}
.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{
	color: #c1ff4f;
}
.menu .level-0 .current a{
	font-weight: bold;
	color: #c1ff4f;
}
.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:#828282;
	box-shadow:0 5px 5px #180a0c;
	font-weight: normal;
}
.menu .level-0 .level-1 li {
	display:block;
	text-align:left;
	font-weight: normal;
}
.menu .level-0 .level-1 li a{
	color: #fff;
	text-decoration:none;
	padding:0;
	display:block;
	padding:5px 10px;
	background:none;
	border:0;
	font-weight: normal;
}
.menu .level-0 .level-1 li a:hover{
	color: #171c24;
	background-color:#c1ff4f;
	text-decoration:none;
	text-shadow: none;
	font-weight: normal;
}
.menu .level-0 .level-1 .current a{
	color: #c5ff62;
	text-decoration:none;
}
.show_all{
	text-align:right;
}
.show_all a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	background-color: #0074cc;
	text-decoration:none;
	background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
	background-image: -o-linear-gradient(top, #0088cc, #0055cc);
	background-image: linear-gradient(top, #0088cc, #0055cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.show_all a:hover{
	background: #0055cc;
}
.content{
	margin-top:10px;
	clear:both;
}

.right_block_contacts{
	text-align:center;
	margin: 15px 0;
	text-shadow: 0 1px 0 #fff;
	color: #000;
}
.right_block_contacts .phone{
	font-size:22px;
	line-height:1.3em;
	color: #000;
}
.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{
	margin:15px 0;
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(219,219,219,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(219,219,219,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(219,219,219,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(219,219,219,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(219,219,219,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(219,219,219,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	padding:10px;
	box-shadow: inset 0 0 1px #fff, 0 2px 5px #8c8c8c;
}	
.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:300px;
	margin: 0 10px 10px 10px;
}
.photo_list li{
	width:200px;
	padding:10px;
	margin:0 10px;
	vertical-align:top;
}
.items_catalog li img{
	margin:0 0 5px 0;
	border:1px solid #dddddd;
	box-shadow:0 0 1px #575757;
	line-height:1px;
	padding:4px;
	border-radius:4px;
}
.photo_list li 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 .category_title, .items_catalog .object_title{
	padding:0 0 5px 0;
}
.items_catalog li .prefix{
	margin-bottom:5px;
}
.object .buy_button{
	float:none;
}
.object .price_top{
	display:block;
}
.object .price_bottom{
	display:none;
}
.photo_list li a img,.object_image a img{
    background:#fff;
    border:1px solid #dddddd;
	box-shadow:0 0 1px #575757;
	line-height:1px;
	padding:4px;
	border-radius:4px;
}
.photo_list li a:hover img,.object_image a:hover img{
    box-shadow:0 0 1px #0D53A9;
}
.breadcrumbs{
	margin:10px 0 0 0;
	line-height:1.3em;
	font-size:12px;
}
.photoalbum_index{
	margin-top:20px;
}
.numpages ul .active a:link,.numpages ul .active a:visited,.numpages ul .active a:hover{
	background-color:#0D53A9;
	color:#fff;
}
.footer{
	text-align:left;
	border-top:none;
	padding-left:0px;
	padding-right:0px;
	margin:0 auto;
	width: 960px;
}
.footer .text{
	color:#fff;
	font-size:12px;
	line-height:1.3em;
}
.footer a:link,.footer a:hover,.footer a:visited{
	color:#bdf400;
}
.footer_wrapper{
	background:url('/img/bg_bd.jpg') no-repeat #f3708d;
	background-size: cover;

}