@charset "utf-8";
body, table, .text{
	font-family: Verdana,Tahoma,'Trebuchet MS',Arial,Helvetica,sans-serif;;
	font-size: 13px;
	line-height:1.3em;
	color:#545253;
}
body{
	background: url('/img/bg_bds100.jpg') no-repeat #fff;
	background-position: top center;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#1077C6;
	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:#545253;
}
.main{
	margin:0 auto;
	width:960px;
}
.header{
	width:960px;
	margin:0px auto;
	padding:20px 0 10px 0;
}
.name:link,.name:visited,.name:hover{
	font-size:28px;
	line-height:1.3em;
	color:#48A5EA;
	text-decoration:none;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#545253;
	text-decoration:none;
}
.title-block{
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:430px;
}
.logo{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
}
.logo img{
	margin-right:10px;
}
.title_company{
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:260px;
	vertical-align:middle;
}
.contacts{
	vertical-align:middle;
	width:260px;
	margin:0px 20px 0px 0px;
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.header_basket{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	width:250px;
}
.header_basket_title{
	margin:0px 0px 5px 0px;
}
.header_basket_title a{
	color:#636363;
	background:url('/img/cart.png') no-repeat;
	padding:0px 0px 0px 25px;
	text-decoration:none;
	font-size:18px;
	line-height:1.3em;
	border-bottom:1px dotted #C5C5C5;
}
#header_basket_amount,#header_basket_summ_head{
	color:#FE3001;
}
.header_basket_wrapper{
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.header_basket_span{
	margin-right:3px;
}
.header_search_form .submit_button{
	background-color:#5d5d5d;
}
.header_search_form .submit_button:hover{
	background-color:#b9babb;
}
.small-phone{
	color:#48A5EA;
	font-size:18px;
	margin-right:5px;
	font-weight:bold;
	line-height:1.3em;
	vertical-align:top;
}
.big-phone{
	font-size:18px;
	color:#545253;
	font-weight:bold;
	line-height:1.3em;
	vertical-align:top;
}
.header_search_form{
	margin:10px 0 0 0;
}
.header_search_form .search_form_string{
	width:220px;
}
.main_image{
	text-align:center;
}
.main_image img{
	margin:0 0 15px 0px;
}
.menu .level-0  {
	text-align:center;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 14%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(14%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 14%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 14%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 14%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 14%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0 0 8px #000,0 0 5px #87929a;
	border-radius:3px;
	margin-bottom:15px;
}
.menu .level-0 > li{
	display: inline-block;
	//zoom: 1;
	//display: inline;
	position: relative;
}
.menu .level-0 > li > a {
	color: #000000;
	display:block;
	padding:10px 15px;
	text-decoration:none;
}

.menu .level-0 > li:hover {
	color:#000000;
	background: rgb(211,211,211); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(211,211,211,1) 0%, rgba(237,237,237,1) 14%, rgba(198,198,198,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,211,211,1)), color-stop(14%,rgba(237,237,237,1)), color-stop(100%,rgba(198,198,198,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(211,211,211,1) 0%,rgba(237,237,237,1) 14%,rgba(198,198,198,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(211,211,211,1) 0%,rgba(237,237,237,1) 14%,rgba(198,198,198,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(211,211,211,1) 0%,rgba(237,237,237,1) 14%,rgba(198,198,198,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(211,211,211,1) 0%,rgba(237,237,237,1) 14%,rgba(198,198,198,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0 0 4px #000,0 0 3px #87929a;
}	
.menu .level-0 > li.current {	
	color:#000000;
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(255,255,255,1) 14%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(14%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 14%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 14%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 14%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 14%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0 0 4px #000, 0 0 2px #87929a;
}
.menu .level-1 {
	display: none;
	position: absolute;
	top: 36px;
	background: #eeeeee;
	border-radius: 0 3px 3px 3px;
	min-width: 200px;
	z-index: 300;
	text-align: left;
	box-shadow:inset 0 0 4px #3c3c3c, 0 0 2px #9da6ac;
}
.menu .level-1 > li:hover {
	background: #b6b6b6;
}
.menu .level-1 a {
	display: block;
	//zoom: 1;
	//display: inline;
	color: #000;
	text-decoration: none !important;
	padding: 10px 15px;
}
.menu .level-0 > li:hover > .level-1 {
	display: block;
}
.post_name,.news_headline{
	font-weight:bolder
}
.show_all{
	margin-top:20px;
	text-align:right;
}
.content{
	width:960px;
}
.content_index{
	float:left;
	width:710px;
}
.news_index_block{
	width:220px;
	float:right;
}
.blog_item_date,.news_date,.news_date,.comment_date,.blogs20_date{
	color:#A7A7A7;
	font-size:12px;
}
.index_news .news_item .news_title .top_date{
	display:none;
}
.index_news .news_item .news_title .bottom_date{
	display:block;
}			
.blog .blog_item {
	border-bottom:1px solid #C4C4C4;
}
.blog .last_blog_item {
	border-bottom:0px;
}
.blog_comment, .blog_comment a:link,.blog_comment a:visited,.blog_comment a:hover{
	color: #545253;
}
.tags, .tags a:link,.tags a:visited,.tags a:hover{
	color: #545253;
}
.items_catalog li, .photo_list li {
	text-align:center;
	width:200px;
	padding:10px;
	margin-right:10px;
	vertical-align:top;	
}
.items_catalog .objectlist{
	border:1px solid #C5C5C5;
}
.table_catalog td{
	padding-top:10px;
	border-bottom:1px dotted #C5C5C5;
}
.breadcrumbs{
	margin:0 0 10px 0;
}
.breadcrumbs ul li{
	color:#A7A7A7;
}
.numpages ul .active a:link,.numpages ul .active a:visited,.numpages ul .active a:hover{
	background-color:#48A5EA;
	color:#fff;
}
.photo_list li a img,.object_image a img{
	padding:5px;
	background:#fff;
	margin:10px 0;
	border:1px solid #666;
	box-shadow:0 0 10px #666;
}
.object_image a img{
	margin-top:0;
}
.photo_list li a:hover img,.object_image a:hover img{
	box-shadow:0 0 10px #000;
}
.object .price_top{
	display:block;
}
.object .price_bottom {
    display: none;
}
.object .buy_button{
	float:none;
}
.object .catalog_h2{
	width:100%;
	overflow:hidden;
	clear:both;
}
.buy_button a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	font-size:14px;
	line-height:1.3em;
	padding:2px 7px 3px 7px;
	background:#1077C6;
	border-radius:8px;
	border:1px solid #666;
	box-shadow:0 0 5px #666;
	color:#fff;
	text-decoration:none;
}
.buy_button a:hover{
	background:#4ae;
	color:#000;
	box-shadow:0 0 5px #000;
}
.footer{
	width:960px;
	margin:30px auto 0 auto;
	text-align:left;
	color:#545253;
	font-size:12px;
	border-top:1px solid #C4C4C4;
}
.footer .text{
	color:#545253;
}
.footer a:link,.footer a:hover,.footer a:visited{
	color:#545253;
}