/* CSS Document */
body {
	margin: 0; 
	padding: 0;
	background-color:#cc9933;
	text-align: center;
}

#container {
	position:relative;
	top: 80px; 
	left: 0px;
	width: 800px;
	height:590px;
	margin:auto;
	font: normal normal normal 14px Verdana, Helvetica, Arial, sans-serif;
}

#top {
	position: absolute;
	top: 0px;
	left:0px;
	width: 800px;
	height: 140px;
	background: #fff url(img/bamboo.gif) no-repeat;
}

#logo { position:absolute; top:0px; left:0px; width:243px; height:140px; }

#quote {position:absolute; top:30px; left: 300px; background-image:url(img/quote1.gif); width:438px; height:74px; }

#nav {
	position: absolute;
	top: 140px;
	left:0px;
	width: 170px;
	height: 230px;
	background-color:#300;
	text-align: left;
	padding:10px;
}

#navcontainer { width:170px; }

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: "Century Gothic", "Avant Garde", Futura, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navcontainer a {
	display: block;
	padding: 1px;
	margin-left:5px;
	width: 155px;
	background-color: #300;
	border-bottom: 5px solid #300;
}

#navcontainer a:link, #nav a:visited { color: #fff; text-decoration: none; }

#navcontainer a:hover {
	background-color: #fff;
	color: #300;
	text-indent:20px;
}

#navcontainer a.here { 
	text-indent:20px;
	background-color:#4f1b1b;
	color: #fff;
}

#order-online {
	position:absolute;
	top:355px;
	left:15px;
	z-index:1000;
	background:url(img/btn/order-online.png) no-repeat;
	width:160px;
	height:29px;
}

#order-online a {
	width:160px;
	height:29px;
	display:block;
	text-indent:-9999px;
}

#bottom {
	position: absolute;
	bottom: 0px;
	left:0px;
	width: 190px;
	height: 200px;
}

#close {position:absolute; top:590px; padding-top:5px; padding-bottom:60px; left:0px; width:800px; text-align:center; color:#885b2e; 
		font: normal normal normal 10px Verdana, Helvetica, Arial, sans-serif;}
		
#close a {text-decoration:none; color:#885b2e}	
#close a:hover {text-decoration:underline}	

#main {
	position: absolute;
	top: 140px;
	right: 0px;
	width: 610px;
	height: 450px;
	background-color:#000;
}

a:link, a:visited { color:#ffffff; text-decoration: none;}
a:hover, a:active { color:#ffffff; text-decoration: none;}

.locationFont {
	font: normal normal normal 18px "Century Gothic", "Avant Garde", Futura, Arial, Helvetica, Verdana, sans-serif;
	text-align:left;
	color: #c93;
	padding:20px;
}

.newsFont {
	font: normal normal normal 14px "Century Gothic", "Avant Garde", Futura, Arial, Helvetica, Verdana, sans-serif;
	text-align:left;
	color: #c93;
	padding-bottom:30px; padding-left:20px; padding-right:20px;
}

.hours {
	font: normal normal normal 14px "Century Gothic", "Avant Garde", Futura, Arial, Helvetica, Verdana, sans-serif;
	color: #c93;
}


.newsEmphasis {
	color: #FFCC66;
	font-size: 16px;
	text-transform: uppercase;
}

.aboutFont {
	font: normal normal normal 12px/16px "Century Gothic", "Avant Garde", Futura, Arial, Helvetica, Verdana, sans-serif;
	text-align:left;
	color: #fff;
}

a.map:link, a.map:visited { color:#c93; font-weight:bold; }
a.map:hover, a.map:active { color: #fc3; font-weight:bold; }

table.contact { 
	font: normal normal normal 18px "Century Gothic", "Avant Garde", Futura, Arial, Helvetica, Verdana, sans-serif;
	text-align:left;
	color: #c93;
	border-top: 40px solid #000;
}

td.head { border: 1px solid #c93; padding:3px; width:120px; vertical-align:top; }
td.content { border: 0; width:260px; vertical-align:top; }

#pressText ul { 
	list-style-type: none;
	padding-left:30px;
	padding-top:10px;
	font: normal normal normal 16px "Century Gothic", "Avant Garde", Futura, Arial, Helvetica, Verdana, sans-serif;
	text-align:left;
}

#pressText li { padding-bottom:10px; }
#pressText a { color: #c93; }
#pressText a:hover { color: #fc3; }

#about, #news, #press, #catering {
	position:absolute; 
	top:10px; 
	left:10px; 
	width:590px; 
	height:430px;
}

#about {background-image:url(img/about_bg.jpg)}
#news {background-image:url(img/news_bg.jpg); overflow:auto; }
#catering {background-image:url(img/catering_bg.jpg)}
#press {background-image:url(img/press_bg.jpg)}

#testimonial {
	font: normal normal normal 12px "Century Gothic", "Avant Garde", Futura, Arial, Helvetica, Verdana, sans-serif;
	color:#fff;
	text-align:left;
	margin:0 30px 0 30px;
	padding:5px;
	border:1px solid #c93;
}

p.testHead { font-size:16px; color:#c93; margin-top:0; }
p.test { padding:0 10px 0 10px; }

a.icon img { border:0; outline:0; }

