body {
    background-color: #003827;
    font-family: Avenir, 'Lucida Grande', 'Bitstream Vera Sans', verdana, arial, helvetica, sans-serif;
    line-height: 16px;
    font-size:    12px;     
}

p {
    font-family: Avenir, 'Lucida Grande', 'Bitstream Vera Sans', verdana, arial, helvetica, sans-serif;
    line-height: 16px;
    font-size:    12px;     
}


/* 
////////////////////////////////////////////////////////////////
//   Green backround titles with white text. Main headers
////////////////////////////////////////////////////////////////
*/
h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #FFFFFF;
    word-spacing: 1px;
    margin: 0px;
    background-color: #003827;
    padding: 4px;
    text-align: center;
}
/* 
////////////////////////////////////////////////////////////////
//   Subscript and Superscript
////////////////////////////////////////////////////////////////
*/
.superscript {
	font-size: 80%;
	vertical-align: super;
}
.subscript {
	font-size: 80%;
	vertical-align: sub;
}
/* 
////////////////////////////////////////////////////////////////
//   White background with green text. headers
////////////////////////////////////////////////////////////////
*/
h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    word-spacing: 1px;
    color: #003827;
    background-color: #FFFFFF;
    padding: 4px 4px 4px 30px;
    margin: 0px;
}
/* 
////////////////////////////////////////////////////////////////
//   This is the QUOTE text
////////////////////////////////////////////////////////////////
*/
h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    word-spacing: 1px;
    margin-right: 30px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 2px;
    color: #000000;
}
/* 
////////////////////////////////////////////////////////////////
//   Black text on beige backround. Used on A-z and product page so far
////////////////////////////////////////////////////////////////
*/
h4 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
/* 
////////////////////////////////////////////////////////////////
//   used as header for herb of the week
////////////////////////////////////////////////////////////////
*/
h5 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #FFFFFF;
    word-spacing: 1px;
    margin: 0px;
    background-color: #4F03A9;
    padding: 4px;
    text-align: center;
}
/* 
////////////////////////////////////////////////////////////////
//   not used yet
////////////////////////////////////////////////////////////////
*/
h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    word-spacing: 1px;
    color: #003827;
    margin: 0px;
    padding: 0px;
}
.main {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 30px;
        font-family: Avenir, 'Lucida Grande', 'Bitstream Vera Sans', verdana, arial, helvetica, sans-serif;
    line-height: 16px;
    font-size:    12px;    
}
.body-prod {
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
        font-family: Avenir, 'Lucida Grande', 'Bitstream Vera Sans', verdana, arial, helvetica, sans-serif;
    line-height: 16px;
    font-size:    12px;    
}
.body {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-family: Avenir, 'Lucida Grande', 'Bitstream Vera Sans', verdana, arial, helvetica, sans-serif;
    line-height: 16px;
    font-size:    12px;     
}
.body-gallery {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.topseller
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    color: #FFFFFF;
    word-spacing: 1px;
    margin: 0px;
    background-color: #333366;
    padding: 2px;
    text-align: center;
}
    select {
    font-family: Avenir, 'Lucida Grande', 'Bitstream Vera Sans', verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}

/* 
////////////////////////////////////////////////////////////////
//  
////////////////////////////////////////////////////////////////
*/
.news {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}

.quote {
    background-color: #E0E0C1;
}
input {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.footer {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #003827;
    margin-top: 6px;
    margin-bottom: 6px;
}
.quotetitle {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 30px;
}
/* 
////////////////////////////////////////////////////////////////
//  I'm replacing smallfont for sm. Make sure I changed them all.
////////////////////////////////////////////////////////////////
*/
.smallfont {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    color:#CCCC00;
}
.sm {
    font-family: Geneva, Arial, Helvetica, sans-serif;    
    font-size: 10px;
    line-height: 14px;
}
.x-sm {
    font-family: Geneva, Arial, Helvetica, sans-serif;    
    font-size: 9px;
    line-height: 11px;
}

/* 
////////////////////////////////////////////////////////////////
//   Drop Shadows courtesy of alistapart
////////////////////////////////////////////////////////////////
*/
.shadow {
  float:left;
  background: url(images/shadow.gif) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
/* 
////////////////////////////////////////////////////////////////
//   lists
////////////////////////////////////////////////////////////////
*/


ol {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 16px;
}
li {
    line-height: 14px;
        padding-bottom: 12px;    
}

ul {
font-family: Avenir, 'Lucida Grande', 'Bitstream Vera Sans', verdana, arial, helvetica, sans-serif;
font-size:    12px; 
margin-left: 10px;
padding-left: 10px;
    padding-bottom: 0px;
}

/* 
////////////////////////////////////////////////////////////////
//    the two columns on home page.
////////////////////////////////////////////////////////////////
*/

.home1 {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 6px;
    padding-left: 30px;
}
.home2 {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 20px;
}
/* 
////////////////////////////////////////////////////////////////
//    the main links
////////////////////////////////////////////////////////////////
*/
a {
    text-decoration: underline;
    }
a:link {
    color: #003827;
    }
a:visited {
    color: #003827;
    }
a:active {
    color:#003827;
    }
a:hover {
    color: #660066;
    }
    

/* 
////////////////////////////////////////////////////////////////
//   Styles for Links in the Footer. Meant to be quieter
////////////////////////////////////////////////////////////////
*/

a.footer:link, a.footer:visited, a.footer:active {
    color: #003827;
    text-decoration: none;
}
a.footer:hover {
    color: #000000;
    text-decoration: underline;
}

/* 
////////////////////////////////////////////////////////////////
//   Styles for the Facts Panel and Product page
////////////////////////////////////////////////////////////////
*/


a.quiet:link, a.quiet:visited, a.quiet:active {
    color:            #003827;
        text-decoration: underline;
}

a.quiet:hover {
  color:            #660066;
      text-decoration: underline;
}

p.indent {
    text-indent:-4px;
    margin-left: 4px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    }

/* 
////////////////////////////////////////////////////////////////
//   For the images on the home page
////////////////////////////////////////////////////////////////
*/
.frameright {
    background-image:   url(/images/frame_right.gif);
    background-repeat: repeat;
}
.framebottom {
    background-image:   url(/images/frame_bottom.gif);
    background-repeat: repeat;
}
/* 
////////////////////////////////////////////////////////////////
//   To make an image float left or right.
////////////////////////////////////////////////////////////////
*/
.floatLeft { float: left; 
margin: 0px 12px 0px 0px; }
.floatRight { float: right; 
margin: 8px; } 
.rightpanel {
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 6px;
    padding-left: 24px;
}
.rightcolor {
background-color:  #CCCCFF;
}
.prod-title {
    text-transform: uppercase;
}
.promore {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
}
tt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.error {
	background-color: #CC0000;
	color: #FFFFFF;
}
.notice {
	color: #CC0000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	padding-right: 2px;
	padding-left: 2px;
}
.body-prod {
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
        font-family: Avenir, 'Lucida Grande', 'Bitstream Vera Sans', verdana, arial, helvetica, sans-serif;
    line-height: 16px;
    font-size:    12px;
}
.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #669966;
	padding: 6px;
}
.protocol-tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003827;
}
.section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.chapter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #003827;
	font-weight: bold;
	padding: 0;
	border: solid #003827;
	border-width: 1px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 5;
}
#nav a {
	color: black;
}

#nav a:hover {
	color: #99CC66;
}

#nav ul li a:hover {
	color: #FFFFFF;
}

#nav a.menu {
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 0.35em .5em;
}
#nav a.daddy,
#nav a.daddy:visited,
#nav a.daddy:hover,
#nav a.daddy:active,
#nav a.daddy:focus {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 18.0em;
	w\idth: 18.0em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav ul {
	background: white;
}

#nav li li {
	padding-right: 0em;
	width: 18.0em;
	color: white;
	border-bottom: solid #333 1px;
}

#nav li ul a {
	/*width: 15em;
	w\idth: 9em;*/
	width: 18.0em;
	w\idth: 15.0em;
}

#nav li ul ul {
	margin: -1.75em 0 0 10.5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav ul li:hover, #nav ul li.sfhover {
	background-color: #999;
}