/*
		colors: 	dark yellow		#fff500
				light yellow		#f1fd5f
				dark green 		#7ce317
				light green		#b0e37d
				dark red		#e00000
				light red		#ff0000
*/

* {
		margin: 0px;
		padding: 0px;
		border: 0px; }
		
/* -------------------- General Elements -------------------- */

a, a:visited {
		border-bottom: 1px dotted #e00000;
		text-decoration: none;
		font-weight: bold;
		color: #e00000; }
		
a:hover {
		border-bottom: 1px solid #e00000; }
		
h1 {
		padding: 20px 0px 20px 0px;
		font-family: "Georgia", "MS Serif";
		font-size: 1.1em;
		color: #e00000; }
		
h2 {
		padding: 0px 0px 10px 0px;
		font-family: "Helvetica", "MS Serif";
		font-size: 1em;
		color: #549910; }
		
p {
		padding: 0px 0px 25px 0px;
		font-family: "Helvetica";
		font-size: .8em;
		line-height: 1.8; }
		
.hr {
		margin: 0px auto 20px auto;
		width: 660px;
		height: 22px;
		background: url( "../images/sprite.png" ) 0px -545px no-repeat; }
		
.clear {
		clear: both; }
		
/* -------------------- Structure -------------------- */

body {
		background: #FFFFAA; }
		
#wrapper {
		margin: 0px auto;
		width: 780px; }
		
#header {
		width: 780px;
		height: 100px;
		background: url( "../images/sprite.png" ) 0px 0px no-repeat; }
		
#logo {
		float: left;
		margin: 45px 0px 0px 50px;
		width: 448px;
		height: 35px;
		background: url( "../images/sprite.png" ) 0px -639px no-repeat; }
		
#return {
		float: right;
		margin: 45px 50px 0px 0px;
		width: 158px;
		height: 34px;
		background: url( "../images/sprite.png" ) 0px -675px no-repeat; }
		
#return a {
		display: block;
		width: 158px;
		height: 34px;
		border: none;
		text-decoration: none; }
		
#return a:hover {
		background: url( "../images/sprite.png" ) -159px -675px no-repeat; }
		
#return span {
		visibility: hidden; }
		
#main {
		width: 780px; }
		
#splash {
		width: 780px;
		height: 443px;
		background: url( "../images/sprite.png" ) 0px -101px no-repeat; }
		
#nav {
		float: left;
		width: 250px;
		height: 443px; }
		
#nav ul {
		margin: 70px 0px 0px 64px;
		width: 150px;
		list-style: none; }
		
#nav ul li {
		width: 150px;
		height: 38px;
		color: #fff; }
		
#nav ul li a {
		display: block;
		width: 150px;
		height: 38px;
		border: none;
		text-decoration: none; }
		
#nav ul li a.current {
		background: url( "../images/sprite.png" ) -476px -642px no-repeat; }
		
#nav ul li a:hover {
		background: url( "../images/sprite.png" ) -476px -642px no-repeat; }
		
#nav span {
		visibility: hidden; }
		
#description {
		position: relative;
		float: right;
		width: 530px;
		height: 443px; }

p.food_facts {
		position: absolute;
		top: 140px;
		left: 18px;
		padding: 0px;
		width: 230px;
		text-align: center;
		font-family: "Helvetica";
		font-size: .9em;
		font-weight: bold;
		color: #333;
		line-height: 1.5; }
		
#content {
		width: 660px;
		padding: 0px 60px 0px 60px;
		background: url( "../images/mainbackground.png" ) repeat-y; }
		
#footer {
		width: 780px;
		height: 70px;
		background: url( "../images/sprite.png" ) 0px -568px no-repeat; }
		
#footer p {
		text-align: center;
		padding: 30px 0px 5px 0px;
		font-family: "Helvetica";
		font-size: .9em;
		font-weight: bold;
		line-height: 1;
		color: #fff; }
		
#footer a, #footer a:visited {
		margin: 0px 5px 0px 5px;
		text-decoration: none;
		border-bottom: 2px dotted #fff;
		color: #fff; }
		
#footer a:hover {
		border-bottom: 2px solid #fff; }
		
/* -------------------- Home -------------------- */

.photo {
		float: right;
		position: relative;
		margin: 35px 0px 20px 20px;
		border: 1px solid #ccc;
		padding: 5px;
		background-color: #fff; }
		
.photo img {
		display: block; }
		
.pushpin {
		display: block;
		position: absolute;
		top: -15px;
		left: 5px;
		width: 23px;
		height: 22px;
		background: url( "../images/sprite.png" ) -449px -639px no-repeat; }
		
.pushpin2 {
		display: block;
		position: absolute;
		top: -15px;
		right: 0px;
		width: 23px;
		height: 22px;
		background: url( "../images/sprite.png" ) -449px -639px no-repeat; }
		
#quickcontact {
		float: left;
		width: 380px;
		margin-bottom: 25px; }
		
#quickcontact p {
		padding: 0px 0px 10px 0px;
		font-family: "Helvetica";
		font-size: .7em;
		font-weight: bold;
		line-height: 1; }
		
label {
		padding-top: 5px;
		width: 5em;
		float: left;
		text-align: right;
		margin-right: 2em;
		display: block; }
		
#quickcontact input.entry, #quickcontact textarea {
		width: 260px;
		padding: 2px 5px;
		background-color: #fff !important;
		border: 1px solid #303030;
		font-family: "Helvetica";
		font-size: 1.1em; }
		
#quickcontact textarea {
		overflow: auto; } /* ie7 fix for gray scrollbar */
		
#quickcontact input.submit {
		margin: 5px 0px 0px 170px;
		border: 1px solid #303030;
		padding: 4px 8px;
		font-family: "Helvetica";
		font-size: 1.2em;
		font-weight: bold;
		background-color: #dcdcdc;
		overflow: visible; /* ie7 fix for submit padding */ }
		
#quickcontact input.submit:hover {
		border: 1px solid #e00000; }
		
#quickinformation {
		/*float: right;*/
		/*width: 280px;*/ }

#quickinformation h2 {
		padding-left: 0px; }
		
#quickinformation p {
		padding-left: 0px;
		font-family: "Helvetica";
		font-size: .8em;
		line-height: 1.4; }
		
#quickinformation span {
		font-weight: bold; }
		
#left-contact {
		float: left; }
		
#right-contact {
		float: right; }
		
/* -------------------- Menus -------------------- */

body#menus #content a {
		margin-left: 25px; }

/* -------------------- Prices -------------------- */

body#prices #content .type{
		float: left;
		width: 8em;
		padding-left: 25px;
		margin-bottom: 10px;
		font-family: "Helvetica";
		font-size: .8em;
		font-weight: bold;
		line-height: 1;
		color: #e00000; }
		
body#prices #content .price {
		float: left;
		font-family: "Helvetica";
		font-size: .8em;
		font-weight: bold;
		line-height: 1; }
		
body#prices #content .school_lunch {
		padding-bottom: 15px; }

/* -------------------- Nutrition -------------------- */

body#nutrition #content a {
		margin-left: 25px; }

/* -------------------- Staff -------------------- */

/* -------------------- Fun -------------------- */

body#fun #content a {
		margin-left: 25px; }
		
/* -------------------- Lightbox -------------------- */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	font-family: "Helvetica";
	font-size: .9em;
	}
#lightbox a , #lightbox a:visited {
	border: none; }
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; font-weight: bold; color: #e00000; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}