body {
	background: #30806b url(../images/body-bg-top.gif) repeat-x;
	color: #222;
	font-size: 105%;
	line-height: 140%;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #005446;
	line-height: 120%;
	}

/* a couple things that should not appear on screen */

.noscreen {
	display: none;
	}

a {
	/*color: #5580C4;*/
	}
	
ul, ol {
	list-style-position: inside;
	}
	
dt {
	font-weight: bold;
	}
	
table {
	}
	
caption {
	text-align: left;
	}
	
/*
td, th {
	border: 1px solid #444;
	padding: 10px;
	text-align: left;
	}
*/
	
div.wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 1%;
	}
	
.bottom_bg {
	background: transparent url(../images/body-bg-bottom.gif) repeat-x bottom;
	margin: 0;
	min-height: 58px;
	padding-bottom: 20px;
	}
	
.bg {
	background: url(../images/homepage-temp.gif) no-repeat;
	min-height: 760px;
	}

/* Screen Header
--------------------------------*/

div#screen_header {
	position: relative;
	height: 91px;
	}
	
div#screen_header div#screen_logo {
	width: 382px;
	height: 130px;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 200;
	background: url(../images/screen-logo.png) no-repeat;
	}
	
div#screen_header div#screen_logo h2 {
	position: relative;
	}
	
div#screen_header div#screen_logo h2 a {
	padding-top: 131px;
	display: block;
	height: 100%;
	width: 100%;
	}
	
/* Contact Links Nav
--------------------------------*/
	
div#screen_header div#contact_links {
	width: 620px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/contact-links-bg-c.gif) no-repeat;
	}
	
div#contact_links ul {
	margin: 0;
	padding: 0;
	position: relative;
	height: 45px;
	overflow: hidden;
	list-style: none;
	}
	
div#contact_links ul li {
	float: left;
	height: 45px;
	position: relative;
	overflow: hidden;
	}
	
div#contact_links ul li a {
	display: block;
	height: 100%;
	width: 100%;
	}
	
/* a background position fixer */
div#contact_links ul li a, 
div#contact_links ul li a:hover, 
div#contact_links ul li a span, 
div#contact_links ul li a:hover span, 
div#contact_links ul li a span:hover {
	background-position:  0 0;
	}
	
div#contact_links ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
/* Phone */
div#contact_links ul li.phone_link { width: 138px; }
div#contact_links ul li.phone_link a span { background: url(../images/contact-links-bg-c.gif) no-repeat 0 0 !important; }
div#contact_links ul li.phone_link a span:hover { background-position: 0 -45px !important; }

/* Map */
div#contact_links ul li.map_link { width: 78px; }
div#contact_links ul li.map_link a span { background: url(../images/contact-links-bg-c.gif) no-repeat -138px 0 !important; }
div#contact_links ul li.map_link a span:hover { background-position: -138px -45px !important; }

/* Contact */	
div#contact_links ul li.contact_link { width: 114px; }
div#contact_links ul li.contact_link a span { background: url(../images/contact-links-bg-c.gif) no-repeat -216px 0 !important; }
div#contact_links ul li.contact_link a span:hover { background-position: -216px -45px !important; }
	
/* Promo */
div#contact_links ul li.promo_link { width: 158px; }
div#contact_links ul li.promo_link a span { background: url(../images/contact-links-bg-c.gif) no-repeat -330px 0 !important; }
div#contact_links ul li.promo_link a span:hover { background-position: -330px -45px !important; }

/* Store */
div#contact_links ul li.store_link { width: 132px; }
div#contact_links ul li.store_link a span { background: url(../images/contact-links-bg-c.gif) no-repeat -488px 0 !important; }
div#contact_links ul li.store_link a span:hover { background-position: -488px -45px !important; }
	
/* tab_links: 2nd navigation
----------------------------------*/
	
div#screen_header div#tab_links {
	position: absolute;
	/*width: 586px;*/
	width: 620px;
	height: 45px;
	top: 45px;
	right: 0;
	background: url(../images/tab-links-bg-b.gif) no-repeat;
	}
	
div#tab_links ul {
	margin: 0;
	padding: 0;
	position: relative;
	height: 45px;
	overflow: hidden;
	list-style: none;
	/*padding-left: 122px;*/
	}
	
div#tab_links ul li {
	float: left;
	height: 45px;
	position: relative;
	overflow: hidden;
	}
	
div#tab_links ul li a {
	display: block;
	height: 100%;
	width: 100%;
	}
	
/* a background position fixer */
div#tab_links ul li a, 
div#tab_links ul li a:hover, 
div#tab_links ul li a span, 
div#tab_links ul li a:hover span, 
div#tab_links ul li a span:hover {
	background-position:  0 0;
	}
	
div#tab_links ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
div#tab_links ul li.comment_card_link {
	width: 176px;
	}
	
div#tab_links ul li.comment_card_link a span {
	background: url(../images/tab-links-bg-b.gif) no-repeat 0 0 !important;
	}
	
div#tab_links ul li.comment_card_link a span:hover {
	background-position: 0 -45px !important;
	}
	
div#tab_links ul li.links_link {
	width: 86px;
	}
	
div#tab_links ul li.links_link a span {
	background: url(../images/tab-links-bg-b.gif) no-repeat -176px 0 !important;
	}
	
div#tab_links ul li.links_link a span:hover {
	background-position: -176px -45px !important;
	}
	
div#tab_links ul li.employment_link {
	width: 130px;
	}
	
div#tab_links ul li.employment_link a span {
	background: url(../images/tab-links-bg-b.gif) no-repeat -262px 0 !important;
	}
	
div#tab_links ul li.employment_link a span:hover {
	background-position: -262px -45px !important;
	}
	
div#tab_links ul li.charity_link {
	width: 228px;
	}
	
div#tab_links ul li.charity_link a span {
	background: url(../images/tab-links-bg-b.gif) no-repeat -392px 0 !important;
	}
	
div#tab_links ul li.charity_link a span:hover {
	background-position: -392px -45px !important;
	}
	
/* Homepage Content 
------------------------------------*/

div#homepage_content {
	background: url(../images/homepage-illustration.png) no-repeat;
	min-height: 650px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
	}
	
div#homepage_content div.homepage_text {
	}
	
div#homepage_content div#main_nav {
	height: 260px;
	width: 100%;
	position: absolute;
	top: 385px;
	left: 0;
	overflow: hidden;
	}
	
div#homepage_content div#main_nav ul {
	position: relative;
	height: 260px;
	list-style: none;
	padding-left: 10px;
	}
	
div#homepage_content div#main_nav ul li {
	float: left;
	height: 260px;
	width: 192px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	}
	
div#homepage_content div#main_nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 261px;
	}
	
div#homepage_content div#main_nav ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/homepage-main-nav-bg.png) no-repeat 0 0;
	}


/* Specials Link */

div#main_nav ul li#specials_link a span {
	background-position: -192px 0 !important;
	}
	
/* Catering Link */

div#main_nav ul li#catering_link a span {
	background-position: -384px 0 !important;
	}
	
/* About Link */

div#main_nav ul li#about_link a span {
	background-position: -576px 0 !important;
	}
	
/* Photos Link */

div#main_nav ul li#photos_link a span {
	background-position: -768px 0 !important;
	}
	
/* Subpage Main Nav
--------------------------------*/

div.subpage_nav {
	height: 211px;
	margin-top: 60px;
	width: 100%;
	overflow: hidden;
	background: url(../images/subpage-main-nav-bg.png) no-repeat;
	}
	
div.subpage_nav ul {
	list-style: none;
	position: relative;
	height: 211px;
	overflow: hidden;
	padding-left: 10px;
	}
	
div.subpage_nav ul li {
	float: left;
	width: 192px;
	overflow: hidden;
	margin: 0
	padding: 0;
	position: relative;
	}

div.subpage_nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 212px;
	}
	
div.subpage_nav ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/subpage-main-nav-icons.png) no-repeat 0 0;
	}
	
/* Subpage Content
---------------------------------*/

div#subpage_wrapper {
	background: url(../images/subpage-content-bg-bottom.png) no-repeat bottom;
	position: relative;
	padding-bottom: 30px;
	}

div#subpage_content {
	background: url(../images/subpage-content-bg-top.png) no-repeat;
	position: relative;
	min-height: 550px;
	}
	
div.main_col {
	padding-top: 70px;
	padding-left: 40px;
	padding-right: 40px;
	}
	
div.sub_col {
	padding-top: 70px;
	padding-right: 40px;
	}
	
div.main_col a, div.sub_col a {
	color: #30806B;
	}
	
div.sub_col ul {
	list-style: none;
	}
	
div.sub_col ul li {
	margin-bottom: 0.5em;
	}
	
div.sub_col ul li a {
	border-top: 1px dashed #6B511F;
	display:block;
	padding-top: 0.5em;
	font-size: 14px;
	}


/* galleries page
-------------------------------*/

div#galleries {
	position: relative;
	height: 1%;
	}
	
div#galleries dl {
	float: left;
	width: 260px;
	margin: 10px;
	}
	
div#galleries dl dd a {
	font-weight: bold;
	}
	
/* galleries detail page
--------------------------------*/

div.gallery_photos {
	position: relative;
	height: 1%;
	}
	
div.gallery_photos div.gallery_photo {
	float: left;
	margin: 10px;
	}
	
/* footer
-----------------------------*/

#footer {
	background: #084238 url(../images/footer-bg.gif) repeat-x;
	color: #9cb3af;
	min-height: 136px;
	}
	
#footer p {
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
	}
	
#footer p a {
	color: #30806B;
	}
	
/* Menu 
--------------------------------*/

div#menu {
	position: relative;
	height: 1%;
	background: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	}
	
div#menu h2 {
	display: none;
	}
	
div#menu_tabs {
	position: relative;
	height: 40px;
	overflow: hidden;
	margin-bottom: 40px;
	}
	
div#menu_tabs ul {
	list-style: none;
	height: 40px;
	padding-left: 10px;
	}
	
div#menu_tabs ul li {
	float: left;
	height: 40px;
	width: 190px;
	}
	
li#breakfast_tab {
	background: url(../images/icon-pancakes.png) no-repeat 15px 0;
	}
	
li#lunch_tab {
	background: url(../images/icon-sandwich.png) no-repeat 15px 0;
	}
	
li#dinner_tab {
	background: url(../images/icon-steak.png) no-repeat 15px 0;
	}
	
li#other_tab {
	background: url(../images/icon-pie.png) no-repeat 15px 0;
	}
	
div#menu_tabs ul li a {
	display: block;
	padding-left: 65px;
	padding-top: 10px;
	text-decoration: none;
	color: #333;
	font-family: Georgia, Serif;
	text-transform: uppercase;
	letter-spacing: 40%;
	}
	
dl.menu_section {	
	min-height: 75px;	
	border: 1px solid transparent;
	}
	
dl.highlight {
	background: url(../images/highlight.png);
	border: 1px solid #cac18e;
	cursor: pointer;
	}
	
dl.menu_section dt {
	font-weight: lighter;
	padding: 10px 10px 0 10px;
	}
	
dl.menu_section dt a {
	color: #005446;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	}
	
dl.menu_section dd {
	color: #763f2a;
	font-style: italic;
	font-family: Georgia, Serif;
	font-size: 13px;
	line-height: 18px;
	padding: 0 10px 10px 10px;
	}
	
/* Menu Items 
-----------------------------*/

span.back_link {
	font-size: 14px;
	text-decoration: underline;
	color: blue;
	font-weight: lighter;
	}

p.section_description {
	color: #763f2a;
	font-style: italic;
	font-family: Georgia, Serif;
	font-size: 18px;
	line-height: 30px;
	}

table.menu_item {
	width: 100%;
	border: 0;
	}
	
table.menu_item td {
	border: 0;
	}
	
td.item_name {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	vertical-align: top;
	width: 100%;
	padding-bottom: 0;
	}
	
td.item_price {
	vertical-align: top;
	font-size: 18px;
	}
	
td.item_description {
	padding-top: 0;
	color: #763f2a;
	font-style: italic;
	font-family: Georgia, Serif;
	font-size: 13px;
	line-height: 18px;
	}
	
/* Specials
--------------------------------------*/

div#specials {
	background-repeat: no-repeat;
	min-height: 760px;
	}

div#special_tabs {
	position: relative;
	height: 40px;
	overflow: hidden;
	margin-bottom: 40px;
	}
	
div#special_tabs ul {
	list-style: none;
	height: 40px;
	padding-left: 10px;
	}
	
div#special_tabs ul li {
	float: left;
	height: 40px;
	width: 110px;
	}
	
div#special_tabs ul li a {
	display: block;
	padding-left: 45px;
	padding-top: 20px;
	text-decoration: none;
	color: #333;
	font-family: Georgia, Serif;
	text-transform: uppercase;
	letter-spacing: 40%;
	}
	
div#mon, div#tue, div#wed, div#thu, div#fri, div#sat, div#sun {
	padding-left: 30px;
	}
	
div#specials_content *[style="font-style: italic;"] {
	color: #763f2a;
	font-style: italic;
	font-family: Georgia, Serif;
	}
	
div#specials_content ul {
	height: 1%;
	position: relative;
	list-style: none;
	}
	
div#specials_content ul li {
	float: left;
	height: 45px;
	width: 375px;
	margin-right: 20px;
	}
	
div#specials_content h3, div#specials_content p {
	clear: left;
	}

	
/* Contact Page Map */

div#map {
	width: 100%;
	height: 350px;
	}
	
/* Contact Form 
------------------------------*/

form#contact_form {
	position: relative;
	height: 1%;
	background: url(../images/highlight.png);
	border: 1px solid #cac18e;
	}
	
form#contact_form fieldset {
	padding: 40px 20px;
	height: 1%;
	position: relative;
	border: 0;
	}
	
form#contact_form fieldset div {
	position: relative;
	min-height: 1.5em;
	margin-bottom: 0.5em;
	}
	
form#contact_form div label {
	float: left;
	width: 125px;
	height: 1.0em;
	}
	
form#contact_form div input, form#contact_form div textarea {
	width: 340px;
	}
	
form#contact_form div.submit {
	margin-left: 125px;
	width: 100px;
	}
	
form#contact_form div.submit input {
	width: auto !important;
	}
	
/* Subcolumn */

.subcolumn {
	font-size: 80%;
	line-height: 120%;
	padding-top: 10px;
	color: #333;
	}
	
.subcolumn a {
	color: #31826A;
	}
	
.subcolumn h3 {
	}
	
div.spacer {
	height: 40px;
	}
	
/* Contact Form Errors */

div.form_error_summary {
	border: 1px solid #e44d3c;
	background: #fff; 
	padding: 20px;
	line-height: 100%;
	}
	
div.form_error_summary h3.error_heading {
	color: #e44d3c;
	}
	
div.form_error_summary ul {
	line-height: 140%;
	color: #8c0101;
	}
	
p.error_desc {
	color: #333;
	font-size: 80%;
	}

p.error_desc a {
	color: #e44d3c;
	font-weight: bold;
	font-size: 16px;
	}
	
/* Comment Card
----------------------------------------*/

div#comment_welcome { float: left; width: 250px; }
div#comment_card { font-size: 14px; background-color: #fafafa; padding:20px; border: 1px solid #ccc; border-right: 1px solid #999; border-bottom: 1px solid #999; margin-left: 290px; }
/*div#comment_card table th { font-size: 14px; }*/
div#comment_card form div { margin-bottom: 0.5em; }
div#comment_card table tr { border-top: 1px solid #fff; border-bottom: 1px solid #ddd; }
div#comment_card table thead tr th { text-align: center; }
div#comment_card table tbody tr td { width: 70px; padding: 5px 0; text-align: center; vertical-align: middle; }
div.other_questions label { display: block; }
div.other_questions input, div.other_questions textarea { width: 100%; }
div.comment_submit input { font-size: 16px; }

/* Employee Login / Application Screen
-----------------------------------------------*/

div#employee_login { font-size: 80%; border-left: 1px solid #6B511F; padding-left: 40px; }
div#employee_login form label { display: inline !important; width: auto !important; }
div#employee_login form input { display: inline !important; width: auto !important; }

/* Shopping Cart
-----------------------------------------------*/

div#product_list table { width: 100%; padding: 20px; }
div#product_list table td { border-top: 1px solid #cac18e; padding: 10px; }

table#cart { margin-bottom: 0; width: 100%; padding: 20px; background: url(../images/highlight.png); border: 1px solid #cac18e; border-right: 1px solid #999; border-bottom: 1px solid #999; }
table#cart th { padding: 10px; font-size: 13px; }
table#cart td { border-top: 1px solid #cac18e; padding: 10px; }
table#cart td.remove_link a { font-size: 12px; color: #d63c3a; text-decoration: none; }
