@charset "utf-8";
/* CSS Document */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}
body, html {
	width: 100%;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1;
	background: #070400 url(images/body-bkg.jpg) top center no-repeat;
	}
body.menu {
	background: #070400 url(images/body-menu-bkg.jpg) top center no-repeat;
	}
#coupon-hide {
	display: none;
	}
/* Defaults
- - - - - - - - - - - - - - */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	} 
.clearfix {
	display: inline-block;
	clear: both;
	}
html[xmlns] .clearfix {
	display: block;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
a {
	color: #92ff3e;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
ul {
	font-size: 14px;
	list-style: none;
	}
ul li {
	line-height: normal;
	}
/* h1, h2, h3, h4, h5, h6
- - - - - - - - - - - - - - - */
h1, h2, h3, h4, h5, h6 {  
	}
h1#logo a {
	display: block;
	position: absolute;
	left: -20px;
	width: 369px;
	height: 229px;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
	}
h2 {
	display: block;
	position: relative;
	margin: 30px 0 20px 0;
	width: 750px;
	height: 63px;
	text-indent: -9999px;
	}
h2#h2-real-fresh {
	left: 285px;
	background: url(images/h2-real-fresh.png) no-repeat;
	}
h2#h2-about-us {
	left: 0px;
	background: url(images/h2-about-us.png) no-repeat;
	}
h2#h2-contact-us {
	left: 0px;
	background: url(images/h2-contact-us.png) no-repeat;
	}
h3 {
	margin: 15px 20px 2px 10px;
	font-size: 16px;
	color: #990000;
	}
h4 {
	margin: 30px 20px 15px 0;
	font-size: 28px;
	color: #b5fe04;
	}
h5 {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	color: #b5fe04;
	}
/* Typography
- - - - - - - - - - - - - - - */
p {
	margin: 10px 0;
	max-width: 700px;
	font-size: 14px;
	color: #eee;
	line-height: 22px;
	}
.alt #content-wrap p {
	margin-left: 285px;
	width: 570px;
	}
#links p {
	margin: 0 15px 10px 10px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	}
#map-container p {
	font-size: 18px;
	text-align: center;
	}
/* Styling
- - - - - - - - - - - - - - - */
#header {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 125px;
	z-index: 3;
	}
#content-wrap {
	position: relative;
	margin: 0 auto;
	width: 970px;
	}
#art {
	position: relative;
	margin: 0 auto;
	width: 970px;
	height: 444px;
	}
#left {
	position: relative;
	top: 130px;
	float: left;
	width: 200px;
	}
#map-container {
	position: relative;
	float: right;
	margin-bottom: 5px;
	width: 735px;
	}
#polaroids {
	margin-top: 10px;
	}
/* Misc
- - - - - - - - - - - - - - - */
#can {
	position: absolute;
	top: 380px;
	left: -40px;
	z-index: 3;
	}
#fork {
	position: absolute;
	top: 200px;
	right: 50px;
	z-index: 3;
	}
.alt #fork {
	right: -50px;
	}
/* Menu
- - - - - - - - - - - - - - */
#menu {
	width: 980px;
	min-height: 600px;
	}
#links {
	padding: 130px 0 0 0;
	}
#links ul {
	display: block;
	width: 250px;
	}
#menu-sandwiches, #menu-spinner-wraps, #menu-lettuce, #menu-sides, #menu-deserts, #menu-beverages {
	display: none;
	}
#links li {
	margin: 3px 0 3px 40px;
	font-size: 12px;
	color: #ccc;
	list-style: disc;
	}
#links a {
	cursor: pointer;
	}
#links span {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	width: 675px;
	height: 550px;
	background: #fff;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
	}
#links span img {
	width: 675px;
	height: 450px;
	}
#links .active span {
	z-index: 2;
	}
.menu-links {
	display: block;
	margin: 15px 0;
	width: 245px;
	height: 27px;
	text-indent: -9999px;
	}
#menu-links-sandwiches {
	background: url(images/menu-links-sandwiches.png) top no-repeat;
	}
#menu-links-spinner-wraps {
	background: url(images/menu-links-spinner-wraps.png) top no-repeat;
	}
#menu-links-lettuce {
	background: url(images/menu-links-lettuce.png) top no-repeat;
	}
#menu-links-sides {
	background: url(images/menu-links-sides.png) top no-repeat;
	}
#menu-links-deserts {
	background: url(images/menu-links-deserts.png) top no-repeat;
	}
#menu-links-beverages {
	background: url(images/menu-links-beverages.png) top no-repeat;
	}
/* Navigation Bar
- - - - - - - - - - - - - - - */
#nav {
	position: relative;
	float: right;
	width: 629px;
	height: 89px;
	background: url(images/nav-bkg.png) no-repeat;
	}
#nav ul {
	padding: 10px 0 0 45px;
	}
#nav ul li {
	display: block;
	position: relative;
	float: left;
	padding: 15px 0;
	}
#nav ul li.on {
	background: url(images/on.png) center no-repeat;
	}
#nav ul li:hover {
	background: url(images/over.png) center no-repeat;
	}
#nav ul li a {
	display: block;
	position: relative;
	padding: 0 20px;
	height: 21px;
	text-indent: -9999px;
	z-index: 2;
	}
#nav ul li a:hover {
	color: #fff;
	}
#nav a#btn-home {
	width: 76px;
	background: url(images/btn-home.png) center 0 no-repeat;
	}
#nav a#btn-menu {
	width: 75px;
	background: url(images/btn-menu.png) center 0 no-repeat;
	}
#nav a#btn-about {
	width: 102px;
	background: url(images/btn-about.png) center 0 no-repeat;
	}
#nav a#btn-contact {
	width: 120px;
	background: url(images/btn-contact.png) center 0 no-repeat;
	}
/* Footer
- - - - - - - - - - - - - - - */
#footer {
	position: relative;
	margin: 40px auto 0 auto;
	padding: 40px 0;
	color: #ccc;
	border-top: 1px #fff solid;
	z-index: 1;
	}
#footer ul.alt {
	padding: 0 20px 0 0;
	width: 180px;
	}
#footer ul.alt li {
	list-style: none;
	}
#footer ul.last {
	padding-right: 0;
	border-right: 0;
	}
#footer ul {
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
	width: 100px;
	border-right: 1px #333 solid;
	}
#footer li {
	margin: 3px 0;
	font: 12px Arial, Helvetica, sans-serif;
	list-style: disc;
	line-height: 17px;
	}
#footer li.first {
	}
#footer li.last {
	padding-right: 0;
	border: none;
	}
#footer img {
	float: left;
	padding: 0 15px;
	border-right: 1px #333 solid;
	}