@charset "UTF-8";

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

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #fffddc;
	background-attachment: scroll;
	background-image: url(../images/global/body_bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	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;
}

#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;
	position: relative;
}

#header_slogan {
	position: absolute;
	top: 40px;
	left: 280px;
}

#header_slogan h3 {
	color: #FFFFFF;
}

#header_slogan p {
	color: #FFFFFF;
	font-size: 2em;
	margin: 0;
}

#page_tab {
	line-height: 1.9em;
	width: 170px;
	position: relative;
	left: 750px;
	top: 90px;
	text-align: center;
}

#page_tab h2 {
	font-size: .8em;
	margin: 0;
	color: #fffddc;
}

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

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

#mainContent a:link, a:visited {
	text-decoration: none;
	color: #c62036;
}
#mainContent a:hover {
	text-decoration: underline;
	color: 515151;
}
#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;
} 

#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: #83a7be;
	height: 4px;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content_header {
	background-attachment: scroll;
	background-image: url(../images/global/content_header_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
	padding-bottom: 2px;
	background-color: #f6ebd8;
	text-align: center;
}

.content_header_home {
	background-attachment: scroll;
	background-image: url(../images/home/content_header_home_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
	padding-bottom: 2px;
	background-color: #0651a0;
	text-align: center;
}

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

#mainContent .content_header_home h1 {
	margin-top: .5em;
	color: #82A7BE;
}

.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;
}
#container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #515151;
}
#container #sidebar1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #c62036;
}
.margin_box_header a:link, a:visited {
	text-decoration: none;
	color: #c62036;
}
.margin_box_header a:hover {
	text-decoration: underline;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#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: #032850;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav_next {
	list-style: none;
	margin: 0;
	padding: 0;
}
#container #sidebar1 #nav_next li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}
#nav_next li a:link, #nav_next li a:visited {
	text-decoration: none;
	color: #032850;
}
#nav_next li a:hover {
	text-decoration: underline;
}
.margin_box {
	border: 2px solid #82a7be;
	margin-bottom: 8px;
}
.margin_ad_box {
	border: 2px solid #82a7be;
	margin-bottom: 8px;
	text-align: center;
	font-size: 0.8em;
}
#container #sidebar1 .margin_ad_box .margin_ad_text_box .fine_print {
	font-size: .8em;
}
.margin_ad_text_box {
	padding: 4px;
}

#container #sidebar1 .margin_ad_box .margin_ad_text_box h1 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #c62036;
}
.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: .5em;
	margin-bottom: .5em;
	}

.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_footer {
	height: 40px;
	width: 100px;
}
#container #mainContent h4 {
	color: #032850;
	text-decoration: underline;
}

.recipe_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e0e0e;
}
#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;
}

.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 #82a7be;
	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_box .addresses {
	font-size: .8em;
}

#container #mainContent #content_box p.intro {
	font-size: .9em;
	font-style: italic;
}

.feature_group {
	width: 720px;
	padding: 9px;
	border: 1px solid #f5cb2f;
	overflow: auto;
}

.colour_box {
	background-color: #0651a0;
	position: relative;
	padding: 10px 10px 0 10px;
	margin: 0;
}

.feature_row {
	position: relative;
	width: 720px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/global/feature_row_bg.jpg);
	background-repeat: repeat-y;
	border-bottom: 10px solid #0651a0;
}

.feature_box_left {
	width: 355px;
	float: left;
	background-color: #FFF;
	background-image: url(../images/global/feature_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.feature_box_right {
	width: 355px;
	float: right;
	background-color: #FFF;
	background-image: url(../images/global/feature_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.feature_box_image {
	width: 335px;
	height: 235px;
	position: relative;
	top: 10px;
	left: 10px;
	overflow:hidden;
	background-color: #fffddc;
}
.feature_box_text {
	position: relative;
	top: 10px;
	left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container #mainContent .feature_box_text .feature_preamble {
	font-size: .8em;
	text-align: center;
	color: #000;
	margin: .25em;
}

#container #mainContent .feature_box_text .feature_heading {
	font-size: 1.5em;
	text-align: center;
	color: #000;
	margin: .25em;
}

#container #mainContent .feature_box_text .feature_details {
	font-size: .8em;
	text-align: center;
	color: #000;
	margin: 0;
}


#container #mainContent .feature_box_text .feature_price {
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	text-align: center;
	color: #c62036;
	margin: .25em;
}

.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: #c62036;
	width: 720px;
	height: 3em;
	margin: 0;
	padding: 5px 10px 15px 10px;
}
.what_weeks_flyer h2 {
	color: #FFFFFF;
	font-size: 1.5em;
}

#mainContent .what_weeks_flyer h3 {
	color: #FFFFFF;
}

.flyer_footer {
	text-align: center;
	background-color: #032850;
	width: 720px;
	margin: 0;
	padding: 15px 10px 15px 10px;
}

.picture_box {
	width: 300px;
	overflow: hidden;
	padding: 0;
	border: 2px solid #f6ebd8;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#mainContent .flyer_footer h3 {
	color: #FFFFFF;
}

#container #mainContent .flyer_footer p {
	color: #FFFFFF;
	font-size: .8em;
}

.error {
	color: #c62036;
}
/*========================================================================================
	FORM LAYOUT
==========================================================================================*/


fieldset {
	float: left;
	clear: both;
	width: 695px;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 2px solid #eed9a4;
	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: .5em 1em .5em 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: .8em;
}

#start_date label {  
display: inline;
margin-bottom: .25em;
color: #333333;
font-size: .8em;
}

#start_date select {  
margin-bottom: .25em;
margin-right: 1em;
color: #333333;
font-size: .8em;
}

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

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