/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
	font-family : "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;
	font-size : 12px;
	background:url(../images/bg.jpg) #FFF3C8 repeat-x; 
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFEDBD,endColorStr=#FFF9F0);*/
	
}

a:link{font-weight : bold ;text-decoration : none ;color : #c00 ;}
a:visited {font-weight : bold ;text-decoration : none ;color : #c30 ;}
a:hover {font-weight : bold ;text-decoration : underline ;color : #f60 ;}
a:active {font-weight : bold ;text-decoration : none ;color : #F90 ;} 

#header{
	width:802px;
	height:242px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	margin-top:10px;
	background-image:url(../images/barpic.jpg);	
}

#pic{
	float:left;
	padding-left:280px;
	padding-top:20px;
	text-align:center; 
}

#nav{
	float:right; 
	width:140px;
	margin:55px 3px 0px 0px;
	padding-right:10px;
	/*padding: 10px;*/
	text-align:left;
	/*background-color:#00FFCC;*/ 
}

#nav ul {
	padding-top:20px;
	width:100%;
	/*PADDING:5px 0px 5px 15px;*/
	BORDER: medium none; /*不显示边框*/
	LINE-HEIGHT: normal; 
	LIST-STYLE-TYPE: none;
	FONT-WEIGHT: bold; 
	COLOR: #000;
	font-size:14px;	
}

#nav li a {
	DISPLAY: block; 
	WIDTH: 100%;
	height:16px; 
	COLOR: #000; 
	TEXT-DECORATION: none;
	font-size:14px;
	FONT-WEIGHT: bold; 
	border-bottom:#000000 solid 1px;
	margin-top:12px;
	
}

#nav li a:hover { 
	COLOR: #fff;
	font-size:14px; 
	FONT-WEIGHT: bold;
	background-color:#FCA73D; 
}

#title{
	width:802px;
	height:21px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top:3px;
	background-image:url(../images/titlebg.jpg);
	COLOR: #000;
	font-size:14px; 
	FONT-WEIGHT: bold;
	padding-top:4px;
	
}

#mid{
	width:802px;
	
	margin-right: auto;
	margin-left: auto;
	background-color:#fff;
	border-left:#E7B95C solid 1px;
	border-right:#E7B95C solid 1px;
	overflow: hidden;

}

#leftpic{
	width:242px;
	float:left;
	text-align:right;
	padding:10px 0px 10px 0px;
}

#menutree{
	width:190px;
	float:left;
	text-align:left;
	padding:10px 10px 10px 0px;
	background-color:#EDFFE3;
	height:100%;
	
	/*左右两边DIV等高*/
	padding-bottom: 32767px;
	margin-bottom: -32767px; 

}

#menutree ul{
	BORDER: medium none; /*不显示边框*/
	LINE-HEIGHT: normal; 
	LIST-STYLE-TYPE: none;
	FONT-WEIGHT: bold; 
	COLOR: #EB5B26;
	font-size:11px;
	text-align:left;
	width:100%;
	
}

#menutree li a {	
	DISPLAY: block;
	WIDTH: 100%;
	height:16px; 
	COLOR: #EB5B26; 
	TEXT-DECORATION: none;
	font-weight:bold;
	padding-top:6px;
	
}

#menutree li a:hover { 
	COLOR: #fff;
	font-weight:bold;
	background-color:#71C043; 
	
}

#content{
	width:540px;
	float:left;
	padding:10px 10px 10px 10px;
	font-size:14px;
	background-color:#FFFFFF;
	
	/*左右两边DIV等高*/
	padding-bottom: 32767px;
	margin-bottom: -32767px; 

}

#deliverycontent{
	width:94%;
	float:left;
	padding:10px 10px 10px 10px;
	font-size:14px;
}

#midinfo{
	width:780px;
	padding:10px 10px 10px 10px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#showpic{
	text-align:center;
	width:802px;
	margin:5px 0px 10px 0px;
}

#showpic div{
	margin:2px;
	float:left;
	width:250px;
}

#frametitle{
	background:url(../images/titlebg2.jpg) no-repeat;
	height:32px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:16px;
	text-align:center;
	margin-bottom:5px;
}

#framemid{
text-align:center;

}

#footer{
	width:802px;
	height:25px;
	margin-right: auto;
	margin-left: auto;
	background:url(../images/bottombg.jpg);
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	padding-top:12px;
	margin-bottom:20px;
	border-left:#E7B95C solid 1px;
	border-right:#E7B95C solid 1px;
	border-bottom:#E7B95C solid 1px;
}



