@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#fff;
}
body{
	background-color:#000;
}
a:link, a:visited, .text a:link, .text a:visited{
	color:#B00;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#999;
	text-decoration:none;
}
h1,.h1,.h2{
	color:#000;
	background-color:#fff;
	padding:0px 5px;
	font-family: Georgia, sans-serif;
}
h2,h3,h4,h5,h6,.h3,.h4,.h5,.h6{
	color:#fff;
	font-family: Georgia, sans-serif;
}
.h2{
	font-size:20px;
	line-height:1.3em;
}
.main{
	margin:0 auto;
	width:960px;
}
.header{
	margin:15px 0;
}
.left{
	width:235px;
	margin-right:20px;
	float:left;
}
.name:link,.name:visited,.name:hover{
	font-size:28px;
	line-height:1.3em;
	color:#fff;
	text-decoration:none;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#999;
	text-decoration:none;
}
.title_company{
	margin-top:20px;
}
.contacts{
	margin-top:20px;
}
.headline_contact{
	font-weight:bolder;
	margin-top:10px;
	display:block;
}
.phone{
	font-size:22px;
	color:#f00;
	line-height:1.3em;
	vertical-align:top;
}
.small-phone{
	margin-right:5px;
}
.main_image{
	text-align:right;
}
.main_image img{
	margin:0px;
}
.menu {
	overflow:hidden;
	background-color:#fff;
	border-radius: 0 0 10px 10px;
	box-shadow:0 0 10px #fff;
}
.menu ul {
	text-align:center;
	padding:10px 0;
}
.menu ul li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding:0px 10px 0px 10px;
	border-right: 1px solid #ddd;
}
.menu ul .last{
	border-right: 0px;
}
.menu ul li a:link,.menu ul li a:visited{
	color: #000;
	text-decoration:underline;
}
.menu ul li a:hover{
	color: #000;
	text-decoration:none;
}
.menu ul .current a:link,.menu ul .current a:visited, .menu ul .current a:hover{
	color: #f00;
	text-decoration:none;
}
.post_name,.news_headline{
	font-weight:bolder
}
.show_all{
	text-align:right;
	font-style:italic;
}
.content{
	width:960px;
}
.content_index{
	width:460px;
	float:right;
}
.photoalbum_index, .index_news{
	margin-bottom:10px;
}
.index_news .news_item{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	width:30%;
	margin-right:3%;
}
.blog_item_date,.news_date,.news_date,.comment_date,.blogs20_date{
	color:#555;
	line-height:1.3em;
	font-size:12px;
}	
.main_top_date{
	display:none;
}
.main_bottom_date{
	display:block;
	color:#555;
	line-height:1.3em;
	text-align:left;
	font-size:12px;
}
.index_news .top_date{
	display:none;
}
.index_news .bottom_date{
	display:block;
}
.photo_list li a img{
	padding:10px;
	background:#fff;
	border:1px solid #000;
	box-shadow: 0 0 20px #000;
	margin:20px 0;
}
.photo_list li a:hover img{
	box-shadow: 0 0 20px #fff;
}
.breadcrumbs{
	margin:15px 0;
	color:#fff;
}
.numpages ul .active a:link,.numpages ul .active a:visited,.numpages ul .active a:hover{
	background-color:#fff;
	color:#000;
}
.seo_text{
	margin:25px 0;
}
.header_search_form{	
	text-align:center;
}
.header_search_form .search_form_string {
	width:220px;
}
.footer{
	background-color:#fff;
	text-align:center;
	color:#000;
	font-size:12px;
	border-radius:10px 10px 0 0;
	box-shadow:0 0 10px #fff;
}
.footer .text{
	color:#000;
}
.footer #social_block {
	right:15px;
}