/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#mainContent {padding-bottom: 121px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -121px; /* negative value of footer height */
	height: 121px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* END STICKY FOOTER METHOD*/

#wrapper {background: url(../images/wrap_background.gif) repeat-y top center;}
body {
	background: url(../images/background.gif);
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

a img {
	border: 0px;
}

a:link {
	color: #970000;
	text-decoration: none;
}
a:visited {
	color: #970000;
	text-decoration: none;
}
a:hover {
	color: #970000;
	text-decoration: underline;
}
a:active {
	color: #970000;
	text-decoration: underline;
}

#mainContent {width: 960px; background-color: #F1F1F1; margin-left: auto; margin-right: auto;}
#header {
	width: 788px; 
	border-left: 1px solid #383838; 
	border-right: 1px solid #383838; 
	background-color: #1D1D1D; 
	height: 36px;
	padding-left: 170px;
}

/*
#barrys_text {
	float: left;
	height: 36px;
}*/

#top_links {
	padding-right: 10px;
	float: left;
	color: #515151;
	font-size: 12pt;
}

.top_link {
	line-height: 36px;
	vertical-align: middle;
	display: block;
	float: left;
}

#top_links a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#top_links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top_links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#top_links a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#flash_zone {
	width: 960px;
	height: 170px;
	border-top: 2px solid #DF0517;
	background: url(../images/flash_replace_1pxvertical_bg.jpg) repeat-x;
}
#logo {
	float: left;
	position: relative;
	padding-left: 20px;
	padding-top: 25px;
	width: 680px;
}
#addressTop {
	float: left;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 15px;
	width: 235px;
}
#addressTop a {
	float: left;
	color: #FFFFFF;
	padding-left: 20px;
	width: 235px;
	text-decoration: none;
}

#bottom_content {
	width: 924px;
	background-color: #F1F1F1;
	padding: 17px;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
	height: 100%;
}

.contentRightOfleftSideBarTitleText {
	font-size: 18pt;
	color: #970000;
	display: block;
	padding-bottom: 5px;
	padding-top: 15px;
}

#large_food_image {
	display: block;
	padding-bottom: 20px;
}

#rescue_discount {
	padding-left: 20px;
	padding-bottom: 20px;
	width: 370px;
	line-height: 2em;
	height: 142px;
}
#farp {
	float: left;
	width: 160px;
}
#farpText {
	float: left;
	padding-top: 5px;
	width: 210px
}


#hours_of_op {
	padding-left: 20px;
	padding-bottom: 20px;
	width: 360px;
	line-height: 2em;
}

.hoo_day {
	width: 150px;
	float: left;
}
.hoo_spacer {
	float: left;
	width: 25px;
}
.hoo_times {
	float: left;
	clear: right;
	width: 150px;
}
.hoo_notes {
	float: left;
	position: relative;
	width: 325px;
}

#daily_contest {
	padding-left: 20px;
	padding-bottom: 20px;
	width: 370px;
	line-height: 2em;
}

#recent_press {
	padding-left: 20px;
	padding-bottom: 20px;
	width: 360px;
	line-height: 2em;
}

.press_date {
	font-weight: bold;
}

#directions {
	padding-left: 20px;
	padding-bottom: 20px;
	width: 360px;
	line-height: 2em;
}
.directions_header {
	font-weight: bold;
}

div.content { 
	float: left;
}
div.contentRow {
}
div.contentRow a {
	color: #000099;
}
div.contentRow a:hover {
}
div.contentRow ul {
	display: inline;
	list-style: none;
}
div.contentRow ul li {
	display: inline;
	list-style: none;
}
#content_text {
	width: 526px;
	padding-top: 20px;
	padding-right: 20px;
	border-right: 1px dotted #A6A6A6;
}

#left_column {
	float: left;
	width: 546px;
}
#right_column {
	float: left;
	width: 370px;
	overflow: hidden;
}

#footer {
	background: transparent url(../images/wrap_background.gif) repeat-y top center;
}
#ftf {
	float: left;
	padding-left: 20px;
	width: 360px;
}
#ftf_logo {
	float: left;
}
#ftf_text {
	float: left;
	height: 108px;
	width: 175px;
	padding-top: 50px;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 17px;
}

#footer_container {
	width: 958px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #383838; 
	border-right: 1px solid #383838; 
	background: #B0B0B0;
}

#footer_border {
	height: 10px;
	background: url(../images/footer_border.gif) repeat-x;
}

#footer_links {
	float: right;
	height: 14px;
	padding-right: 27px;
}

.footer_link {
	line-height: 14px;
	vertical-align: middle;
	display: block;
	float: left;
}

#footer_links a:link {
	color: #515151;
	text-decoration: none;
}
#footer_links a:visited {
	color: #515151;
	text-decoration: none;
}
#footer_links a:hover {
	color: #970000;
	text-decoration: underline;
}
#footer_links a:active {
	color: #970000;
	text-decoration: underline;
}

#copyright {
	clear: both;
	padding-top: 40px;
	padding-left: 10px;
}
div.menuContent {
	float: left;
	position: relative;
	width: 546px;
}
div.menuHeadersRow {
	position: relative;
	margin-left: 20px;
	width: 540px;
	padding-left: 15px;
}

.menuHeaders a {
	float: left;
	position: relative;
	width: 150px;
	text-align: center;
	text-size: 1.3em;
	text-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	border: 1px solid #000000;
	background-color: #D50808;
	color: #FFFFFF;
}
.menuHeaders a:hover {
	float: left;
	position: relative;
	width: 150px;
	text-align: center;
	text-size: 1.3em;
	text-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #D50808;
	text-decoration: none;
}
div.menu {
	float: left;
	position: relative;
	width: 546px;
}
/* Menu */

.menu_listing_page_categories {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0000FF;
	font-weight: bold;
}
.menu_listing_categories {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF; 
	font-size: 15px;
	font-weight: bold;
}
.menu_category_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 12px;
	font-style: italic;
}
.menu_item {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 14px;
	font-weight: bold;
}
.menu_item_description {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 12px;
}