﻿@import url(reset.css);

/* << ----------------// General Styles //---------------->> */
body {
	margin:10px;
	padding:0;
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size:16px;
	/*line-height:18px;*/
}

acronym {
	border-bottom: 1px dotted #999999;
	cursor: help;
}

p { 
	margin:4px 0 6px 0; 
	font-size: 12px;
}

strong { font-weight:bold; }
em { font-style:italic; }

h1, h2, h3, h4 {
	font-weight:bold;
	/*margin:10px 0 0 0;*/
}

h1 { font-size:26px; }
h2 { font-size:23px; }
h3 { font-size:20px; }
h4 
{ 
	font-size:17px; 
	margin-bottom: 10px;
}

h5 
{ 
	font-size:14px;
	margin-bottom: 10px;
}

img {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color:#990000;
	text-decoration:underline;
}

a:hover, a:active {
	color:#330099;
	text-decoration:none;
}

ul {
	margin:5px 0 5px 20px;
	padding:0;
	list-style-type:disc;
}

ol {
	margin:5px 0 5px 30px;
	padding:0;
	list-style-type:decimal;
}

ul li, ol li {
	margin:0 0 4px 0;
	padding:0;
}

th.title {
	cursor: help;
}
/* << ------------------------------------------------>> */

/* << ----------------// Link icons //---------------->> */
.pdf
{
	background: url(../images/icons/pdf.gif) no-repeat right;
	padding: 0 20px 0 0;
}

.doc
{
	background: url(../images/icons/doc.gif) no-repeat right;
	padding: 0 20px 0 0;
}

.htm
{
	background: url(../images/icons/html.gif) no-repeat right;
	padding: 0 20px 0 0;
}

.newwindow
{
	background: url(../images/icons/newwindow.gif) no-repeat right;
	padding: 0 20px 0 0;
}

.textfile
{
	background: url(../images/icons/textfile.gif) no-repeat right;
	padding: 0 20px 0 0;
}

.csv
{
	background: url(../images/icons/csv.gif) no-repeat right;
	padding: 0 20px 0 0;
}

.zip
{
	background: url(../images/icons/zip.gif) no-repeat right;
	padding: 0 20px 0 0;
}

.clear {clear: both;}
/* << ------------------------------------------------>> */

/* << ----------------// Main Container Styles //---------------->> */
#mainContainer 
{
	width: 915px;
	margin: 0px auto;
	padding: 0;
}
/* << ------------------------------------------------>> */

/* Header Styles */
#header
{
	background-color: #8CC63F;
	margin: 0px;
	/*padding: 5px;*/
	width: auto;
}

#logo
{
  float: left;
  width: 200px;
}

#address
{
  margin: 20px 0 0 0;
  width: 450px;
  float: right;
  font-size: .8em;
  text-align: center;
}
/* << ------------------------------------------------>> */

/* << ----------------// Footer Styles //---------------->> */
#footer
{
	width: 100%;
  margin: 10px 0 0 0;
  text-align: center;
  font-size: .8em;
}
/* << ------------------------------------------------>> */

/* << ----------------// Body Styles //---------------->> */
#body
{
	width: 100%;
	text-align: center;
	padding: 2px 0 0 0;
}

#body h1 { color: #FFF; }

.marginleft { margin-left: 5px; }
.marginright { margin-right: 5px; }
.margintop { margin-top: 5px; }
.marginbottom { margin-bottom: 5px; }

.floatleft
{
	float: left;
	margin: 0 5px 0 0;
}

.floatright { float: right; }

.red { background-color: #BF1E2D; }
.blue { background-color: #6880BF; }
.green { background-color: #8CC63F; }
.yellow { background-color: #FFC425; }
.purple { background-color: #6600CC; }
.purpletext { color: #60C; }

#filler1
{
  height: 21px; 
  width: 225px; 
  background-color: #BF1E2D; 
  margin-top: 5px;
  margin-bottom: 5px;
}

#filler2
{
  height: 119px; 
  width: 225px; 
  background-color: #8CC63F; 
  margin: 0 0 5px 0;
}

.redbox
{
	border: 1px solid red;
}

.colA
{
	width: 45%;
	margin: 10px 0 0 0;
	font-size: 1em;
	min-height: 100px;
	float: left;
}

.colB
{
	width: 45%;
	margin: 10px 0 0 0;
	min-height: 100px;
	float: right;
}

.onecol
{
	width: 99%;
	margin: 10px 0;
}

.clearboth { clear: both; }

.productImage
{
	margin: 20px 0;
}

.footnote
{
	font-style: italic;
	font-size: .8em;
	color: Red;
}

/* foodlines -- homepage */
.foodlines
{
	float: left;
	color: #FFF;
	text-align: center;
}
.foodlines a
{
	text-decoration: none;
	color: #FFF;
}

.foodlines a:hover
{
	color: #CCCCCC;
}

.foodlines h4 
{ 
	padding-top: 3px;
	padding-bottom: 3px;
}
/* ----------------------- */

/* foodlines2 - product pages */
.foodlines2
{
	color: #000;
	width: 650px;
	margin: 0 auto;
	font-size: 12px;
}

.foodlines2 p { text-align: left; }

.foodlines2 legend 
{ 
	margin: 0 0 5px 10px; 
	font-weight: bold;
	font-size: 17px;
}

.foodlines2 fieldset
{
	padding: 0 5px 10px;
	border: 1px solid #000;
	text-align: left;
}

.foodlines2 li ul
{
  list-style-image: url(../images/icons/dash.gif);
}
/* ----------------------- */

/* rd - about us (research and development) */
.rd
{
	width: 550px;
	margin: 0 auto;
	/*padding-top: 20px;*/
}

.rd p 
{ 
	text-align: justify;
	margin-top: 20px;
}

.rd img
{
	margin-left: 10px;
}

.rd label
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
/* ----------------------- */
/* << ------------------------------------------------>> */