* {
	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;
	cursor: pointer;
	}

a img {
	border: 0;
	}

a:hover {
	cursor: pointer;
	}
	
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[type="submit"],
input[type="button"] {
	padding-left: 5px;
	padding-right: 5px;
	}
	
input.left_blank,
select.left_blank,
textarea.left_blank {
	background: #fcc;
	}

.tabs {
	margin-bottom: 20px;
	}

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

.tabs table tr.buttons td {
	color: #fff;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	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 tr:first-child td.on {
	background: url("../images/tab_bar_bg_on.png") repeat-x;
	}

.tabs table tr#arrow_row td {
	height: 12px;
	background: #fff;
	}

.tabs table tr#arrow_row td.on {
	background: url("../images/catering_tab_arrow.png") top center no-repeat;
	}
	
/*** 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;
	}

.nav_menu a {
	color: #c20;
	}

.nav_menu h2 {
	color: #fff;
	}

.nav_menu p {
	line-height: 150%;
	}

.nav_menu p:last-child {
	margin-bottom: 0;
	}

.nav_menu p .item {
	font-size: 16px;
	font-weight: bold;
	}
	
#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;
	color: #fff;
	}

#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: 165px;
	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;
	}

#contact_us_menu {
	display: none;
	position: absolute;
	top: 34px;
	left: 372px;
	padding: 20px;
	width: 270px;
	background: #562e1b;
	color: #fff;
	}

#jobs_menu {
	display: none;
	position: absolute;
	top: 34px;
	left: 513px;
	padding: 20px;
	width: 220px;
	background: #562e1b;
	color: #fff;
	}

/*** 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 {
	position: relative;
	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;
	}

#main_column #nutritional_info_footnote {
	margin-top: 10px;
	font-size: 11px;
	color: #999;
	}
	
/*** 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: 350px;
	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: 350px;
	border: 3px double #999;
	background: #fff;
	}
	
#nutritional_info p:last-child {
	margin-bottom: 0;
	}
	
#nutritional_info .padding {
	padding: 15px 20px;
	}
	
/*** Catering ***/

.catering_section {
	display: none;
	padding: 20px 15px 15px 15px;
	margin-top: -36px;
	border: 1px solid #ccc;
	border-top: 0;
	}
	
ul#uber_is {
	margin-bottom: 15px;
	}
		
ul#uber_is li {
	list-style: none;
	float: left;
	margin-right: 20px;
	}

table#catering_quad {
	background: #ccc;
	}
	
table#catering_quad img {
	float: left;
	}
	
#min_qty {
	color: #d20;
	font-style: italic;
	font-size: 14px;
	}

#need_more {
	margin-top: 20px;
	padding: 5px 0 5px 30px;
	background: url("../images/alert_triangle_red.png") no-repeat;
	font-size: 14px;
	}

table.catering {
	border: 1px solid #ccc;
	border-bottom: 0;
	}

table.catering > tbody > tr > td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	}

table.catering > tbody > tr > td.thumb {
	padding-right: 0;
	text-align: center;
	}

table.catering > tbody > tr > td.info {
	text-size: 11px;
	width: 99%;
	}

table.catering > tbody > tr > td.info > p:last-child {
	margin: 0;
	}

table.catering > tbody > tr > td.qty {
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid #ccc;
	text-align: center;
	}

table.catering > tbody > tr > td.grayed_out {
	background: #eee;
	}

table.catering > tbody > tr > td.qty .width {
	width: 94px;
	}

table.catering > tbody > tr > td.qty h3 {
	margin-bottom: 12px;
	text-transform: none;
	color: #4e2200;
	}

table.catering > tbody > tr > td.qty > input[type="text"] {
	width: 30px;
	text-align: center;
	font-size: 16px;
	}

table.catering > tbody > tr > td.qty > input.has_qty,
table.prices input.has_qty {
	background: #c0ff82;
	}

table.catering > tbody > tr > td.price {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	border-left: 1px solid #ccc;
	text-align: right;
	}

table.catering table.prices {
	margin-top: 10px;
	}

table.catering table.prices td {
	padding: 5px 10px 0 0;
	font-size: 14px;
	}
	
table.catering table.prices td.description {
	width: 155px;
	white-space: nowrap;
	}
	
table.catering table.prices td:last-child {
	padding-left: 10px;
	text-align: right;
	}
	
table.catering table.prices td input {
	width: 30px;
	font-size: 16px;
	text-align: center;
	}

table#ordered_items {
	width: 100%;
	}

table#ordered_items td {
	padding: 5px 20px 5px 0;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	}

table#ordered_items td:last-child {
	padding-right: 0;
	}

table#ordered_items td.price {
	text-align: right;
	}

table#ordered_items td.item {
	width: 99%;
	}

table#ordered_items td input[type="text"] {
	font-size: 14px;
	text-align: center;
	}

table#ordered_items td h2 {
	padding: 8px 10px;
	margin: 15px 0 0 0;
	background: #6b3c27;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	}

table#ordered_items tr.h2 td {
	border-bottom: none;
	}

table#ordered_items tr.header td {
	font-weight: bold;
	}

div.totals {
	padding-top: 5px;
	text-align: right;
	font-size: 14px;
	line-height: 150%;
	}

table#order_info .header {
	padding: 8px 10px;
	background: #eee;
	font-weight: bold;
	}
	
table#order_info td.label {
	padding: 8px 5px 8px 0;
	text-align: right;
	font-size: 14px;
	}

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

table#order_info td.field input[type="text"],
table#order_info td.field select {
	padding: 2px 3px;
	font-size: 14px;
	}

.lunch_box {
	position: relative;
	float: left;
	margin-right: 13px;
	}

.lunch_box h3 {
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-transform: none;
	}

.lunch_box img {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	}

.lunch_box ul li {
	list-style: circle inside;
	padding-bottom: 3px;
	font-size: 12px;
	}

.lunch_box .choose {
	position: absolute;
	top: 0;
	left: 0;
	width: 145px;
	height: 97px;
	background: url("../images/catering_choose_hover.png") no-repeat;
	}

.add_more {
	display: none;
	margin-left: 10px;
	color: #f20;
	}

#need_more_qty {
	margin-right: 5px; /* forces a space in IE7. who knows. */
	font-weight: bold;
	}

#thumb_zoom {
	z-index: 1000000;
	}
	
/*** 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;
	}

/*** Job Application ***/

table.job_application .header {
	padding: 8px 10px;
	background: #eee;
	font-weight: bold;
	}
	
table.job_application .sub_header {
	padding: 12px 10px 0 10px;
	font-weight: bold;
	}
	
table.job_application input {
	font-size: 14px;
	font-family: "Helvetica";
	}
	
table.job_application td.instruction {
	padding: 10px;
	font-size: 13px;
	}

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

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

/*** Dialog ***/

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

.dialog {
	padding: 10px 0;
	text-align: left;
	}
	
/*** 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%;
}
	
/*** Footer ***/

#footer {
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	background: url("../images/footer_bg.png");
	}
	
#footer a {
	color: #fff;
	}
	
#footer a#feedback {
	padding-left: 22px;
	background: url("../images/feedback_icon.png") no-repeat;
	}
	
#footer a#jobs {
	padding-left: 20px;
	background: url("../images/jobs_icon.png") no-repeat;
	}

/*** Jobs ***/

.spanish {
	display: none;
	}

