@charset "utf-8";
body{
    color:#363636;
	background:url('/img/bg_bd106.jpg') no-repeat #9DC5CF;
	background-position:center top;
}
#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;
	text-shadow:0 -1px 0 #374ab5, 0 0 2px #a0abb8;
}
.contacts{
	display:inline-block;
	//display:inline;
	//zoom:1;
	width: 290px;
	vertical-align:middle;
	text-align:right;
	color:#fff;
}
.phone{
	font-size: 24px;
	line-height:1.3em;
	margin-bottom:5px;
}
.title{
	width: 600px;
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
}
.phone_code{
	background: url("/img/phone-bg.png") no-repeat;
	background-position:left center;
	padding-left:35px;
}
.name {
	font-size: 30px;
	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: #001c2f;
	text-shadow:none;
}
.address, .time{
	color: #001c2f;
	text-shadow:none;
}
.menu table {
	width: 100%;
}
.menu td {
	padding-right:2px;
	border: none;
}
.menu .last {
	padding: 0;
}
.menu td a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius:10px 10px 0 0;
	text-shadow:0 0 0 #374ab5, 0 0 1px #314357, 0 0 3px #62a6bf;
	font-weight:bold;
}
.menu td a:hover, .menu .current a {
	background-color:#fff;
	position: relative;
	height: 100%;
	color: #05232b;
	text-shadow:none;
	font-weight:bold;
}
#content {
    background: #fff;
    padding: 15px 20px 20px;
	box-shadow:4px 4px 2px #73889b;
}
.big_image{
	text-align:center;
	margin-bottom:10px;
}
.big_image img{
	box-shadow:4px 4px 2px #94a0ab;
	border-radius:10px;
}
.footer {
    margin: 20px auto 0 auto;
    width: 900px;
	position: relative;
	border:0;
}
.footer .text{
	color: #333;
	text-align: center;
	font-size: 12px;
	line-height:1.3em;
}
.news .news_item .news_title .top_date{
	display:none;
}
.news .news_item .news_title .bottom_date{
	display: block;	
}
.index-block{
	float:left;
	width:550px;
}
.index-news-block{
	float:right;
	width:280px;
}
.breadcrumbs{
	margin:10px 0;
	font-size:11px;
}
.mainpage_news_title{
	display:none;
}
.items_catalog li,.photo_list li {
    margin: 0 5px 30px 0;
    text-align: center;
    vertical-align: top;
    width: 160px;
}
.catalog_item_img, .object_item_img, .photo_img, .photo_album_img{
	background: url("/img/catalog-item-shadow.png") no-repeat scroll right bottom transparent;
    display: block;
    padding: 0 7px 11px 3px;
}
.catalog_item_img img,.object_item_img img, .photo_img img, .photo_album_img img{
    padding: 5px 5px 15px 5px;
}
.items_catalog .simple_catalog_item .object_title_bottom {
	margin-bottom:0;
}
.seo_text{
	margin:25px 0;
}
.header_search_form{	
	text-align:center;
}
.header_search_form .search_form_string {
	width:220px;
}
.footer .text, .footer .text a{
	color:#000;
}