@charset "utf-8";
/*************************************
*
* main.css
* 2008-5-13

* ÕÔºì
*************************************/

body { 
	width:1003px; 
	padding:0px;
	margin:0 auto;
	list-style-type:none;
	font-family:"ËÎÌå",Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;

}
* {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
	vertical-align:middle;
}

/** Á´½Ó **/
a:link {
	color:#5B5B5B;
	text-decoration:none;
}
a:visited {
	color:#5B5B5B;
	text-decoration:none;
}
a:hover {
	color:#5B5B5B;
	text-decoration:underline;
}
a:active {
	color:#5B5B5B;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6{ font-style:normal; font-size:10px;}


/** ²¼¾Ö **/

.layout.top.logo.flash.selet.bottom{width:1003px;}

.layout{

	height:622px;
	margin:0 auto;
}
.top{

	height:21px;
}
.logo{

  height:91px;
  background-image:url(../../../images/logo.jpg);
  background-repeat:no-repeat;
  background-position:100% 50%;
}
.flash{
 text-align:center;
 height:326px;
}
.selet{

height:63px;
background-image:url(../../../images/linebg.jpg);
background-repeat:no-repeat;
}

.selet ul{
margin-left:445px;
}

.selet ul li{
float:left;
list-style-type:none;
padding:35px 5px 0 5px;;
display:block;
}

.bottom{

height:121px;
text-align:center;
clear:both;}
