/*定义body样式,注意不能定宽度值*/
body{
	text-align:left;
	margin:0px;
	padding:1px 2px 1px 2px;
	font-family:"Arial","Verdana","serif","Helvetica","sans-serif";
	font-size:12px;
	line-height:150%;
	overflow:auto;
	color: #9999FF;
	background-color: #ffffff;
	}
	 
/*定义<a>的样式"x", 遵循L-V-H-A的顺序*/
a.x:link{
text-decoration:none;
color: #82a5d6;}
a.x:visited{
text-decoration:none;
color: #82a5d6;}

a.x:hover{
text-decoration:none;
color: #FF9900;
text-indent:3px;}

a.x:active{
text-decoration:none;
color:#0000ff;}

/*定义<a>的样式"x1", 点击后不动，遵循L-V-H-A的顺序*/
a.x1:link{
text-decoration:none;
color:#000066;}
a.x1:visited{
text-decoration:none;
color:#000066;}

a.x1:hover{
text-decoration:none;
color:#ff6600;}

a.x1:active{
text-decoration:none;
color:#0000ff;}

/*定义<a>的样式"x2", 颜色橘红，遵循L-V-H-A的顺序*/
a.x2:link{
text-decoration:none;
color:#ff6600;}
a.x2:visited{
text-decoration:none;
color:#ff6600;}
a.x2:hover{
text-decoration:none;
color:#0000FF;}
a.x2:active{
text-decoration:none;
color:#0000ff;}

/*定义<a>的样式"x3", 无颜色变化，遵循L-V-H-A的顺序*/
a.x3:link{
text-decoration:none;}
a.x3:visited{
text-decoration:none;}
a.x3:hover{
text-decoration:none;}
a.x3:active{
text-decoration:none;}

/*定义<a>的样式"y"*/
a.y:link{
text-decoration:underline;
color:#0000ff;}

a.y:visited{
text-decoration:none;
color:#000066}

a.y:hover{
text-decoration:none;
color:#ff0000;
text-indent:5px;}

a.y:active{
text-decoration:underline;
color:#0000ff;}

/*定义<a>的样式"z"*/
a.z:link{
text-decoration:none;
color: #0000ff;}
a.z:visited{
text-decoration:UNDERLINE;
color:#0000ff;}
a.z:hover{
text-decoration:NONE;
text-indent:0px;
color:#ff0000;}
a.z:active{
text-decoration:none;
color:#0000ff;}

/*定义水平导航条hmenu样式*/
#horizontal{
float:right;
margin:15px 0px 0px 0px;
padding:0px;
}	

#horizontal ul{
margin:0px; /*这里的0px很关键，下面的padding同，否则导航条下会有多余的空*/
padding:0px;} 

#horizontal li{ 
list-style-type:none;
display:inline;
white-space:nowrap;}


#horizontal li a#one{
float:left;
padding:0px 10px 0px 10px;
text-decoration:none;
text-align:center;
border-right:1px solid #82a5d6;
color:#0066CC;}

#horizontal li a#two{
float:left;
padding:0px 10px 0px 10px;
text-decoration:none;
text-align:center;
border-right:1px solid #82a5d6;
color:#0066CC;}

#horizontal li a#three{
float:left;
padding:0px 10px 0px 10px;
text-decoration:none;
text-align:center;
border-right:1px solid #82a5d6;
color:#0066CC;}
#horizontal li a#four{
float:left;
padding:0px 10px 0px 10px;
text-decoration:none;
text-align:center;
border-right:1px solid #82a5d6;
color:#0066CC;}
#horizontal li a#five{
float:left;
padding:0px 10px 0px 10px;
text-decoration:none;
text-align:center;
border-right:1px solid #82a5d6;
color:#0066CC;}
#horizontal li a#six{
float:left;
padding:0px 10px 0px 10px;
text-decoration:none;
text-align:center;
border-right:1px solid #82a5d6;
color:#0066CC;}
#horizontal li a#seven{
float:left;
padding:0px 10px 0px 10px;
text-decoration:none;
text-align:center;
border-right:1px solid #82a5d6;
color:#0066CC;}
#horizontal li a#nine{
float:left;
padding:0px 10px 0px 10px;
text-decoration:none;
text-align:center;
border-right:1px solid #82a5d6;
color:#0066CC;}
#horizontal li a#ten{
float:left;
padding:0px 10px 0px 10px;
text-decoration:none;
text-align:center;
color:#0066CC;}

#horizontal li a#one:hover{color: #FF9900;}
#horizontal li a#two:hover{color:#FF9900;}
#horizontal li a#three:hover{color:#FF9900;}
#horizontal li a#four:hover{color:#FF9900;}
#horizontal li a#five:hover{color:#FF9900;}
#horizontal li a#six:hover{color:#FF9900;}
#horizontal li a#seven:hover{color:#FF9900;}
#horizontal li a#nine:hover{color:#FF9900;}
#horizontal li a#ten:hover{color:#FF9900;}


/*定义页面左列导航条vmenu样式*/
#vertical{
width:290px;
padding-top:0px;
padding-bottom:0px;
height:auto;}
#vertical ul{
margin:0px; /*这里的0px很关键，下面的padding同，否则导航条下会有多余的空*/
padding:0px;
white-space:nowrap;}
#vertical li{
margin-left:0px;
margin-right:0px;
text-align:left;
list-style:none;
background:url(images/pt6.gif) 12px center no-repeat;
background-color:#ffffff; /*当同时存在background和background-color属性时，color的位置放在下面，否则无效*/
line-height:200%;
display:block;} 
#vertical li a{
margin-left:7px;
padding-left:0px;
font-size:12px;
font-variant: normal;
font-weight:200; /*100-500几乎没有变化*/
color: #000066;
text-decoration:none;}
#vertical li a:hover{
color:#0000ff;
font-variant:normal;
Font-size:12px;
text-decoration:underline;
letter-spacing:0px;
text-indent:20px;}


/*定义header1中mail-login的样式*/
#loginmail{
float:right;
margin:0px 0px 0px 0px;
padding:2px 0px 0px 0px;
text-align:right;
color:#000099;}


/*定义header1样式*/
#header1{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:55px;/*这里不可以设定height值auto*/
line-height:120%;
text-align:left;
color: #000000;
font-size:12px;
font-weight:lighter;
 	background-image:url(images/bk1.gif);
    background-attachment:scroll;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	clear:both;}	
	
/*定义header2样式*/
#header2{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-bottom:1px solid #000000;
height:30px;/*这里不可以设定height值auto*/
background-image:url(images/bk2.gif);
    background-attachment:scroll;
	background-repeat: repeat-x;
	background-position: 0px bottom;	
Vertical-align:bottom;
letter-spacing:0px;
line-height:120%;
font-size:11px;
font-weight:lighter;
clear:both;}	

/*定义页面中列middle样式*/
#middle{
float:left;
	margin:0px 0px 0px 0px;
	padding:10px 0px 25px 28px;
	width:auto;
	height:auto;
	text-align:left;
	font-size:12px;
	font-weight:200;
	line-height:130%;
	color:#000000;
	background-image:url(images/bk3.gif);
    background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:bottom 0px;
    text-align:left;
	z-index:4;} /*非绝对或相对定位时此功能失效*/

/*定义首页中category方块样式*/
#category{
	Float:left;
	margin:25px 25px 0px 0px;
	padding:0px 0px 18px 0px;
	width:270px;
	height:200px;
	text-align:left;
	color:#000055;
	background-image:url(images/category_right_bg.jpg);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position:right bottom;
	border-left:1px solid #e4e4e4;
	text-align:left;
	z-index:5;} /*非绝对或相对定位时此功能失效*/

/*定义category方块样式的title左段,制造背景宽度方向自适应，引入h4*/
#category h4{
	height:31px;
	margin:0px;
	background-image:url(images/category_title_left.jpg);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position:left 0px;
	font-size:13px;
	font-weight:200;
	text-align:left;
	z-index:5;} /*非绝对或相对定位时此功能失效*/
	
/*定义category方块样式的title右段,制造背景宽度方向自适应，引入h5*/
#category h5{
	float:right;
	margin:0px;
	padding:8px 0px 0px 0px;
	height:31px;
	width:20px;
	background-image:url(images/category_title_right2.jpg);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position:left 0px;
	z-index:5;} /*非绝对或相对定位时此功能失效*/

#image{
float:left;
margin:2px 0px 0px 2px;
padding:3px 3px 3px 3px;
font-size:9px;
line-height:120%;
border-top:1px solid #e4e4e4;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-left:1px solid #eeeeee;
}

#logo{
float:left;
margin:2px 0px 0px 0px;
border:3px double #82a5d6;
padding:3px 3px 1px 3px;
z-index:4;} /*非绝对或相对定位时此功能失效*/

/*定义页面footer样式*/
#footer{
clear:both;
margin:1px 0px 0px 0px;
padding: 10px 0px 5px 28px;
height: 80px;
width:790px;
color: #000066;
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: 79px 27px;
line-height:135%;
text-align:left;
font-size:9px;}
