/* 全局CSS定义 */
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}
ul {list-style:none;}
body{
	font-family:Arial,"宋体";
	font-size:9pt;
	margin-bottom:0px;
	margin-left:0px;	
	margin-top:0px;
	line-height: 18px;
}
.bug{
	clear:both;
}
.main2 ul{
	width:900px;
	background-color:#feeef4;
	background:url(link_main.gif);
}
.main2 ul li{
	float:left;
	padding:10px;
}
.clear{
	clear:both;
}
.left{float:left;}
.right{float:right;}
hr {margin:10px 0;border: 1px solid #ff9fcf;}
/* 链接颜色 */
a:link {color: #000; text-decoration:none;}
a:visited {color: #000;text-decoration:none;}
a:hover {color: #CA0275; text-decoration:underline;}
a:active {color: #000;}

/* 主样式 */
#main{ width:900px;
	   margin-left:auto;margin-right:auto;
}
.mainBox{overflow:hidden;float:left;width:638px;}
.sideBar{overflow:hidden;float:right;width:250px;}

#top1{ width:900px;}
#logo{
	width:200px;
	float:left;
	background:url(logo.gif) no-repeat;
	line-height:75px;
	padding-top:68px;
	margin-top:5px;
}
#top {text-align:left;}
#top strong{color:red;font-weight:bold;margin:0 5px;}
#top span{float:right;}
#menus{
	width:700px;
	float:left;
	line-height: 28px;
	padding-top: 5px;
}
#menus .menu_l {float:left;background:url(menu_l.gif);width:24px;height:56px;}
#menus .menu_c {float:left;background:url(navbg.gif);width:652px;}
#menus .menu_r {float:left;background:url(menu_r.gif);width:24px;height:56px;}
#menus .menu_c .nav1 {color:#FFFFFF;}
#menus .menu_c .nav1 a {margin:0 5px;padding-right:10px;color:#CA0275;background:url(navline1.gif) right no-repeat;font-weight:bold;}
#menus .menu_c .nav1 .last {margin:0 5px;background:none; }
#menus .menu_c .nav2 {color:#FFFFFF;}
#menus .menu_c .nav2 a {margin:0 4px;color:#FFFFFF;}

/*您的位置*/
#Navigation {background:url('nav.gif') no-repeat 10px 6px;width:890px;text-indent:1em;border-bottom:1px solid #fd95cc; background-color: #fdf4f9; align:left; padding:8px 0px 5px 10px; margin:5px 0px 5px 0px;}
#Navigation span {float:right;}

/***********底部样式************/
#footer{
	margin-bottom:10px;
}
#footer .footer_nav{
	/*background:#f9f9f9;
	border:1px solid #ccd0d6;*/
	height:20px;
	line-height:28px;
	text-align:center;
	padding:10px 0 0 0;
	margin:0px;
}
#footer .footer_bottom{
	text-align:center;
	line-height:22px;
}

