* {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

body {
	margin: 0 0 30px 0;
	text-align: center;
	font-family: "Helvetica";
	color: #4e2200;
	background: url("../images/bg.jpg");
	}
	
.center_it {
	position: relative;
	margin: auto;
	text-align: left;
	width: 880px;
	}

.bg {
	float: left;
	background: url("../images/site_bg.png") repeat-y;
	}
	
.clear {
	clear: both;
	}

p {
	margin-bottom: 1em;
	line-height: 120%;
	font-size: 13px;
	}

a {
	color: #0089c2;
	}

a img {
	border: 0;
	}

h1 {
	margin-bottom: 15px;
	font-size: 24px;
	text-transform: uppercase;
	}

h2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4e2e14;
	}

h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ee493d;
	}
	
.hr {
	height: 1px;
	border-bottom: 1px dotted #999;
	overflow: hidden;
	}

.hr hr {
	display: none;
	}
	
td.first {
	padding-left: 0;
	}
	
td.last {
	padding-right: 0;
	}

.print_only {
	display: none;
	}

.super {
	vertical-align: super;
	font-size: 9px;
	}

input {
	line-height: 130%;
	}
	
input.left_blank,
select.left_blank,
textarea.left_blank {
	background: #fcc;
	}

.tabs {
	margin: 10px 0 20px 0;
	}

.tabs table {
	width: 660px;
	height: 30px;
	}

.tabs table td {
	color: #fff;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border-left: 1px solid #896351;
	border-right: 1px solid #4d2919;
	background: url("../images/tab_bar_bg.png") repeat-x;
	cursor: pointer;
	}

.tabs table td.on {
	background: url("../images/tab_bar_bg_on.png") repeat-x;
	}

/*** Header ***/

table#header {
	margin-bottom: 30px;
	}
	
table#header td.header_item {
	color: #fff;
	background: url("../images/header_bg.png");
	border-left: 1px solid #b0947e;
	border-right: 1px solid #6c492f;
	color: #fff;
	text-align: center;
	}
	
table#header td.nav_button {
	cursor: pointer;
	}
	
table#header div,
table#header a {
	font-size: 15px;
	color: #fff;
	}
	
table#header td.header_item:first-child {
	border-left: 0;
	}
	
table#header td.header_item:last-child {
	border-right: 0;
	}
	
table#header td.header_item .padding {
	padding: 5px 25px;
	}
	
table#header td.header_item .tan {
	color: #e0d4c1;
	}

table#header td.on {
	background: #562e1b;
	color: #fff;
	}

.nav_menu {
	z-index: 10000;
	}
	
#our_locations_menu {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	width: 260px;
	background: #562e1b;
	color: #fff;
	}
	
#our_locations_menu .location {
	padding: 20px;
	border-bottom: 1px dotted #fff;
	}

#our_locations_menu .location:last-child {
	border: 0;
	}

#our_locations_menu .location .street_address {
	font-size: 18px;
	font-weight: bold;
	}

#our_locations_menu .location .notes {
	margin-top: 8px;
	font-size: 14px;
	}

#our_locations_menu .location table.hours {
	margin-top: 8px;
	}

#our_locations_menu .location table.hours td {
	padding: 2px 15px 2px 0;
	font-size: 13px;
	}

#our_locations_menu .location a.view_map {
	display: block;
	margin-top: 8px;
	color: #c82225;
	font-size: 13px;
	}

#mailing_list_menu {
	display: none;
	position: absolute;
	top: 34px;
	left: 173px;
	padding: 20px;
	width: 235px;
	background: #562e1b;
	color: #fff;
	}

#mailing_list_menu label,
#mailing_list_menu input[type="text"] {
	display: block;
	margin-bottom: 4px;
	}

#mailing_list_menu input[type="text"] {
	padding: 3px 5px;
	font-size: 14px;
	}

/*** Navbar ***/

ul#navbar {
	list-style: none;
	margin: 0 0 0 160px;
	height: 28px;
	}
	
ul#navbar li {
	position: relative;
	float: left;
	padding: 0 7px;
	margin-right: 4px;
	}
	
ul#navbar li a {
	display: block;
	padding: 0 14px;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	font-weight: bold;
	background: #e3dfd8;
	color: #4e2e14;
	text-transform: uppercase;
	}
	
ul#navbar li.on a {
	color: #c20;
	background: #fff;
	}
	
ul#navbar li .left_corner {
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/tab_left_off.png") no-repeat;
	width: 7px;
	height: 28px;
	}
	
ul#navbar li .right_corner {
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/tab_right_off.png") no-repeat;
	width: 7px;
	height: 28px;
	}
	
ul#navbar li.on .left_corner {
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/tab_left.png") no-repeat;
	width: 7px;
	height: 28px;
	}
	
ul#navbar li.on .right_corner {
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/tab_right.png") no-repeat;
	width: 7px;
	height: 28px;
	}
	
/*** Left Column ***/

#sidebar {
	float: left;
	text-align: left;
	width: 160px;
	min-height: 600px;
	}

#sidebar #logo {
	padding: 30px 0 50px 0;
	text-align: center;
	}

#sidebar h2 {
	margin: 0 15px;
	padding: 0 15px 5px 0;
	border-bottom: 1px dotted #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	}
	
#sidebar #locations {
	position: absolute;
	bottom: 5px;
	}
	
#sidebar .location {
	padding: 10px 15px;
	font-size: 12px;
	color: #f6eced;
	}
	
#sidebar .hr {
	border-bottom: 1px dotted #e6cfd0;
	}
	
/*** Main Column ***/

#main_column {
	float: left;
	text-align: left;
	background: transparent;
	width: 720px;
	}

#main_column .padding {
	padding: 30px;
	}

/*** Menu List ***/

#main_column #menu_description {
	margin-bottom: 15px;
	}

#main_column #menu_description p {
	font-size: 14px;
	}

#main_column ul#legend {
	margin-bottom: 20px;
	}

#main_column ul#legend li {
	list-style: none;
	display: inline;
	margin-right: 20px;
	padding: 4px 0 4px 25px;
	font-size: 12px;
	color: #666;
	}

#main_column ul#legend li.organic {
	padding-left: 33px;
	background: url("../images/organic_burst_legend.png") no-repeat;
	}

#main_column ul#legend li.veg {
	background: url("../images/veg_burst_legend.png") no-repeat;
	}

#main_column ul#legend li.whole_grain {
	background: url("../images/whole_grain_burst_legend.png") no-repeat;
	}

#main_column .menu_item {
	position: relative;
	float: left;
	margin: 0 27px 15px 0;
	width: 202px;
	}

#main_column .menu_item img:hover {
	border: 1px solid #f20;
	}

#main_column .menu_item img {
	float: left;
	border: 1px solid #dbd6cf;
	}
	
#main_column .menu_item .name {
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	line-height: 130%;
	}

#main_column .menu_item .organic_burst {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 34px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background: url("../images/organic_burst_24.png") no-repeat;
	}

#main_column .menu_item .veg_burst {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background: url("../images/veg_burst_24.png") no-repeat;
	}

a.download_menu {
	display: block;
	float: right;
	padding: 3px 3px 3px 21px;
	background: url("../images/pdf.png") 0 2px no-repeat;
	font-size: 14px;
	color: #c20;
	}
	
/*** Home Page ***/

#billboard {
	padding-top: 30px;
	}

#billboard .pic {
	padding-top: 20px;
	margin-bottom: -20px;
	text-align: center;
	}

#billboard .details {
	padding-left: 40px;
	text-align: left;
	}

#billboard .name {
	font-size: 30px;
	font-weight: bold;
	}

#billboard .description {
	padding-right: 40px;
	margin-top: 10px;
	color: #4e2200;
	}


ul#tabs {
	position: absolute;
	right: 20px;
	list-style: none;
	}
	
ul#tabs li {
	position: relative;
	float: left;
	padding: 0 7px;
	}
	
ul#tabs li a {
	display: block;
	padding: 0 5px;
	font-size: 11px;
	height: 28px;
	line-height: 30px;
	text-decoration: none;
	color: #562e1c;
	text-transform: uppercase;
	}
	
ul#tabs li.on a {
	background: #562e1b;
	color: #fff;
	}
	
ul#tabs li.on .left_corner {
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/tab_brown_left.png") no-repeat;
	width: 7px;
	height: 28px;
	}
	
ul#tabs li.on .right_corner {
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/tab_brown_right.png") no-repeat;
	width: 7px;
	height: 28px;
	}

#belt {
	background: #562e1b;
	}
	
#belt .tab_panel p {
	color: #fff;
	}
	
#belt .tab_panel .padding {
	padding: 35px 40px;
	}
	
ul#tweets {
	margin-top: 25px;
	}

ul#tweets li {
	list-style: none;
	padding: 8px 10px;
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 120%;
	background: #85563f;
	color: #e3d4cc;
	}
	
ul#tweets li.highlighted {
	background: #c82225;
	color: #fff;
	}
	
ul#tweets li .time_ago {
	color: #b19d8a;
	}
	
ul#tweets li a {
	color: #e3d4cc;
	}
	
#news {
	margin-top: 25px;
	}
	
#news .contents {
	font-size: 24px;
	line-height: 120%;
	color: #fff;
	}
	
#news .contents a {
	color: #c20;
	}
	
#news a.read_more {
	display: block;
	margin-top: 10px;
	font-size: 20px;
	color: #c20;
	}

/*** News ***/

.news {
	margin-bottom: 30px;
	font-size: 14px;
	}
	
.news .date {
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	}

.news .content p {
	line-height: 140%;
	font-size: 14px;
	}

.news .content blockquote {
	padding: 10px 15px 2px 15px;
	background: #eee;
	}

.news .headline {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	}

.news .headline a:link {
	color: #444;
	}

.news .headline a:visited {
	color: #666;
	}

.news .headline a:hover {
	color: #666;
	}
	
.news a.read_more {
	display: block;
	margin-top: 10px;
	color: #c20;
	font-size: 13px;
	}

/*** Press ***/

.press_year {
	padding-bottom: 4px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: #999;
	text-transform: uppercase;
	}

ul.articles li {
	list-style: circle outside;
	margin-left: 18px;
	padding: 3px 0;
	font-size: 14px;
	}

.press_media {
	display: none;
	margin-top: 5px;
	}
	
/*** Menu Item ***/

#menu_item_pic {
	position: relative;
	}

#menu_item_pic #organic_burst {
	position: absolute;
	top: 10px;
	left: 30px;
	height: 70px;
	width: 70px;
	text-align: center;
	color: #ffc;
	font-size: 13px;
	font-family: "Trebuchet MS";
	background: url("../images/organic_burst_70.png") no-repeat;
	}

#menu_item_pic #organic_burst #percentage {
	margin-top: 19px;
	font-size: 18px;
	}

#menu_item_info {
	float: left;
	width: 450px;
	}
	
#menu_item_info img.divider {
	margin: 10px 0;
	}
	
#organic_percentage {
	margin-top: 5px;
	font-size: 16px;
	color: #238a3f;
	}

a.more_info {
	font-size: 12px;
	color: #999;
	}

table.nutrition_facts {
	border-top: 1px solid #ccc;
	width: 100%;
	}

table.nutrition_facts td {
	padding: 4px 0;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	}

table.nutrition_facts td.label {
	text-align: left;
	}

table.nutrition_facts td.value {
	text-align: right;
	}

#menu_item_sidebar {
	float: left;
	margin-top: 3px;
	margin-left: 30px;
	width: 180px;
	}
	
#menu_item_switcher {
	padding: 12px 15px;
	background: #663109;
	color: #fff;
	border: 3px double #fff;
	}
	
#menu_item_switcher h3 {
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-bottom: 1px solid #9e8069;
	color: #fff;
	}
	
#menu_item_switcher a {
	display: block;
	padding: 4px 0;
	font-size: 12px;
	color: #f2eae3;
	text-decoration: none;
	}
	
#menu_item_switcher a.on {
	color: #f60;
	}

.goes_with {
	float: left;
	}

.goes_with img {
	display: block;
	border: 1px solid #cdc6bf;
	}

.goes_with .caption {
	margin-top: 5px;
	margin-left: 4px;
	width: 210px;
	}

.goes_with .caption a {
	font-size: 13px;
	color: #4e2200;
	text-decoration: none;
	}

.thumbnail {
	padding: 5px;
	border: 1px solid #cdc6bf;
	}

#organic_info {
	display: none;
	position: absolute;
	top: 0;
	left: 100px;
	width: 300px;
	border: 3px double #999;
	background: #fff;
	}
	
#organic_info p {
	margin-bottom: 0;
	}
	
#organic_info .padding {
	padding: 15px 20px;
	}

#nutritional_info {
	display: none;
	position: absolute;
	top: 0;
	left: 100px;
	width: 300px;
	border: 3px double #999;
	background: #fff;
	}
	
#nutritional_info p {
	margin-bottom: 0;
	}
	
#nutritional_info .padding {
	padding: 15px 20px;
	}
	
/*** Catering ***/

h2.catering_section {
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #c20;
	color: #fff;
	}

h2.catering_super_section {
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #4e2e14;
	color: #fff;
	}

h3.catering_item {
	margin-bottom: 5px;
	font-weight: normal;
	}

h3.catering_item a {
	color: #ee493d;
	}

.catering_section_pic {
	display: block;
	margin-top: -20px;
	margin-bottom: 20px;
	}
	
.catering_item_description p {
	margin-bottom: 5px;
	}

table.prices {
	margin-bottom: 20px;
	width: 100%;
	border-top: 1px solid #ccc;
	}
	
table.prices td {
	padding: 5px;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	}
	
table.prices td.description {
	padding-left: 0;
	}
	
table.prices td.price {
	width: 1px;
	text-align: right;
	}
	
table.prices td.x {
	padding: 5px 2px;
	width: 1px;
	white-space: nowrap;
	}
	
table.prices td.quantity {
	padding-right: 0;
	width: 1px;
	white-space: nowrap;
	}
	
input.quantity {
	width: 20px;
	}

.box {
	padding: 12px 15px;
	border: 1px solid #aaa;
	}
	
.box p:last-child {
	margin-bottom: 0;
	}

table#ordered_items {
	width: 660px;
	}
	
table#ordered_items td {
	padding: 8px 10px;
	font-size: 14px;
	background: #eee;
	}
	
table#ordered_items tr.header td {
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	}
	
table#ordered_items td.quantity {
	text-align: center;
	}
	
table#ordered_items td.price {
	text-align: right;
	background: #ddd;
	}
	
div.totals {
	padding-top: 5px;
	text-align: right;
	font-size: 16px;
	line-height: 150%;
	}

td.label {
	padding: 8px 5px 8px 0;
	text-align: right;
	font-size: 14px;
	}

td.field {
	padding: 8px 5px;
	font-size: 14px;
	}

table#order_info .header {
	padding: 8px 10px;
	background: #eee;
	font-weight: bold;
	}
	
#catering_items {
	padding: 8px 10px;
	background: #ebf6dc;
	}
	
#catering_items table td {
	padding: 7px 10px 7px 0;
	font-size: 12px;
	border-bottom: 1px solid #cc9;
	}
	
#catering_items table td.price {
	text-align: right;
	}
	
#catering_items table td:last-child {
	padding-right: 0;
	}

#catering_items tr.totals td {
	border: 0;
	background: #ddebc9;
	}

#catering_items table td a {
	color: #c20;
	}
	
#catering_alert {
	margin-bottom: 20px;
	padding: 12px 15px 12px 58px;
	background: #fff1f1 url("../images/alert_sign.png") 15px 12px no-repeat;
	line-height: 130%;
	color: #c20;
	border: 1px solid #ffdedf;
	}
	
/*** About ***/

#tab_bar {
	margin-bottom: 20px;
	width: 660px;
	height: 30px;
	background: url("../images/tab_bar_bg.png") repeat-x;
	}
	
#tab_bar table {
	width: 100%;
	}
	
#tab_bar table td.on {
	background: url("../images/tab_bar_bg_on.png") repeat-x;
	}
	
#tab_bar a {
	display: block;
	font-size: 13px;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border-left: 1px solid #896351;
	border-right: 1px solid #4d2919;
	}
	
.about_pic_left,
.about_pic_right {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #cdc6bf;
	}
	
.about_pic_left {
	float: left;
	margin-right: 20px;
	}
	
.about_pic_right {
	float: right;
	margin-left: 20px;
	}

ul#about_subnav {
	list-style: none;
	padding-left: 176px;
	margin-bottom: 15px;
	height: 39px;
	background: url("../images/about_nav_bg.png") no-repeat;
	}
	
ul#about_subnav li {
	position: relative;
	float: left;
	padding: 0 12px;
	height: 39px;
	line-height: 36px;
	white-space: nowrap;
	}
	
ul#about_subnav li a {
	color: #c20;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}
	
ul#about_subnav li.on {
	background: #c82225;
	}
	
ul#about_subnav li.on a {
	color: #fff;
	text-decoration: none;
	}
	
ul#about_subnav li.on .left_corner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: url("../images/about_nav_tab_left_corner.png") no-repeat;
	}
	
ul#about_subnav li.on .right_corner {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 5px;
	height: 5px;
	background: url("../images/about_nav_tab_right_corner.png") no-repeat;
	}
	
ul#about_subpages {
	list-style: none;
	margin-bottom: 15px;
	}
	
ul#about_subpages li {
	float: left;
	padding-right: 15px;
	line-height: 26px;
	}
	
ul#about_subpages li a {
	color: #c20;
	font-size: 14px;
	font-weight: bold;
	}
	
ul#about_subpages li.on a {
	color: #444;
	text-decoration: none;
	}
	
/*** Dialog ***/

#dialog .spinner {
	padding-left: 24px;
	color: #555;
	height: 16px;
	width: 16px;
	background: url("../images/spinner.gif") no-repeat;
	}
	
/*** Error ***/

#error,
#dialog_error {
	display: none;
	padding: .7em 1em;
	margin-bottom: 15px;
	background-color: #c20;
	font-size: 14px;
	color: #fee;
	line-height: 130%;
}

#error a,
#message a {
	color: #fff;
}

#message {
	display: none;
	padding: .7em 1em;
	margin-bottom: 15px;
	font-size: 14px;
	color: #efe;
	background: #4a0;
	line-height: 130%;
}
