@CHARSET "ISO-8859-1";
body{
	margin:0;
	padding: 0; 
	font-family:Verdana;
	font-size:11px;
}

.plot_crop_title{
	color:#98A367;
	font-weight: bold;
	font-size: 16px;
	margin-bottom:5px;
	margin-top:15px;
}

.plot_title{
	font-weight:bold;
	font-size:13px;
	background-color:#d6dff7;
}

.plot_subtitle{
	font-weight:bold;	
}

.plot_description{
	margin-top:10px;
}
.plot_link{
	margin-bottom:20px;
}


.producttable{
	background-color:#FFFFFF;
	
}

.productheading {
	color:#98A367;
	font-weight:bold;
	font-size:12px;
}

.producttable td{
	padding: 3px;
	border:2px;
	font-size:11px;
}
.even1 {
	background-color:#D6DFF7;
}

.even2 {
	background-color:#EFDFC6;
}	

.even3 {
	background-color:#C6CBCE;
}	

.productInfo{
	background-color:#C6CBCE;
	font-size:12px;
}

.croptitle{
	font-size:12px;
	font-weight: bold;
	
}
.croptypetitle{
	color:#98A367;
	font-weight: bold;
	font-size: 20px;
}

h3{
	font-size:12px;
	font-weight: bold;
}

.sidebutton{
	background-image:url(images/side_button.gif);
	background-repeat:no-repeat;
	height:20px;

	margin:0px 5px 5px 5px;
	padding: 5px;

	
}

.sidebutton a{
	font-size:10px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	display:block;
	
}

.sidebutton:hover{
	background-image:url(images/side_button_high.gif);
}

.sidebutton2{
	background-image:url(images/side_button2.gif);
	background-repeat:no-repeat;
	height:20px;
	margin:0px 5px 5px 5px;
	padding: 5px;

	
}

.sidebutton2 a{
	font-size:10px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	display:block;
	
}

.sidebutton2:hover{
	background-image:url(images/side_button_high.gif);
}





#banner{
	background-image:url(images/banners/final-banner-for-website.gif);
	height:168px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:168px;
}



#navigation{
	height:33px;
	background-image:url(images/nav_shade_bottom.gif);
	background-repeat:repeat;
	
	z-index:100;
	position:relative;
	margin-bottom:5px;
	
}

html>body #content {
	margin-left: 201px;
	margin-right:201px;
}

#content { 
	padding:10px;
	padding-left:20px;
	padding-bottom:0px;
	margin-bottom:0px;
	background:#fff;
	margin-left: 175px;
	margin-right:175px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 175px;
	margin-right:175px;
}


#content_safe { 
	padding:10px;
	padding-top:0px;
	margin-top:0px;
	padding-left:20px;
	background:#fff;
	margin-left: 175px;
	margin-right:175px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 175px;
	margin-right:175px;
}

form{
	margin-left:20px;
}


#sidebar{
	position: absolute;
	left:10px;
	top:220px;
	width:175px;
	background:#fff;
	
}

#sidebar img{
	display: block;
	margin-left: auto;
    margin-right: auto;
}

#rightbar{
	
	position:absolute;
	right:25px;
	top:200px;
	width:125px;
	background:#ffffff;
}
	
#rightbar img{
	text-align:center;
}


#rss ul{
	margin:0;
	padding:0;
}
#rss li{
 	font-size: 10px;
	
}
#rss a {
	text-decoration:none;
	color:#000000;
}

#rss a:hover{
	color:#98A367;
}

.title1{
	color:#98A367;
	font-weight: bold;
	font-size:28px;
	/*font-variant:small-caps;*/
	font-family:verdana;
	border-bottom:1px solid #98A367;
}

.title2{
	display:block;
	text-indent: 100px;
	color:#669933;
	font-weight: bold;
	font-size:12px;
	/*font-variant:small-caps;*/
	font-family: verdana;
	/*letter-spacing: 2px;*/
}


/*MENU STYLES */


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav:first-child {
	margin-left: 20px;

}

#nav a {

	text-align:center;
	display:block;
	/*font-variant:small-caps; */
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000000;
	height:24px; 
	line-height:24px; 
	text-decoration:none; 
	text-indent:5px; 
	border-left:1px solid #98A367;

}



#nav a:hover {     
	height: 1%;
	background-color:#CCCC99;
}
	

#nav li ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-top:0px solid #999999;
}

#nav li ul li:first-child {
	border-top:1px solid #999999;
}


#nav li { /* all list items */
	float: left;
	width: 155px; /* width needed or else Opera goes nuts */
	
}

#nav li:hover { height: 1%; }

#nav li ul { /* second-level lists */
	position: absolute;
	background-color:#ffffff;
	width: 155px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -15px 0 0 110px;
}

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

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav ul ul:first-child a {
	border-top-width:0px;
}

#tabs a {
	border: 1px solid #aaa;
	border-bottom: 1px solid #888;
	background-color: #E2E2E2;
	padding: 1px 4px 0 4px;
	text-decoration: none;
	color: #000000;
}

#page1,#page2,#page3,#page4,#page5,#page6,#page7{
	min-width:250px;
	min-height: 150px;
	float:top;
	position:relative;
	padding : 10px;
	background-color: #E0DFE3; 
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}


#page2,#page3,#page4,#page5,#page6,#page7 {
	display:none;
}



#tabButtons{
	position:relative;
	padding:4px;
}
#tabContents{
}

.list_option{
	
	
	
	
	width:155px;
	padding-right:15px;
	padding-bottom:15px;
	cursor:pointer;
	height:250px;
	
	float:left;
}

.gallery_image{
	width:150px;
	height:150px;
	border:1px solid #333333;
}

#gallery{
	
	margin-right:50px;
}
