@charset "utf-8";
/* CSS Document */
body{
	color:windowtext;
	font-size:11pt;
	}

#main{
	text-align:center;
	width:980px;
	height:1000px;
	background-color:#ffaa35;
}

#index_head{
	width:980px;
	height:226px;
	background-image:url(head.jpg);
}

#index_mid{
	width:980px;
	height:230px;
	background-image:url(mid.jpg);
}

#index_gril{
	z-index:1;
	position:absolute;
	top:160px;
	left:10px;
	width:263px;
	height:296px;
	background-image:url(gril.jpg);
	}


.content{
	z-index:1;
	position:absolute;
	}
	
/*左上1*********************************************/	
#content_1{
	text-align:left;
	top:500px;
	left:10px;
	width:350px;
	height:180px;
	}
	
#content_1_0{
	background-image:url(index1_30.jpg);
	width:262px;
	height:27px;
	}	
	
#content_1_1{
	background-color:#F4830D;
	border:1pt solid #FFFFFF;
	padding:10px;
	padding-left:0px;
	padding-right:0px;
	top:480px;
	left:0px;
	width:350px;
	height:153px;
	}
	
/*左下2*********************************************/	
#content_2{
	text-align:left;
	top:700px;
	left:10px;
	width:350px;
	height:180px;
	}
	
#content_2_0{
	background-image:url(index1_30.jpg);
	width:262px;
	height:27px;
	}	
	
#content_2_1{
	background-color:#F4830D;
	border:1pt solid #FFFFFF;
	padding:10px;
	padding-left:0px;
	padding-right:0px;
	top:480px;
	left:0px;
	width:350px;
	height:153px;
	}

/* 中上3*********************************************/	
#images_go_0,#images_go_1{
	width:400px;
	height:25px;
	background-image:url(index_images_0.jpg);
	}

#content_3{
	text-align:left;
	top:500px;
	left:380px;
	width:400px;
	height:180px;
	}
	
#content_3_0{
	background-image:url(index1_30.jpg);
	width:262px;
	height:27px;
	}	
	
#content_3_1{
	background-color:#F4830D;
	border:1pt solid #FFFFFF;
	top:480px;
	left:0px;
	width:400px;
	height:153px;
	}
	
/* 中下4*********************************************/	
#content_4{
	text-align:left;
	top:700px;
	left:380px;
	width:400px;
	height:180px;
	}
	
#content_4_0{
	background-image:url(index1_30.jpg);
	width:262px;
	height:27px;
	}	
	
#content_4_1{
	background-color:#F4830D;
	border:1pt solid #FFFFFF;
	padding:10px;
	padding-left:0px;
	padding-right:0px;
	top:480px;
	left:0px;
	width:400px;
	height:153px;
	}


/* 右上5*********************************************/	
#content_5{
	z-index:1;
	position:absolute;
	background-color:#F4830D;
	border:1pt solid #FFFFFF;
	top:625px;
	left:800px;
	width:180px;
	height:255px;
	}
#content_5_0{
	background-image:url(index1_30.jpg);
	width:100%;
	height:27px;
	}
	
#content_6{
	z-index:1;
	position:absolute;
	background-color:#F4830D;
	border:1pt solid #FFFFFF;
	top:380px;
	left:800px;
	width:180px;
	height:226px;
	}	

	
#index_foot{
	z-index:1;
	position:absolute;
	top:900px;
	left:10px;
	width:980px;
	height:72px;
	background-image:url(index_foot.jpg);
	}
	
/****菜单***************/
.menubar{
	z-index:5;
	position:absolute;
	top:10px;
	height:20px;
	cursor:default;
	border-width:0px;
	border-style:outset;
	color:yellow;
	font-weight: bold;
	}
	
.menu{
	z-index:5;
	position:absolute;
	top:30px;
	width:140px;
	display:none;
	border-width:2px;
	border-style:outset;
	background:yellow;
	padding:15px}
.menu A{
	text-decoration:none;
	color:blue;
	}
.menu A:hover{color:#00ffff;}
#menus {
	position:absolute; 
	z-index:5;
	top:195px; 
	left:450px;
	}

li{
	line-height: 0.6cm;
	}

a{
	color: windowtext;
	text-decoration: none;
	}
	
/**********日历***********/
#date{
	z-index:2;
	position:absolute;
	top:320px;
	left:200px;
}

/************登录框***************/
#login{
	z-index: 1;
	position: absolute;
	top: 248px;
	left: 800px;
}

.textfield{
	width:80px;
}