/* Fonts */

BODY {
	font-family : "trebuchet ms", arial, sans serif;
	color : #666666;
	font-size : 13px;
	background-color: #E4F3C0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
	line-height: 17px;
}

.white{
	font-family : "trebuchet ms", arial, sans serif;
	color : #FFFFFF;
	line-height: 17px;
	font-size : 13px;
}

.whitehome{
	font-family : "trebuchet ms", arial, sans serif;
	color : #FFFFFF;
	line-height: 15px;
	font-size : 13px;
}

.title{
	font-family : "trebuchet ms", arial, sans serif;
	color : #666666;
	font-size : 15px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 17px;
}

.title2{
	font-family : "trebuchet ms", arial, sans serif;
	color : #666666;
	font-size : 18px;
	font-variant: small-caps;
	font-weight: bold;
}

.small{
	font-family : "trebuchet ms", arial, sans serif;
	color : #666666;
	font-size : 11px;
	line-height: 17px;
}

.list {
	font-family : "trebuchet ms", arial, sans serif;
	color : #666666;
	font-size : 12px;
	line-height: 17px;
}

.testimonial {
	font-family : "trebuchet ms", arial, sans serif;
	color : #666666;
	font-size : 11px;
	line-height: 17px;
	font-style:italic;
}

.cutline {
	float: left;
	width: 225px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.pic { background-color: #FFFFFF; padding: 5px; border: 1px solid #CCCCCC; margin: 5px; }

/* forms */

input, select, textarea {
   font-family: "trebuchet ms", arial, sans serif;
   font-weight: none;
   vertical-align: middle;
   background: #FFFFFF;
   border: 1px solid #CCCCCC;
   font-size: 13px;
   color: #666666;
}

input:hover {
   border: 1px solid #CCCCCC;
   background: #D2F085;
   color: #666666;
}

select:hover {
   border: 1px solid #CCCCCC;
   background: #D2F085;
   color: #666666;
}

.button {
  background-color: #679000;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}

.buttonbig {
  background-color: #679000;
  width: 150px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}

.buttonbig2 {
  background-color: #679000;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}

.button:hover {
  background-color: #8BBA15;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}

.buttonbig:hover {
  background-color: #8BBA15;
  width: 150px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}

.buttonbig2:hover {
  background-color: #8BBA15;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.suckertreemenu ul a{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #8BBA15; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 92px; /*Width of top level menu link items*/
padding: 5px 7px;
border-left: 1px solid #679000;
border-left-width: 1;
text-decoration: none;
color: FFFFFF;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background:#fff; /* Added this line */
} 

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: FFFFFF;
text-decoration: none;
padding: 5px 7px;
border: 1px solid #679000;
}

.suckertreemenu ul li a:hover{
background-color: #679000;
color: white;
}

.suckertreemenu ul li a:visited{
color: white;
text-decoration: none;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #8BBA15;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #8BBA15;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
* html .suckertreemenu ul li ul li a{ height: 1%; }
* html .suckertreemenu ul li ul li ul li { float: left;}
* html .suckertreemenu ul li ul li ul li a{ height: 1%; }
/* End */


/* DIVs */

div.spacer {
  clear: both;
  }

div.container {
  background-color: #FFFFFF;
  width: 540px;
  margin:0 auto; /*center hack*/
  margin-top: 40px;
  border: 1px solid #679000;
  height: 300px;
}

div.container2 {
	background-color: #FFFFFF;
	width: 730px; /*center hack*/
	/*margin-top: 60px;*/
  margin-top: 30px;
	border: 1px solid #679000;
	height: 533px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.containerflavors {
	background-color: #FFFFFF;
	width: 730px; /*center hack*/
	/*margin-top: 60px;*/
  margin-top: 10px;
	border: 1px solid #679000;
	height: 650px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.container3 {
  background-color: #FFFFFF;
  width: 730px;
  margin:0 auto; /*center hack*/
  margin-top: 40px;
  border: 1px solid #679000;
  background-color: #D6E6AE;
  vertical-align: middle;
  height: 35px;
}

div.container4 {
  background-color: #FFFFFF;
  width: 730px;
  margin:0 auto; /*center hack*/
  margin-top: 10px;
  border: 1px solid #679000;
  background-color: #D6E6AE;
  vertical-align: middle;
  height: 40px;
}

div.containerint {
  background-color: #FFFFFF;
  width: 756px;
  margin:0 auto; /*center hack*/
  margin-top: 40px;
  border: 1px solid #679000;
}

div.containersmall {
  background-color: #FFFFFF;
  width: 540px;
  text-align: right;
  border: none;
  height: 30px;
  padding: 2px;
  margin:0 auto; /*center hack*/
  padding-top: 5px;
}

div.containersmall2 {
  background-color: #E4F3C0;
  width: 730px;
  text-align: right;
  border: none;
  height: 30px;
  padding: 2px;
  margin:0 auto; /*center hack*/
  padding-top: 5px;
}

div.padding {
  padding: 5px;
}

div.padding2 {
  padding: 5px;
  margin: 5px;
  border: solid 3px #FFFFFF;
  background: #8BBA15;
}

div.flavors {

height: 27px;
padding-top: 55px;
padding-bottom: 3px;
padding-left: 8px;
padding-right: 8px;
color: #4e3b1d;
font-weight: bold;
line-height: 13px;
text-align: right;

}

div.flavorsbrown {

height: 27px;
padding-top: 55px;
padding-bottom: 3px;
padding-left: 8px;
padding-right: 8px;
color: #FFFFFF;
font-weight: bold;
line-height: 13px;
text-align: left;

}

/*Tables*/

.greenleft {
  background-color: #679000;
  width: 30px;
  height: 300px;
}

.greenright {
  background-color: #679000;
  width: 5px;
  height: 300px;
}

.greenbottom {
  background-color: #679000;
  width: 730px;
  height: 190px;
}

.greentop {
  background-color: #679000;
  width: 720px;
  height: 20px;
  vertical-align: middle;
  padding: 5px;
  text-align: left;
}

.side {
  border-right: 1px solid #679000;
  width: 190px;
  padding-top: 18px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #D6E6AE;
  text-align: left;
}

.sidelisting {
  border-right: 2px solid #679000;
  width: 190px;
  padding-top: 18px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #FFFFFF;
  text-align: left;
}

.sidelisting2 {
  border-right: 1px solid #679000;
  width: 160px;
  padding-top: 18px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #E2EEC4;
  text-align: left;
}


.sideadmin {
  border-right: 1px solid #679000;
  width: 140px;
  padding-top: 18px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #D6E6AE;
  text-align: left;
}

.promo {
  border: 1px solid #679000;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #D6E6AE;
  text-align: left;
}

.promo2 {
  border: 1px solid #777777;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #DDDDDD;
  text-align: left;
}

.opp1 {
  border: 1px solid #679000;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 2px;
  background-color: #D6E6AE;
  text-align: left;
}

.opp2 {
  border: 1px solid #777777;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 2px;
  background-color: #e3eec6;
  text-align: left;
}

.opptitle {
  border: 1px solid #777777;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 2px;
  background-color: #c2d88a;
  text-align: left;
}

.admin1 {
  border-top: 1px solid #679000;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #D6E6AE;
  text-align: left;
}

.admin2 {
  border-top: 1px solid #679000;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #FFFFFF;
  text-align: left;
}

.admin3 {
  border-top: 1px solid #679000;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #DDDDDD;
  text-align: left;
}

.directory {
  height: 35px;
  padding: 3px;
  background-color: #D6E6AE;
  text-align: right;
  border-bottom: 1px solid #679000;
 }
 
.directorytop {
  padding: 3px;
  background-color: #c6d997;
  text-align: left;
  border-bottom: 1px solid #679000;
 }


.box{

  background-color: #E2E9D1;
  padding: 10px;
}

.box2{

  background-color: #D6E6AE;
  padding: 10px;
}

.boxcenter{
	background-color: #D6E6AE;
	padding: 10px;
	width: 300px;
	align: center;
	text-align: center;
	vertical-align: middle;
}

.landingpic {
	width: 200px;
	height: 300px;
}

.header {
   border-top: 1px solid #8BBA15;
   border-bottom: 1px solid #8BBA15;
}

.buy{

  background-color: #A6D52F;
  padding: 10px;
  width: 32%;
  color: #FFFFFF;
}

.live{

  background-color: #8BBA15;
  padding: 10px;
  width: 32%;
  color: #FFFFFF;
}

.grow{

  background-color: #679000;
  padding: 10px;
  width: 32%;
  color: #FFFFFF;
}

.flavors1 {

background-color: #93a445;

}

.flavors2 {

background-color: #6c5635;

}

/* Links */

a:link {
	color : #8BBA15;
	font-family : "trebuchet ms", arial, sans serif;
	text-decoration : underline;
}

a:visited {
	color : #679000;
	font-family : "trebuchet ms", arial, sans serif;
	text-decoration : underline;
}

a:hover {
	font-family : "trebuchet ms", arial, sans serif;
	color: #FFFFFF;
	background-color: #A6D52F;
	text-decoration : none;
}

a.white:link {
	color : #FFFFFF;
	font-family : "trebuchet ms", arial, sans serif;
	text-decoration : none;
}

a.white:visited {
	color : #FFFFFF;
	font-family : "trebuchet ms", arial, sans serif;
	text-decoration : none;
}

a.white:hover {
	font-family : "trebuchet ms", arial, sans serif;
	color: #666666;
	background-color: none;
	text-decoration : none;
}


a.ticker:link {
	color : #FFFFFF;
	font-family : "trebuchet ms", arial, sans serif;
	text-decoration : none;
}

a.ticker:visited {
	color : #FFFFFF;
	font-family : "trebuchet ms", arial, sans serif;
	text-decoration : none;
}

a.ticker:hover {
	font-family : "trebuchet ms", arial, sans serif;
	color: #666666;
	background-color: none;
	text-decoration : none;
}

a.whitehome:link {
	color : #FFFFFF;
	font-family : "trebuchet ms", arial, sans serif;
	text-decoration : underline;
}

a.whitehome:visited {
	color : #FFFFFF;
	font-family : "trebuchet ms", arial, sans serif;
	text-decoration : underline;
}

a.whitehome:hover {
	font-family : "trebuchet ms", arial, sans serif;
	color: #666666;
	background-color: none;
	text-decoration : underline;
}
