@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D2FFD2;
	line-height:18px;
}
body {
/*	background-color: #b9ddb9; */
background-color: #79cb69;
	background-image: url(../graphics/green-bg1.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	background-image: url(../graphics/main-bg1.jpg);
	background-color: #50a241;
	background-repeat: no-repeat;
	width: 905px;
	padding-top: 26px;
	padding-left: 0px;
	margin:auto;
	text-align:left;
}

#footer {
	background-image: url(../graphics/footer1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 905px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	margin:auto;
}

.footer-txt {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a.footerlink {
	color: #333;
	font-size:9px;
	}

a.footerlink:hover {
	text-decoration: underline;
	}
	
.standard-img {
	margin-left: 15px;
	border: 1px solid #79AE7A;
}
.subtitle {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
a.side-small {
	font-size: 9px;
}
select.varieties {
	font-size: 12px;
	background-color: #B9DDB9;
	margin-right: 20px;
}

select {
	font-size: 11px;
	background-color: #B9DDB9;

}

option {padding: 5px;
		padding-top: 0px;
		}
a.contact {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a.contact:hover {
	color: #990000;
}
.subtitle2 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bottom-border {
	border-bottom: 1px dashed #333;
	}

.fruit-chart {color: #333333;}