@charset "utf-8";
body, table, .text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.3em;
	color:#fff;
}
h1, .h1, h2, .h2, h3, .h3, h4, h5, h6, .h4, .h5, .h6 {
	color:#FFD200;
	font-style:italic;
}
a:link, a:visited, .text a:link, .text a:visited{
    color: #999;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#aaa;
    text-decoration:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:white;
	background-color:#A79D89; 
}
.main {
	width:960px;
	margin: 0 auto;
	box-shadow:0 0 30px #000;
}
.head{
	background-color:white;
	padding:20px 35px;
}
.head_left{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	width:580px;
}
.logo{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
}
.logo img{
	margin-right:20px;
}
.title{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	width:350px;
}
.head_right{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	text-align:right;
	width:300px;
}
.header_search_form{
	margin-top:5px;
}
.companyname a {
	font-size:30px;
	line-height:1.3em;
	font-weight:bolder;
	color:black;
	text-decoration:none;
}
.companyname a:hover {
	color:black;
}
.company a:hover {
	color:#949393;
}
.company a {
	font-size:14px;
	text-decoration:none;
	font-style:italic;
	color:#949393;
}
.image{
	width:960px;
	text-align: center;
	background-color:#121212;
}
.image img {
	border: none;
}
.head_right{
	color:#000;
}
.telefon{
	font-size:22px;
	line-height:1.3em;
	font-weight:bolder;
	color:#949393;
	margin-bottom:5px;
}
.menu {
	width:960px;
	background:url('/img/bg_menu.jpg');
	margin:0px auto;
	background-size:cover;
	text-align:center;
}
.menu ul {
	padding:0;
	display:inline-block;
}
.menu ul li {
	list-style: none;
	color:white;
	right: 50%;
	background-image:url('/img/brd.gif');
	padding-left:8px;
	padding-right:15px;
	background-position:right center;
	background-repeat:no-repeat;
	display:inline-block;
}
.menu ul .last {
	background:none;
}
.menu ul li a{
	color: #000;
	display:block;
	line-height:38px;
	text-decoration:underline;
}
.menu ul li a:hover{
	color: #000;
	font-weight:normal;
	text-decoration:none;
}
.menu ul .current a{
	text-decoration:none;
	font-weight:bold;
}
.menu ul .current a:hover{
	text-decoration:none;
	font-weight:bold;
}
#content {
	width:900px;
	background-color:#121212;
	padding:20px 30px 30px 30px;
	background-image:url('/img/backgr.jpg');
	background-repeat:repeat-x;
}
.items_catalog .simple_catalog_item .object_prefix_top{
    display: block;
}
.footer{
	width:960px;
	border:0;
	margin:20px auto 0 auto;
}
.footer .text, .footer .text a{
	color:#000;
}
.index-block{
	float:left;
	width:65%
}
.index-catalog-block{
	float:right;
	width:33%;
}
.index_catalog .items_catalog li {
	display:block;
	float:none;
	width:100%;
}
.mainpage_catalog_title{
	text-align:center;
}
.breadcrumbs{
	margin-bottom:10px;
	font-size:12px;
	color:#999;
}
.top_date {
	font-size:12px;
	color:#999;
}