/* page elements */
/* 
@font-face {  
   font-family: "myriadpro-regular";  
   src: url("files/myriadpro-regular.eot");
   src: local("myriadpro-regular"), url("files/myriadpro-regular.ttf") format("truetype"); 
}
*/
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.clear {
	clear: both;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/bg-main2.jpg);
	background-repeat: repeat-x;
	background-color:#3b3c3e;
}
p {
	margin-bottom: 18px;
}
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
.float-left {
	float: left;
}
.float-right {
	float: right
}
.alt-color {
}

/* nav */
#nav_box {
	padding-left: 200px;
	padding-top: 5px;
	position: relative;
	z-index: 1;
}
#nav {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float: left;
}
#nav li a {
	display: block;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
}

/* 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;
	margin: 10px 10px 0 0;
	-moz-border-radius:5px;
	border-radius: 3px;
}
div.button a {
	color: #333;
}

/* mobile */
.pad{
	border: #FFF;
}
.pad legend{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

/* content pages */

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

/* specials */
#specials h1 {
	background-image: url(../images/hdr-specials.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 270px;
	margin-bottom: 10px;
}
#specials h2 {
	margin-bottom: 10px;
}
#specials .specials_day {
	margin-bottom: 18px;
}
#specials .specials_day a:active, a:link, a:visited {
	color: #5d0504;
}
#menu h1 {
	font-weight:bold;
	padding: 5px;
	font-size: 20px;
}

/* 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: #f4f4f4;
	color: #333;
}
.mark_info {
	color: #000;
}

/* content blocks */
#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#logo{
	background-image: url(../images/logo.png);
	height: 247px;
	width: 225px;
	position: absolute;
	margin-left: 10px;
	top: -247px;
	left: -46px;
	z-index: 1000;
	cursor: pointer;
}
.icon-menu {
	position: relative;
	z-index: 0;
	top: 55px;
}
#rotator {
	overflow: hidden;
	position: relative;
	width: 998px;
	height: 358px;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
}
#rotator img
{
	width: 998px;
	height: 358px;
}
#header {
	position: relative;
}
#content {
	background-color: #ca333c;
	border: #000 solid 1px;
}
#content .left {
	width: 574px;
	float: left;
	padding: 30px 26px;
}
#content .right {
	width: 334px;
	float: right;
	background-color: #9a151d;
	padding: 30px 19px 50px 19px;
}
#content > .inner {
	margin: 18px;
	background-color: #606060;
	padding: 36px 10px 10px 10px;
	border: #000 solid 1px;
	color: #fff;
	box-shadow: 3px 3px 3px #1d1d1d;
	-moz-box-shadow: 3px 3px 3px #1d1d1d;
	-webkit-box-shadow:  3px 3px 3px #1d1d1d;
}
#feat_about_box {
	width: 573px;
	height: 275px;
	background-image: url(../images/bg-feat-bout.jpg);
	background-repeat: no-repeat;
}
#feat_specials_box {
	width: 573px;
	height: 275px;
	background-image: url(../images/hdr-feat-specials.jpg);
	background-repeat: no-repeat;
}
#feat_about{
	padding: 55px 15px 15px 15px;
	color: #fff;
	font-size: 14px;
}
#feat_events_box {
	background-image: url(../images/hdr-feat-events.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 560px;
	min-height: 43px;
	margin-top: 15px;
	padding-top: 40px;
}
#feat_events {
}
#feat_events .inner {
	color: #fff;
	background-image: url(../images/bg-feat-event-box-inner.png);
	background-repeat: no-repeat;
	height: 198px;
	width: 155px;
	float: left;
	padding: 10px;
}
#feat_events .margin-right {
	margin-right: 11px;
}
#feat_events .inner-img {
	background-image: url(../images/bg-feat-event-box-img.jpg);
	background-repeat: no-repeat;
	height: 121px;
	width: 153px;
	margin-top: 10px;
	padding: 1px 0 0 1px;
}
#feat_social_box {
	background-image: url(../images/bg-social.jpg);
	background-repeat: no-repeat;
	height: 212px;
	width: 560px;	
	margin-top: 15px;
}

/* footer */
#footer {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}

