@charset "UTF-8";
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: 100%;
	background-color: #EDE3D4;
}
.oneColFixCtr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-position: left top;
	position:relative;
}
.oneColFixCtr #mainContent {
	width: 900px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*	min-height:750px; */
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	min-height:760px;
}
.clr {
	clear: both;
	height: 0px;
}
#header {
	width: 760px;
	position: relative;
	z-index: 9;
	margin: 0px auto;
	padding: 15px 0px 0px 100px;
}
#header #gluten {
	position: absolute;
	top: 58px;
	left: 38px;
}
#header #online {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}
#header #nav {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	padding-left: 20px;
}
#header #nav .navButton {
	float: left;
	margin: 0px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #831F21;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#logoBar {
	position: relative;
	height: 445px;/*	position:relative;
	z-index:100; */
	width: 900px;
	bottom: 0px;
}
#logoBar #tagBar {
	position: relative;
	z-index: 98;
	top: 200px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#logoBar #logo {
	position: absolute;
	z-index: 99;
	top: 86px;
	right: 0px;
	overflow: visible;
	width:337px;
	height:420px;
	background-image: url(../images/bar/logo_lg.png);
	background-repeat: no-repeat;
}
#logoBar #meal_ideas {
	position: relative;
	top: 297px;
	z-index: 99;
	width: 100px;
	left: 60px;
}
#logoBar #fruit {
	position: absolute;
	z-index: 97;
	top: 0px;
	left: 52px;
}
#logoBar #mealGroup {
	position: absolute;
	top: 297px;
	z-index: 96;
	left: 55px;
	width: 100%;
}
#logoBar #mealGroup .mealNav {
	margin-left:170px;
}

#logoBar #mealGroup .footer {
	position: absolute;
	bottom:0;
	z-index: 1;
}


#bodyContent {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 10;
	position: relative;
	top: 0px;
	min-height: 300px;
}
#bodyContent a {
	color: #6C7A1B;
	text-decoration: none;
	font-weight: bold;
}
#bodyContent a:hover {
	color: #6C7A1B;
	text-decoration: underline;
	font-weight: bold;
}
#bodyContent #col_left {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	width: 470px;
}
#bodyContent #col_left.wide {
	width: 650px;
}
#bodyContent #col_left p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #831F21;
}
#bodyContent  #col_left.home_intro {
	padding-top: 20px;
}
#bodyContent  #col_left.home_intro p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	color: #82201D;
}


#bodyContent #col_left .quoteGroup {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bodyContent #col_left .quote {
	width: 410px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#bodyContent #col_left .quote p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bodyContent #col_left .quotename p {
	margin: 0px;
	padding: 0px;
}
#bodyContent #col_left .quotename {
	margin: 0px;
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
}
#bodyContent #col_left .quoteline {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#bodyContent #col_left .quoteVertLine {
	position: absolute;
	left: 455px;
}
#bodyContent #col_left form {
	margin: 0px;
	padding: 0px;
}
#bodyContent #col_left form p {
	margin: 0px;
	padding: 0px 0px 5px;
}
#bodyContent #col_left form input {
	margin: 0px 0px 5px;
	padding: 0px;
}
#bodyContent #col_left .jardetail {
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: center;
}
#bodyContent #col_right {
	margin: 0px;
	padding: 0px;
	float: left;
	padding-left: 15px;
	width: 220px;
}
#bodyContent #col_right p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #831F21;
}
#bodyContent #col_right p.title {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

