@charset "UTF-8";

h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #f6ebd8;
	background-attachment: scroll;
	background-image: url(../images/global/body_bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/global/container_bg.jpg);
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	background-attachment: scroll;
	background-image: url(../images/global/header_bg.jpg);
	background-repeat: no-repeat;
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#page_tab {
	height: 60px;
	width: 190px;
	position: relative;
	left: 750px;
	top: 80px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#mainContent h3 {
	font-size: 1em;
	color: #2e4676;
}

#mainContent .content_header h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	}

#mainContent a:link, a:visited {
	text-decoration: none;
	color: #ed1c24;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #515151;
}
.twoColFixLtHdr #footer {
	background-attachment: scroll;
	background-image: url(../images/global/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.twoColFixLtHdr #container #mainContent .price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ef4e22;
	font-weight: bold;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #515151;
	font-size: 10px;
}
.full_width_line {
	background-color: #959ebe;
	height: 4px;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content_header {
	background-attachment: scroll;
	background-image: url(../images/home/feature_special_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 2px;
	background-color: #f6ebd8;
	text-align: left;
}

.feature_image {
	width: 740px;
	overflow: hidden;
}
#mainContent .content_header h1 {
	color: #2e4676;
	margin-top: .5em;
	margin-bottom: .25em;
	font-size: 1.5em;
}

#mainContent .content_wrap h1 {
	margin-top: .5em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearright {
	clear: right;
    height: 1;
	width: 500px;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #515151;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ed1c24;
}
.margin_box_header a:link, a:visited {
	text-decoration: none;
	color: #ed1c24;
}
.margin_box_header a:hover {
	text-decoration: underline;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #container #sidebar1 #nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: .25em;
	margin-bottom: .25em;
}

#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #2e4676;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav_next {
	list-style: none;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #container #sidebar1 #nav_next li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: .25em;
	margin-bottom: .25em;
}

#nav_next li a:link, #nav_next li a:visited {
	text-decoration: none;
	color: #2e4676;
}
#nav_next li a:hover {
	text-decoration: underline;
}
.margin_box {
	border: 2px solid #dfdfdf;
	margin-bottom: 8px;
}
.margin_ad_box {
	border: 2px solid #dfdfdf;
	margin-bottom: 8px;
	text-align: center;
	font-size: 0.8em;
}
.twoColFixLtHdr #container #sidebar1 .margin_ad_box .margin_ad_text_box .fine_print {
	font-size: .8em;
}
.margin_ad_text_box {
	padding: 4px;
}

.margin_ad_text_box p {
	margin-top: 0;
	margin-bottom: 0;
}

span.loc_address {
	font-size: .7em;
	font-weight: normal;
}

.margin_box_header {
	background-color: #eed9a4;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #eed9a4;
	line-height: .5em;
}

.margin_box_header h3 {
	margin-top: .75em;
	margin-bottom: .75em;
}

.margin_link_box {
	border-right-style: none;
	border-left-style: none;
	padding-right: 8px;
	padding-left: 8px;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #f3f3f3;
	background-attachment: scroll;
	background-image: url(../images/global/link_box_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content_box {
	border: 2px solid #fdedba;
	margin-bottom: 8px;
}
.content_box_header {
	background-color: #fdedba;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #fdedba;
}
.flyer_box_header {
	background-attachment: scroll;
	background-image: url(../images/flyer/header_bg_flyer.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 20px;
	height: 60px;
	margin: 0px;
}
#page_number {
	height: 60px;
	width: 30px;
	position: relative;
	left: -20px;
	top: -4px;
}
#flyer_dates {
	height: 40px;
	width: 100px;
}
.twoColFixLtHdr #container #mainContent h4 {
	color: #2e4676;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent #flyer_footer #flyer_footer_bg .flyer_footer_text h4 {
	margin-top: 0;
}
.recipe_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e0e0e;
}
.twoColFixLtHdr #container #mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #515151;
}
.odd_rows {
	background-color: #fdedba;
}
.form_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e0e0e;
}
.content_width_underline {
	background-color: #959ebe;
	height: 4px;
	width: 560px;
}
.big_price {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 36px;
	color: #ffff00;
}
.price_box_t {
	background-image: url(../images/home/price_box_t.jpg);
	background-repeat: repeat-x;
}
.price_box_tr {
	background-image: url(../images/home/price_box_tr.jpg);
	background-repeat: no-repeat;
}
.price_box_l {
	background-image: url(../images/home/price_box_l.jpg);
	background-repeat: repeat-y;
}
.price_box_r {
	background-image: url(../images/home/price_box_r.jpg);
	background-repeat: repeat-y;
}
.price_box_b {
	background-image: url(../images/home/price_box_b.jpg);
	background-repeat: repeat-x;
}
.feature_price {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.content_wrap {
	background-color: #f6ebd8;
	padding-left: 20px;
	padding-right: 10px;
	overflow:hidden;
	margin-top: 0px;
	border: 1px solid #f5cb2f;
}	
#content_box {
	border: 1px solid #f5cb2f;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	overflow: auto;
	_height:1%;
}
.map_box {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
.content_separator {
	width: 700px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f5cb2f;
	clear: right;
	}
#container #mainContent .content_wrap .feature_price p {
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 36px;
}
.twoColFixLtHdr #container #mainContent #content_box .addresses {
	font-size: .8em;
}
.feature_group {
	width: 720px;
	padding: 9px;
	border: 1px solid #f5cb2f;
	overflow: auto;
}
.feature_box1 {
	float: left;
	width: 234px;
}
.feature_box2 {
	width: 234px;
	margin-left: 243px;
}
.feature_box3 {
	float: right;
	width: 234px;
}
.feature_box_image {
	width: 232px;
	height: 150px;
	overflow:hidden;
	border: 1px solid #f5cb2f;
}
.feature_box_text {
	padding: 10px;
}
.feature_box_heading {
	font-size: 1.1em;
	text-align: center;
	color: #000;
	text-decoration: underline;
}
#container #mainContent .feature_group .feature_box_text .feature_box_details {
	font-size: .8em;
	text-align: center;
	color: #000;

}
.twoColFixLtHdr #container #mainContent .feature_group .feature_box_text .feature_box_price {
	font-size: 2em;
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ed1c24;
}
.feature_faux_columns {
	background-image: url(../images/home/feature_faux_columns.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	overflow: auto;
}
.what_weeks_flyer {
	text-align: center;
	background-color: #ed1c24;
	width: 720px;
	margin: 0;
	padding: 5px 10px 15px 10px;
}
.what_weeks_flyer h2 {
	color: #FFFFFF;
	font-size: 1.5em;
	padding-top: .5em;
}
.flyer_dates {
	text-align: center;
	background-color: #2e4676;
	width: 720px;
	height: 3em;
	margin: 0;
	padding: 15px 10px 15px 10px;
}
.flyer_dates h3 {
	color: #FFFFFF;
	font-size: 1.25em;
}
.picture_box {
	width: 300px;
	overflow: hidden;
	padding: 0;
	border: 2px solid #f6ebd8;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#mainContent .flyer_dates h3 {
	color: #FFFFFF;
}
#flyer_footer {
	border: 1px solid #f5cb2f;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
#flyer_footer_bg {
	background-color: #f6ebd8;
	background-image: url(../images/global/flyer_footer_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
.flyer_footer_text {
	margin: 0;
	padding: 10px;
	font-size: .9em;
}
.flyer_footer_image {
	margin: 0;
	padding: 0;
}
#flyer_footer #flyer_footer_bg .flyer_footer_text p {
	color: #2e4676;
	margin: 0;
}
.error {
	color: #ed1c24;
}
/*========================================================================================
	FORM LAYOUT
==========================================================================================*/


fieldset {
	float: left;
	clear: both;
	width: 60%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 2px solid #f6ebd8;
	background-color: #eeeeee;
	background-image: url(../images/form/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}
legend {
	margin-left: 1em;
	padding: 0;
	color: #999999;
	font-weight: bold;
}
.fieldset_element {  
margin: 1em;
}
fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 12em;  
background-color: transparent;
background-image: none;
}
label {  
display: block;
margin-bottom: .25em;
color: #333333;
font-size: .9em;
}

/*========================================================================================
	LOCATIONS TABLE
==========================================================================================*/

#locations {
	border-top: 10px solid #FFF;
	color: #FFF;
}
#locations td {
	text-align: center;
	vertical-align: top;
	padding: 2px;
}
.twoColFixLtHdr #container #mainContent .feature_group #locations #locations_table h2 {
	margin: .3em;
	font-size: 1.4em;
}
#locations_table {
	background-color: #2e4676;
	width: 100%;
}
.twoColFixLtHdr #container #mainContent .feature_group #locations #locations_table .addresses {
	color: #FFF;
	margin: .5em;
}
.twoColFixLtHdr #container #mainContent .feature_group #locations #locations_table h4 {
	color: #FFF;
	margin: .3em;
}
.twoColFixLtHdr #container #mainContent .feature_group #locations #locations_table .addresses .address_details {
	font-size: .8em;
}

