@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_bd.png') repeat #bbbbbb;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#00179d;
	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;
}
.main{
	margin:0 auto;
	width:960px;
}
.header_wrapper{
	background:url('/img/bg_head.png') repeat #3e0001;
	padding: 15px 0;
	border-bottom: 1px solid #000;
}
.top_header{
	padding:10px 0 20px 0;
	width: 960px;
	margin: 0 auto;
}
.name:link,.name:visited,.name:hover{
	font-size:28px;
	color:#fff;
	text-shadow: 0 0 0 #1b6878;
	line-height:1.3em;
	text-decoration:none;
	font-weight: bold;
}
.slogan:link,.slogan:visited,.slogan:hover{
	text-decoration:none;
	color:#fff;
	font-size:25px;
	text-shadow: 0 0 0 #1b6878;
}
.title_block{
	display:inline-block;
	vertical-align:middle;
	width:470px;
}
.logo{
	display:inline-block;
	vertical-align:middle;
}
.logo img{
	margin:0px 15px 0px 0px;
}
.title_company{
	display:inline-block;
	vertical-align:middle;
	width:270px;
}
.contacts {
	display: inline-block;
	margin-right: 20px;
	text-align: left;
	vertical-align: middle;
	width: 290px;
	color: #fff;

}
.phone{
	font-size:30px;
	line-height:1.3em;
}
.small-phone{
	display:inline-block;
	padding:0px 3px 0 0;
}
.big-phone{
	display:inline-block;
}
.header_basket{
	display:inline-block;
	width:180px;
	vertical-align:middle;
	color: #fff;
}
.header_search_form .submit_button{
	background:url('/img/sur.png') no-repeat #cfcfcf;
	background-position:-1px -1px;
}
.header_search_form .submit_button:hover{
	background:url('/img/sur.png') no-repeat #cfcfcf;
	background-position:-1px -1px;
}
.header_basket_title a{
	display:inline-block;
	vertical-align:middle;
	height:25px;
	background:url('/img/cart4.png') no-repeat;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	padding:10px 0 0 35px;
}
#header_basket_amount,#header_basket_summ_head{
	color:#0D53A9;
	margin:0 5px 0 5px;
}
#header_basket_order{
	margin-top:10px;
}
#header_basket_order a,.button_buy{
	display:inline-block;
	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,.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_image{
	width: 960px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 10px;
}
.main_image img{
	border-radius: 5px;
}
.content-index{
	width: 310px;
	display: inline-block;
	margin-right: 20px;
}
.menu_wrapper{
}
.menu {
	margin: 20px 0 20px;
	text-align: center;
}
.not_main_bg .menu {
	margin-bottom: 40px;
}
.menu ul{
	display: inline-block;
	padding: 0 21px;
}
.menu li{
	display: inline-block;
	padding: 9px 15px 11px 15px;
	border: 1px solid #5b1517;
	border-left: 1px solid #530002;
	border-right: 1px solid #a8060b;
	background: rgb(196,3,7); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(196,3,7,1) 0%, rgba(142,2,5,1) 44%, rgba(56,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,3,7,1)), color-stop(44%,rgba(142,2,5,1)), color-stop(100%,rgba(56,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(196,3,7,1) 0%,rgba(142,2,5,1) 44%,rgba(56,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(196,3,7,1) 0%,rgba(142,2,5,1) 44%,rgba(56,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(196,3,7,1) 0%,rgba(142,2,5,1) 44%,rgba(56,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(196,3,7,1) 0%,rgba(142,2,5,1) 44%,rgba(56,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40307', endColorstr='#380000',GradientType=0 ); /* IE6-9 */

}
.menu li:hover,
.menu li.current {
	background: rgb(147,2,5); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(147,2,5,1) 0%, rgba(91,1,3,1) 44%, rgba(40,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,2,5,1)), color-stop(44%,rgba(91,1,3,1)), color-stop(100%,rgba(40,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(147,2,5,1) 0%,rgba(91,1,3,1) 44%,rgba(40,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(147,2,5,1) 0%,rgba(91,1,3,1) 44%,rgba(40,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(147,2,5,1) 0%,rgba(91,1,3,1) 44%,rgba(40,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(147,2,5,1) 0%,rgba(91,1,3,1) 44%,rgba(40,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930205', endColorstr='#280000',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #5b1517;
	border-top-color: #350001;
}
.menu li.first {
	border-left: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.menu li.last {
	border-right: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.menu ul li a{
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
	text-shadow: 0 -1px #3a0304;
	color:#fff;
}
.show_all{
	text-align:right;
}
.show_all a{
	display:inline-block;
	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{
	width:200px;
	float:right;
}
.right_block_contacts{
	text-align:center;
}
.right_block_contacts .phone{
	font-size:22px;
	line-height:1.3em;
}
.left_block{
	width:740px;
	float:left;
	margin-right: 10px;
}
.left_menu{
	margin:0 0 15px;
}
.left_menu .catalog_title{
	color:#000;
	margin-bottom:5px;
}
.left_menu li {
	padding:0;
}
.left_menu li a{
	display:inline-block;
	padding:3px;
	color:#000;
	border-radius:3px;
}
.left_menu li a:hover{
	color:#000;
}
.left_menu .current a{
	color:#000;
	text-decoration:none;
}
.left_menu .current a:hover{
	color:#0D53A9;
}
.left_menu li .level-1{
	display:none;
}
.left_menu .current .level-1{
	display:block;
}	
.left_menu li .level-1 li{
	padding:0 0 0 5px;
}
.left_menu li .level-1 li a{
	color:#000;
	text-decoration:underline;
}
.left_menu li .level-1 li a:hover{
	color:#0D53A9;
	text-decoration:none;
}
.left_menu li .level-1 .current a{
	color:#000;
	text-decoration:none;
}
.left_menu li .level-1 .current a:hover{
	color:#000;
}
.level-1{
	padding:5px 0 0 0;
}
.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: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:220px;
	margin: 0 10px 10px 10px;
}
.photo_list li{
	width:140px;
	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{
	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_wrapper {
	background-image:url('/img/bg_head.png');
	border-top: 1px solid #000;
	padding-top: 38px;
	padding-bottom: 30px;
	margin-top: 30px;
}
.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;
}
.footer_text .text{
	color: #fff;
	font-size: 12px;
	line-height: 15px;
}
.footer_text .text a {
	text-decoration: none;
	color: #ffa722;
}
.footer_text .copyright{
	margin-bottom: 7px;
}
.social_gray p{
	color: #fff;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 15px;
}
.index_special_offers {
	margin-bottom: 30px;
}
