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

.body {
	background-image: url(../images/bg-main.jpg);
}
.alt-body {
	background-image: url(../images/bg-main-alt.jpg);
}

p { 
	margin-bottom: 18px; 
}

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

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

/* content blocks */
#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/bg-hdr.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 598px;
	padding-bottom: 40px;
}
#header_alt {
	background-image: url(../images/bg-hdr-alt.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	padding-bottom: 40px;
}

/* vip */
#vip_box {
	float: right;
	width: 437px;
	padding-right: 0px;
	padding-top: 57px;
}
#vip_box_alt {

}
#vip {
	background-image: url(../images/bg-vip.png);
	background-repeat: repeat;
	border: #ff0000 solid 1px;
	padding: 10px;
	color: #000;
	height: 216px;
	width: 372px;
}
.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;
	color:#242424;
	padding: 5px 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: 160px;
	padding-left: 100px;
}
#nav {
	height: 40px;
	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: 5px 15px 5px 0px;
	border-right: #324d3c solid 1px;
	font-size:18px;
}

/* featured areas */
#feat_about_box {
	padding-top: 50px;
	float: left;
	width: 520px;
}
#feat_about {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}
#feat_about h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#feat_ad_box {
	padding-top: 20px;
}

#feat_coupon_box {
	background-image: url(../images/bg-feat-coupons.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 109px;
	width: 299px;
	margin: 20px 20px;
}

#feat_hours_box {
	padding-right: 20px;
	margin-right: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #b7997a;
	padding-bottom: 20px;
	padding-top: 20px;
}

#feat_events_box {
	background-image: url(../images/bg-feat-events.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 318px;
	width: 298px;
	margin-left: 20px;
}
#feat_events {
	padding: 50px 20px 20px 20px;
}
#feat_events h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#feat_photos_box {

}
#feat_photos {

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

#feat_specials_box {
	padding-right: 20px;
	margin-right: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #b7997a;
	padding-bottom: 20px;
}
#feat_specials {

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

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

/* menu page */
#menu #menu_title {
	font-size: 18px;
	padding: 10px;
	background-color: #201207;
	border: 1px solid #333;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-weight:bold;
}

/* 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: #201207 solid 4px;
	background-color: #231f20;
	color: #fff;
}
.special_content h2 {
	margin-bottom: 10px;
}
.specials_border {
	float:right; 
	border: #201207 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 {
	padding: 10px;
	border: 1px solid #000;
	background-color: #201207;
	color: #fff;
}
#directionsPanel{
	margin-top: 18px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #201207;
	color: #fff;
}

/* footer */
#footer_box {
	background-image: url(../images/bg-footer-box.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100px;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}

/*image rotator */
#rotator
{
	overflow: hidden;
	position: relative;
	width: 392px;
	height: 236px;
}

#rotator img
{
	width: 392px;
	height: 236px;
}

/* content */
#content {
	padding-bottom: 30px;
}
#content_left {
	width: 640px;
	float: left;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #b7997a;
}
#content_right {
	width: 358px;
	float: right;
	color: #fff;
}

