@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#000;
	font-family:Arial;
}
body{
	margin:0px;
	background-color:#fff;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#5BC1CE;
	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: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 1%, rgba(249,249,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 1%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 1%,rgba(249,249,249,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 1%,rgba(249,249,249,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 1%,rgba(249,249,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.main{
	margin:0 auto;
	width:960px;
}
.head_wrapper{
	background:url('/img/bg_head.png') repeat;
}
.top_header{
	padding:10px 0 20px 0;
	margin:0 auto;
	width: 960px;
	text-shadow:0 1px #fff;
}
.name:link,.name:visited,.name:hover{
	font-size:34px;
	color:#54655a;
	line-height:1.3em;
	text-decoration:none;
	font-weight:bold;
}
.slogan:link,.slogan:visited,.slogan:hover{
	text-decoration:none;
	color:#6f8476;
	font-size:16px;
}
.title_block{
	display:inline-block;
	vertical-align:middle;
	width:480px;
}
.logo{
	display:inline-block;
	vertical-align:middle;
}
.logo img{
	margin:0px 15px 0px 0px;
}
.title_company{
	display:inline-block;
	vertical-align:middle;
	width:280px;
}
.contacts {
	display: inline-block;
	margin-right: 20px;
	text-align: left;
	vertical-align: middle;
	width: 280px;
	color:#6f8476;
}
.phone{
	background:url('/img/phone.png') no-repeat;
	padding: 5px 40px 0;
}
.small-phone{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	padding:0px 3px 0 0;
	line-height:1.3em;
	color:#6f8476;
}
.big-phone{
	display:inline-block;
	font-size:18px;
	line-height:1.3em;
	color:#6f8476;
}
.header_search_form .search_form_string {
	width:275px;
}
.search_form{
	margin-bottom:10px;
}
.header_basket{
	display:inline-block;
	width:180px;
	vertical-align:middle;
	color:#54655a;
}
.header_search_form .submit_button{
	background-color:#e7790c;
}
.header_search_form .submit_button:hover{
	background-color:#b46207;
}
.header_basket_title a{
	display:inline-block;
	vertical-align:middle;
	height:25px;
	background:url('/img/cart1.png') no-repeat;
	color:#6f8476;
	text-decoration:none;
	padding:11px 0 0 45px;
}
#header_basket_amount,#header_basket_summ_head{
	color:#6f8476;
	margin:0 5px 0 5px;
}
#header_basket_order{
	margin-top:10px;
}
#header_basket_order a,.button_buy{
	display:inline-block;
	padding: 3px 7px;
	border-radius:5px;
	background-color:#5BC1CE;
}
#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-color:#83cfda;
	color:#ffffff;
}
.main_image{
	text-align:center;
	margin: 15px 0;
}
.menu_wrapper{
	background:#BABBB3;
}
.menu{
	width:1010px;
	margin:0 auto;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
}
.menu ul li{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.menu ul li a{
	color: #fff;
	display:block;
	padding:10px 25px;
	text-decoration:underline;
}
.menu ul li:hover a{
	color:#f0f3f4;
	text-decoration:underline;
}
.menu ul .current a{
	text-decoration:none;
}
.show_all{
	text-align:right;
	margin-top:20px;
}
.content{
	margin-top:10px;
	clear:both;
}
.left_block{
	width:310px;
	float:left;
}
.right_block{
	width:635px;
	padding:0px;
	float:right;
}
.left_menu .catalog_title{
	color:#000;
	margin:0 0 5px 0;
	background:url('/img/bg_head.png') repeat;
	padding:3px 5px;
	border-radius:3px;
}
.left_menu li {
	padding:0 0 0 8px;
	background:url('/img/but1.png') no-repeat;
	background-position: 0 9px;
}
.left_menu li a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding:3px;
	color:#000;
	border-radius:3px;
}
.left_menu li a:hover{
	color:#ec8d00;
}
.left_menu .current a{
	color:#000;
	background-color:#dddddd;
	text-decoration:none;
}
.left_menu .current a:hover{
	color:#fff;
}
.left_menu li .level-1{
	display:none;
}
.left_menu .current .level-1{
	display:block;
}	
.left_menu li .level-1 li{
	padding:0 0 0 15px;
}
.left_menu li .level-1 li a{
	color:#000;
	background-color:#fff;
	text-decoration:underline;
}
.left_menu li .level-1 li a:hover{
	color:#5BC1CE;
	text-decoration:none;
}
.left_menu li .level-1 .current a{
	color:#000;
	background-color:#dddddd;
	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;
	background:url('/img/bg_head.png') repeat;
	padding:3px 5px ;
	border-radius:3px;
}
.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-top:20px;
}	
.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:146px;
	border:1px solid #cacaca;
	margin-right:10px;
	background:#f2f7f2;
	padding:10px 0;
}
.photo_list li {
	text-align:center;
	vertical-align: top;
	width:158px;
}
.photo_list li img,.items_catalog li img{
	margin:0 0 5px 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{
    padding:2px;
    background:#fff;
    border:1px solid #cacaca;
    box-shadow:0 0 5px #cacaca;
}
.photo_list li a:hover img,.object_image a:hover img{
    box-shadow:0 0 5px #eaeaea;
}
.breadcrumbs{
	margin:10px 0 0 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:#5BC1CE;
	color:#fff;
}
.footer_wrapper{
	background:url('/img/bg_foot.png') repeat;
	border-top: 1px dashed #c8c8c8;
	margin-top: 15px;
}
.footer1 {
	width: 960px;
	padding: 35px 10px 35px 10px;
	margin: 0 auto;
}
.footer1 > * {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	width: 290px;
}
.code_footer {
	width: 100%;
	display: block;
}
.copyright, .search2 {
	margin-right: 30px;
}
.search2 .search_form_string { width: 200px; }
.search2 { text-align: center; }
