body
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: small;
  font-style: normal; 
  color: #000;
}

td
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: small;
  font-style: normal; 
}

table#main
{
	margin: auto;
  border-left: solid 1px #000; 
  border-right: solid 1px #000;
}

a
{
  color: #000; 
}
a:visited 
{  
  color: #000; 
}

a:hover 
{  
  background-color: #eeb;
}

a:active
{  
  color: #eeb;
  background-color: #7800cc;
}

a.name
{
  color: #000;
  background-color: #cc9;
}
a.name:visited 
{  
  color: #000;
  background-color: #cc9;
}
a.name:hover 
{  
  color: #000;
  background-color: #cc9;
}
a.name:active
{  
  color: #000;
  background-color: #cc9;
}

a.green
{
  color: #000;
  background-color: #529492;
  padding: 0 1em;
	text-decoration: none;
  border: solid 1px #000;
}
a.green:visited 
{  
  color: #000;
  background-color: #529492;
}
a.green:hover 
{  
  color: #000;
  background-color: #cc9;
}
a.green:active
{  
  color: #7800cc;
  background-color: #eeb;
  border: solid 1px #7800cc;
}

a.popup
{
  color: #000;
  background-color: #529492;
  padding: 0 1em;
	text-decoration: none;
  border: solid 1px #000;
	font-size: smaller;
	display: block;
	margin-top: 0.5em;
}
a.popup:visited 
{  
  color: #000;
  background-color: #529492;
}
a.popup:hover 
{  
  color: #000;
  background-color: #cc9;
}
a.popup:active
{  
  color: #7800cc;
  background-color: #eeb;
  border: solid 1px #7800cc;
}

a.tan
{
  color: #000;
  background-color: #bb8;
  padding: 0 1em;
  border: solid 1px #000;
	text-decoration: none;
}
a.tan:visited 
{  
  color: #000;
  background-color: #bb8;
}
a.tan:hover 
{  
  color: #000;
  background-color: #996;
}
a.tan:active
{  
  color: #000;
  background-color: #eeb;
}

a img
{
  border: 0;
}

img.float
{
  float:left; 
  padding-right: 1em;
}

.red
{
  color: #f00;
}

.indent
{
  margin-left: 2em;
}

.center
{
  text-align: center;
}
/*---------- header -----------------*/

#header #logo {
	padding: 8px; 
	white-space: nowrap;
}

#header #search {
	padding: 1em 0.5em;;
}

#header #admin_links {
	text-align: right;
	padding: 0 0.5em 0.5em 0.5em;
}

/*---------- end header -----------------*/

/*---------- main menu -----------------*/

td.green
{
  background-color: #529492;
}

tr#menu td
{
  background-color: #eeb;
  border-right: solid 1px #666;
  text-align: center;
  line-height: 30px;
  font-size: medium;
}

tr#menu td#cart
{
  border-right: 0;
}

tr#menu td a
{  
  display: block;
  padding: 4px 1px;
  color: #000; 
  text-decoration: none; 
  font-weight: bolder;
  font-size: smaller;
}

tr#menu td a:visited 
{  
  color: #000; 
}

tr#menu td a:hover 
{  
  background-color: #cccc99;
}

tr#menu td a:active
{  
  color: #eeb;
  background-color: #7800cc;
}

body#home tr#menu td#home a, 
body#body_products tr#menu td#products a, 
body#body_ingredients tr#menu td#ingredients a, 
body#contact tr#menu td#contact a, 
body#about tr#menu td#about a,
body#cart tr#menu td#cart a 
{
  background: #7800cc;
  color: #fff;
}

/*---------- end main menu -----------------*/

/*---------- submain menu -----------------*/

tr#submenu
{
  background-color: #7800cc; 
  padding: 0;
  margin: 0;
}

tr#submenu td ul#submenuList
{
/*  text-align: center;*/
  list-style-type: none;
/*  font-size: smaller;*/
  margin: 0 auto;
  height: 1%;
}

tr#submenu td ul#submenuList li
{
  display: block;
  float: left;
/*  text-align: center;*/
  background-color: #7800cc;
  border: solid 1px #fff;
  margin: 1.5px;
/*  border-right: solid 1px #fff;
  border-left: solid 1px #fff;*/
}

tr#submenu td ul#submenuList li a
{  
  display: block;
  padding: 4px 16px;
  color: #fff; 
  text-decoration: none; 
  font-weight: bolder;
}

tr#submenu td ul#submenuList li a:visited 
{  
  color: #fff; 
}

tr#submenu td ul#submenuList li a:hover 
{  
  background-color: #cccc99;
}

tr#submenu td ul#submenuList li a:active
{  
  color: #eeb;
  background-color: #7800cc;
}


/*---------- end submain menu -----------------*/

/*---------- content -----------------*/
td#mainContent
{
  background-color: #cccc99;
/*  border-top: solid 10px #7800cc; */
  padding: 15px 5px;
}

h3#pageHeader
{
  border-left: solid 3px #eeb;
  border-bottom: solid 3px #eeb;
  padding-left: 10px;
  padding-bottom: 3px;
}
/*---------- end content -----------------*/

/*---------- horizontal lists -----------------*/
ul.horizontalList
{
  text-align: center;
  list-style-type: none;
/*  font-size: smaller;*/
  margin: 0 auto;
  height: 1%;
}

ul.horizontalList li
{
  display: block;
  float: left;
  text-align: center;
  background-color: #eeb;
  border-right: solid 1px #666;
  border-left: solid 1px #666;
}

ul.horizontalList li a
{  
  display: block;
  padding: 4px 16px;
  color: #000; 
  text-decoration: none; 
}

ul.horizontalList li a:visited 
{  
  color: #000; 
}

ul.horizontalList li a:hover 
{  
  background-color: #cccc99;
}

ul.horizontalList li a:active
{  
  color: #eeb;
  background-color: #7800cc;
}
/*---------- end horizontal lists -----------------*/

/*---------- floats -----------------*/

.floatLeft
{
  float: left;
  padding-right: 4px;
	margin-right: 4px;
}

.floatRight
{
  float: right;
  padding-left: 4px;
  margin-left: 4px;
}

.clear
{
  clear: both;
  line-height: 1px;
}

/*---------- end floats -----------------*/

/*---------- category/product listings -----------------*/
div.category
{
  float:left;
/*  border: solid 1px #996;*/
  width: 340px;
  padding: 4px 4px 8px 4px;
}

h4.categoryName
{
  margin: 0 0 4px 0;
  padding: 0;
  text-align: center;
}

div.categoryDescription
{
  margin-right: 10px;
/*  font-size: smaller;*/
}


h3.category
{
	color: #fff;
	background-color: #529492;
  padding-left: 10px;
  padding-bottom: 3px;
}

h3.category a, h3.category a:hover
{
	color: #fff;
	background-color: #529492;
}

h4.category
{
  border-left: solid 3px #529492;
  border-bottom: solid 3px #529492;
  margin-left: 10px;
  padding-left: 10px;
  padding-bottom: 3px;
	margin-bottom: 3px;
	font-size: larger;
}

div.subcategoryDescription
{
	margin-top: 0;
  margin-right: 30px;
  margin-left: 40px;
  padding-bottom: 1em;
}

h5.itemName
{
/*  float: left;*/
  margin: 0 0 0 20px;
  padding: 0 0 3px 0;
	font-size: small;
}

div.itemRow2
{
  margin: 0 0 0 20px;
  padding: 0 0 3px 0;
  border: solid 1px #996;
}

div.itemDescription
{
  float: left;
  padding: 0.5em 1em;
  width: 450px;
}

div.itemIngredients
{
  float:right;
  margin-right: 10px;
/*  border-left: solid 1px #996;*/
  width: 200px;
}

div.itemIngredients h6
{
  margin: 0.5em;
}

div.itemIngredients ul
{
	margin-top: 0;
  font-size: smaller;
}

div.top
{
  clear: both;
  font-size: smaller;
  text-align: center;
  margin-bottom: 6px;
}

/*---------- end category/product listings -----------------*/

/*---------- item cost horizontal lists -----------------*/
ul.itemPriceList
{
  list-style-type: none;
/*  margin: 1em auto;
  height: 1%;*/
}

ul.itemPriceList li
{
  display: block;
  border: solid 1px #eeb;
}

ul.itemPriceListRow
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 1%;
}

ul.itemPriceListRow li
{
  display: block;
  float: left;
  padding: 4px 16px;
  border: 0;
}


/*---------- end item cost horizontal lists -----------------*/

/*---------- ingredient listings -----------------*/

h5.ingredientName
{
  margin: 10px 0 4px 10px;
  padding: 0 0 0 10px;
	font-size: small;
}

div.ingredientDescription
{
  margin: 0 0 0 20px;
  padding: 0.5em 1em;
  border: solid 1px #996;
}

span.ingerdientLatinName
{
  font-style: italic;
  font-weight: normal;
}

/*---------- end ingredient listings -----------------*/

/*---------- footer -----------------*/
td#footer
{
  background-color: #529492;
  text-align: center; 
  border-top: solid 10px #7800cc; 
  padding: 4px 0; 
  font-size: xx-small; 
  font-weight: bolder;
}
/*---------- end footer -----------------*/

/*---------- bread crumb -----------------*/
#breadCrumb
{
  font-size: smaller;
  font-weight: bolder;
  border-left: dashed 1px #eeb;
  border-bottom: dashed 1px #eeb;
  padding-left: 10px;
  
}
/*---------- end bread crumb -----------------*/

/*---------- data tables -----------------*/
thead { 
  background-color: #eeb;
	color: #000;
}

tfoot { 
	background: #529492; 
}

tr.odd { background: #ffffff; }

tr.even { background: #cccce6; }
/*---------- end data tables -----------------*/

/*---------- product search -----------------*/

div.search_result_category p
{
	margin: 0;
  padding: 3px 0 0 0;
	text-align: center;
}

span.no_bold
{
  font-weight: normal;
}

h5.search_itemName
{
  margin: 0;
  padding: 0 0 3px 0;
	font-size: small;
}

div.search_itemRow2
{
  margin: 0;
  padding: 0 0 3px 0;
  border: solid 1px #996;
}

/* override the width of the item description for it is too wide with the order list on top of it
 * and this causes the ingredients not to float correctly
 */
div.search_itemRow2 div.itemDescription
{
  width: 400px;
}


/*---------- end product search -----------------*/


/*---------- error explanation styles -----------------*/
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

/*---------- end error explanation styles -----------------*/

/*---------- admin index page -----------------*/
div.admin_box{
	float: left; 
	width: 32%; 
	padding: 3px;
	margin-bottom: 1em;
}

div.admin_box h4{
	background-color: #eeb;
	margin: 0;
	padding: 3px 5px;
}

div.admin_box ul{
	margin: 0;
}

/*---------- end admin index page -----------------*/

/*---------- css pop-up window styles -----------------*/
/* from http://www.pat-burt.com/web-development/how-to-do-a-css-popup-without-opening-a-new-window/ */
#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}
#popUpDiv {
	position:absolute;
	z-index: 9002;
	text-align: center;
	background-color: #cc9;
	padding: 1em;
}

#popUpDiv p {
/*	padding: 1em;*/
}
/*---------- end css pop-up window styles -----------------*/
