@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#333;
}
body{
	background:url('/img/bg_bd.jpg') repeat #f5f7f2;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#1a2b00;
	text-decoration:underline;
}
a:hover,.text a:hover{
	color:#aa0000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{
	color:#000;
}
.main{
	margin:0px auto;
	width:960px;
}
.top_header{
	padding:15px 0;
}
.title_block{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:600px;
}
.title_company{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:400px;
	padding-bottom:10px;
}
.name:link,.name:visited,.name:hover{
	font-size:34px;
	color:#3f4b16;
	line-height:1.3em;
	text-decoration:none;
	text-shadow: 0 0 1px #fff, 0 1px 1px #fff;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#666;
	font-size:16px;
	line-height:1.3em;
	text-decoration:none;
	text-shadow: 0 0 1px #fff, 0 1px 1px #fff;
}
.logo{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
}
.logo img{
	margin:0px 40px 0px 0px;
}
.contacts{
	vertical-align:middle;
	display:inline-block;
	//display:inline;
	//zoom:1;
	text-align:right;
	width:360px;
	color:#666;
	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:url('/img/sur.png') no-repeat #cfcfcf;
}
.header_search_form .submit_button:hover{
	background:url('/img/sur.png') no-repeat #8c8c8c;
}
.contacts div{
	margin-top:2px;
}
.phone{
	margin:0;
	color:#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 {
	text-align: center;
	margin-bottom: 20px;
}
.menu ul li {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	margin: 0 6px;
	border-radius: 2px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	background: rgba(0, 0 , 0, 0.1);
	border: 1px solid #d3d3d3;
}
.menu ul li a {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #555;
	padding: 6px 7px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	
}
.menu ul li:hover, .menu ul li.current {
	background: rgba(0, 0 , 0, 0.4);
	border: 1px solid #757575;
}
.menu ul li:hover a, .menu ul li.current a{
	color: #FFF;
	text-decoration: none;
}
.index_content .h2, .left_block .h2{
	font-size: 20px;
    line-height: 1.3em;
}
.left_menu {
	margin-bottom:10px;
	background: rgba(0, 0 , 0, 0.1);
	box-shadow: inset 0 0 2px #fff, inset 0 0 1px #fff, 0 0 1px #464646 ;
	border: 1px solid #b7bfb5;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
}
.left_menu li{
	text-align:left;
	padding:10px 0 10px 20px;
	border-bottom: 1px dotted gray;
	background:url('/img/arr.png');
	background-repeat:no-repeat;
	background-position:0px 10px;
	text-shadow: 0 0 1px #fff, 0 1px 1px #fff;
}
.left_menu .last{
	border:none;
}
.left_menu .current a{
	color:black;
	text-shadow:1px 1px #ccc;
}
.left_menu li a{
	color:#20341b;
	text-decoration:none;
}
.left_menu li a:hover{
	color:#344a0f;
}
.show_all{
	text-align:right;
	margin-top:20px;
	font-style:italic;
}
.photo_list li a img,.object_image a img{
	padding:3px;
	background:#fff;
	border:1px solid #999;
	box-shadow:0 0 10px #999;
	margin:10px 0;
	border-radius: 5px;
}
.object_image a img{
	margin-top:0;
}
.photo_list li a:hover img,.object_image a:hover img{
	box-shadow:0 0 5px #303030;
}
.items_catalog li, .photo_list li{
	width:120px;
	padding:10px;
	margin:0 10px;
	vertical-align:top;
}
.items_catalog li a img{
	margin:10px 0;
}

.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{
	float:right;
	width:720px;
}
.left_block{
	width:220px;
	float:left;
}
.left_block .index_news, .left_block .custom_block_1, .left_block .custom_block_2{
	margin-bottom:10px;
}
.index_news .top_date{
	display:none;
}
.index_news .bottom_date{
	display:block;
}
.index_news .news .news_item{
	margin-bottom:0px;
}
.index_news .news .news_item  .news_title{
	margin-bottom:2px;
}
.index_news .news .news_item .text{
	font-size:12px;
	line-height:1.3em;
}
.top_date,.bottom_date,.main_top_date{
	font-size:12px;
	color:#666;
	font-style:italic;
}
.main_top_date{
	margin-top:4px;
}
.photoalbum_index{
	margin-top:15px;
}
.index_content{
	width: 340px;
	float: left;
	border-left: 1px dotted #582929;
	border-right: 1px dotted #582929;
	padding:0 20px;
}
.catalog_wrapper{
	width: 320px;
	float: right;
}
.main_image img{
	margin-bottom:5px;
}
.banners_wrapper {
	margin-bottom: 15px;
	margin-top: 5px;
	position: relative;
	z-index: 10;
	text-align: center;
}
.banners_wrapper .direction_block {
	width: 225px;
}
.banners_wrapper .direction_block {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	background: #ececec;
	border-radius: 3px;
	border: 1px solid #b8cfa7;
	box-shadow: inset 0 0 2px #fff, inset 0 0 1px #fff, 0 0 2px #d7d7d7 ;
	overflow: hidden;
}
.direction_block_2{
	margin: 0 15px;
}
.banners_wrapper  .direction_block_link {
	display: block;
	padding: 5px;
	text-align: left;
	background: rgb(215,221,208); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(215,221,208,1) 0%, rgba(194,209,181,1) 35%, rgba(173,188,152,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,221,208,1)), color-stop(35%,rgba(194,209,181,1)), color-stop(100%,rgba(173,188,152,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(215,221,208,1) 0%,rgba(194,209,181,1) 35%,rgba(173,188,152,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(215,221,208,1) 0%,rgba(194,209,181,1) 35%,rgba(173,188,152,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(215,221,208,1) 0%,rgba(194,209,181,1) 35%,rgba(173,188,152,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(215,221,208,1) 0%,rgba(194,209,181,1) 35%,rgba(173,188,152,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7ddd0', endColorstr='#adbc98',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 0 2px #fff, inset 0 0 1px #fff, 0 0 2px #e2e2e2 ;
}
.direction_block .direction_block_link:hover {
	text-decoration: none;
}
.banners_wrapper .direction_block_link > img {
	display: inline-block;
	//zoom: 1;
	//display: inline;	
	vertical-align: middle;
	margin-right: 20px;
}
.banners_wrapper .direction_title {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 0 1px #000, 0 0 2px #000;
}
.direction_text{
	color: #fff;
	text-shadow: 0 0 1px #000;
}
.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:#00B1DC;
	color:#fff;
}
.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 dotted gray;
	font-size: 12px;
	line-height:1em;
}
.lower_menu ul .last{
	border-right: none;
}
.lower_menu ul li a{
	color: #00480d;
}
.lower_menu ul li a:hover{
	color: #366200;
}
.lower_menu ul .current a{
	color: #000;
	text-decoration:none;
}
.footer{
	margin-top:30px;
}