@charset "utf-8";
/* CSS Document */

body{margin:0;}

#wrap{
	width:965px;
	height:auto;
	margin:0 auto;
	background-position:top;
	background-repeat:no-repeat;
}
#wrap.sub{
	background-image:url(/img/sub_bg.png) !important;
}


/* --<head>-- */

#headwrap{
	width:965px;
	height:100px;
	overflow:hidden;
}
.head_top{
	display:block;
	float:left;
	width:965px;
	height:30px;
	text-align:right;
	line-height:30px;
}
.head_top a{
	display:inline-block;
	margin:0 3px 0 3px;
	text-decoration:none;
	color:#A0A0A0;
	font-weight:bold;
	font-size:11px;
}
.head_top a:hover{text-decoration:underline;}

.head_logo{
	display:block;
	float:left;
	width:250px;
	height:70px;
}
.head_main{
	display:block;
	float:left;
	width:715px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.menu_l{
	display:block;
	float:left;
	background-image:url(/img/head/menubg_left.png);
	background-repeat:no-repeat;
}
.menu_c{
	display:block;
	float:left;
	background-image:url(/img/head/menubg_center.png);
	background-repeat:no-repeat;
}
.menu_r{
	display:block;
	float:left;
	background-image:url(/img/head/menubg_right.png);
	background-repeat:no-repeat;
}

.head_main img{cursor:pointer}




/*  -- < content > --  */

#cont{
	width:965px;
	height:auto;
	overflow:hidden;
}


/*  -- < footer > --  */

#foot{
	display:block;
	width:965px;
	height:80px;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
	border-top:solid 1px #6090C0;
}
.foot_logo{
	float:left;
	padding:0 20px;
}
.foot_address{
	float:left;
	border-left:solid 1px #6090C0;
	font-size:11px;
	padding-left:10px;
	color:#909090;
}