@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
font-size: 12px;
line-height: 1.6em;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-repeat:repeat-x;
background-image: url(../images/bg.jpg);
background-attachment:scroll;
background-color: #3B3B3B;
}
p {
	padding-bottom: 15px;
}
.clear {
	clear: both;
}
a:active, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
.float-left {
	float: left;
}
.float-right {
	float: right
}
/* content pages */

/* events */
#events h2 {
	margin-bottom: 0px;
}
.events_container {
	padding: 0px 5px 10px 5px;
}

/* specials */
#specials h2 {
	margin-bottom: 10px;
}
#specials .specials_day {
	margin-bottom: 18px;
}
#specials .specials_day a:link {
	color: #000;
}

/* contact page */
#contact h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#directionsPanel{
	margin-top: 18px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #666666;
	color: #fff;
}
/* buttons */
div.button {
	background-image:url(http://www.yourareacode.com/images/icons/sales2/submit.png);
	border:1px solid #DDD;
	font-size:14px;
	padding: 3px 5px 5px;
	margin: 20px 10px 10px 0;
	-moz-border-radius:5px;
	border-radius: 3px;
}
div.button a {
	color: #333;
}
#container {
	width: 750px;
	margin-left:auto;
	margin-right: auto;
}
#header {
	background-image: url(../images/hdr.png);
	background-repeat: no-repeat;
	height: 175px;
	width: 750px;
	margin-top: 21px;
}
.header_vip {
	float: right;
	height: 175px;
	width: 230px;
	color: #FFFFFF;
}

#navbar {
	margin-top: 20px;
	height: 40px;
}
.nav_bar_left{
	float:left;
	width: 15px;
	background-image: url(../images/nav-bar.png);
	background-position: left top;
	height: 40px;
}
.nav_bar_right{
	float:left;
	background-image: url(../images/nav-bar.png);
	background-position: right top;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	height: 40px;
}
.nav_title {
	margin-top: 10px;
	font-size: 15px;
}
#content {
}
#content_left{
	float: left;
}
#content_right {
	float: right;
	width: 540px;
}
.header_bar_left{
	float:left;
	width: 15px;
	height: 34px;
	background-image: url(../images/header-bar.png);
	background-position: left top;
	margin-top: 20px;
}
.header_bar_right{
	float:left;
	height: 34px;
	background-image: url(../images/header-bar.png);
	background-position: right top;
	margin-top: 20px;
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.header_title {
	color:#000;
	margin-top: 8px;
}
.pad {
padding: 10px;
}
.section_bg {
	background-color: #DEDEDE;
	border: 1px solid #000000;
	border-top: 0px;
}
.section_container {
	width: 748px;
	
}
.feat_section_container {
	width: 168px;
	padding: 10px 10px 10px 10px;
}
.home_section_container {
	width: 518px;
	padding: 10px;
}
.ad_text {
	margin-top: 20px;
}
.specials_img {
	padding-left: 2px;
}
#footer {
	width: 750px;
	margin-top: 20px;
}
.header_bar_left_alt{
	float:left;
	width: 15px;
	height: 34px;
	background-position: left top;
	background-image: url(../images/header-bar.png);
}

.header_bar_right_alt{
	float:left;
	height: 34px;
	background-position: right top;
	color:#FDFDFD;
	font-size:14px;
	font-weight:bold;
	background-image: url(../images/header-bar.png);
}

