@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#333;
}
p {
	padding: 5px;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#b7628c;
	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;
}
body{
	// background: url(../img/bg.jpg) center center repeat-y  !important;
	// background-size: 100% auto !important;
	background: #FFFCE2;
	padding: 0 0 15px 0;
	height: 100%;
}
.header_wrapper{
	padding-bottom: 50px;
	margin-bottom: -50px;
	position: relative;
	z-index: 10;
}
.main{
	margin:0px auto;
	width:960px;
	padding: 15px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	background: #f3f3f3;
	position:  relative;
	z-index: 10;
}
.top_header{
	padding:15px 0;
	margin:0px auto;
	width:990px;
}
.title_block{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:595px;
}
.title_company{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	/*width:430px;*/
	padding-bottom:10px;
}
.name:link,.name:visited,.name:hover{
	font-size:37px;
	color:#fff;
	text-shadow: 0 1px 0 #000;
	line-height:40px;
	text-decoration:none;
	font-weight:bolder;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#dadada;
	font-size:17px;
	line-height:30px;
	text-decoration:none;
	text-shadow: 0 1px 0 #000;
}
.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:390px;
	color:#dadada;
	font-size:17px;
	line-height:19px;
	text-shadow: 0 1px 0 #000;
}
.contacts a{
	text-decoration: none;
	text-align:right;
	color:#dadada;
	text-shadow: 0 1px 0 #000;
}
.header_search_form{
	margin-top:8px;
}
.header_search_form .search_form_string{
	width:185px;
}
.header_search_form .submit_button {
    background-color:#cfcfcf;
}
.header_search_form .submit_button:hover {
    background-color:#bfbfbf;
}
.contacts div{
	margin: 9px;
}
.phone{
	margin:0;
	color:#fff;
	text-shadow: 0 1px 0 #000;
}
.small-phone{
	font-size:24px;
	line-height:23px;
	vertical-align:top;
	display:inline-block;
}
.big-phone{
	font-size:24px;
	line-height:23px;
	vertical-align:top;
	display:inline-block;
}
.main_image{
	text-align:center;
	width: 690px;
	display: inline-block;
	margin:15px auto;
}
.main_img{
	width: 690px;
	margin: 0 auto;
}
.ramka{
	width:690px;
	height:312px;
	background-image:url('../img/rama.png');
	display: inline-block;
	position: relative;
	margin-right: 70px;
}
.main_image img{
	position:absolute;
	display: inline-block;
	top: 32px;
	left: 34px;
}
.custom_wrapper img{
	outline: none;
	padding: 0;
}
.custom_wrapper{
	width:450px;
	float: right;
}
.menu_wrapper{
	margin: 0 auto;
	width: 990px;
}
.cl{clear:both;}
.menu .level-0{
	margin: 0 0 0 15px;
}
.menu .level-0 > li{
	text-align: left;
	float: left;
	vertical-align: middle;
	border-radius: 5px 5px 0 0;
	background: #f2edeb;
	border: 1px solid #e0e0e0;
}
.menu .level-0 > li > a {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	padding: 10px 19px;
	color: #000428;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	text-transform:uppercase;
}
.menu .level-0 > li:hover > a {
	text-decoration: underline;	
}
.menu .level-0 > li.current a{
	text-decoration: underline;
	}
	
.menu .level-1 {
	display: none;
	position: absolute;
	top: 30px;
	border-radius: 0 3px 3px 3px;
	min-width: 200px;
	z-index: 300;
	text-align: left;
	color:#004777;
	text-shadow: 0 0 1px #fff;
	background:#f4f4f4;
	box-shadow: 0 1px 2px #050925;
	padding: 3px 0;
}
.menu .level-1 > li:hover {
	background: rgb(255,253,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,253,252,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,253,252,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,253,252,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,253,252,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,253,252,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,253,252,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdfc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.menu .level-1 > li:hover a {
	color: #23375c;
}

.menu .level-1 a {
	display: block;
	//zoom: 1;
	//display: inline;
	color: #4e4e4e;
	text-decoration: none !important;
	font-weight: normal;
	padding: 10px 15px;
}
.menu .level-0 > li:hover > .level-1 {
	display: block;
}
.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:#f00;
}
.show_all{
	text-align:right;
	font-style:italic;
}
.items_catalog li a img,.photo_list li a img,.object_image a img{
	padding:5px;
	background:#fff;
	border:1px solid #e0e0e0;
	margin:10px 0;
	border-radius: 2px;
}
.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 #d1d1d1;
}
.items_catalog li, .photo_list li{
	width:210px;
	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;
}
.main_content{
	/*width:690px;*/
	padding: 30px;
}
.left_block{
	width:220px;
	float:left;
	padding:15px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	background: #fff;
}
.index_news{
	margin-bottom:10px;
}
.index_news .top_date{
	display:none;
}
.index_news .bottom_date{
	display:block;
}
.index_news .news .news_item  .news_title{
	margin-bottom:3px;
}
.top_date,.bottom_date,.main_top_date{
	font-size:12px;
	color:#666;
	font-style:italic;
}
.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: #666;
}
.lower_menu ul li a:hover{
	color: #d5449b;
}
.lower_menu ul .current a{
	color: #000;
	text-decoration:none;
}
.footer{
	margin-top:30px;
}

.slider {
	height: 100%;
	width: 100%;
	margin: 0 0 30px 0;
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.slaiders-block {
    position: relative;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

#slaider {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    list-style-type: none;
}

.slaider-block-news {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.slaider-item-img {
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    min-width: 1920px;
    height: 100%;
    text-align: center;
}

.slaider-item-img img{
	width: 100%;
	min-width: 1920px;
	height: 100%;
	min-height: 1080px;
}
.slaider-activ {
    display: block;
}
/* instead of jquery's .slider-active */
.slaider-block-news:first {
	display: block;
}

.slider-mini {
    position: relative;
}

.slider-prev,
.slider-next {
    font-size: 39px;
    color: #000 !important;
    font-weight: 300;
    text-decoration: none !important;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    opacity: 0.65;
    margin: -15px 0 0 0;
}

.slider-prev:hover,
.slider-next:hover {
    opacity: 1;
}

.slider-prev {
    left: 1px;
}

.slider-next {
    right: 13px;
}

.slide {
    float: left;
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
}

.slide img {
    width: 150px;
    height: 150px;
}

.order_form input,
.order_form textarea{
	display:  block;
	background:  #fff;
	border: 1px solid #ccc;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	height: 20px;
	width: 250px;
	margin: 0 0 10px 0;
	padding: 5px 10px;
}

.order_form textarea{
	height: 100px;
	resize: none;
	padding: 5px 10px;
}

.order_form button{
	display: block;
	width: 100px;
	height: 30px;
	background: #E6E3E3;
	border: 1px solid #ccc;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	cursor: pointer;	
}

.order_form button:hover{
	background: #ccc;
	border: 1px solid #AFAFAF;
}