@charset "utf-8";
body, table, .text{
	color:#000;
}
body{
	background:#A5CBD8;
	/*background:#0090FF;*/
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#0C67BA;
	text-decoration:underline;
}
a:hover,.text a:hover{
	color:#000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6{
	color: #000;
}
.main{
	width:960px;
	margin:0 auto;
}
.header{
	padding-top:20px;
}
.header .logo{
	margin-bottom:10px;
}
.title_block{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	text-align:center;
	width:250px;
	padding:0 10px 10px 10px;
}
.main_image{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:bottom;
	width:690px;
}
.main_image img{
	background: #fff;
	padding: 10px 10px 0 10px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
.slogan{
	color: #000;
}
.name:link, .name:visited, .name:hover{
	font-size:18px;
	line-height:1.3em;
	color: #000;
	text-decoration:none;
}
.left_block{
	width:270px;
	float:left;
}
.left_menu{
	background:#FFF;
	padding:2px 0 2px 2px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}
.left_menu ul li{
	color:#fff;
	display: list-item;
	list-style: circle inside;
	padding:5px 5px;
}
.left_menu ul li:hover a{
	text-decoration:underline;
}
.left_menu ul .current{
	background: #FEE026;
	color:#000;
}
.left_menu ul li a{
	color: inherit;
	text-decoration:none;
	font-size:18px;
	line-height:1.3em;
}
.left_menu ul{
	padding: 10px;
	background:#E17052;
	border-radius: 5px 0 0 5px;
}
.contacts{
	text-align:center;
	margin-bottom:10px;
}
.phone{
	color: #000;
	background:url(/img/green_button.png) no-repeat center top;
	padding-top:30px;
	margin-top:20px;
}
.time, .address{
	color: #000;
	margin:10px 0px;
	padding: 0px 5px;
}
.small-phone{
	font-size:18px;
	line-height:1.3em;
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	margin-right:3px;
}
.big-phone{
	font-size:26px;
	line-height:1.3em;
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
}
.content{
	width:670px;
	min-height:600px;
	float:right;
	background: #fff;
	padding:10px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
.content h1{
	font-size:24px;
	line-height:1.3em;
}
.breadcrumbs{
	margin-bottom: 10px;
	font-size:11px;
	line-height:1.3em;
}
.index_news,.photoalbum_index{
	margin-bottom:20px;
}
.show_all{
	text-align:right;
	font-style: italic;
}
.photo_list li{
	width:200px;
	padding:10px;
	margin:0;
}
.photo_list .photo_title, .photo_list .photo_album_title {
    padding: 0px;
}
.photo_list li a img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    margin: 10px 0;
    padding: 9px;
}
.photo_list li a:hover img{
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}
.custom_block_1 {
	color:#000;
}
.footer {
	background:#fff;
	border:0;
	padding-right:15px;
	padding-left:15px;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}
.footer #social_block{
	right:15px;
}