/* CSS Site Structure */

body {
	background-image:url(../Images/background2_lrg.jpg);
	background-repeat:no-repeat;
	background-color:#0b090a;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
    padding-left:115px;
	display:block;
}

#container {
	background-image:url(../Images/BackgroundFruit.gif);
	width:1036px;
	height:566px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	background-position:top center;
}

#holder {
	display:block;
	width:1036px;
	height:566px;
	float:left;
	background-position:top center;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

#bug_container {
	width:141px;
	height:566px;
	float:left;
	/*background-color:#993300;*/
	display:block;
	
}

#bug {
	display:block;
	width:141px;
	height:195px;
	/*background-color:#009900;*/
	
}

#play {
	display:block;
	width:141px;
	height:133px;
	/*background-color:#666699;*/
	margin-top:238px;
}

#header {
	width:736px;
	height:164px;
	display:block;
	float:left;
/*	background-color:#0066CC;*/
}

#main_container {
	width:736px;
	height:400px;	
	display:block;
	/*background-color:#CCFFFF;*/
	float:left;
}

#nav_container {
	width:76px;
	height:340px;
	display:block;
	margin-left:50px;
	margin-top:50px;
	/*background-color:#CC99FF;*/
}

#content_container {
	width:622px;
	height:400px;
	display:block;
	/*background-color:#CC0000;*/
	margin-left:114px;
	margin-top:-402px;
}

#bee_container {
	width:156px;
	height:566px;
	float:left;
	/*background-color:#993300;*/
	display:block;
	padding:0px;
	margin-top:-164px;
}

#bee {
	display:block;
	width:156px;
	height:164px;
	/*background-color:#009900;	*/
}

#pesticide_free {
	display:block;
	width:156px;
	height:402px;
	/*background-color:#333366;	*/
}

/* Top Headers */

.headerHome {
	/*background-image:url(../Images/headerHome.gif);*/
	background-image:url(../Images/hometext.gif);
	background-repeat: no-repeat;
	background-position: center	top ;
	width:490px;
	height:135px;
	margin-left:140px;
	margin-top:25px;
}

.headerGrowers {
	background-image:url(../Images/headerGrowers2.gif);
	width:502px;
	height:135px;
	margin-left:140px;
	margin-top:10px;
}

.headerTea {
	background-image:url(../Images/headerTea.gif);
	background-repeat: no-repeat;
	width:502px;
	height:135px;
	margin-left:140px;
	margin-top:10px;
}

.headerFaq {
	background-image:url(../Images/headerFaq.gif);
	width:502px;
	height:135px;
	margin-left:140px;
	margin-top:10px;
}

.headerProduct {
	background-image:url(../Images/headerProduct.gif);
	width:397px;
	height:107px;
	margin-left:180px;
	margin-top:50px;
	background-repeat:no-repeat;
}

.headerAwards {
	background-image:url(../Images/headerAwards.gif);
	width:372px;
	height:120px;
	margin-left:190px;
	margin-top:30px;
}

.headerContact {
	background-image:url(../Images/headerContact.gif);
	width:397px;
	height:107px;
	margin-left:200px;
	margin-top:50px;
	background-repeat:no-repeat;
}

/* Navigation Styles */

.ddcolortabs ul{
margin-left:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;

}

 a.navigation_margin {
 margin-bottom:0px;
 }
 
 a.nav_home {
 				font-family:Georgia;
				font-size:11px;
				color:#FFFFFF;
				font-weight:bold;
 				display: block;
				text-align:center;
				padding-top:12px;
				width: 66px;
				height: 10px;
				text-decoration: none;
      			background-image:url(../Images/home.gif);
				background-repeat:no-repeat;
  }
   
   a.nav_home:hover {
   background-image: url(../Images/home_over.gif);
   background-repeat:no-repeat;
 }
 a.active_home {
   background-image: url(../Images/home_over.gif);
   background-repeat:no-repeat;
 }
 
  
 a.nav_growers {
 				font-family:Georgia;
				font-size:11px;
				color:#FFFFFF;
				font-weight:bold;
 				display: block;
				text-align:center;
				padding-top:12px;
 				display: block;
				width: 66px;
				height: 10px;
				text-decoration: none;
				background-repeat:no-repeat;
      			background-image: url(../Images/growers.gif);
  }
   
   a.nav_growers:hover {
   background-image: url(../Images/growers_over.gif);
   background-repeat:no-repeat;
 }
a.active_growers {
   background-image: url(../Images/growers_over.gif);
   background-repeat:no-repeat;
 }
 
a.nav_products {
				font-family:Georgia;
				font-size:11px;
				color:#FFFFFF;
				font-weight:bold;
 				display: block;
				text-align:center;
				padding-top:12px;
 				display: block;
				width: 66px;
				height: 10px;
				text-decoration: none;
				background-repeat:no-repeat;
      			background-image: url(../Images/products.gif);
  }
   
   a.nav_products:hover {
   background-image: url(../Images/products_over.gif);
   background-repeat:no-repeat;
 }
 a.active_products {
   background-image: url(../Images/products_over.gif);
   background-repeat:no-repeat;
 }
 
 
 a.nav_news {
 				font-family:Georgia;
				font-size:11px;
				color:#FFFFFF;
				font-weight:bold;
 				display: block;
				text-align:center;
				padding-top:12px;
 				display: block;
				width: 66px;
				height: 10px;
				text-decoration: none;
				background-repeat:no-repeat;
      			background-image: url(../Images/news.gif);
  }
   
   a.nav_news:hover {
   background-image: url(../Images/news_over.gif);
   background-repeat:no-repeat;
 }
 a.active_news {
   background-image: url(../Images/news_over.gif);
   background-repeat:no-repeat;
 }

 a.nav_awards {
 				font-family:Georgia;
				font-size:11px;
				color:#FFFFFF;
				font-weight:bold;
 				display: block;
				text-align:center;
				padding-top:12px;
 				display: block;
				width: 66px;
				height: 10px;
				text-decoration: none;
				background-repeat:no-repeat;
      			background-image: url(../Images/awards.gif);
  }
   
   a.nav_awards:hover {
   background-image: url(../Images/awards_over.gif);
   background-repeat:no-repeat;
 }
 a.active_awards {
   background-image: url(../Images/awards_over.gif);
   background-repeat:no-repeat;
 }
 
 
 a.nav_contact-us {
 				font-family:Georgia;
				font-size:11px;
				color:#FFFFFF;
				font-weight:bold;
 				display: block;
				text-align:center;
				padding-top:12px;
 				display: block;
				width: 66px;
				height: 10px;
				text-decoration: none;
				background-repeat:no-repeat;
      			background-image: url(../Images/contact.gif);
  }
   
   a.nav_contact-us:hover {
   background-image: url(../Images/contact_over.gif);
   background-repeat:no-repeat;
 }
 a.active_contact-us {
   background-image: url(../Images/contact_over.gif);
   background-repeat:no-repeat;
 }
 
   a.nav_faq {
 				font-family:Georgia;
				font-size:11px;
				color:#FFFFFF;
				font-weight:bold;
 				display: block;
				text-align:center;
				padding-top:12px;
 				display: block;
				width: 66px;
				height: 10px;
				text-decoration: none;
				background-repeat:no-repeat;
      			background-image: url(../Images/faq.gif);
  }
   
   a.nav_faq:hover {
   background-image: url(../Images/faq_over.gif);
   background-repeat:no-repeat;
 }
 a.active_faq {
   background-image: url(../Images/faq_over.gif);
   background-repeat:no-repeat;
 }
 
  a.nav_salads {
 				font-family:Georgia;
				font-size:11px;
				color:#FFFFFF;
				font-weight:bold;
 				display: block;
				text-align:center;
				padding-top:12px;
 				display: block;
				width: 66px;
				height: 10px;
				text-decoration: none;
				background-repeat:no-repeat;
      			background-image: url(../Images/salad.gif);
  }
   
   a.nav_salads:hover {
   background-image:url(../Images/salad_over.gif);
   background-repeat:no-repeat;
 }

   a.active_salads {
   background-image:url(../Images/salad_over.gif);
   background-repeat:no-repeat;
 }
 
 
 
   a.sub2 {
 				font-family:Georgia;
				font-size:11px;
				color:#FFFFFF;
				font-weight:bold;
 				display: block;
				text-align:center;
				padding-top:12px;
 				display: block;
				width: 66px;
				height: 10px;
				text-decoration: none;
				background-repeat:no-repeat;
      			background-image:url(../Images/veg.gif);
  }
   
   a.sub2:hover {
   background-image:url(../Images/veg_over.gif);
   background-repeat:no-repeat;
 }
 
   a.nav_fruit {
 				font-family:Georgia;
				font-size:11px;
				color:#FFFFFF;
				font-weight:bold;
 				display: block;
				text-align:center;
				padding-top:12px;
 				display: block;
				width: 66px;
				height: 10px;
				text-decoration: none;
				background-repeat:no-repeat;
      			background-image:url(../Images/fruit.gif);
  }
   
   a.nav_fruit:hover {
   background-image:url(../Images/fruit_over.gif);
   background-repeat:no-repeat;
 }
 a.active_fruit {
   background-image:url(../Images/fruit_over.gif);
   background-repeat:no-repeat;
 }
 
 a.nav_potatoes {
 				font-family:Georgia;
				font-size:11px;
				color:#FFFFFF;
				font-weight:bold;
 				display: block;
				text-align:center;
				padding-top:12px;
 				display: block;
				margin-left:-10px;
				width: 76px;
				height: 10px;
				text-decoration: none;
				background-repeat:no-repeat;
      			background-image:url(../Images/potatoes.gif);
  }
   
   a.nav_potatoes:hover {
   background-image:url(../Images/potatoes_over.gif);
   background-repeat:no-repeat;
 }
 a.active_potatoes {
   background-image:url(../Images/potatoes_over.gif);
   background-repeat:no-repeat;
 }
  
 a.nav_herbs {
 				font-family:Georgia;
				font-size:11px;
				color:#FFFFFF;
				font-weight:bold;
 				display: block;
				text-align:center;
				padding-top:12px;
 				display: block;
				margin-left:16px;
				width: 46px;
				height: 10px;
				text-decoration: none;
				background-repeat:no-repeat;
      			background-image:url(../Images/herbs.gif);
  }
   
   a.nav_herbs:hover {
   background-image:url(../Images/herbs_over.gif);
   background-repeat:no-repeat;
 }
 a.active_herbs {
   background-image:url(../Images/herbs_over.gif);
   background-repeat:no-repeat;
 }
 /* Navigation FAQ Start */


a.nav_question1  {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#EE2B7B;
	text-align:left;
	text-decoration:none;
}

a.nav_question1:hover {
  text-decoration:none;
  color:#F59DB3;
  font-weight:bold;
  text-align:left;
  }
  
   a.active_question1 {
   text-decoration:none;
   color:#F59DB3;
 }
 
 a.nav_question2  {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#EE2B7B;
	text-align:left;
	text-decoration:none;
}

a.nav_question2:hover {
  text-decoration:none;
  color:#F59DB3;
  font-weight:bold;
  text-align:left;
  }
  
   a.active_question2 {
   text-decoration:none;
   color:#F59DB3;
 }


a.nav_question3  {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#EE2B7B;
	text-align:left;
	text-decoration:none;
}

a.nav_question3:hover {
  text-decoration:none;
  color:#F59DB3;
  font-weight:bold;
  text-align:left;
  }
  
   a.active_question3 {
   text-decoration:none;
   color:#F59DB3;
 }
 
 a.nav_question4  {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#EE2B7B;
	text-align:left;
	text-decoration:none;
}

a.nav_question4:hover {
  text-decoration:none;
  color:#F59DB3;
  font-weight:bold;
  text-align:left;
  }
  
   a.active_question4 {
   text-decoration:none;
   color:#F59DB3;
 }
 
 a.nav_question5  {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#EE2B7B;
	text-align:left;
	text-decoration:none;
}

a.nav_question5:hover {
  text-decoration:none;
  color:#F59DB3;
  font-weight:bold;
  text-align:left;
  }
  
   a.active_question5 {
   text-decoration:none;
   color:#F59DB3;
 }
 
 a.nav_question6  {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#EE2B7B;
	text-align:left;
	text-decoration:none;
}

a.nav_question6:hover {
  text-decoration:none;
  color:#F59DB3;
  font-weight:bold;
  text-align:left;
  }
  
   a.active_question6 {
   text-decoration:none;
   color:#F59DB3;
 }
 
 a.nav_question7  {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#EE2B7B;
	text-align:left;
	text-decoration:none;
}

a.nav_question7:hover {
  text-decoration:none;
  color:#F59DB3;
  font-weight:bold;
  text-align:left;
  }
  
   a.active_question7 {
   text-decoration:none;
   color:#F59DB3;
 }
 
 a.nav_question8  {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#EE2B7B;
	text-align:left;
	text-decoration:none;
}

a.nav_question8:hover {
  text-decoration:none;
  color:#F59DB3;
  font-weight:bold;
  text-align:left;
  }
  
   a.active_question8 {
   text-decoration:none;
   color:#F59DB3;
 }
 
 a.nav_question9  {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#EE2B7B;
	text-align:left;
	text-decoration:none;
}

a.nav_question9:hover {
  text-decoration:none;
  color:#F59DB3;
  font-weight:bold;
  text-align:left;
  }
  
   a.active_question9 {
   text-decoration:none;
   color:#F59DB3;
 }
 
a.nav_question10:hover {
  text-decoration:none;
  color:#F59DB3;
  font-weight:bold;
  text-align:left;
  }
  
   a.active_question10 {
   text-decoration:none;
   color:#F59DB3;
 }
 /* Navigation End */


/*Menu Styles*/

.menu_list {	
	width: 76px;
		
}

.menu_head {
	cursor: pointer;
	margin:1px;
	background-repeat:no-repeat;
	
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  text-decoration:underline;
  }
  
/* End Menu Styles */


/* Generic Content Holder */

#contentHolder {
	width:229px;
	height:336px;
	display:block;
	/*background-color:#003399;*/
	float:left;
	margin-top:20px;
	margin-left:15px;
}

#contentHolderTea {
	width:229px;
	height:506px;
	display:block;
	/*background-color:#003399;*/
	float:left;
	margin-top:20px;
	margin-left:15px;
}

#contentHolderFaq {
	width:229px;
	height:336px;
	display:block;
	/*background-color:#003399;*/
	float:left;
	margin-top:20px;
	margin-left:15px;
	padding-right:20px;
}
/* Generic Content Holder End */

/* Home Page */

#homepageContentPara {
	width:229px;
	height:336px;
	display:block;
	/*background-color:#003399;*/
	float:left;
	margin-top:20px;
	margin-left:15px;

}

#homepageContentPara2 {
	width:229px;
	height:336px;
	display:block;
	/*background-color:#CC3300;*/
	float:left;
	margin-top:20px;
	margin-left:20px;

}

/* End Home */

/* Growers Page  */

#growersFlash {
	width:340px;
	height:380px;
	display:block;
	/*background-color:#009933;*/
	float:left;
	margin-top:20px;
	margin-left:15px;

}

/* End Growers */

/* Awards Page */

#awardsContent {
	width:229px;
	height:336px;
	display:block;
	/*background-color:#003399;*/
	float:left;
	margin-top:0px;
	margin-left:15px;

}

#awardsImage {
	width:285px;
	height:365px;
	display:block;
	background-repeat:no-repeat;
	float:left;
	margin-top:20px;
	margin-left:15px;

}

/* End Awards */

/* Products */

#productsContainer {
	width:450px;
	height:300px;
	display:block;
	float:left;
	margin-left:60px;
	margin-bottom:20px;
}

#productsPotatoes {
	width:170px;
	height:135px;
	display:block;
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding-left:10px;
	/*background-color:#FF0000;*/
}

#productsPotatoe2 {
	width:270px;
	height:300px;
	display:block;
	float:left;
	margin-left:30px;
	margin-top:50px;
	float:left;
	background-image:url(../Images/gnfPotatoeLarge.gif);
	background-repeat:no-repeat;
	/*background-color:#FF0000;*/
}

#productsHerbs {
	width:170px;
	height:135px;
	display:block;
	float:right;
	margin-left:0px;
	margin-top:10px;
	padding-left:10px;
	float:left;
	/*background-color:#FF0000;*/
}

#productsHerb2 {
	width:270px;
	height:300px;
	display:block;
	float:left;
	margin-left:30px;
	margin-top:50px;
	float:left;
	background-image:url(../Images/gnfHerbLarge.gif);
	background-repeat:no-repeat;
	/*background-color:#FF0000;*/
}

#productsSalad {
	width:170px;
	height:135px;
	display:block;
	float:left;
	margin-left:10px;
	margin-top:40px;
	padding-left:10px;
	/*background-color:#FF0000;*/
}

#productsSalad2 {
	width:270px;
	height:300px;
	display:block;
	float:left;
	margin-left:30px;
	margin-top:50px;
	float:left;
	background-image:url(../Images/gnf_SaladLarge.gif);
	background-repeat:no-repeat;
	/*background-color:#FF0000;*/
}

#saladButtons {
	width:200px;
	height:70px;
	display:block;
	float:left;
	margin-top:230px;
	background-repeat:no-repeat;
	/*background-color:#CC9999;*/
}


#productsFruit {
	width:170px;
	height:135px;
	display:block;
	float:left;
	margin-left:10px;
	margin-top:40px;
	/*background-color:#3300FF;*/
}

#productsFruit2 {
	width:270px;
	height:300px;
	display:block;
	float:left;
	margin-left:30px;
	margin-top:50px;
	float:left;
	background-image:url(../Images/gnfFruitLarge.gif);
	background-repeat:no-repeat;
	/*background-color:#FF0000;*/
}

#fruitButtons {
	width:200px;
	height:70px;
	display:block;
	float:left;
	margin-top:230px;
	background-repeat:no-repeat;
	/*background-color:#CC9999;*/
}

#tantalisingTomatoes {
	width:270px;
	height:300px;
	display:block;
	float:left;
	margin-left:30px;
	margin-top:50px;
	float:left;
	background-image:url(../Images/gnfFruitLarge.gif);
	background-repeat:no-repeat;
	/*background-color:#FF0000;*/
}

#packShot {
	width:303px;
	height:306px;
	display:block;
	float:left;
	margin-left:20px;
	margin-top:40px;
	background-repeat:no-repeat;
	/*background-color:#FF0000;*/
	
	}

#productsLeft {
	width:35px;
	height:50px;
	display:block;
	float:left;
	background-repeat:no-repeat;
	/*background-color:#006600;*/
}

#productsRight {
	width:32px;
	height:50px;
	display:block;
	float:right;
	background-repeat:no-repeat;
	/*background-color:#CCCC00;*/
}

#productsFooter {
	width:550px;
	height:74px;
	display:block;
	float:left;
	margin-left:10px;
	margin-top:30px;
}

/* Products End */

/* Contact Page */

#contactContent {
	width:250px;
	height:100px;
	display:block;
	float:none;
	margin-top:10px;
	margin-left:150px;
}

/* End Contact */


/* FAQ Page */

#FaqContent {
	width:270px;
	height:300px;
	display:block;
	float:left;
	margin-left:0px;
	margin-top:20px;
	float:left;
}

/* End FAQ */


/* Pop Ups */

/*johnLang*/
#growers1 {
	width:352px;
	height:266px;
	position:absolute;
	display:none;
	margin-top:40px;
	margin-left:40px;
	background-image:url(../Images/johnLang.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	
}

/*timStockwell*/
#growers2 {
	width:412px;
	height:311px;
	display:none;
	margin-top:50px;
	margin-left:100px;
	background-image:url(../Images/timStockwell.gif);
	position:absolute;
	cursor:pointer;
}

/*davidPorter*/
#growers3 {
	width:346px;
	height:235px;
	display:none;
	margin-top:50px;
	margin-left:-60px;
	background-image:url(../Images/davidPorter.gif);
	background-repeat:no-repeat;
	position:absolute;
	cursor:pointer;
}

/*daveCuthbert*/
#growers4 {
	width:333px;
	height:244px;
	display:none;
	margin-top:110px;
	margin-left:15px;
	background-image:url(../Images/daveCuthbert.gif);
	background-repeat:no-repeat;
	position:absolute;
	cursor:pointer;
}

/*andrewGray*/
#growers5 {
	width:410px;
	height:298px;
	background-image:url(../Images/andrewGray.gif);
	background-repeat:no-repeat;
	position:absolute;
	display:none;
	margin-top:-150px;
	margin-left:50px;
	cursor:pointer;
}

/*davidArnot*/
#growers6 {
	width:333px;
	height:243px;
	background-image:url(../Images/davidArnot2.gif);
	background-repeat:no-repeat;
	position:absolute;
	display:none;
	margin-top:135px;
	margin-left:150px;
	cursor:pointer;
}

/*samDifrancesco*/
#growers7 {
	width:294px;
	height:214px;
	background-image:url(../Images/samDifrancesco2.gif);
	background-repeat:no-repeat;
	position:absolute;
	display:none;
	margin-top:-90px;
	margin-left:-20px;
	cursor:pointer;
}

/*kevinJillWolfe*/
#growers8 {
	width:258px;
	height:190px;
	background-image:url(../Images/kevinJillWolfe2.gif);
	background-repeat:no-repeat;
	position:absolute;
	display:none;
	margin-top:15px;
	margin-left:60px;
	cursor:pointer;
}

/*steveClarkson*/
#growers9 {
	width:252px;
	height:196px;
	background-image:url(../Images/steveClarkson2.gif);
	background-repeat:no-repeat;
	position:absolute;
	display:none;
	margin-top:25px;
	margin-left:150px;
	cursor:pointer;
}

/*richardLewis*/
#growers10 {
	width:277px;
	height:201px;
	background-image:url(../Images/richardLewis.gif);
	background-repeat:no-repeat;
	position:absolute;
	display:none;
	margin-top:10px;
	margin-left:0px;
	cursor:pointer;
}

#bugPopUp {
	width:384px;
	height:273px;
	background-image:url(../Images/bugPopUp.gif);
	background-repeat:no-repeat;
	position:absolute;
	display:none;
	margin-top:-150px;
	margin-left:60px;
	z-index:10;
	cursor:pointer;
}

/* Pop Ups End */


/* Styles */

p {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	margin:0px;
	padding:0px;
}

.contact {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:center;
}

.contact a {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:center;
	text-decoration:none;
}


/* Styles End*/

/* Scrolling Styles */

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 0;
}

/* UL/OL/DIV - the element that simplyScroll is inited on Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Master button styles - note that left and right versions are included although they are not used in this example */

.simply-scroll-btn {
	position: absolute;
	width: 30px;
	height: 8px;
	z-index:3;
	cursor: pointer;
	margin-top:320px;
	margin-right:15px;

}
	
.simply-scroll-btn-up {
	width:28px;
	background-image:url(../Images/arrowUp.png);
	background-repeat:no-repeat;
	
}

.simply-scroll-btn-down {
	width:20px;
	background-image:url(../Images/arrowDown.png);
	background-repeat:no-repeat;
	
}

/* Custom class modifications - adds to / overrides above Vertical scroller example, with custom base class */

/* Container DIV */

.vert { 
	width: 230px; /* wider than clip for custom button pos */
	height: 300px;
	margin-bottom: 1.5em;

}

/* Clip DIV */

.vert .simply-scroll-clip {
	width: 230px;
	height: 300px;

}

/* Modified button positions, overriding previous styles */

.vert .simply-scroll-btn-up { 
	right: 	0px;
	top: 	0;

}

.vert .simply-scroll-btn-down { 
	right: 	-15px;
	top: 	0px;

}

li {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	margin:0px;
	padding:0px;
}

/* Scrolling Styles Ends */

/*Bee popup(Form)*/

#join_container {
	width:464px;
	height:314px;
	background-image:url(../Images/beePopUp.gif);
	background-repeat:no-repeat;
	position:absolute;
	display:none;
	margin-top:105px;
	margin-left:-340px;

}

.formError {
	font-family:Arial;
	font-size:9px;
	color:#333333;
	margin-bottom:10px;
	
	float:right
}

.formLabel {
	font-family:Arial;
	font-size:10px;
	color:#ed217c;
	margin-bottom:5px;
	margin-top:5px;
	
	padding-top:-5px;
}

.formField  {
	margin-top:5px;
	
	text-align:left;
	padding-top:-5px;	
}

input {
	font-family:Arial;
	font-size:9px;
	color:#000000;
	width:200px;
}

.SubmitButton {
	font-family:Arial;
	font-size:9px;
	color:#000000;
	width:50px;
	padding-top:-5px;	
}

#icons {
	width:150px;
	height:20px;
	margin-bottom:-7px;
}
