@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#333;
}
body{
	background:url('/img/bg_bd94.jpg') center no-repeat #939391;
}
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 #605588;
	border-radius:4px;
	cursor: pointer;
	background: rgb(216,109,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(216,109,255,1) 0%, rgba(208,16,242,1) 44%, rgba(107,9,142,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,109,255,1)), color-stop(44%,rgba(208,16,242,1)), color-stop(100%,rgba(107,9,142,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,109,255,1) 0%,rgba(208,16,242,1) 44%,rgba(107,9,142,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(216,109,255,1) 0%,rgba(208,16,242,1) 44%,rgba(107,9,142,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(216,109,255,1) 0%,rgba(208,16,242,1) 44%,rgba(107,9,142,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(216,109,255,1) 0%,rgba(208,16,242,1) 44%,rgba(107,9,142,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d86dff', endColorstr='#6b098e',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:950px;
	padding:0 10px 0 10px;
	background:rgba(187, 170,173,0.5);
	box-shadow: 0 0 20px #603e6c,0 0 10px #452547,0 0 2px #1f1f1f;
}
.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:#8b2daa;
}
.header_search_form .submit_button:hover{
	background-color:#b72fc6;
}
.contacts div{
	margin-top:2px;
}
.phone{
	margin:0;
	color:#fff;
	text-shadow:0 0 1px #000;
}
.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 #2e0053;
	border-radius:4px;
	cursor: pointer;
	background: rgb(216,109,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(216,109,255,1) 0%, rgba(208,16,242,1) 44%, rgba(107,9,142,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,109,255,1)), color-stop(44%,rgba(208,16,242,1)), color-stop(100%,rgba(107,9,142,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,109,255,1) 0%,rgba(208,16,242,1) 44%,rgba(107,9,142,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(216,109,255,1) 0%,rgba(208,16,242,1) 44%,rgba(107,9,142,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(216,109,255,1) 0%,rgba(208,16,242,1) 44%,rgba(107,9,142,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(216,109,255,1) 0%,rgba(208,16,242,1) 44%,rgba(107,9,142,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d86dff', endColorstr='#6b098e',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 #681e6f;
	box-shadow:0 0 3px #767c96;
	cursor: pointer;
	background: rgb(237,156,216); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,156,216,1) 0%, rgba(206,107,203,1) 44%, rgba(204,18,197,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,156,216,1)), color-stop(44%,rgba(206,107,203,1)), color-stop(100%,rgba(204,18,197,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,156,216,1) 0%,rgba(206,107,203,1) 44%,rgba(204,18,197,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,156,216,1) 0%,rgba(206,107,203,1) 44%,rgba(204,18,197,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,156,216,1) 0%,rgba(206,107,203,1) 44%,rgba(204,18,197,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,156,216,1) 0%,rgba(206,107,203,1) 44%,rgba(204,18,197,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9cd8', endColorstr='#cc12c5',GradientType=0 ); /* IE6-9 */
}

.menu .level-0 .current a{
	color:#fff;
	border: 1px solid #2e1038;
	box-shadow:0 0 3px #767c96;
	cursor: pointer;
	background: rgb(187,109,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(187,109,255,1) 0%, rgba(147,16,234,1) 44%, rgba(42,8,117,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,109,255,1)), color-stop(44%,rgba(147,16,234,1)), color-stop(100%,rgba(42,8,117,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(187,109,255,1) 0%,rgba(147,16,234,1) 44%,rgba(42,8,117,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(187,109,255,1) 0%,rgba(147,16,234,1) 44%,rgba(42,8,117,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(187,109,255,1) 0%,rgba(147,16,234,1) 44%,rgba(42,8,117,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(187,109,255,1) 0%,rgba(147,16,234,1) 44%,rgba(42,8,117,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb6dff', endColorstr='#2a0875',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(216,109,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(216,109,255,1) 0%, rgba(208,16,242,1) 44%, rgba(107,9,142,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,109,255,1)), color-stop(44%,rgba(208,16,242,1)), color-stop(100%,rgba(107,9,142,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,109,255,1) 0%,rgba(208,16,242,1) 44%,rgba(107,9,142,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(216,109,255,1) 0%,rgba(208,16,242,1) 44%,rgba(107,9,142,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(216,109,255,1) 0%,rgba(208,16,242,1) 44%,rgba(107,9,142,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(216,109,255,1) 0%,rgba(208,16,242,1) 44%,rgba(107,9,142,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d86dff', endColorstr='#6b098e',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:190px;
	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;
}
.left{
	width:450px;
	overflow:hidden;
}
.main_image img{
	margin-bottom:15px;
	width:450px;
	float:right;
}
.index_news{
	margin-bottom:10px;
	background:#dad0dd;
	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;
}
.breadcrumbs{
	margin:0 0 10px 0;
	line-height:1.3em;
	font-size:11px;
	color:#000000;
}
.breadcrumbs li a div{
	color:#000000;
	text-decoration:none;
}
.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: #efefef;
}
.lower_menu ul .current a{
	color: #000;
	text-decoration:none;
}
.footer{
	margin-top:30px;
}
.footer .text{
	color:#000;
}
.footer .text a{
	color:#000;
}