* {
	margin: 0px;
	padding: 0px;
}

body {
	background: black;
	color: #8d8d8d;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 11px;
}

a img {
	border: none;
}

#pageContainer {
	background: url(images/background.png) top center no-repeat;
	width: 900px;
	height: 760px;
	margin: 0px auto;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

#mainNav {
	width: 480px;
	position: absolute;
	top: 400px;
	left: 50%;
	margin-left: -240px;
	list-style: none;
}

#mainNav li {
	float: left;
	text-indent: -3000px;
	overflow: hidden;
}

#mainNav li a {
	height: 50px;
	display: block;
}

#nav_menu {
	width: 60px;
	background: url(images/nav_menu_over.png) no-repeat;
	margin-right: 130px;
}

/*#nav_menu:hover {
	background: url(images/nav_menu_over.png) no-repeat;
}*/

#nav_directions {
	width: 90px;
	background: url(images/nav_directions_over.png) no-repeat;
	margin-right: 120px;
}

/*#nav_directions:hover {
	background: url(images/nav_directions_over.png) no-repeat;
}*/

#nav_contact {
	width: 75px;
	background: url(images/nav_contact_over.png) no-repeat;
}

/*#nav_contact:hover {
	background: url(images/nav_contact_over.png) no-repeat;
}*/

#footer {
	font-size: 9px;
	padding-top: 720px;
	text-align: center;
}

.closeButton {
	clear: both;
	width: 60px;
	height: 20px;
	line-height: 20px;
	background: #191919;
	/*color: #dc2525;*/
	color: #603;
	border: none;
	cursor: pointer;
	text-align: center;
	margin: 0px auto;
	letter-spacing: 1px;
}

#menuContainer {
	background: url(images/menu_back.png) top center no-repeat;
	width: 650px;
	height: 733px;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -294px;
	text-align: left;
	overflow: hidden;
	display: none;
	z-index: 1001;
	padding-bottom: 40px;
}
  
#scrollbar_content {  
    overflow:hidden;  
    width:520px;  
    height:570px;  
	margin: 0px 55px 5px;
}  
   
#menuHelpText {
	margin: 70px 40px 5px;
	font-size: 9px;
	color: #6b6b6b;
}

#menuText {
	text-align:center;
	font-size: 9px;
	color: #6b6b6b
}

.hidden {
	display: none;
}

#menu_holder {
	overflow:hidden;
	height: 540px;
	width: 550px;
	margin: 0px 55px 5px;
}

.menu_item {
    overflow:hidden;
	clear: both;
	margin-bottom: 15px;
	line-height: 18px;
}

.menu_name {
	overflow:hidden;
	font-weight: bold;
	font-size: 11px;
	float: left;
}

.menu_desc {
	overflow:hidden;
	font-style: italic;
	font-size: 10px;
	line-height: 12px;
	clear: both;
}

.menu_price {
	overflow:hidden;
	float: right;
	margin-right: 10px;
}

#menuContainer .closeButton {
	margin-top: 10px;
}

#directionsContainer {
	background: url(images/directions_back.png) top center no-repeat;
	width: 462px;
	height: 690px;
	padding-bottom: 30px;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -231px;
	overflow: hidden;
	display: none;
	z-index: 1002;
}

#dir_location {
	margin: 90px 0px 0px;
	text-align: center;
	font-size: 12px;
}

#dir_number {
	margin: 20px 0px 0px;
	text-align: center;
	font-size: 12px;
}

#dir_map {
	width: 385px;
	height: 385px;
	margin: 20px 38px;
}

#dir_map img {
	margin: 5px;
}

#directionsContainer .closeButton {
	margin-top: 30px;
}

#contactContainer {
	background: url(images/contact_back.png) top center no-repeat;
	width: 462px;
	height: 616px;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -231px;
	overflow: hidden;
	display: none;
	z-index: 1003;
}

#contactHelpText {
	margin: 80px 40px 20px;
	text-align: left;
	font-size: 12px;
}

#contactFormHolder {
	position: relative;
	width: 382px;
	height: 393px;
	margin: 0px 40px;
	overflow: hidden;
}

#contactSending {
	text-align: center;
	padding-top: 190px;
	display: none;
}

#contactSent {
	width: 382px;
	position: absolute;
	top: 190px;
}

#contactForm {
	width: 382px;
	text-align: left;
}

#contactFormBlock {
	height: 370px;
	width: 382px;
	background: #191919;
	position: relative;
}

#contactFormBlock * {
	position: absolute;
}

#contactFormBlock input {
	width: 250px;
	height: 22px;
	background: #9f9f9f;
	font-size: 14px;
	line-height: 22px;
	border: none;
	left: 100px;
}

#contact_fname_label {
	top: 30px;
	left: 25px;
}

#contact_fname {
	top: 26px;
}

#contact_lname_label {
	top: 70px;
	left: 25px;
}

#contact_lname {
	top: 66px;
}

#contact_tel_label {
	top: 110px;
	left: 25px;
}

#contact_tel {
	top: 106px;
}

#contact_email_label {
	top: 150px;
	left: 25px;
}

#contact_email {
	top: 146px;
}

#contact_comment_label {
	top: 190px;
	left: 25px;
}

#contact_comment {
	width: 250px;
	height: 100px;
	background: #9f9f9f;
	font-size: 14px;
	line-height: 22px;
	border: none;
	left: 100px;
	top: 186px;
}

#contact_mail_list {
	margin-top: 5px;
}

#contact_mail_list_label {
	color: #626262;
}

#contact_submit {
	position: absolute;
	right: 0px;
	top: 370px;
	width: 100px;
	height: 23px;
	line-height: 20px;
	background: #262626;
	/*color: #dc2525;*/
	color: #603;
	border: none;
	cursor: pointer;
	letter-spacing: 1px;
}

#contactContainer .closeButton {
	margin-top: 55px;
}

#page_button {
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
}