* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #3c532e;
	color: #fff;
}

.img_accent {
	position: absolute ; 
	margin-top: 120px ; 
	margin-left: -110px ;
}

.form_section {
	border: 1px solid #D4BC86 ;
	width: 550px ;
	padding: 5px ;
	margin: 10px 0px ;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px ;
}

.form_box {
	float: left ;
	width: 225px ;
	margin: 2px ;
}

p { 
	margin-bottom: 18px; 
}

/* headers */
h1 {
	font-size: 14px;	
	margin-bottom: 18px;
}
h3 {
	font-size: 10px;
	margin-bottom: 18px;
}

/* links */
a:link, a:visited, a:active {
	text-decoration:none;
	color: #ffb400;
}
a:hover {
	text-decoration:underline;
}

/* content blocks - front page */
#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/bg-hdr.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 1000px;
	position: relative ;
}
#vip_box {
	float: right;
}
#vip {
	width: 350px;
	height: 150px;
	padding: 10px;
	border: #fff solid 1px;
	background-color: #3b512c;
}

/* nav */
#nav_box {
	width: 1000px;
	height: 80px;
}
#nav {
	padding-left: 40px;
	background-color: #36462a;
	font-size: 14px;
}
#nav a {
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	text-decoration: underline;
}
.navdiv {
	float: left;
	padding: 25px;
	background-image: url(../images/bullet-links.jpg);
	background-repeat: no-repeat;
	background-position: right center;	
}
.navdiv_end {
	float: left;
	padding: 25px;
}

/* featured areas */
#feat_about_box {
	background-image: url(../images/bg-feat-about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 330px;
	width: 1000px;
}
#feat_about {
	font-size: 14px;
	margin-left: 400px;
	margin-right: 50px;
	padding-top: 30px;
}
#feat_about h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#feat_content_box {
	width: 1000px;
	margin: 18px auto;
	;
	background-color: #25381b;
}
#feat_specials {
	padding: 20px;
}
#feat_specials h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* content pages */
#middle {
	background-color: #36462A;
	width: 960px;
	margin: 18px auto;
	padding: 20px;
}
#middle h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ffb400;
}
#middle ul, li {
	margin-left: 18px;
	margin-top: 10px;
}
#photos {
}
#photos h2 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 3px;
	margin-bottom: 10px;
	color: #ffb400;
}


/* about us */
#about {
	color: #000;
}
#about h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-bottom: 18px;
}

/* contact page */
#contact {
}
#contact h2 {
}
#map {
	width: 550px;
	height: 390px;
	border: 1px solid #000;
	color: #000;
}

#directionsPanel{
	margin-top: 18px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #3c532e;
	color: #fff;
}

/* footer */
#footer_box {

}



#menu h1 {
	font-size: 16px;
	margin-bottom: 10px;
}
#menu .menu_link {
	border-bottom:1px dashed #DEB87A;
	font-size: 14px;
	margin-right: 10px;
	/*color:#fff;*/
	padding: 5px;
	cursor:pointer;
	font-weight:bold;
}
#menu .menu_back_link {
	border-bottom:1px solid #DEB87A;
	margin-top:-10px;
	margin-bottom:10px;
	font-weight:normal;
	padding: 5px;
	cursor:pointer;
	font-size: 14px;
	margin-right: 10px;
}
#menu #cat_title {
	border-bottom:1px solid #DEB87A;
	margin-top:-10px;
	font-weight:bold;
	padding: 5px;
	font-size: 20px;
	margin-right: 10px;
}
#menu .menu_link:hover {
	font-size: 14px;
	margin-right: 10px;
	padding: 5px;
	cursor:pointer;
	border-bottom:1px dashed #DEB87A;
	color: #333;
	background-color: #ccc;
}
#menu .menu_start{
	height: 300px;
	width: 650px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	margin: auto;
	background-position: center center;
}

/* permanent styles */
#menu .sub_start{
	width:500px;
	padding:5px;
	font-weight: bold;
	font-size: 16px;
	margin: auto;
}
#menu #boxes{
	width:250px;
	float:left;
}
#menu #sections{
	width:680px;
	float:right;
	margin-left:10px;
}
#menu .menu_link_nothing {
	font-weight:normal;
	padding: 5px;
	font-size: 14px;
	margin-right: 10px;
	color:#999;
}
#menu #cat_items{
	margin-top: 5px; 

}
#menu #cat_sub{
 padding: 5px;
}
#menu #cat_description {
	padding: 5px;
	color:#999;
}
#menu #cat_add_ons {
	padding: 5px;
	color:#999;
	font-style: italic;
	text-align: center;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#menu ul.menu_sub_links{
	list-style:none;
}
#menu ul.menu_sub_links li { 
	float:left;
	padding: 5px;
}
.menu_item_price{
	margin: 5px;
}
.menu_item_picture{

	float:left;
	margin:5px;
	border: 1px solid #AAA;
	padding: 1px;
}
.menu_item_details{

	float:left;
	margin:5px;
	width: 350px;
}
.menu_item_description{
	padding:5px;
}
.menu_item_addons{
	padding:5px;
}
.menu_item_ingredients{
	padding:5px;
}
.menu_item_nutrition{
 padding:5px;
}
.menu_item_details_header{
	font-weight: bold;
}
.menubutton{
	width: 116px;
	height: 32px;
	background-image: url(http://clients.yourareacode.com/globals/images/menus/button.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 30px;
}
.menubutton a {
	color: #111;
}
input#confirmationCode {
	outline:none;
	font-size:21pt;
	border:1px solid #ccc;
	padding:4px;
	width:60%;
}	
input.nameField {
	outline:none;
	border:1px solid #ccc;
	padding:2px;
}	
table#order {
	margin-top:15px;
}
table#order th {
	padding:5px;
	border-bottom:1px solid black;
}
table#order td {
	padding:5px;
}
.orderField {
	outline:none;
	font-size:9pt;
	width:140px;
	border:1px solid #ccc;
	padding:2px;
}	
.placeOrder {
	font-size:12pt;
}
#facebox table.menuOrderItems {
	font-size:9pt;
}
#facebox table.menuOrderItems th {
	border-bottom:1px dotted #ccc;
	padding:3px;
	font-size:9pt;
}
#facebox table.menuOrderItems td {
	padding:3px;
	font-size:9pt;
}
#facebox table.menuOrderItems tr.topFooter td {
	border-top:1px dotted #ccc;
}
#facebox table.menuOrderItems td.colLabel {
	font-weight:bold;
	text-align:right;
}
