* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #9B2C23;
	background-repeat: no-repeat;
	background-position: top;
}
p { 
	margin-bottom: 18px; 
}

/* headers */
h1 {
	font-size: 14px;	
	margin-bottom: 18px;
}
h3 {
	font-size: 10px;
	margin-bottom: 18px;
}
.alt_color {
	color: #ec7800;
}

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

/* content blocks */
#container {
	width: 1013px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(../images/bg-hdr.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 460px;
}

/* vip */
#vip_box {
}
#vip {
	background-image: url(../images/bg-vip.png);
	background-repeat: repeat;
	border: #ff0000 solid 1px;
	padding: 10px;
	color: #000;
}
.vip_badge {
	position: absolute;
	z-index: 1;
	top: 85;
	height: 81px;
	width: 81px;
	background-image:url(../../images/icon-vip.png);
	background-repeat:no-repeat;
}
.mobile_icon {
	padding-left: 60px;
}
.pad{
	border: #FFF;
}
.pad legend{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.submit_button {
	height:31px;
	background-image:url(http://www.yourareacode.com/images/icons/sales2/submit.png);
	border:1px solid #DDD;
	font-size:14px;
	padding: 3px 10px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-radius: 3px;
}

/* nav */
#nav_box {
	border-radius: 10px;
	padding-top: 90px;
}
#nav {
	height: 30px;
	background-image:url(../images/bg-nav.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	margin: 12px 0px 12px 200px;
}
#nav li {
	display: inline;
	margin: 0;
	float:left;
}
#nav li a {
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 15px;
	padding: 2px 13px 2px 0px;
	border-right: #6f131b solid 1px;
	font-size:14px;
	color: #791c18;
}

/* featured areas */
#feat_box {
	width: 213px;
	float: left;
	padding-left: 40px;
	background-image: url(../images/feat-line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#feat_box h3 {
	color: #ec7800;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: center;
	width: 110px;
}
#feat_about_box {
	background-image: url(../images/bg-feat-about-area.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 190px;
	padding-left: 265px;
	padding-top: 16px;
	position: relative;
}
#feat_about {
	color: #4e0808;
	width: 530px;
	font-size: 16px;
	line-height: 20px;
	float: left;
}
#feat_about_box h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}

#feat_ad_box {

}

#feat_coupon_box {

}

#feat_hours_box {

}

#feat_events_box {

}
#feat_events {

}
#feat_events h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#feat_photos_box {
	height: 310px;
	width: 985px;
	margin: 5px auto;
	overflow: hidden;
}
#feat_photos {

}
#feat_photos h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

#feat_specials_box {

}
#feat_specials {

}
#feat_specials h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#feat_area_box {
	height: 176px;
	background-image: url(../images/bg-feat-area-box.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

/* content */
#content {

}

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

/* menu page */
.menu_title {
	background-color: #fff;
	color: #000;
}

/* events */
#event_calendar_lg {

}
#event_calendar_lg h2 {
	margin-bottom: 20px;
}

/* photos */
#photos {

}

/* specials */
#specials {
	padding: 0 20px;
}
#specials a {
	color: #000;
}
#specials h2 {

}
.specials_day {
	margin-bottom: 20px;
	text-align: center;
}
.special_content{
	width:375px;
	padding: 10px;
	border: #8a1001 solid 4px;
	background-color: #231f20;
	color: #fff;
}
.special_content h2 {
	margin-bottom: 10px;
}
.specials_border {
	float:right; 
	border: #8a1001 solid 4px;
}

/* contact page */
#contact {
}
#contact h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#map {
	width: 550px;
	height: 390px;
	border: 1px solid #000;
	color: #000;
}
#map a {
	color: #000;
}
.form_box {

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

.reserv-reviews {
	width: 165px;
	position: absolute;
	z-index: 1;
	right: 30px;
	top: 0px;
}
#photos {
	color: #fff;
}
/* footer */
#footer_box {
	background-color: #791c18;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}
.nivo-prevNav {
	left: 5px;
	width: 30px;
	height: 30px;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.nivo-nextNav {
	right: 5px;
	width: 30px;
	height: 30px;
	background-image: url(../images/arrows.png);
	background-position: -30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#content {
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px;
	color: #fff;
}
#content h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #fff;
}

