@charset "UTF-8";
/* CSS Document */

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto; !important;
	height: 100%;
	min-height: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

# a{  
	cursor: pointer;  
	text-decoration:none;  
} 

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #000000;
}

#wrapper{
	width:850px;
	margin: 0 auto;
}

.logo{
	float:left;	
}

.phone{
	float:right;
}

#container{
	width: 800px;	
}

#bamboo{
	background-image: url(images/left_body.jpg);
	float:left;
	width:360px;
	height:406px;
}

#content{
	width: 430px;
	float:right;
	margin-left:8px;
}

h1{
	color:#FFF;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
}

p{
	margin-top:12px;
	font-size:13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #54a905;
}

p img{
	float:left;	
	margin-right: 8px;
}

#navigation{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			list-style: none;
			float: left;
			margin-top:-2px;
			padding:0px;
			
		}
			
			#navigation:hover
			{
				background: none;
			}
			
			#navigation li{
				float:right;
				margin:0px;
				padding:0px;
			}
			
				#navigation li a{
					color: white;
					text-decoration: none;
				}
				
				#navigation span{
					display:none;
				}
				
				#navigation #home{
					display:block;
					background:url(images/home.jpg);
					width:141px;
					height:52px;
				}
					#navigation #home:hover{
						background:url(images/home_over.jpg) no-repeat;
						width:141px;
						height:52px;
					}
					
					#navigation a#home:current{
						background:url(images/home_over.jpg) no-repeat;
					}
			
				li a#menu{
					display:block;
					background:url(images/menu.jpg);
					width:127px;
					height:52px;
				}
					#navigation #menu:hover{
						background:url(images/menu_over.jpg) no-repeat;
						width:127px;
						height:52px;
					}
				
				li a#events{
					display:block;
					background:url(images/specials.jpg);
					width:129px;
					height:52px;
				}
					#navigation #events:hover{
						background:url(images/specials_over.jpg) no-repeat;
						width:129px;
						height:52px;
					}
				
				li a#delivery{
					display:block;
					background:url(images/del.jpg);
					width:131px;
					height:52px;
				}
					#navigation #delivery:hover{
						background:url(images/del_over.jpg) no-repeat;
						width:131px;
						height:52px;
					}
					
				li a#reviews{
					display:block;
					background:url(images/reviews.jpg);
					width:129px;
					height:52px;
				}
					#navigation #reviews:hover{
						background:url(images/reviews_over.jpg) no-repeat;
						width:129px;
						height:52px;
					}
					
				li a#locations{
					display:block;
					background:url(images/locations.jpg);
					width:143px;
					height:52px;
				}
					#navigation #locations:hover{
						background:url(images/locations_over.jpg) no-repeat;
						width:143px;
						height:52px;
					}
					
					
#menu_content{
	width: 800px;	
}

#menu_nav li{
				float:left;
				padding-right:30px;
				margin-bottom:30px;
				margin-top:35px;
				display:block;
				padding:0px;
			}
			
				#menu_nav li a{
					color: white;
					text-decoration: none;
				}
				
				#menu_nav span{
					display:none;
				}
				
				#menu_nav #dine_in{
					display:block;
					background:url(images/dine_but.jpg);
					width:226px;
					height:185px;
				}
					#menu_nav #dine_in:hover{
						background:url(images/dine_but_over.jpg) no-repeat;
						width:226px;
						height:185px;
					}
				
				#menu_nav #lunch{
					display:block;
					background:url(images/lunch_but.jpg);
					width:226px;
					height:185px;
				}
					#menu_nav #lunch:hover{
						background:url(images/lunch_but_over.jpg) no-repeat;
						width:226px;
						height:185px;
					}
				
				#menu_nav #party_menu{
					display:block;
					background:url(images/party_but.jpg);
					width:226px;
					height:185px;
				}
					#menu_nav #party_menu:hover{
						background:url(images/party_but_over.jpg) no-repeat;
						width:226px;
						height:185px;
					}
					
td.events ul{
	color: #CCC;
	list-style:none;
	font-size: 24px;
	display:block;
	float:left;
}

td.north{
	position: absolute;	
	margin-top: -1000px;
	
}

td.south img{
	position: absolute;	
}

#footer p{
	margin-top:0;
	
	float:right;
}