@charset "gb2312";
/* design by pcfinal*/

* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:"宋体";
	font-size:12px;
	background:#EFF9FB;
}
input, select, textarea {
	font-family:"宋体";
	font-size:12px;
	padding:3px 5px;
}
.submit {
	text-align:center;
}
.submit input {
	padding:10px 25px;
}
.layout {
	width:960px;
	margin:0 auto;/*居中*/
}
.clear {
	clear:both;/*清除浮动*/
}
img {
	border:none;
}
li {
	line-height:22px;/*全局列表行高*/
}
h1 {
	font-size:16px;
	text-align:center;
	line-height:40px;
}
h2 {
	font-size:12px;
	padding:3px;
}
h3 {
	font-size:12px;
	color:#F60;
	line-height:26px;
}
p {
	padding:5px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#F60;
	text-decoration:underline;
}
/*头部开始*/
#top {
	height:100px;
	border-top:5px solid #09F;
}
#logo {
	height:100px;
	width:165px;
	float:left;
	background:url(images/logo.jpg) no-repeat;
}
#top_ad {
	height:100px;
	width:510px;
	float:left;
	background:url(images/top_ad.jpg) no-repeat;
}
#top_menu {
	height:100px;
	width:285px;
	text-align:right;
	float:right;
	background:url(images/top_menu_bg.jpg) no-repeat;
}
#banner {
	height:230px;
}
/*头部结束*/

/*导航条开始*/
#nav {
	height:44px;
	margin-top:3px;
	background:url(images/nav_bg.jpg) no-repeat;
}
#nav ul li {
	float:left;
	line-height:44px;
	background:url(images/nav_bg_div.jpg) center right no-repeat;
	width:80px;
	text-align:center;
}
#nav ul li a {
	display:block;
	color:#FFF;
	font-size:12px;
}
#nav ul li a:hover {
	text-decoration:underline;
	color:#F00;
}
/*导航条结束*/

/*主体开始*/
#content {
}
#log_in {
	width:370px;
	height:240px;
	background:url(images/log_in.jpg) no-repeat;
	margin:0 auto;
}
#left {
	width:160px;
	float:left;
}
.left_title {
	height:34px;
	line-height:34px;
	padding-left:25px;
	margin-top:10px;
	background:url(images/left_title_bg.jpg) no-repeat;
}
.left_body {
	padding:10px;
	border:1px solid #D5D5D5;
	border-top:none;
}
.left_body ul li {
	padding-left:15px;
	background:url(images/ico.gif) left center no-repeat;
	line-height:30px;
	border-bottom:1px dashed #D5D5D5;
}
#right {
	width:780px;
	float:right;
}
.right_title {
	height:36px;
	line-height:36px;
	padding-left:15px;
	margin-top:10px;
	position:relative;
	border-bottom:1px solid #CCCCCC;
}

.right_body {
	padding:10px;
	overflow:auto;
	zoom:1;
}



/*主体结束*/


/*底部开始*/
#footer {
	text-align:center;
	padding:10px 0;
	border-top:1px solid #1F93D0;
}
/*底部结束*

/*表格开始*/
.table {
	border-collapse:collapse;
	width:100%;
	margin-top:10px;
}
.table td {
	padding:5px;
	border:1px solid #90BCD9;
}
label {
	width:100px;
	display:block;
	float:left;
	padding:5px;
	text-align:right;
}

/*表格结束*/
