body {
	margin: 0;
	padding-top: 30px;
	text-align: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(../image2/back.jpg);
	background-repeat: repeat;
	background-color: #CCC;
}
a:hover, a:active {
	outline: none;
	text-decoration:none;
	color: #FF0000;
	text-align: right;
	position: relative;
}
a, a:active, a:visited {
	outline: none;
	text-decoration:none;
	color:#000;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: none;
	background-color: #F00;
	font-size: 24px;
}

img {
	border: none;
	}

#container {
	width: 850px;
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #fff;
	/* shadow */
	box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
}
#header {
	height: 200px;
	width: 850px;
	background-image: url(../imgae/head.jpg);
}
#header nav {
	width: 400px;
	height: 150px;
	position: relative;
	float: right;
	text-align: right;
	top: -12px;
	}

#header nav ul#list-nav {
	list-style: none;
}
#header nav ul#list-nav li {
	display:inline;
	float: left;

}
#header nav ul#list-nav li a {
	display: block;
	position: relative;
	font-family: 'Merriweather', serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	text-decoration:none;
	width:100px;
	color:#FFFFFF;
	text-align:center;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
}
#header nav ul#list-nav li a:hover {
	background-image: url(../imgae/nav-bg.png);
	color:#F33;
	font-size: 24px;
}

/*----------------*/
/* Main Content   */
/*----------------*/

#mainContent {
	width: 850px;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	padding: 0px;
}

.spirit {
	filter:alpha(opacity=15);
  /* CSS3 standard */
 	opacity:0.15;
}
#box-chef-left {
	position: relative;
	float: left;
	width: 200px;
	padding-top: 20px;
}
#box-chef-left img{
	padding: 2px;
	border: 1px solid #990000;
   }

#box-chef {
	position: relative;
	float: left;
	width: 600px;
	text-align: left;
	padding-bottom: 10px;
}
h1 {
  font-family: 'Tangerine', serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  color: #990000;
	border-bottom: 1px dotted #990000;

}
h2 {
	font-family: 'Tangerine', serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	text-align: right;
	color: #FFF;
	border-bottom: 1px dotted #FFFFFF;
}

#box-chef p {
  	font-size: 12px;
  	font-style: normal;
  	font-weight: 400;
	padding-left: 20px;
}

#box-gallery {
	position: relative;
	width: 770px;
	padding: 40px;
}
#box-contact {
	position: relative;
	float:left;
	width: 850px;
	height: 400px;
}
#box-contact ul {
	list-style: none;
	font-size: 14px;
}
#box-contact ul li {
	display: block;
	font-size: 13px;
	font-style: normal;
	text-align: none;

}
.contact {
	background-image:url(../image2/contact.jpg);
	background-repeat:no-repeat;
	}
	

.title {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color:#600;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
. title a:hover {
	outline: none;
	color:#FF9900;
}


.inside {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #660000;
	line-height: 1.1;
}

#footer {
	height: 150px;
	width: 850px;
	position: relative;
	background-color: #EBEBEB;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: left;
	background-image: none;
	}
	
#body {
	height: auto;
	width: 850px;
	position: relative;
	background-color: #EBEBEB;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: left;
	background-image: none;
	}
	
	
	
#footer-order {
	width: 180px;
	height: 180px;
	float: left;
  padding: 15px 0 0 15px;
}

#center{ text-align:center; padding:auto;}

#order {
  display: block;
  width: 150px;
  height: 150px;
  background: url(../image2/online.png) no-repeat 0 0;

}

#order:hover
{ 
  background-position: 0 -150px;
}

#order span
{
  position: absolute;
  top: -999em;
}

#footer-left {
	float: left;
	height: 150px;
	width: 270px;
	padding-top: 0px;
}

#footer-left2 {
	float: left;
	height: auto;
	width: 200px;
	padding-top: 0px;
}


#footer-left ul{
	list-style:none;
	text-align: left;
	padding-left: 30px;
}
#footer-left ul li{
	display:inline;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer-left ul li a{
	text-decoration:none;
	width:60px;
	padding: 0;
	border: 0px solid #FFFFFF
}
#footer-left p.copyright {
	font-size: 10px;
	font-weight: 400;
	text-align: left;
	line-height: 0em;
	color: #000000;
}
#footer-right {
	width: 240px;
	height: 150px;
	padding-top: 0px;
	float: right;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: block;
	color: #FFF;
	padding-right: 20px;

}
#footer-right2 {
	width: 620px;
	height: auto;
	padding-top: 0px;
	float: right;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: block;
	padding-right: 20px;
}

#footer2 {
	height: 20px;
	background: none;
	}
	
	
article {
padding: 0 30px 20px 30px;
}

article img {
border: none;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

article h2 {
text-align: center;
line-height: 1.5em;
position:absolute; left:-9999px
}


article h3 {
font-size: 24px;
margin: 20px 0;
color: #718224;
}

/***** menu *****/



#menu2 {
	float:right;
	padding:75px 10px 0 0
}
#menu2 li {
	float:left;
	padding-left:1px
}
#menu2 li a {
	display:block;
	font-size:24px;
	color:#FFF;
	text-decoration:none;
	line-height:42px;
	height:35px;
	padding:0 19px;
	border-radius:8px;
	position:relative;
}

.menu li a, .list-1 li a, .link, .button-1, .button-2, h1 a {
	text-decoration:none;
}

.menu {
	padding:60px 50px 50px 50px;
	float:right;
}
.menu hi {
	float:left;
	padding-left:100px;
	clear: none;
	width:150px;
	border-top-style: none;
	border-right-style: 60px;
	border-bottom-style: none;
	border-left-style: none;
}

.menu li {
	float:left;
	padding-left:60px;
	clear: none;
	border-top-style: none;
	border-right-style: 40px;
	border-bottom-style: none;
	border-left-style: none;
}
.menu li a {
	font-size:24px;
	line-height:18px;
	padding:0;
	color:#fff;
}
.des {
	color: #333;
	size: 8px;
	height: 10px;
	line-height:10px;
	font-size: 11px;
	font-weight: normal;
}
.body1 {
	color: #000;
	size: 14px;
	height: 14px;
	line-height:14px;
}

#container #mainContent #body #footer-left2 ul p {
	text-align: left;
}
#container #footer #footer-left ul li table tr td strong {
	color: #000;
}
#container #footer #footer-left ul li table tr td {
	color: #000;
}
#container #footer #footer-right p {
	color: #000;
}
#container #mainContent #body #footer-right2 table tbody tr td .body-chinese {
	color: #000;
}
#container #mainContent #body #footer-right2 table tbody tr td .body-combo {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
