@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#000;
}
body{
	background-color:#fff;
}
a:link, a:visited, .text a:link, .text a:visited{
	color: #1077C6;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#000;
	text-decoration:none;
}
h1,.h1,.h2{
	color:#fff;
	background-color:#000;
	padding:0px 5px;
	font-family: Georgia, sans-serif;
}
h2,h3,h4,h5,h6,.h3,.h4,.h5,.h6{
	color:#000;
	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:#000;
	text-decoration:none;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#777777;
	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:#000;
	border-radius: 0 0 10px 10px;
	box-shadow:0 0 10px #000;
}
.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: #fff;
	text-decoration:underline;
}
.menu ul li a:hover{
	color: #fff;
	text-decoration:none;
}
.menu ul .current a:link,.menu ul .current a:visited, .menu ul .current a:hover{
	color: #ff0000;
	text-decoration:none;
}
.post_name,.news_headline{
	font-weight:bolder
}
.show_all_news{
	text-align:right;
	margin:20px 0;
}
.show_all a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	background:url('/img/arr.png') no-repeat top right;
	padding-right:20px;
}
.show_all a:link,.show_all a:visited,.show_all a:hover{
	color:#000;
}
.content{
	width:960px;
}
.content_index{
	width:460px;
	float:right;
}
.photoalbum_index{
	width:460px;
	float:left;
}
.index_news{
	margin:20px 0px 0px 0px;
}
.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;
}	
.blog .blog_item {
	border-bottom:1px solid #D4D4D4;
}
.blog .last_blog_item {
	border-bottom:0px;
}
.blog_comment, .blog_comment a:link,.blog_comment a:visited,.blog_comment a:hover{
	color: #777777;
}
.tags, .tags a:link,.tags a:visited,.tags a:hover{
	color: #777777;
}
.photoalbum_index .photo_list{
	text-align:center;
}
.photoalbum_index .photo_list li {
	width:49%;
	margin-right:0;
	margin-left:0;
	vertical-align:top;	
}
.photo_list{
	/*text-align:center;*/
}
.photo_list li{
	width:22%;
	margin-right:1%;
	margin-left:1%;
}
.photo_list li a img{
	background-color:#fff;
	padding:5px;
	margin:5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.photo_list li a:hover img{
	background-color:#fff;
	padding:5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.breadcrumbs{
	margin:15px 0;
	color:#000;
}
.numpages ul .active a:link,.numpages ul .active a:visited,.numpages ul .active a:hover{
	background-color:#000;
	color:#fff;
}
.seo_text{
	margin:25px 0;
}
.header_search_form{	
	text-align:center;
}
.header_search_form .search_form_string {
	width:220px;
}
.footer{
	background-color:#D4D4D4;
	text-align:center;
	color:#777777;
	font-size:12px;
	border-radius:10px 10px 0 0;
	box-shadow:0 0 10px #000;
}
.footer #social_block {
	right:15px;
}
.footer .text{
	color:#777777;
}
.footer a:link,.footer a:hover,.footer a:visited{
	color:#777777;
}