@charset "utf-8";
body {
    color:#363636;
	background-color: #922700;
}
#wrapper {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
a:link, a:visited, .text a:link, .text a:visited{
    color:#1E92B2;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#ff6500;
    text-decoration:underline;
}
.header{
    padding:30px 0;
}
.contacts{
	display:inline-block;
	//display:inline;
	//zoom:1;
	width: 340px;
	vertical-align:middle;
	text-align:right;
	color:#fff;
}
.phone{
	font-size: 30px;
	line-height:41px;
	margin-bottom:5px;
}
.title{
	width: 550px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
}
.phone span{
	display:inline-block;
	//display:inline;
	//zoom:1;
	line-height:41px;
}
.phone_code{
	background: url("/img/phone-bg.png") no-repeat;
	background-position:left center;
	padding-left:50px;
}
.name {
	font-size: 40px;
	line-height:1.3em;
	text-decoration: none;
}
.name a, .name a:link{
	color: #fff;
	text-decoration:none;
}
.slogan {
	font-size: 15px;
	line-height:1.3em;
	color: #fff;
}
.menu table {
	width: 100%;
}
.menu td {
	border: none;
}
.menu .last {
	padding: 0;
}
.menu table{
	border-collapse: separate;
	border-spacing: 5px 0px;
}
.menu td{
	background:#E0E3D6;
	border-radius:10px 10px 0 0;
	margin-right:10px;
}
.menu td a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 13px;
	line-height:1.3em;
	font-weight:bold;
	text-align: center;
	color: #000;
}
.menu td:hover, .menu .current{
	background-color:#BD561C;
	position: relative;
}
.menu td a:hover, .menu .current a {
	color: #fff;
}
#content {
    background:#BD561C;
    padding: 15px;
	box-shadow:10px 10px 15px #500;
	border:2px solid #DE812A;
}
.content-wrapper{
	background:#fff;
	padding: 15px;
}
.big_image{
	text-align:center;
	margin-bottom:10px;
}
.big_image img{
	box-shadow:0 0 10px #555;
}
.footer {
    margin: 20px auto 0 auto;
    width: 900px;
	position: relative;
	border:0;
}
.footer .text{
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height:1.3em;
}
.footer .text a:link, .footer .text a:visited{
    color: #fff;
	text-decoration:underline;
}
.footer .text a:hover{
	color:#ff6500;
    text-decoration:underline;
}
.news .news_item .news_title .top_date{
	display:none;
}
.news .news_item .news_title .bottom_date{
	display: block;	
}
.index-block{
	float:left;
	width:500px;
}
.index-right{
	float:right;
	width:300px;
}
.breadcrumbs{
	margin:0 0 10px 0;
	font-size:12px;
}
.items_catalog li a img,.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;
}
.items_catalog li a:hover img,.photo_list li a:hover img,.object_image a:hover img{
	box-shadow:0 0 10px #000;
}
.seo_text{
	margin:25px 0;
}
.header_search_form{	
	text-align:center;
}
.header_search_form .search_form_string {
	width:220px;
}