body, table, .text{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.3em;
	color:#363636;
}
h1, .h1, h2, .h2, h3, .h3, h4, h5, h6, .h4, .h5, .h6 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color:#363636;
}
a:link, a:visited, .text a:link, .text a:visited{
    color: #79B4C6;
	text-decoration:underline;
}
.text a:hover, a:hover{
	color:#000;
    text-decoration:none;
}
body {
	background-color:#7D7D7D; 
}
.main{
	margin:35px auto 0 auto;
	background-color:#fff;
	padding:30px;
	width:940px;
	border:1px solid #000;
	box-shadow: 0 0 50px #000;
}
.head{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #D7D7D7;
}
.title{
	display:inline-block;
	vertical-align:middle;
	width:220px;
	margin-right:10px;
	padding-right:10px;
	//display:inline;
	//zoom:1;
}
.info_block{
	display:inline-block;
	vertical-align:middle;
	width:180px;
	//display:inline;
	//zoom:1;
}
.menu{
	display:inline-block;
	vertical-align:middle;
	width:510px;
	//display:inline;
	//zoom:1;
	text-align:right;
}
.menu li{
	display:inline-block;
	//display:inline;
	//zoom:1;
	margin-right:10px;
}
.menu li a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	border: 1px solid #D7D7D7;
    color: #363636;
    font-size: 11px;
	line-height:1.3em;
	padding:5px;
	text-decoration:none;
}
.menu li a:hover{
	border: 1px solid #D7D7D7;
	background:#000;
    color:#fff;
}
.menu .current a{
	border: 1px solid #D7D7D7;
	background:#000;
    color:#fff;
}
.phone{
	font-size:18px;
	line-height:1.3em;
}
.name{
	font-size:22px;
	line-height:1.3em;
}
.name a{
	color:#000;
}
.slogan{
	color:#7D7D7D;
}
.menu .last{
	margin-right:0;
}
.index_image{
	float:left;
	width:200px;
}
.index_content{
	float:right;
	width:710px;
}
.index_image a img{
	margin-bottom:10px;
}
.seo_text{
	margin:25px 0;
}
.header_search_form{	
	text-align:center;
}
.header_search_form .search_form_string{
	width:250px;
}
.footer{
	width:1000px;
	margin:0 auto;
	border:0;
	text-align:center;
}
.footer .text{
	color:#CCCCCC;
	font-size:12px;
	line-height:1.3em;
}
.footer .text a{
    color: #fff;
}
.breadcrumbs{
	margin:10px 0;
	font-size:11px;
}