html, body {
   margin : 0;
   padding : 0;
   }

body {
	margin:auto;
	font : 13px arial, sans-serif;
	color : #000;
	position: relative;
	width : 950px;
	height: 800px;
	text-align: right;
}


Header部分开始，分三个图片展开  
#header1 {
   margin : 0;
   padding:0;
   height : 141px;
}

#header2 {
   background-image:url(images/topblank.jpg);
   background-repeat:repeat-x;
   margin : 0;
   padding:0;
   height : 141px;
}

#header3 {
   background-image:url(images/top_aboutus.jpg);
   margin : 0;
   padding:0;
   width: 307px;
   height : 141px;
}

#header4 {
   background-image:url(images/top_catalogue.jpg);
   margin : 0;
   padding:0;
   width: 321px;
   height : 141px;
}

#header5{
   background-image:url(images/top_ContactUs.jpg);
   margin : 0;
   padding:0;
   width: 387px;
   height : 141px;
}
#header6 {
   background-image:url(images/top_news.jpg);
   margin : 0;
   padding:0;
   width: 389px;
   height : 141px;
}
#header7 {
   background-image:url(images/top_ProductList.jpg);
   margin : 0;
   padding:0;
   width: 484px;
   height : 141px;
}

h1
{font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-align:left;
color:#000;
}

h2
{font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-style:normal;
font-weight: normal;
text-align:left;
color:#B99A61;
margin-left:30px;
margin-top:25px;
margin-bottom:8px;
}

p
{
	color:#B99A61;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left:30px;
	text-align: center;
}
p1
{
	color:#000000;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p2
{
	color:#B99A61;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right:60px;
}

p3
{
	line-height:20px;
	font-size:16px;}
	
p4
{
	color:#000;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left:30px;
}

a:link {
   color : #D8B981;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #C69D55;
   text-decoration : none;
}

a:hover {
   color : #C69D55;
  }

a:active {
   color : #C69D55;
}

img {
   border : none;
}
   

	

#nav {
   margin: 0;
   background : #D8B981;
   border-bottom : 1px solid #D8B981;
   border-top: 1px solid #D8B981;
   border-left : none;
   border-right : 1px solid #D8B981;
   height:41px;
   font : 20px arial, sans-serif;   
}

#nav ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;
}

#nav li {
   display : block;
   float : left;
}

#nav li a {
   color : #FDFDE0;
   display : block;
   width : 150px;
   text-decoration : none;
   background : #D8B981;
   padding : 6px 3px;
   border-left : 1px solid #D8B981;
   border-right : none;
}

#nav ul li a:hover {
   color : #FFFFCC;
   background : #C69D55;
   height:30px;
}

#nav a:active	{
   background : #006600;
   color : #FDFDE0;
}

form1
{
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight: normal;
text-align:left;

}

form2
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight: normal;
text-align:left;

}

form3
{
	margin-left:30px;}

