@charset "UTF-8";

/* Copyright 2008 YFM Media www.yfmmedia.com Mount Olive, New Jersey */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1F1F1F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #787878;
	font-size: 11px;
}

a:link, a:visited, a:hover {
	color: #F7931E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #F7931E;
}
/* overrides decoration from previous rule for hovered links */

h1{
	color: #78ada7;
	font-size: 16px;
}
h4{
	color: #999999;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*added 04-29-08 */
li {
	list-style-type: square;
	list-style-image: url(../images/bullet.jpg);
}

#bgcontainer {
	width: 774px;
	/*background: #000000;*/
	margin: 10px auto 0px auto;
	border: 4px double #666666;
	text-align: left;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
#container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#header {
	background: #000000;
	padding: 0px 0px 0px 0px;
	text-align: left;
	clear: both;
}

#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background: #685248;*/
	float: left;
	width: 148px;
	color: #F2F2F2;
	font-size: 10px;
}

#nav p{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 10px 5px;
	
}

#nav a:link{
	color: #f2f2f2;
	font-weight: bold;
	text-decoration: none;
}
#nav a:visited{
	color: #f2f2f2;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover{
	color: #DEB408;
	font-weight: bold;
	text-decoration: none;
}

#nav ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #4F3B32;
	font-size: 12px;
}
#nav ul li{
	padding: 6px 0px 6px 5px;
	text-transform: uppercase;
	color: #f2f2f2;
	border-bottom: 1px solid #000000;
	list-style-type: square;
	font-size: 10px;
}

#mainContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 622px;
	color: #F2F2F2;
}

#mainContent h3{
	padding: 10px 0px 4px 10px;
	color: #DEB408;
	font-size: 12px;
	border-bottom: 1px dashed #000000;
}

#mainContent h4{
	padding: 5px 0px 0px 10px;
	color: #DEB408;
	font-size: 11px;
}

#mainContent p{
	padding: 0px 10px 0px 10px;
}

.mainContentImg{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 40px;
	float: right;
}

.spicyImg {
}

#pageTitle {
	background-color: #32211A;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #000000;
	color: #BBA89F;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

#subNav {
	background-color: #32211A;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #000000;
}

#info {
	margin: 0;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 10px;
	color: #999999;
	clear: both;
	background-color: #000000;
	border: 1px single #000000;
} 

#footerContainer {
	margin: 10px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	width: 774px;
	/*text-align: left;*/
	clear: both;
} 

#footer {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 750px;
	text-align: center;
	font-size: 10px;
	color: #757575;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/******************************************* Extra Styles ********************************************************/

.hours {
	color: #999999;
}

.coupon {
	border: 1px dashed #DEB408;
	margin: 10px 300px 10px 10px;
	padding: 10px 10px 10px 10px;
}
