html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	background-color: #000;
}

img {
	border:none;
}

a {
	color:#999;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	margin: 10px 0 0 0;
}

h5 {
	margin: 20px 0 5px 0;
	clear: both;
}

p {
	margin: 5px 0;
}

#form {
	height: 100px;
}

#body-wrapper{
	background: url('images/background.jpg') no-repeat top;
	height: 100%;
}

#header {
	height: 14em;
	width: 100%;
	margin: 0;
}

#header-wrapper{
	margin: 0 auto 0 auto;
	width: 75em;
	height: 14em;
}

#logo{
	float: left;
	margin: 4.5em 0 0 0;
	width: 31em;
	height: 9.5em;
}

#phone{
	float: right;
	margin: 11.6em 0 0 0;
	padding: 0 0 0 0;
	width: 13em;
	height: 3em;
	background: url('images/tab.png') no-repeat bottom left;
	vertical-align: bottom;
}

#phone p{
	margin: .3em 0 0 .2em;
	font-size: 2em;
}

.accepted {
	font-size: 11px; 
	font-weight:bold; 
	color: #333; 
	padding: 5px; 
	margin-bottom:10px; 
	background-color: #FFF; 
	width: 225px; 
	float: left; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	text-align: center;
}

.error {
	color: #C30
}

.line{
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	background: url('images/color.jpg') repeat;
}

* .line {
	margin-top: 5px;
}

#content-wrapper {
	margin: 1em 0 1em 0;
	background: url('images/color.jpg') repeat;
	width: 100%;
}

#content {
	font-size: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	padding: 0 1em 0 1em;
	margin: 0 auto 0 auto;
	width: 782px;
	min-height: 300px;
	color:#CCC;
	max-height: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#navigation {
	width: 80em;
	margin: 0 auto 0 auto;
	margin-top: 1em;
	text-align: center;
}

#navigation ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0 auto 0 auto;
}

#navigation ul li {
	float: left;
	margin: 0 1em;
}

#footer {
	background: none;
	clear:both;
	width: 60em;
	margin: 9em auto 0 auto;
	bottom: 0;
	text-align: center;
	color:#999;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

#map {
	padding: 0;
	margin: 0;
	float: left;
}

#content_text {
	padding: 1em 0 1em 0;
}

#content_text h3 {
	margin-top:0;
	padding-top:0;
}

.image_right {
	float: right;
	margin-left: 1em;
}

.menu {
	clear:both;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 2em;
}

.food_item {
	display: block;
	width: 340px;
	height: 50px;
	margin: 0 25px 25px 0;
	float: left;
	font-size: 1em;
}

.menu_cat {
	position: relative;
	z-index: 1001;
	float: left;
	border: thin solid #999;
	padding: 5px;
	background-image: url('images/button_bg.jpg');
	color: #000;
	margin: 0 0 18px 0;
}

.menu_cat:hover {
	cursor:pointer;
	background-image: url('images/button_bg1.jpg');
}

.food_title {
	float:left;
	font-weight: bold;
}

.food_price {
	float: right;
}

.food_desc {
	clear: both;
	font-size: .8em;
}

.menuInit {
	position: relative;
	clear:both;
	background-color: #000;	
	display: none;
}

.menu_cat {
	margin: 0 auto 20px 0;
	text-align: center;
}

#girl {
	z-index: -10;
	text-align: right;
	margin: 0 0 0 auto;
	float: left;
	width: 254px;
}

#boy {
	z-index: -10;
	text-align: left;
	margin: 0 auto 0 0;
	float: left;
	width: 273px;
}

#center {
	margin: 0 auto;
	width: 1350px;
}