@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	text-align: center;
	background: url(../images/body-bg.jpg) repeat-x #ffe789;
	font-family: Arial, Helvetica, sans-serif;
}

#banner {
	margin: 0 auto;
	text-align: center;
	width: 980px;
	height: 170px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	width: 490px;
	height: 170px;
	float: left;
}

#specials {
	margin: 0 auto;
	text-align: left;
	width: 490px;
	height: 170px;
	float: left;
	background: url(../images/specials-bg.png) no-repeat;
}

#nav {
	margin: 0 auto;
	text-align: left;
	width: 245px;
	height: 330px;
	background: url(../images/nav-bg.png) no-repeat;
	float: left;
}

#nav-left {
	width: 50px;
	height: 330px;
	float: left;
}

#nav-center {
	width: 155px;
	height: 330px;
	float: left;
}

#nav-center img {
	float: left;
}

#nav-right {
	width: 40px;
	height: 330px;
	float: left;
}

#text {
	margin: 0 auto;
	text-align: left;
	width: 735px;
	height: 330px;
	background: url(../images/text-bg3.png) no-repeat;
	float: left;
}

#text-main {
	width: 545px;
	height: 330px;
	float: left;
}

#text-pic {
	width: 190px;
	height: 330px;
	float: left;
}

#breaker1 {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	height: 1px;
	background: url(../images/breaker1-bg.png) no-repeat;
	clear: both;
}

#breaker2 {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	height: 1px;
	clear: both;
}

#bottom-left {
	margin: 0 auto;
	text-align: left;
	width: 291px;
	height: 236px;
	float: left;
}

#follow-us {
	margin: 0 auto;
	text-align: left;
	width: 291px;
	height: 27px;
	background: url(../images/follow-bg.png) no-repeat;
}

#food {
	margin: 0 auto;
	text-align: left;
	width: 291px;
	height: 209px;
	background: url(../images/food-bg.png) no-repeat;
}

#bottom-right {
	margin: 0 auto;
	text-align: left;
	width: 372px;
	height: 236px;
	float: left;
	background: url(../images/bottom-right-bg.png) no-repeat;
}

#direct-tv {
	margin: 0 auto;
	text-align: left;
	width: 372px;
	height: 55px;
}

#punchCard {
	padding-top: 20px;
	margin: 0 auto;
	text-align: left;
	width: 177px;
	height: 181px;
	float: left;
}

#punchCard a img {
	float: left;
}

#flare {
	margin: 0 auto;
	text-align: left;
	width: 195px;
	height: 181px;
	float: left;
}

#bottom-mid {
	margin: 0 auto;
	text-align: left;
	width: 317px;
	height: 236px;
	float: left;
	background: url(../images/address-bg.png) no-repeat;
}

#bottom-mid-left {
	float: left;
	padding-left: 10px;
	padding-right: 5px;
}

#bottom-mid-right {
	float: left;
	padding-left: 10px;
	padding-right: 0px;
}

#main {
	margin: 0 auto;
	text-align: center;
	width: 980px;
	height: 633px;
	background: url(../images/main-bg.png) no-repeat;
}

#main-breaker {
	margin: 0 auto;
	text-align: left;
	width: 920px;
	height: 10px;
	clear: both;
}

#main-container {
	margin: 0 auto;
	text-align: left;
	width: 920px;
}

#main-feature {
	margin: 0 auto;
	text-align: left;
	width: 660px;
	height: 558px;
	float: left;
	background-image: url(../images/bg-feature.png);
	background-repeat: no-repeat;
}

.main-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-left: 40px;
	margin-right: 20px;
	line-height: 18px;
}

.main-font a, .main-font a:link, .main-font a:visited {
	color: #850000;
	text-decoration: none;
}

.main-font a:hover, .main-font a:active {
	text-decoration: underline;
}

#footer {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b07434;
}

.footer a, .footer a:link, .footer a:visited {
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	text-decoration: underline;
}

.clear {
	clear: both;
}

