/* Fonts */

BODY {
	font-family : "trebuchet ms", arial, sans serif;
	color : #666666;
	font-size : 13px;
	background-color: #222222;
	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 : 12px;
}

.whitehome{
	font-family : "trebuchet ms", arial, sans serif;
	color : #FFFFFF;
	line-height: 17px;
	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;
}

.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;
}

.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;
}

.button:hover {
  background-color: #8BBA15;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}

/* CSS Document */

/*menu*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* CSS Document */

/*menu*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
text-align: center;
}

.suckertreemenu ul a{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
width: 108px;
float: left;
background-color: #8BBA15; /*overall menu background color*/
color: #FFFFFF;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
height: auto;
border-left-width: 0;
text-decoration: none;
text-align: center;
padding: 5px 8px;
border: 1px solid #679000;
border-left: 0;
background-color: #8BBA15;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
display: block;
visibility: hidden;
text-align: left;
background-color: #A6D52F;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 160px; /* 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;
border: 1px solid #679000;
border-top: 0;
}

.suckertreemenu ul li a:hover{
background-color: #A6D52F;
color: #FFFFFF;
}

.suckertreemenu ul li a:visited{
color: #FFFFFF;
text-decoration : none;
}


/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* DIVs */

div.spacer {
  clear: both;
  }

div.container {
  background-color: #FFFFFF;
  width: 600px;
  margin:0 auto; /*center hack*/
  margin-top: 60px;
}

div.container2 {
  background-color: #FFFFFF;
  width: 730px;
  margin:0 auto; /*center hack*/
  border: 1px solid #8bba15;
}

div.padding {
  padding: 5px;
}

div.home {
  width: 250px;
  float: right;
  height: 500px;
  border-left: 10px solid #8bba15;
}

div.left {
  float: left;
  width: 470px;
  background-color: #FFFFFF;
  height: 500px;
}

div.main{
  width: 730px;
  background-color: #FFFFFF;
}

div.menuhome {
  float: left;
  width: 156px;
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.member {
  float: left;
  width: 221px;
  text-align: left;
  padding: 10px;
}

div.member2 {
  float: left;
  width: 225px;
  text-align: center;
  padding: 5px;
}

div.drop {
  float: left;
  width: 231px;
  text-align: right;
  padding-top: 40px;
  padding-right: 10px;
}

div.dropsmall {
  float: left;
  width: 231px;
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
}


div.logotop {
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.content {
  background-color: #FFFFFF;
  text-align: left;
  padding: 10px;
}

div.header {
  width: 727px;
  margin:0 auto; /*center hack*/
  margin-top: 60px;
  text-align: right;
  padding: 3px;
  color: #FFFFFF;
}

div.header2 {
  width: 727px;
  margin:0 auto; /*center hack*/
  margin-top: 30px;
  text-align: left;
  padding: 3px;
  color: #FFFFFF;
}

div.footer {
  width: 727px;
  margin:0 auto; /*center hack*/
  text-align: center;
  padding: 3px;
  color: #FFFFFF;
  height: 55px;
}

div.artleft {
  width: 385px;
  float: left;
  text-align: left;
  font-size: 11px;
  padding-top: 3px;
  margin-left: 100px;
}

div.artright {
  float: right;
  text-align: right;
  width: 40px;
  margin-right: 200px;
  padding-top: 3px;
}


/*Tables*/

.greenleft {
  background-color: #679000;
  width: 30px;
  height: 300px;
}

.greenright {
  background-color: #679000;
  width: 5px;
  height: 300px;
}

.greenbottom {
  background-color: #679000;
  width: 730px;
  height: 150px;
}

.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;
}

.sideadmin {
  border-right: 1px solid #679000;
  width: 160px;
  padding-top: 18px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #D6E6AE;
  text-align: left;
}

.promo {
  border-bottom: 2px solid #679000;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-color: #D6E6AE;
  text-align: left;
  height: 75px;
}

.promo2 {
  border-bottom: 2px solid #679000;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  text-align: left;
  height: 75px;
}

.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;
 }
 
.toppromo {
  padding: 3px;
  background-color: #D6E6AE;
  text-align: left;
  border-bottom: 5px solid #8bba15;
  height: 70px;
 }
 
 .toppromosmall {
  padding: 3px;
  background-color: #D6E6AE;
  text-align: left;
  border-bottom: 5px solid #8bba15;
  height: 40px;
 }

.box{

  background-color: #E2E9D1;
  padding: 10px;
}

.landingpic {
	width: 200px;
	height: 300px;
}

.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;
}

/* Links */

a:link {
	color : #8BBA15;
	font-family : "trebuchet ms", arial, sans serif;
}

a:visited {
	color : #679000;
	font-family : "trebuchet ms", arial, sans serif;
}

a:hover {
	font-family : "trebuchet ms", arial, sans serif;
	color: #679000;
	text-decoration : underline;
}

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: #a6d52f;
	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;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
