@charset "utf-8";
body, table, .text{
	color:#000;
}
a:link, a:visited, .text a:link, .text a:visited{
	color:#ff0000;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#ff6500;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color:#000;
	font-family: Georgia, sans-serif;
}
body{
    background-color:#444;
}
.menu_wrapper{
    padding:10px;
}
.menu{
    margin:0 auto;
    width:960px;
}
.menu ul li{
    display:inline-block;
    //display:inline;
    //zoom:1;
    padding-right:10px;
    font-size:16px;
    line-height:1.3em;
}
.menu ul .last{
    padding-right:0;
}
.menu ul li a{
    color:#fff;
	text-shadow:#000 1px 1px;
	text-decoration:none;
}
.menu ul li a:hover{
    color:#F5B741;
}
.menu ul .current a{
    color:#ff6500;
}
.header_wrapper{
	background:#F5B741 url('/img/border.png') repeat-x;
	padding-top:18px;
}
.header{
    margin:0 auto;
    width:960px;
}
.logo{
	vertical-align:middle;
	display:inline-block;
    //display:inline;
    //zoom:1;
	width:350px;
	text-align:right;
}
.info_block{
	vertical-align:middle;
	display:inline-block;
    //display:inline;
    //zoom:1;
	width:600px;
	padding:10px 0 30px 0;
	color:#fff;
	text-shadow:#333 1px 1px;
}
.name a{
	text-decoration:none;
	color:#fff;
	font-family: Georgia, sans-serif;
}
.name{
	font-size:32px;
	line-height:1.3em;
}
.slogan{
	font-size:16px;
	line-height:1.3em;
	margin-bottom:10px;
	font-family: Georgia, sans-serif;
}
.phone{
	font-size:24px;
	line-height:1.3em;
	margin-bottom:5px;
	color:#f00;
}
.phone span{ 
	display:inline-block;
    //display:inline;
    //zoom:1;
	vertical-align:top;
}
.small-phone{
	margin-right:5px;
}
.contacts{
	color:#333;
	text-shadow:none;
	margin-bottom:10px;
}
.contacts div{
	margin-bottom:5px;
}
.main_wrapper{
	padding:20px 0;
	background:#fff url('/img/border.png') repeat-x;
	padding-top:25px;
}
.main_image{
	text-align:center;
}
.main_image img{
	margin:10px 0 15px 0;
	padding:10px;
	-webkit-box-shadow: 0 0 15px #333;
	-moz-box-shadow: 0 0 15px #333;
	box-shadow: 0 0 15px #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.photoalbum_index,.index_news{
	margin-top:20px;
}
.breadcrumbs{
	margin:3px 0 8px 0;
	font-size:12px;
}
.photo_list li a img{
	padding:5px;
	background:#fff;
	margin:10px;
	border:1px solid #999;
	box-shadow:0 0 10px #999;
}
.photo_list li a:hover img{
	box-shadow:0 0 10px #000;
}
.photo_list li{
	width:210px;
	margin:0 10px 15px 10px;
	vertical-align:top;
}
.show_all{
	text-align:right;
}
.footer_wrapper{
	background:url('/img/border.png') repeat-x;
	padding-top:18px;
}
.footer{
	width:960px;
	margin:0 auto;
	border:0;
}
.footer .text, .footer .text a{
	color:#fff;
}