/*
 * (c) 2005 Natural Mystic
 *
 *
 */

/* Main logo background */
TABLE.header {
  /*background-image: url(/catalog/images/leaf-back.gif);*/
  background-color: #E0E0E0;
  width: 100%;
}

TR.headerNavigation {
  background: #008800;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #008800;
  color: #ffffff;
  font-weight : bold;
}

/* Rows within tables are centred */
TABLE.banner TR
{
   text-align: center;
}

/* Bottom banner definition */
TD.bottombanner
{
   width: 20%;
   font-size: 8pt;
   text-align: center;
}

/* Contact us banner */
TD.contactus
{
   text-align: left;
   font-size: 24pt;
   color: #008800;
   padding-left: 0.5em;
   padding-top: 1em;
   padding-bottom: 1em;
}

/* DIV's are also centred */
DIV
{
   font-family: Arial, Times, sans-serif;
   text-align: center;
   margin-bottom: 0.5em;
}

/* Site title text */
DIV.site-title
{
   font-weight: bold;
   font-style: italic;
   margin-top: 1em;
   margin-bottom: 1em;
}

/* Product descriptions table */
TABLE.products
{
   width: 100%;
}

/* TD's within tables */
TABLE.products TD
{
   width: 16%;
   text-align: center;
   font-family: Arial, Times, sans-serif;
   font-size: 8pt;
   vertical-align: top;
}
