@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#000;
}
body{
	background:url('/img/bg_bd.jpg') center no-repeat #161616;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#640204;
	text-decoration:underline;
}
a:hover,.text a:hover{
	color:#000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	color:#640204;
}
.h1,.h2,.h3,.h4,.h5,.h6{
	color:#fff;
	display:block;
	padding:8px;
	text-decoration:none;
	border: 1px solid #9c8b8b;
	border-radius:4px 4px 0 0;
	cursor: pointer;
	background: rgb(248,255,127); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,255,127,1) 1%, rgba(204,187,59,1) 55%, rgba(102,86,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(248,255,127,1)), color-stop(55%,rgba(204,187,59,1)), color-stop(100%,rgba(102,86,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,255,127,1) 1%,rgba(204,187,59,1) 55%,rgba(102,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,255,127,1) 1%,rgba(204,187,59,1) 55%,rgba(102,86,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,255,127,1) 1%,rgba(204,187,59,1) 55%,rgba(102,86,86,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,255,127,1) 1%,rgba(204,187,59,1) 55%,rgba(102,86,86,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ff7f', endColorstr='#665656',GradientType=0 ); /* IE6-9 */
	text-shadow:0 0 2px #122441,0 0 1px #04044f;
	line-height:13px;
	font-size:16px;
	text-align:center;
}
.main{
	margin:0px auto;
	width:1000px;
	padding:0 10px 0 10px;
	background:rgba(127, 127,127,0.5);
	box-shadow: 0 0 20px #252525,0 0 10px #191919,0 0 5px #070707;
}
.top_header{
	background:#a6a6a6;
	padding:15px;
	border:#a0a0a0;
	box-shadow:inset 0 0 4px #575757, 0 0 5px #0c0d10;
	margin:0 -10px 10px -10px;
}
.title_block{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:580px;
}
.title_company{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:410px;
	padding-bottom:10px;
}
.name:link,.name:visited,.name:hover{
	font-size:34px;
	color:#000;
	text-shadow:0 0 1px #fff, 0 0 3px #e9e9e9;
	line-height:1.3em;
	text-decoration:none;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#313131;
	text-shadow:0 0 1px #fff, 0 0 3px #cecece;
	font-size:16px;
	line-height:1.3em;
	text-decoration:none;
}
.logo{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.logo img{
	margin:0px 15px 0px 0px;
}
.contacts{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	text-align:right;
	width:360px;
	color:#363636;
	text-shadow:0 0 1px #fff;
	font-size:13px;
	line-height:1.3em;
}
.header_search_form{
	margin-top:8px;
}
.header_search_form .search_form_string{
	width:185px;
}
.header_search_form .submit_button{
	background-color:#630e21;
}
.header_search_form .submit_button:hover{
	background-color:#b13636;
}
.contacts div{
	margin-top:2px;
}
.phone{
	margin:0;
	color:#630318;
}
.small-phone{
	font-size:16x;
	padding:2px 3px 0 0;
	line-height:1.3em;
	vertical-align:top;
	display:inline-block;
}
.big-phone{
	font-size:22px;
	line-height:1.3em;
	vertical-align:top;
	display:inline-block;
}
.menu{
	font-size:16px;
	line-height:20px;
	text-align:center;
	margin:0 -10px 10px -10px;
}
.menu .level-0 li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:relative;
	margin:0px;
	padding:0 7px 0 0;
}
.menu .level-0 ul{
	display:none;
	line-height:0;
	font-size:0;
	padding:5px 0 5px 0;
	text-align:center;
}
.menu .level-0 li a{
	color:#fff;
	display:block;
	padding:8px;
	text-decoration:none;
	border: 1px solid #530002;
	border-radius:4px;
	cursor: pointer;
	background: rgb(206,4,17); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(206,4,17,1) 0%, rgba(143,2,34,1) 44%, rgba(73,0,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,4,17,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(73,0,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(206,4,17,1) 0%,rgba(143,2,34,1) 44%,rgba(73,0,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(206,4,17,1) 0%,rgba(143,2,34,1) 44%,rgba(73,0,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(206,4,17,1) 0%,rgba(143,2,34,1) 44%,rgba(73,0,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(206,4,17,1) 0%,rgba(143,2,34,1) 44%,rgba(73,0,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0411', endColorstr='#49000d',GradientType=0 ); /* IE6-9 */
	text-shadow:0 0 2px #122441,0 0 1px #04044f;
	line-height:20px;
	box-shadow:0 0 3px #767c96;
}
.menu .level-0 li:hover a{
	color:#fff;
	border: 1px solid #830a0d;
	box-shadow:0 0 3px #767c96;
	cursor: pointer;
	background: rgb(255,59,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,59,0,1) 0%, rgba(188,0,3,1) 45%, rgba(76,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,59,0,1)), color-stop(45%,rgba(188,0,3,1)), color-stop(100%,rgba(76,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,59,0,1) 0%,rgba(188,0,3,1) 45%,rgba(76,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,59,0,1) 0%,rgba(188,0,3,1) 45%,rgba(76,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,59,0,1) 0%,rgba(188,0,3,1) 45%,rgba(76,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,59,0,1) 0%,rgba(188,0,3,1) 45%,rgba(76,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3b00', endColorstr='#4c0000',GradientType=0 ); /* IE6-9 */
}

.menu .level-0 .current a{
	color:#fff;
	border: 1px solid #250304;
	box-shadow:0 0 3px #767c96;
	cursor: pointer;
	background: rgb(153,0,2); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(153,0,2,1) 0%, rgba(119,0,5,1) 44%, rgba(28,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,0,2,1)), color-stop(44%,rgba(119,0,5,1)), color-stop(100%,rgba(28,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(153,0,2,1) 0%,rgba(119,0,5,1) 44%,rgba(28,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(153,0,2,1) 0%,rgba(119,0,5,1) 44%,rgba(28,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(153,0,2,1) 0%,rgba(119,0,5,1) 44%,rgba(28,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(153,0,2,1) 0%,rgba(119,0,5,1) 44%,rgba(28,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990002', endColorstr='#1c0000',GradientType=0 ); /* IE6-9 */
}
.menu .level-0  .current a:hover{
	color: #ffffff;
}
.menu .level-0 li:hover .level-1{
	display:block;
	position:absolute;
	top:36px;
	left:0;
	z-index:100;
	width:195px;
	font-size:14px;
	line-height:16px;
	background-color:rgb(200,200,200);
	border-top:0;
	box-shadow:0 2px 2px #5d5d5d;
	padding:0;
}
.menu .level-0 .level-1 li {
	display:block;
	text-align:left;
	padding:0;
}
.menu .level-0 .level-1 li a{
	color: #000;
	text-decoration:underline;
	padding:0;
	display:block;
	padding:5px 10px;
	background:none;
	border:0;
	border-radius:0;
	text-shadow:none;
}
.menu .level-0 .level-1 li a:hover{
	color: #000;
	background: rgb(248,255,127); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,255,127,1) 1%, rgba(204,187,59,1) 55%, rgba(102,86,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(248,255,127,1)), color-stop(55%,rgba(204,187,59,1)), color-stop(100%,rgba(102,86,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,255,127,1) 1%,rgba(204,187,59,1) 55%,rgba(102,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,255,127,1) 1%,rgba(204,187,59,1) 55%,rgba(102,86,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,255,127,1) 1%,rgba(204,187,59,1) 55%,rgba(102,86,86,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,255,127,1) 1%,rgba(204,187,59,1) 55%,rgba(102,86,86,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ff7f', endColorstr='#665656',GradientType=0 ); /* IE6-9 */
	text-decoration:none;
}
.menu .level-0 .level-1 .current a{
	color: #0057d9;
	text-decoration:none;
}
.multilevel_submenu{
	margin-bottom:10px;
}
.multilevel_submenu li{
	text-align:left;
	padding:5px 10px;
	border-bottom: 1px dotted gray;
}
.multilevel_submenu .last{
	border:none;
}
.multilevel_submenu li a{
	color:gray;
	text-decoration:underline;
}
.multilevel_submenu li a:hover{
	text-decoration:none;
}
.multilevel_submenu .current a{
	color:black;
	text-shadow:1px 1px #ccc;
	text-decoration:none;
}
.multilevel_submenu li a:hover{
	color:#b00000;
}
.show_all{
	text-align:right;
	font-style:italic;
}
.items_catalog li a img,.photo_list li a img,.object_image a img{
	padding:9px;
	background:#fff;
	border:1px solid #999;
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	margin:10px 0;
}
.object_image a img{
	margin-top:0;
}
.items_catalog li a:hover img,.photo_list li a:hover img,.object_image a:hover img{
	box-shadow:0 0 10px #243B7A;
	-moz-box-shadow:0 0 10px #243B7A;
	-webkit-box-shadow:0 0 10px #243B7A;
}

.items_catalog li, .photo_list li{
	width:210px;
	padding:10px;
	margin:0 5px 10px 5px;
	vertical-align:top;
}
.items_catalog .category_title, .items_catalog .object_title{
	padding:0 0 5px 0;
}
.items_catalog .simple_catalog_item .object_prefix_bottom{
	display:block;
}
.content{
	background:#a6a6a6;
	padding:15px;
	border:#a0a0a0;
	box-shadow:inset 0 0 4px #575757, 0 0 5px #0c0d10;
	margin:0 -10px 0 -10px;
}
.main_content{
	width:740px;
	float:left;
}
.right_block{
	width:240px;
	float:right;
}
.index_news{
	margin-bottom:10px;
	background:#aeae9f;
	padding:8px;
	border:#a0a0a0;
	box-shadow:inset 0 0 4px #575757;
	border-radius:4px 4px 0 0;
	color:#2e2e2e;
}
.index_news .top_date{
	display:none;
}
.index_news .bottom_date{
	display:block;
}
.index_news .news .news_item  .news_title{
	margin-bottom:3px;
}
.mainpage_news_title{
	margin:-8px -8px 3px -8px;
}
.top_date,.bottom_date,.main_top_date{
	font-size:12px;
	color:#666;
	font-style:italic;
	padding-right:10px;
}
.photoalbum_index,.index_catalog{
	margin-top:15px;
}
.main_image img{
	margin-bottom:15px;
}
.breadcrumbs{
	margin:0 0 10px 0;
	line-height:1.3em;
	font-size:11px;
}
.numpages ul .active a:link,.numpages ul .active a:visited,.numpages ul .active a:hover{
	background-color:#A22E31;
}
.lower_menu{
	margin-top:25px;
	text-align: center;
}
.lower_menu ul li{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding: 5px 10px;
	border-right: 1px solid gray;
	font-size: 12px;
	line-height:1em;
}
.lower_menu ul .last{
	border-right: none;
}
.lower_menu ul li a{
	color: #000000;
}
.lower_menu ul li a:hover{
	color: #dfe1e1;
}
.lower_menu ul .current a{
	color: #000;
	text-decoration:none;
}
.footer{
	margin-top:30px;
}
.footer .text{
	color:#fff;
}
.footer .text a{
	color:#fff;
}