@charset "utf-8";
body, table, .text{
	color:#333;
}
body{
	font: 14px/1.3em Arial, sans-serif;
	background:url(/img/bg_bd.jpg) repeat #d2d2d2;
}
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: #fb9700;
}
.main{
	width:960px;
	margin:0 auto;
	background:url(/img/bg_main.png) no-repeat;
	background-position: bottom left;
}
.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;
	background: #fff;
	border-radius: 10px 10px 0 0;
	box-shadow:3px -2px 0 2px #9b9b9b;
}
.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: #fff;
	text-shadow:0 0 1px #161616, 0 1px 2px #585858;
}
.name:link, .name:visited, .name:hover{
	font-size:27px;
	line-height:1.3em;
	color: #ffd220;
	text-decoration:none;
	text-shadow:0 0 1px #242424, 0 1px 2px #616161, 0 0 3px #9b9b9b ;
}
.contacts{
	text-shadow:0 0 1px #383838, 0 1px 2px #747474;
}
.header_search_form .submit_button{
	background-color: #fb9700;
}
.header_search_form .submit_button:hover{
	background-color: #ffd220;
}
.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;
	text-shadow:0 0 1px #000, 0 1px 2px #363636, 0 0 3px #696969 ;
	box-shadow:0 0 3px #626262, 0 2px 8px #858585;
}
.left_menu ul li{
	color:#fff;
	display: list-item;
	list-style: circle inside;
	padding:5px 5px;
	margin-bottom:3px;
}
.left_menu ul li:hover {
	background:#ffd220;
	border-radius:5px;
}
.left_menu ul .current{
	background:#fb9700;
	border-radius:5px;
}
.left_menu ul li a{
	color: inherit;
	text-decoration:none;
	font-size:18px;
	line-height:1.3em;
}
.left_menu ul{
	padding: 10px;
	background:url(/img/bg_mn.jpg) repeat #e0e0e0;
	border-radius: 5px 0 0 5px;
}
.contacts{
	text-align:center;
	margin-bottom:10px;
}
.phone{
	color: #fff;
	background:url(/img/button.png) no-repeat center top;
	padding-top:30px;
	margin-top:20px;
}
.time, .address{
	color: #fff;
	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;
	box-shadow:3px 2px 0 2px #9b9b9b;
}
.content h1{
	color: #f4af4a;
	font-size:24px;
	line-height:1.3em;
}
.breadcrumbs{
	margin-bottom: 10px;
	font-size:11px;
	line-height:1.3em;
}
.photoalbum_index{
	margin-top:10px;
}

.show_all{
	text-align:left;
	font-style: italic;
}

.photo_list li{
	width:200px;
	padding:10px;
	margin:0;
	vertical-align: top;
}
.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;
    box-shadow: 0 0 10px #999999;
    margin: 10px 0;
    padding: 9px;
}
.photo_list li a:hover img{
    box-shadow: 0 0 10px #000;
}
.footer .text{
	color: #161d1f;
	text-shadow:0 0 1px #fcfcfc, 0 1px 2px #f0f0f0, 0 0 3px #c3c3c3 ;
}
.footer .text a{
	color: #161d1f;
	text-shadow:0 0 1px #fcfcfc, 0 1px 2px #f0f0f0, 0 0 3px #c3c3c3 ;
}