@charset "utf-8";
/* CSS Document */

body{ background-color:#000; color:#d4d4d5; text-align:center; margin:22px auto; font:13px;}


/*----------------------------*/










/*--container ----------------------------------*/
.container{ width:856px; height:auto; margin-left:auto; margin-right:auto; text-align:left; padding-left:95px; font-size:12px;  }
	.head{ width:856px; height:82px; background-color:#666; margin-left:auto; margin-right:auto; margin-top:0px; }
		.logo{ float:left; width:212px; }
			.logoImg{ width:212px; border:0px; background-color:#000;}
		.nav{ float:right; width:644px;  height:82px; overflow:hidden;  background-color:#a0a2a1; background-image:url(../images/nav_bg.jpg);   } 
			.nav img{ border:0px; float:left; margin-top:62px; margin-left:5px; }
			.nav_index{  width:53px; height:82px;  float:left; overflow:hidden;  }
			.nav_indexSelected{ width:53px; height:82px;  float:left; overflow:hidden;  
			background-image:url(../images/nav_hover.jpg); background-repeat:no-repeat; background-position:0px 78px;}
			.navSelected{ width:54px; height:82px;  overflow:hidden; float:left; 
			background-image:url(../images/nav_hover.jpg); background-repeat:no-repeat; background-position:0px 78px;}
			.navUnselected{ width:54px;  overflow:hidden; float:left;   }
