body {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5 {
	margin-bottom: 0.5em;
}
h1 { font-size: 32px;}
h2 { font-size: 24px;}
h3 { font-size: 18px;}
h4 { font-size: 14px;}
h5 { font-size: 12px;}
p {
	margin-bottom: 12px;
}
a {
	color: #999;

}
a:hover {
	text-decoration: none;
}
p.bc a {
	font-weight: bold;
}
li.last {
	border-right: none !important;
}
#container{
	width: 946px;
	margin: 20px auto;
	border: 10px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #CCC;
}
#header {
	background: transparent top left no-repeat;
	height: 165px;
}
#header a {
	display: block;
	height: 165px;
	text-indent: -10000px;
}

#nav {
	width: 100%;
	margin: 10px 5px 5px;
	text-align: center;
}
#nav li {
	display: inline;
	border-right: 2px solid #333;
}

#nav li a {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li.active a {
	text-decoration: underline;
}
#nav li.active a:hover {
	text-decoration: none;
}

#nav-sub {
	width: 100%;
	margin: 10px 5px 5px;
	text-align: center;
}
#nav-sub li {
	display: inline;
	border-right: 2px solid #333;
}
#nav-sub li a {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
}
#nav-sub li.active a {
	text-decoration: underline;
}
#nav-sub li.active a:hover {
	text-decoration: none;
}

#content{
	padding: 10px;
}

.home #content {
	padding-top: 5px;
}

#main {
	float: right;
	width: 610px;
}
.home #main {
	width: 620px;
}

#main img {
	margin-bottom: 10px;
}

#sidebar {
	float: left;
	width: 300px;
}

#sidebar img {
	margin-bottom: 10px;
}

#sidebar ul li {
	list-style-type: disc;
}
#sidebar ol li {
	list-style-type: decimal;
}
#sidebar li {
	margin-left: 15px;
}
#sidebar p.more {
	margin-top: -12px;
}

#sidebar h3.promotions {
	
}
#sidebar h3.promotions a {
	display: block;
	width: 300px;
	height: 40px;
	background: transparent url(/media/images/promotions.png) top left no-repeat;
	text-indent: -10000px;
}


#main div.entry {
	margin-bottom: 10px;
	border-bottom: 2px solid #666;
	padding-bottom: 10px;
}
#main div.entry .info {
	float: left;
	width: 200px;
}
#main div.entry div.map {
	float: right;
	height: 350px;
	width: 350px;
	border: 2px solid #FFF;
	padding: 2px;
}

#main #inset {
	float: right;
	width: 200px;
	margin: 0 0 20px 20px;
	border: 2px solid #CCC;
}

#main table td {
	padding: 3px;
}

/***************
* Menu Section *
****************/
#nav-menu {
	width: 80%;
	margin: 10px auto;
	text-align: center;
}
#nav-menu li {
	display: inline;
	margin: 0 2px;
}
#nav-menu li a {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	text-decoration: none;
	white-space: nowrap;
}
#nav-menu li a:hover,
#nav-menu li.active a {
	color: #FFF;
	background-color: #333;

}

.menu #content {
	border: 3px solid #666;
	width: 909px;
	padding: 10px;
	margin: 10px auto 5px;
	background: transparent top left repeat-y;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.menu p.bc {
	display: none;
}
.menu #main {
	width: 909px;
}
.menu #sidebar {
	display: none;
}
.menu #menu {
	border: 5px solid #333;
	background-color: #666;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.menu #menu .inner {
	min-height: 300px;
	background-color: #888;
	border: 5px solid #888;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.menu #featured {
	float: left;
	width: 300px;
}
.menu #standard {
	float: right;
	width: 550px;
}

.menu #featured-menu {
	float: none;
	width: 300px;
	margin: 0 auto;
}
.menu #featured-menu dl {
	width: 300px;
}

.menu dl {
	background:transparent url(http://www.4gr8food.com/media/images/dot.gif) repeat-x scroll 0 1.2em;
	margin:0 0 10px;
	width:500px;
}
.menu #featured dl {
	width: 300px;
}


.menu dt {
	float:left;
	padding-right:3px;
}
.menu dt, .menu dd.price {
	background: transparent none repeat scroll 0 0;
	font-size:130%;
	font-weight:bold;
}

.menu dd.price {
	color:#666;
	float:right;
	padding-left:3px;
}

.menu dd.description {
	-x-system-font:none;
	color:#555555;
	float:left;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:3px 0;
	width:100%;
	margin-bottom: 10px;
}



#footer {
	background: #666 url(http://www.4gr8food.com/media/images/shared/footer.png) bottom left no-repeat;
	margin: 6px 0 0;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	
}
#footer p {
	margin-bottom: 8px;
}

#nav-locations {
	width: 900px;
	margin: 10px auto 5px;
	text-align: center;
}
#nav-locations li {
}


#nav-footer {
	width: 100%;
	margin: 10px 5px 0px;
	padding-bottom: 10px;
	text-align: center;
}
#nav-footer li {
	display: inline;
	border-right: 2px solid #777;
}

#nav-footer li a {
	padding: 5px 10px;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
