@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#000;
}
h1, .h1, h2, .h2, h3, .h3, h4, h5, h6, .h4, .h5, .h6 {
	color:#6B481A;
}
a:link, a:visited, .text a:link, .text a:visited{
    color: #497E13;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#6B481A;
    text-decoration:none;
}
body {
	background-color:#DBECC9; 
	background-image:url('/img/bg.jpg');
	background-repeat:repeat-x;
}
.main {
	width:960px;
	margin: 0px auto;
	padding-top:20px;
}
.head{
	margin:10px 0;
}
.title{
	width:450px;
	float:left
}
.logo{
	float:left;
}
.logo img{
	padding:5px;
	border:1px solid #999;
	box-shadow:0 0 10px #999;
	background:#fff;
}
.companyname a,.companyname a:hover {
	font-size:28px;
	line-height:1.3em;
	font-family:Georgia;
	color:#497E13;
	text-decoration:none;
}
.company a ,.company a:hover{
	text-decoration:none;
	color:black;
}
.info_block{
	float:right;
	text-align:right;
	width:600px;
}
.header_search_form{
	margin-top:10px;
}
.header_search_form .search_form_string{
	width:180px;
}
.headline_head {
	font-size:18px;
	text-decoration:none;
	font-weight:bolder;
	color:black;
}
.big-image{
	float:right;
}
.big-image img{
	background-color:#fff;
	padding:5px;
	margin-left:20px;
}
.telefon{
	font-size:18px;
	line-height:1.3em;
	color:#497E13;
	margin-bottom:5px;
}
.rezhim_raboty{
	color:black;
}
.menu {
	overflow:hidden;
	position:relative;
	text-align:right;
	width:500px;
	float:right;
	padding:10px 0;
}
.menu li{
	display:inline-block;
	//display:inline;
	margin:0px 0px 0px 10px;
}
.menu a{
	color: black;
	font-size:12px;
	line-height:1.3em;
	text-decoration:underline;
	padding:5px;
	display:inline-block;
	text-align: left;
}
.menu a:hover{
	font-size:12px;
	color: black;
	text-decoration:none;
}
.menu .current a{
	color: white;
	font-size:12px;
	background-color:#497E13;
	text-decoration:none;
	font-weight:bolder;
	border-radius:5px;
}
.items_catalog a img,.object_image a img{
	border: 5px solid white;
}
.footer {
	border-top: 1px solid #C4DDAF;
}
.footer a,.footer a:hover{
	color:black;
	text-decoration:none;
}
.breadcrumbs{
	margin:10px 0;
	font-size:12px;
}
.items_catalog .simple_catalog_item .object_prefix_bottom {
	display:block;
}
.content-top{
	margin-bottom:20px;
}
.top_date {
	display:none;
}
.bottom_date{
	color: #4A4A4A;
    display: block;
    font-size: 12px;
}
.index_news .news{
	overflow:hidden;
	width:100%;
}
.index_news .news .news_item{
	float:left;
	width:30%;
	margin-right:3%;
}
.news_headline{
	font-weight:bold;
}
.index_catalog{
	margin-bottom:20px;
}
.photo_list li a img,.object_image a img{
	padding:5px;
	background:#fff;
	margin:10px;
	border:1px solid #999;
	box-shadow:0 0 10px #999;
}
.object_image a img{
	margin-top:0;
}
.photo_list li a:hover img,.object_image a:hover img{
	box-shadow:0 0 10px #000;
}