/*
-----------------------------------------------------
Company: Bohan IT 
Author : wuwanjun
Version:2007.07.12
-----------------------------------------------------
*/


/*通用主休样式开始
===============================================================================================*/
@charset "utf-8";
*{margin:0px;padding:0px;}

h1,h2,h3,h4,p,ul,li{margin:0;padding:0;}

h1{font-size:13px; color:#3B76CD; font-weight:bold; font-family:font-family:"ＭＳ Ｐゴシック", Osaka,Arial;}
.clear{clear:both;}

a:link,a:visited{ color: #000066; text-decoration: none} 
a:hover { color: #393939; text-decoration: underline}

td{ padding:3px;}
/*通用主休样式结束
===============================================================================================*/


/*header 部分
===============================================================================================*/
#header	{background: url(../images/top_bg.gif) repeat-x;height:128px; width:760px;}
		.header_logo{ width:274px; height:59px; float:left;}
		.header_right{ width:455px; padding:8px 20px 20px 10px; float:left;}
		.header_link{ width:158px; float:right;}
		.header_text{ width:455px; float:right; padding:32px 0px; text-align:right; }

/*菜单部分
===============================================================================================*/
#navigation{ width:760px; height:33px; float:left;}
#top_menu { margin:0px; padding:0px; width:760px; height:33px; float:left;}
	   #top_menu a { display: block; text-align:center; }
	   #top_menu ul { list-style:none; float:left;}
	   #top_menu li { list-style:none; list-style-type:none; display:inline;}
		.menu02{ width:164px; height:33px; float:left;}
		.menu03{ width:144px; height:33px; float:left;}
		.menu04{ width:144px; height:33px; float:left;}
		.menu05{ width:144px; height:33px; float:left;}
		.menu06{ width:164px; height:33px; float:left;}
		.menu02 a { height:33px; background:url(../images/menu_02_blog.jpg) no-repeat center top; text-decoration:none}
		.menu03 a { height:33px; background:url(../images/menu_03_blog.jpg) no-repeat center top; text-decoration:none}
		.menu04 a { height:33px; background:url(../images/menu_04_blog.jpg) no-repeat center top; text-decoration:none}
		.menu05 a { height:33px; background:url(../images/menu_05_blog.jpg) no-repeat center top; text-decoration:none}
		.menu06 a { height:33px; background:url(../images/menu_06_blog.jpg) no-repeat center top; text-decoration:none}
		
		.menu02 a:hover { background-position:center bottom; text-decoration:none;}
		.menu03 a:hover { background-position:center bottom; text-decoration:none;}
		.menu04 a:hover { background-position:center bottom; text-decoration:none;}
		.menu05 a:hover { background-position:center bottom; text-decoration:none;}
		.menu06 a:hover { background-position:center bottom; text-decoration:none;}

/*banner 部分
===============================================================================================*/
#banner{ width:760px;float:left;}



/*尾部
===============================================================================================*/
#footer{ width:760px;}
		.footer_links{ border-top:1px solid #999; text-align:center; line-height:35px;}
		.footer_copyright{ width:726px; height:45px; border-top:1px solid #999; font-size:9px; padding-left:34px; background:#D7D7D7;}
		
		
/*首页样式定义结束
===============================================================================================*/