@charset "utf-8";
/* CSS Document */

body {background:#fff url(../../images/top_bg.jpg) repeat-x top left;
	  margin:0px;
	  padding:0px;
	  text-align:center;
	  font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;
	  font-size:12px;
	  line-height:200%;
	  color:#383838;}
	  
div,img,p,ul,li,h1,h2,h3,h4,span{padding:0;
							 	 margin:0;}
div{overflow:hidden;}

.clr{clear:both;}

.container{width:1000px;
margin:0 auto;
}

.top{background: url(../../images/top.jpg) no-repeat top center;
width:100%;
height:150px;
text-align:left;
}
.nav1{height:100px;}

.nav{width:660px;
	 height:46px;
	 margin:0 0 0 26px;
}

.nav img{float:left;
		 border:none;
		 margin:0;}
		 
.nav a {color:#969696;
		width:88px;
		height:34px;
		text-align:center;
		float:left;
		text-decoration:none;
		display:block;
		font-size:14px;
		border:none;
		padding-top:12px;
		}
		
.nav a:hover{color:#FFF; background:url(../../images/mouse_hover.jpg) no-repeat center center}