@charset "utf-8";

/* MAIN LAYOUT */
body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fffbf5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/bg.gif);
}
a:link, a:visited, a:hover, a:active {
	color: #FFFBF5;
	text-decoration: underline;
}

#container {
	width: 1000px;
	text-align: left; 
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#mlogo {
	text-align: right;
	padding-bottom: 20px;
}
#layout_table {
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #590609;
	border-right-color: #590609;
	border-left-color: #590609;
}

#navi, #navi_btm {
	background-image: url(images/navibg.jpg);
}

#contents {
	background-color: #6e0a13;
}

#footer {
	padding-right: 20px;
	height: 25px;
	background-color: #590609;
	font-size: 10px;
 }

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-size: 10px;
	text-decoration: none;
 }

/* BUTTONS */
#buttons {
	padding-left: 32px;
}
#buttons ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#buttons ul li {
	font-size: 13px;
	color: #fcd177;
	text-transform: uppercase;
	height: 24px;
	width: 186px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #973937;
	padding-top: 4px;
	text-align: center;
}
#buttons a:link, #buttons a:visited, #buttons a:active {
	text-decoration: none;
	color: #fffefc;
}

#buttons a:hover {
	text-decoration: none;
	color: #e5d4b6;
}

/* HOME */

#hometext {
	height: 630px;
	width: 300px;
	margin-left: 340px;
	background-image: url(images/hometext_bg.gif);
	padding-right: 45px;
	padding-left: 50px;
	padding-top: 100px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.home_stroke {
	background-color: #8b3b42;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#social {
	height: 34px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8b3b42;
	border-bottom-color: #8b3b42;
	vertical-align: middle;
	color: #fffbf5;
}

#social a:link, #social a:visited, #social a:hover, #social a:active {
	text-decoration: none;
}


/* SUBCONTENTS */

#sub_contents_header {
	height: 69px;
	width: 690px;
	background-image: url(images/sub_header_bg.gif);
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-left: 45px;
}

#sub_contents_container {
	width: 645px;
	padding-right: 45px;
	padding-left: 45px;
}



.sub_contents_text_headers {
	font-size: 14px;
	font-weight: bold;
}

.sub_contents_fine_text {
	font-size: 10px;
}


.content_dash_stroke {
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #8b3b42;
}

.content_stroke {
	background-color: #8b3b42;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sup {
	font-size: 8px;
	font-weight: bold;
}
.txtcaps {
	text-transform: uppercase;
}


/* GOODIES PIC*/

#goodies_pic ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#goodies_pic ul li {
	display: block;
	width: 205px;
	margin-right: 15px;
	float: left;
	font-size: 11px;
	margin-bottom: 20px;
}

#goodies_pic a:link, #goodies_pic a:visited, #goodies_pic a:hover, #goodies_pic a:active {
	font-size: 11px;
	text-decoration: none;
}


#goodies_pic ul li img {
	border: 3px solid #a24151;
}


/* TAKEAWAY PIC*/

#takeaway_pic ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#takeaway_pic ul li {
	display: block;
	width: 150px;
	margin-right: 15px;
	float: left;
	font-size: 11px;
	margin-bottom: 20px;
}

#takeaway_pic a:link, #takeaway_pic a:visited, #takeaway_pic a:hover, #takeaway_pic a:active {
	font-size: 11px;
	text-decoration: none;
}


#takeaway_pic li img {
	border: 3px solid #a24151;
}

/* DINING */

.dining_stroke {
	background-color: #8b3b42;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}


#dining_wanhao img{
	border: 3px solid #a24151;
}
#dining_menus ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#dining_menus ul li {
	float: left;
	width: 125px;
	display: block;
	margin-right: 17px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-left: 15px;
	background-image: url(images/dining_bullets.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-decoration: none;
}

#dining_menus a:link, #dining_menus a:visited, #dining_menus a:hover, #dining_menus a:active {
	text-decoration: none;
	color: #FFFBF5;
}

#dining_pic ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#dining_pic ul li {
	display: block;
	width: 150px;
	margin-right: 15px;
	float: left;
	font-size: 11px;
	margin-bottom: 20px;
}

#dining_pic a:link, #dining_pic a:visited, #dining_pic a:hover, #dining_pic a:active {
	font-size: 11px;
	text-decoration: none;
}


#dining_pic li img {
	border: 3px solid #a24151;
}

/* FORMS */

#orderform tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #8b3b42;
	border-bottom-color: #8b3b42;
	padding-left: 10px;
}
#orderform {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #8b3b42;
	border-left-color: #8b3b42;
}
.food_header {
	font-weight: bold;
	color: #FEFCF6;
	background-color: #42060A;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

.quantity {
	font-size: 12px;
	width: 45px;
	border: 1px solid #999;
}

.form_fine {
	font-size: 10px;
}


.form_contact_fills {
	background-color: #FFF;
	width: 180px;
	border: 1px solid #999;
	font-size: 12px;

}

.form_reservation_people {
	background-color: #FFF;
	width: 100px;
	border: 1px solid #999;
	font-size: 12px;
}
.form_reservation_table_st {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8b3b42;
}

.form_reservation_table_btm_st {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8b3b42;
}

.form_additional_details {
	background-color: #FFF;
	width: 450px;
	border: 1px solid #999;
	font-size: 12px;
}
.form_reservation_main_table_st {
	border: 1px solid #8b3b42;
}
