/*
	GENERIC RESET
	color orange #cc3300
	
*/
* { margin: 0; padding: 0; }
body { font-family: "Georgia", Verdana, Arial, Helvetica, Sans-serif; color: black; background:black; font-size: 13px; }
img {border: 0px;}
a, a:visited { outline: none; text-decoration: none; color: white; }
a.fab { text-shadow: 1px 1px 5px #ffcc33; outline: none; text-decoration: none; color: white; }
ul { list-style: none; }
ul { list-style: none; }
h1 {
	height: 160px;
	margin-left: -5px;
	text-indent: -99999px;
}
h1.logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
h2 { font-size: 20px; margin-bottom: 5px; color: #e54e04; font-style: italic; font-weight:bold; }
h3, #wrap a, #wrap a:visited { 
	font-style: normal; 
	font-weight: normal; 
	font-size: 13px;
    color: black;
}
h4 {font-weight: normal;font-size: 16px;}
#wrap a {text-decoration: underline;}

/*
	BASIC STRUCTURE
*/
#outside {
	width: 1049px;
	height: auto;
	margin: auto;
	position: relative;
}
	
#wrap {
	width: 716px;
	height: 617px;
	margin-left: 164px;
	padding-top: 20px;
	padding-left: 15px;
	margin-bottom: -20px;
	background: url(../images/center_home.jpg);
	background-color: #99cc33;
	position: relative;
	z-index: 999;
}
.topcontent {
	width: 340px;
	height: auto;
	margin-left: 360px;
	margin-top: -150px;
}

#nav{
	margin-top:20px;
	margin-right: 20px;
	height:30px;
	float: right;
}
#nav ul{
	list-style:none;
}
#nav li{
	list-style:none;
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	background:url(../images/menu_020_bg.jpg) repeat-x;
}
#nav li a{
	display:block;
	float:left;
	color:#ffc3b6;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
	padding:0 15px;	
	background:url(../images/menu_020_d.jpg) no-repeat left bottom;			
}
#nav li a:hover{
	color:#fff;
	background:url(../images/menu_020_c.jpg) repeat-x 0 top;
}
#nav li a.current{
	display:block;
	float:left;
	background:url(../images/menu_020_c.jpg) repeat-x 0 bottom;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
	padding:0 15px;	
}
#nav li a:hover.current{
	color:#fff;
}
.bottomcontent {
	width: 500px;
	height: 310px;
	margin: 0px;
}
#footer, #footer-foodcourt { 
	width: 749px;
	height: 74px;
	margin-left: 150px;
	margin-top: -20px;	
	background: url(../images/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 100000;
	color: white;
}
#address-home {
	float: left;
	margin-left: 30px;
}
#copyright-home {
	width: 250px;
	position: absolute;
	right: -30px;
	}
#copyright-home p, #copyright-home a {
	margin-left: 0px;}
#left {
	width: 150px;
	height: 692px;
	background: url(../images/kanok_left.jpg);
	position: absolute;
	top: 0px;
}
#right {
	width: 150px;
	height: 692px;
	background: url(../images/kanok_right.jpg);
	position: absolute;
	top: 0px;
	left: 899px;
	z-index: 1000;
}
#fork {
	width: 14px;
	height: 618px;
	background: url(../images/strip_left.jpg);
	position: absolute;
	top: 0px;
	left: 150px;
	z-index: 9999;
}
#spoon {
	width: 23px;
	height: 618px;
	background:url(../images/strip_right.jpg) ;
	position: absolute;
	top: 0px;
	left: 880px;
	z-index: 9999;
}
#telno {
	font-size: 20px;
	margin-top: 300px;
	margin-left: 70px;
	text-indent: -99999px;
}
/*
	FOODCOURT PAGE
*/
#wrap.foodcourt{
	background: url(../images/center_foodcourt.jpg);
	background-color: white;
}
#fork.foodcourt{
	background: url(../images/strip_leftfast.jpg);
}
#spoon.foodcourt{
	background:url(../images/strip_rightfast.jpg) ;
}
.foodcourt.topcontent h3 {color: black;}




