/*
* Common style
* @date: 2014-12-01
* @author: xiayu chen
*/
body{background:#E0E9EE;}


	/*header*/
	.header{height:80px;background:#fff;}
		.header .logo{width:189px;height:60px;background:url(logo.png) no-repeat;}
		.header .logo a{display:block;width:100%;height:100%;text-indent:-999em;overflow:hidden;}

		.header .top_nav{right:10px;top:40px;width:100px;height:30px;}
		.header .top_nav .contact{display:block;padding-left:20px;width:80px;height:30px;line-height:30px;color:#787878;background:url(sprite_home.png) no-repeat -205px -40px;}
		.header .top_nav .contact:hover{color:#666;text-decoration:underline;}

	

	/*nav*/	
	.nav{height:80px;background:url(nav_bg.jpg) repeat-x 0 2px #fff;}
		.nav ul{margin:0 0 0 50px;}
		.nav ul li{float:left;background:url(index_10.gif) no-repeat right;}
		.nav ul li a{color:#fff;display:block;font: 12px/44px Tahoma;padding:0 40px;}
		.nav ul li a:hover{text-decoration:underline;}
		.nav ul li.on{padding-right:2px;}
		.nav ul li.on a{background:url(index_04.gif) repeat;color: #fff;font-weight: bold;}
		.nav ul li.on a:hover{color:#ff0000;text-decoration:underline;}
		
		.nav .o_nav{height:36px;line-height:36px;padding:0 30px;color:#787878;background:url(o_nav_bg.jpg) repeat-x top;}


	/*content*/
	.content{width:980px;padding:10px;margin:auto;background:#fff;}
	

	/*footer*/
	.footer{margin:auto;width:1000px;height:80px;line-height:25px;background:#F3F2EB;border-top:1px solid #DEDCCB;color:#666}

