@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}


img {
	border:none;
}
body {
	background:#9a1b1f url(images/main_bg2.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	
}

a{
	text-decoration:none;
}

#mainContent{
	margin: 0 auto;
	height:620px;
	width:785px;
	margin-top:30px;
	padding:15px;
	background:url(images/bg2.jpg) bottom right no-repeat #fff;
	position:relative;
}

ul#mainNav{
	background:url(images/menu.png) top left no-repeat;
	list-style-type: none;
	height:26px;
	padding-left:15px;
	padding-top:13px;
	position:absolute;
	width: 266px;
	top: 15px;

}

#mainNav li {
float:left;
/*text-indent:-9009px;*/
margin:0;
width:60px;
}

#mainNav a{
display:block;
height:20px;
overflow: hidden; border: none; outline: none;
color:#000;
font-weight:bold;
font-size:11px;
}

#mainNav a:hover{
	color:#900;
}

#mainImage{
	background:url(images/bamboo.jpg) top left no-repeat;
	width:785px;
	height:325px;
	padding:0;
	margin:0;
	margin-bottom:0px;
	
}

#mainImageDark{
	background:url(images/bamboo2.jpg) top left no-repeat;
	width:785px;
	height:325px;
	padding:0;
	margin:0;
	margin-bottom:0px;
	
	
}

#logo {
	background:url(images/china_delight_logo.gif) top left no-repeat;
	height:150px;
	width:200px;
	text-indent:-5000px;
	margin-top:15px;
}

#footer{
	clear:both;
	margin: 0 auto;
	width:815px;
	height:10px;
	padding: 10px;
	border-bottom:solid #FFF 1px;
	color:#FFF;
	padding-left:0;
	padding-right:0;
	
	
}

#footer a{
	color:#FFF;
	
}

.right{
	float:right;
}

.left {
	float:left;
}

#menupanel {
	height:591px;
	background:url(images/menu_bg.jpg) bottom left #93342c no-repeat;
	width:330px;
	position:absolute;
	left: 441px;
	top: 15px;
	padding:15px;
	color:#FFF;
	font-size:11px;
}

#menupanel a {
	color:#FFF;
}

#menupanel a:hover {
	text-decoration:underline;
}





/*dt{
  position:relative;
  background:url(images/dot.gif) bottom left repeat-x;
  margin-bottom:10px;
 
}
dt strong{
  font-weight:bold;
  padding:0.1em 0.3em 0.2em 0;
}
dt span{
  position:absolute;
  right:0;
  padding:0.1em 0 0.2em 0.3em;
  
}

dd {
	margin-top:3px;
	margin-bottom:5px;
	
}*/

.underline {
	text-decoration:underline;
	
}

h2{
	text-decoration:underline;
	text-align:center;
	font-size:19px;
}

h3 {
	text-align:center;
	font-size:11px;
	font-weight:normal;
	margin-bottom:20px;
	
}

.hot {
	background:url(images/chili.gif) top left no-repeat;
	padding-left:8px;
	
}

h4{
	text-decoration:underline;
	font-size:12px;
	margin-bottom:10px;
	
}

.secondmenu{
	float:left;
	margin-top:50px;
	color:#FFF;
	margin-left:25px;
	width:175px;
}


.secondmenu a {
	color:#FFF
}

.secondmenu a:hover {
	background-color:#900;
}

#menu2 li{
	list-style-type:none;
	margin-bottom:1px;
	
}
.underline{
	text-decoration:underline;
	
}

dt{
  position:relative;
  background:url(images/dot.gif) bottom left repeat-x;
  margin-top:15px;
}
dt strong{
  background:#92342C;
  font-weight:bold;
  padding:0.1em 0.3em 0.2em 0;
}
dt span{
  position:absolute;
  right:0;
  background:#92342C;
  padding:0.1em 0 0.2em 0.3em;
}

dd{
	margin-top:3px;
	
}

.dotted {
background:url(images/dot.gif) bottom left repeat-x;
}
