@charset "UTF-8";
.nutritionLabel {
	position: relative;
	right: 195px;
}
body  {
	background: #999999;
	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: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: thin solid #999999;
	background: #CC9966 url(images/sidebar_background.gif) repeat-y;
} 
.twoColFixLtHdr #headerBackground {
	height: 131px;
	background: url(images/header.jpg) no-repeat;
}
.twoColFixLtHdr  #nav {
	padding: 0;
	margin: 0;
	position: relative;
	left: 100px;
	top: 90px;
	width: 680px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
} 
.twoColFixLtHdr  #nav  li  {
	padding: 0 0 0 0px;
	display: inline;
	float: none;
	color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.5em;
	font-weight: bold;
	font-size: .90em;
}
.twoColFixLtHdr #nav li a:link {
	padding: 0 0 0 0px;
	display: inline;
	float: none;
	color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.1em;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
.twoColFixLtHdr #nav li a:visited {
	padding: 0 0 0 0px;
	display: inline;
	float: none;
	color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.1em;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
.twoColFixLtHdr #nav ol li a:visited {
	padding: 0 0 0 0px;
	display: inline;
	float: none;
	color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.1em;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
.twoColFixLtHdr #nav ol li a:active {
	padding: 0 0 0 0px;
	display: inline;
	float: none;
	color: #000000;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.1em;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}



/*----- Sidebar -----*/
.twoColFixLtHdr #sidebarBackground {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	height: 380px;
	background: #FFFFFF;
	top: 10px;
	position: relative;
	margin-top: 0px;
	padding-top: 40px;
}
.twoColFixLtHdr #sidebarContent1 {
	margin-top: -5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.twoColFixLtHdr  #sidebarContent1 a:visited  {
	margin: 0px;
	color: #cc9966;
}
.twoColFixLtHdr #sidebarContent1 h1 {
	font-size: 1.15em;
	font-weight: bold;
	color:#630
}
.twoColFixLtHdr #sidebarContent1 h2 {
	font-size: .85em;
	color:#630
}
.twoColFixLtHdr #sidebarContent1 p {
	font-size: 0.80em;
	color:#630
}
.twoColFixLtHdr #sidebarContent2 {
	margin: 170px 10px 0px 15px;
}
.twoColFixLtHdr #sidebarContent2 h1 {
	font-size: 1.15em;
	font-weight: bold;
	color:#630
}
.twoColFixLtHdr #sidebarContent2 h2 {
	font-size: .85em;
	color:#630
}
.twoColFixLtHdr #sidebarContent2 p {
	font-size: 0.90em;
	color:#630
}
.twoColFixLtHdr #sidebarContent3 {
	margin: 10px 10px 0px 15px;
}
.twoColFixLtHdr #sidebarContent3 h1 {
	font-size: 1.15em;
	font-weight: bold;
	color:#630
}
.twoColFixLtHdr #sidebarContent3 h2 {
	font-size: 0.85em;
	color:#630
}
.twoColFixLtHdr #sidebarContent3 p {
	font-size: 0.75em;
	color:#630
}
.twoColFixLtHdr #sidebarContent4 {
	margin: 10px 10px 0px 15px;
}
.twoColFixLtHdr #sidebarContent4 h1 {
	font-size: 1.15em;
	font-weight: bold;
	color:#630
}
.twoColFixLtHdr #sidebarContent4 h2 {
	font-size: .85em;
	color:#630
}
.twoColFixLtHdr #sidebarContent4 p {
	font-size: .85em;
	color:#630;
}
.twoColFixLtHdr #sidebarContent img {
}
.twoColFixLtHdr  #mainContentBackground {
	margin: 0 0 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	left: 0px;
	overflow: hidden;
}
.twoColFixLtHdr #mainContentBackground p {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	position: relative;
	left: 30px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	top: 30px;
	width: 450px;
	height: 600px;
}
.twoColFixLtHdr  #mainContentChildBackground  {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	position: relative;
	left: 30px;
	overflow: hidden;
	top: 10px;
	width: 555px;
	height: 3500px;
}
.twoColFixLtHdr #mainContentChildBackground p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.twoColFixLtHdr #mainContentChildBackground h1 {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContentChildBackground h2 {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContentChildBackground h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.twoColFixLtHdr #mainContentChildBackground li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 100px 20px 0 34px;
}
.twoColFixLtHdr #mainContentAccord {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 100px 20px 0 34px;
	background: #cc9966 url(images/lets_eat_bkgrnd.jpg) no-repeat;
}  
.twoColFixLtHdr #ProductListingBox {
	position: relative;
	bottom: 10px;
	line-height: 0.75em;
	height: 600px;
	top: 5px;
}
.twoColFixLtHdr #OurProducts {
	margin: 10px 0 10px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 0px;
	overflow: hidden;
	line-height: 0.85em;
}
.twoColFixLtHdr #OurProducts ol {
	display: inline;
	font-size: 0.85em;
	color: #FFFFFF;
	float: none;
	font-weight: bold;
	padding: 0em;
	overflow: hidden;
	margin-top: 0.5em;
	background: #cc9966;
	position: relative;
	line-height: normal;
}
.twoColFixLtHdr #OurProducts li {
	display: inline;
	font-size: 0.95em;
	color: #663300;
	float: none;
	font-weight: bold;
	padding: 15px 0px;
	margin-bottom: 2em;
	background: #cc9966;
	height: auto;
	width: auto;
	line-height: 0.85em;
}
.twoColFixLtHdr #OurProducts h2 {
	margin: 0 0 0px 0px;
	display: inline;
	color: #FFFFFF;
	padding-right: 0.85em;
	font-size: 1.1em;
	background: #cc9966;
	overflow: hidden;
	line-height: 1.25em;
}
.twoColFixLtHdr #productwrapper {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 0 34px;
	background: #CC9966;
	position: relative;
	top: 0px;
	right: 0px;
	left: 0px;
}
.twoColFixLtHdr #productdescript {
	margin: 0;
	height: 90px;
	float: left;
	padding-bottom: 0.5em;
	position: relative;
	clear: both;
	background-color: #cc9966;
}
.twoColFixLtHdr #ProductSidebarContent1 {
	margin: 25px 10px 0px 15px;
}
.twoColFixLtHdr #ProductSidebarContent1 h1 {
	font-size: 1.15em;
	font-weight: bold;
	color:#630
}
.twoColFixLtHdr #ProductSidebarContent1 h2 {
	font-size: .85em;
	color:#630
}
.twoColFixLtHdr #ProductSidebarContent1 p {
	font-size: 0.80em;
	color:#630
}
.twoColFixLtHdr #ProductSidebarContent1 a:visited {
	color:#000000
}
.twoColFixLtHdr   #smallproductbox  {
	float: left;
	clear: none;
}
.twoColFixLtHdr #footer {
	background:#663300;
	position: relative;
	visibility: visible;
	overflow: hidden;
	width: 800px;
} 
.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: 5px 1em; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.75em;
	font-variant: small-caps;
	text-align: right;
	color: #FFFFFF;
}
.twoColFixLtHdr  #footer  a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.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;
	background: #cc9966;
}
a:link {
	color: #663300;
}
a:visited {
	color: #FFFFFF;
	font-weight: normal;
}
#ProductListingBox {
	margin-right: 30px;
	padding: 0px;
	font-size: 0.85em;
	margin-top: 0px;
}
#ProductListingBox p   {
	margin-right: 5px;
	padding-right: 2px;
	margin-top: 1px;
	margin-bottom: 20px;
}
#ProductListingBox a:link {
	text-decoration: none;
}
#ProductListingBox a:visited {
}

.formstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}

#logolink {
	background: url(images/1pixgif.gif);
	height: 131px;
	width: 175px;
	position: relative;
	top: 1px;
	left: 1px;
	overflow: hidden;
	clear: none;
	float: left;
}
.twoColFixLtHdr  #NextPreviousBox {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	position: relative;
	visibility: visible;
	width: 120px;
	z-index: 1003;
	top: 35px;
	right: 40px;
}
.twoColFixLtHdr #sidebarContent4 a:visited {
	margin: 0px;
	color: #cc9966;
}
.twoColFixLtHdr #mainContentChildBackgroundProducts {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	position: relative;
	left: 30px;
	overflow: hidden;
	top: 10px;
	width: 555px;
	height: 900px;
}
.twoColFixLtHdr #ProductSidebarContent1 p img {
	font-size: 0.8em
}
