@charset "utf-8";
body, table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:1.3em;
	color:#363636;
}
a:link, a:visited, .text a:link, .text a:visited{
    color: #363636;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#aaa;
    text-decoration:none;
}
h1, .h1{
	font-style:italic;
	font-weight: bold;
	font-size: 25px;
	line-height:1.3em;
}
h2, .h2{
	font-style:italic;
	font-weight: bold;
	font-size: 21px;
	line-height:1.3em;
}
h3, .h3 {
	font-weight: bold;
	font-size: 18px;
}
.main {
	width:960px; 
	margin: 0 auto;
}
.header .title {
	float:left;
	font-size:22px;
	line-height:1.3em;
	font-weight: bold;
	font-style:italic;
}
.name a{
	color:black;
	text-decoration:none;
}
.slogan a{
	font-size:16px;
	line-height:1.3em;
	color:#666;
	text-decoration:none;
}
.company {
	color:#333;
	font-style:italic;
}
.main-image{
	background-color:#777777;
	padding:10px;
	text-align:center;
	margin:5px 0 10px 0;
	box-shadow:0 0 15px #777;
}
.header{
	padding-top:20px;
}
.header table{
	width:100%;
}
.header table td {
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	border: none;
}
.header .contacts{
	text-align:right;
}
.header .contacts .phone {
	font-weight: bold;
	font-size:20px;
	line-height:1.3em;
}
.header .contacts .header_search_form{
	margin-top:5px;
}
.header_menu{
	display:inline-block;
	margin:0 auto;
	width:960px;
}
.title{
	display:inline-block;
	width:180px;
}
.menu{
	width:780px;
	display:inline-block;
	border-bottom: 1px solid #C50C0C;
	border-top: 5px solid #C50C0C;
	margin:20px 0 15px 0;
}
.menu ul {
	height:40px;
	width: auto;
	text-align:center;
	margin: 16px 0px 16px 0px;
	padding: 0 40px;
	font-size:16px;
	line-height:1.3em;
}
.menu ul li {
	float: left;
	list-style: none;
	padding:10px;
	font-style:italic;
	display:inline-block;
}
.menu ul li a{
	color: black;
}
.menu ul li a:hover{
	color: #aaaaaa;
	text-decoration:none;
}
.copy{
	color: white;
	padding:10px;
	text-align:left;
	font-size: 12px;
	position: relative;
}
.breadcrumbs{
	margin:5px 0;
	font-size:12px;
}
.top_date, .main_top_date {
	color:#aaa;
}
.footer{
	background:#C50C0C;
	border-radius:10px 10px 0 0;
	font-size:12px;
	line-height:1.3em;
	text-align:center;
}
.footer #social_block{
	right:15px;
}
.footer .text{
	color:#fff;
}
.footer .text a{
	color:#fff;
}
.index_catalog{
	margin-top:20px;
}
.index-block{
	float:left;
	width:63%;
}
.index-news-block{
	float:right;
	width:35%;
}
.index_news .news{
	font-size:12px;
	line-height:1.3em;
}
.index_news .news .news_item {
	padding-bottom:10px;
    margin-bottom: 10px;
	border-bottom:1px solid #AAAAAA;
}
.index_news .news .news_item .news_title a{
	font-weight:bold;
}
.items_catalog .simple_catalog_item .object_prefix_bottom {
	display:block;
}
.items_catalog li {
    width: 25%;
}