* 
{
	margin: 0;
	padding: 0;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/bg.jpg) repeat-x bottom center;
}

img 
{ 
  border: none; 
}

#top
{
	padding: 0;
	width: 750px;
	display: block;
	clear: both;
	text-align: left;
	margin: 0 auto;
	height: 750px; 
}

#middle
{
  padding: 0;
	width: 750px;
	display: block;
	clear: both;
	text-align: left;
	margin: 0 auto;
	height: 750px; 
}

#bottom
{
  padding: 0;
	width: 750px;
	display: block;
	clear: both;
	text-align: left;
	margin: 0 auto;
	height: 750px; 
}

.links li
{
	float: left;
	padding-right: 36px;
}

#topLinks li
{
	float: left;
	padding-right: 36px;
	position: absolute; 
}

.links li a
{
	display: block;
	overflow: hidden;
	background-position:  0 0; 
  text-indent: -9999px;
	outline: none;
}

#flashContent 
{ 
	text-align: center; 
} 

.seeds1
{ 
  background: url(../images/seeds1.gif) no-repeat;
	width: 107px; 
	height: 110px;	
}

.seeds2
{ 
  background: url(../images/seeds2.gif) no-repeat;
	width: 107px; 
	height: 110px;	
}

.seeds3
{ 
  background: url(../images/seeds3.gif) no-repeat;
	width: 107px; 
	height: 110px;	
}

.fruit1
{ 
  background: url(../images/fruit1.gif) no-repeat;
	width: 95px; 
	height: 110px;  
}

.fruit2
{ 
  background: url(../images/fruit2.gif) no-repeat;
	width: 95px; 
	height: 110px;  
}

.fruit3
{ 
  background: url(../images/fruit3.gif) no-repeat;
	width: 95px; 
	height: 110px;  
}

.juice1
{ 
  background: url(../images/juice1.gif) no-repeat;
	width: 101px; 
	height: 110px;  
}

.juice2
{ 
  background: url(../images/juice2.gif) no-repeat;
	width: 101px; 
	height: 110px;  
}

.juice3
{ 
  background: url(../images/juice3.gif) no-repeat;
	width: 101px; 
	height: 110px;  
}

.links li a:hover 
{
	background-position: bottom;
}

#topLinks li a:hover
{ 
  background-position: bottom;
} 

.bottomContent a 
{
  color: #d1a00a;
	font-weight: bold;  
} 

.bottomContent a:hover 
{
  color: #046cd9;
	text-decoration: none;  
} 

/* tooltips */ 
.hotspot 
{
  color: #900; 
	padding-bottom: 1px; 
	border-bottom: 1px dotted #900; 
	cursor: pointer; 
}

#tt 
{
  position: absolute; 
	display: block; 
	background: url(../images/tt_left.gif) top left no-repeat;
	z-index: 100000; 
}

#tttop 
{
  display: block; 
	height: 5px; 
	margin-left: 5px; 
	background: url(../images/tt_top.gif) top right no-repeat; 
	overflow: hidden;
}
#ttcont 
{  
  display: block; 
	padding: 2px 12px 3px 7px; 
	margin-left: 5px; 
	background: #f89831; 
	color: #FFF; 
}

#ttbot 
{  
   display: block; 
   height: 5px; 
	 margin-left: 5px; 
	 background: url(../images/tt_bottom.gif) top right no-repeat; 
	 overflow: hidden;
} 


