body, html {
	color: #000000;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #003C00;
}
a:link { color: #000; text-decoration: underline; }

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}
hr {
	width: 100%;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AAC73C;
}
p {
	margin-top: .65em;
	margin-right: 0px;
	margin-bottom: .65em;
	margin-left: 0px;
}
.logo-col {
	text-align: center;
}


.main_content {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.main_content  ul li {
	list-style-type: disc;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: -1.5em;
}
.copyright {
	font-size: 11px;
	color: #286828;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 5px;
}
.powered_by {
	font-size: 11px;
	color: #286828;
	padding-left: 0px;
	text-align: right;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 15px;
}
.powered_by a:link {
	text-decoration: underline;
	color: #286828;
}
.powered_by a:visited {
	text-decoration: underline;
	color: #286828;
}
.powered_by a:active {
	text-decoration: none;
	color: #286828;
}
.powered_by a:hover {
	text-decoration: none;
	color: #286828;
}
.variety-table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAC73C;
	margin-top: 8px;
}

.variety-table td {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}
.variety-table .variety-description {
	padding-left: 15px;
}
.variety-table .variety-description li {
	list-style-type: square;
}
.variety-table .variety-description h1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-color: #AAC73C;
}
.variety-table .variety-description .code {
	font-size: 11px;
	color: #999999;
	padding-top: 5px;
}
.variety-table .variety-description .price {
	color: #AAC73C;
	text-align: right;
	padding-right: 10px;
	float: right;
}

.variety-table .image-cell img {
	border: 4px solid #E9E9E9;
}
.order-table td {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}
.prep-docs-table {
	margin-top: 10px;
}

.prep-docs-table td {
	padding-bottom: 10px;
}
.gallery-table td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	background-image: url(../gfx/gallery-grade-bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 2px solid #FFFFFF;
}
.gallery-table   a:link img, .gallery-table   a:visited img  {
	border: 2px solid #003C00;
}
.gallery-table   a:active img, .gallery-table   a:hover img  {
	border: 2px solid #AAC73C;
}



.form_error_msg {
	font-weight: bold;
	color: #FF0000;
	background-image: url(../gfx/icon-error.gif);
	background-position: 135px 3px;
	background-repeat: no-repeat;
}
