html {
	background: #FFF url(../images/background.jpg) repeat-x;
}
body {
	background:transparent url(../images/header-bg.jpg) no-repeat;
	color:#000;
}
input {
	background:#d4d6d7 url(../images/input-bg.jpg) top left no-repeat;
	border:none;
	border-top:2px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	color:#303030;
	padding:2px;
}
strong {
	font-weight:bold;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.contact-form input {
	background:#fff;
	border:1px solid #ccc;
	text-transform:none;
}
.contact-form textarea {
	background:#fff;
	border:1px solid #ccc;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#303030;
}
.button {
	width:28px;
	height:15px;
	margin-left:10px;
	background:url(../images/search-button.gif);
	border:none;
}
.header {
	width:890px;
	height:227px;
	margin:0 auto;
	position:relative;
}
.header-logo {
	position:absolute;
	top:65px;
	right:0px;
}
.header-search {
	position:absolute;
	top:149px;
}
.menu {
	float:left;
	position:absolute;
	bottom:0px;
	width:100%;
	font-size:93%;
	line-height:normal;
}
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menu li {
	float:left;
	margin:0;
	padding:0;
	padding-left:10px;
}
.menu a {
	display:block;
	padding:5px 15px;
	padding-left:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.menu a:hover {
	color:#ddd;
}
.menu .current_page_item {
	background:url(../images/menu-green.gif) no-repeat right top;
	background-position: 0px -50px;
}
.menu .current_page_item a {
	background:url(../images/menu-green.gif) no-repeat right top;
	background-position: 100% -150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#00652d;
}
.menu-bar {
	height:17px;
	width:100%;
}
.content {
	min-height:550px;
	width:890px;
	margin:0 auto;
	margin-top:30px;
	position:relative;
}
.footer {
	background:url(../images/footer.jpg) center bottom repeat-x;
	height:123px;
	width:100%;
}
.menu.lime .current_page_item, .menu.lime .current_page_ancestor {
	background:url(../images/menu.gif) no-repeat right top;
	background-position: 0px -50px;
}
.menu.lime .current_page_item a, .menu.lime .current_page_ancestor a {
	background:url(../images/menu.gif) no-repeat right top;
	background-position: 100% -550px;
	color:#00652d;
}
.menu-bar-lime {
	background:#bad532;
	height:17px;
}
.menu.red .current_page_item, .menu.red .current_page_ancestor {
	background:url(../images/menu.gif) no-repeat right top;
	background-position: 0px -150px;
}
.menu.red .current_page_item a, .menu.red .current_page_ancestor a {
	background:url(../images/menu.gif) no-repeat right top;
	background-position: 100% -650px;
	color:#fff;
}
.menu-bar-red {
	background:#9b141b;
	height:17px;
}
.menu.green .current_page_item, .menu.green .current_page_ancestor {
	background:url(../images/menu.gif) no-repeat right top;
	background-position: 0px -250px;
}
.menu.green .current_page_item a, .menu.green .current_page_ancestor a {
	background:url(../images/menu.gif) no-repeat right top;
	background-position: 100% -750px;
	color:#626c17;
}
.menu-bar-green {
	background:#32892d;
	height:17px;
}
.menu.blue .current_page_item, .menu.blue .current_page_ancestor {
	background:url(../images/menu.gif) no-repeat right top;
	background-position: 0px -350px;
}
.menu.blue .current_page_item a, .menu.blue .current_page_ancestor a {
	background:url(../images/menu.gif) no-repeat right top;
	background-position: 100% -850px;
	color:#cfd400;
}
.menu-bar-blue {
	background:#1580bf;
	height:17px;
}
.menu.yellow .current_page_item, .menu.yellow .current_page_ancestor {
	background:url(../images/menu.gif) no-repeat right top;
	background-position: 0px -450px;
}
.menu.yellow .current_page_item a, .menu.yellow .current_page_ancestor a {
	background:url(../images/menu.gif) no-repeat right top;
	background-position: 100% -950px;
	color:#00652d;
}
.menu-bar-yellow {
	background:#f3e500;
	height:17px;
}
.page-menu li {
	margin-bottom:2px;
}
.page-menu a {
	display:block;
	width:225px;
	height:53px;
	background:url(../images/buttons.gif);
	padding-left:15px;
	text-indent:15px;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#00652d;
}
.page-menu a:hover {
	background-position: 0px -53px;
}
.page-menu.lime a {
	background-position: 0px 0px;
	color:#00652d;
}
.page-menu.lime a:hover {
	background-position: 0px -53px;
}
.page-menu.red a {
	background-position: 0px -106px;
	color:#fff;
}
.page-menu.red a:hover {
	background-position: 0px -159px;
}
.page-menu.green a {
	background-position: 0px -212px;
	color:#cfd400;
}
.page-menu.green a:hover {
	background-position: 0px -265px;
}
.page-menu.blue a {
	background-position: 0px -318px;
	color:#cfd400;
}
.page-menu.blue a:hover {
	background-position: 0px -371px;
}
.page-menu.yellow a {
	background-position: 0px -424px;
	color:#00652d;
}
.page-menu.yellow a:hover {
	background-position: 0px -477px;
}
.roundWindow {
	width:100%;
	height:100%;
	min-width:65%;
	margin:0 auto;
	margin-top:22px;
	position:relative;
	background:url(../images/vWin-middle.png) repeat-y;
	background-position: -31px 0;
}
.rightBorder {
	background:url(../images/vWin-middle.png) repeat-y;
	width:31px;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	z-index:-1;
}
.whiteCover {
	background:#fff;
	width:94%;
	margin-right:-62px;
	height:100%;
	position:absolute;
	top:0px;
	left:31px;
	z-index:-1;
}
.roundWindow .top {
	width:100%;
	height:172px;
	position:relative;
	background:url(../images/vWin.png);
	top:-25px;
}
.roundWindow .top span {
	display:block;
	position:relative;
	height:172px;
	background:url(../images/vWin.png);
	background-position: 100% -176px;
	margin-left:31px;
}
.roundWindow .center-content {
	position:relative;
	padding:1px 20px 1px 25px;
	margin:-175px 0 -18px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	min-height:150px;
}
.roundWindow .center-content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#00652d;
	margin-bottom:10px;
}
.roundWindow .bottom {
	position:relative;
	height:26px;
	bottom:-26px;
	background:url(../images/vWin.png);
	background-position: 0% 100%;
	margin-right:31px;
}
.roundWindow .bottom span {
	display:block;
	position:relative;
	height:26px;
	right:-31px;
	background:url(../images/vWin.png);
	background-position: 100% -352px;
}
.clearboth {
	clear:both;
}
.left-menu {
	width:255px;
	float:left;
}
.left-menu ul li {
	position:relative;
}
.left-menu-large {
	width:300px;
	float:left;
}
.right-content-thin {
	float:right;
	width:570px;
}
.right-content {
	float:right;
	width:630px;
}
.home-links {
	position:relative;
	float:right;
	width:570px;
}
.catagory-images {
	position:relative;
	float:right;
	width:630px;
}
.catagory-images li {
	margin-top:100px;
	margin-right:3px;
	float:left;
}
.cat-main-img {
	float:right;
}
.cat-main-img2 {
	float:right;
	margin-top:50px;
}
.home-menu {
	margin-top:50px;
	float:left;
	background:url(../images/home-links.jpg) repeat-y;
	padding-left:35px;
}

.home-menu li {position:relative;}

.home-menu .nippon-button{
	top:0;
	right:0;
}
.home-menu a {
	text-decoration:none;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.home-menu a:hover {
	color:#000;
}
.home-menu li {
	float:none;
	height:16px;
	padding:5px;
	margin:0px;
	border-bottom:1px dashed #00652d;
	width:310px;
}
.about-info {
	margin-top:52px;
}
.product-list img {
	height:100%;
	width:auto;
}
.product-img-container {
	height:200px;
}
.link-button {
	display:block;
	width:66px;
	height:17px;
	background:url(../images/product-button.png);
	text-decoration:none;
	color:#424d51;
	line-height:17px;
	margin:0 auto;
	margin-top:10px;
}
.link-button:hover {
	background-position:0 -17px;
	color:#fff;
}
.product-list {
	float:left;
	width:290px;
	height:280px;
	text-align:center;
	border-top:1px dashed #000;
	margin-top:15px;
	padding-top:10px;
}
.product-list h2 a {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#00652d;
	margin-bottom:10px;
	text-decoration:none;
}
.product-list h2 a:hover {
	color:#002c14;
}
.supaturf-product-images {
	float:right;
	padding:40px;
	padding-top:0px !important;
	width:250px;
	text-align:right;
}
.supaturf-product-images img {
	width:100%;
	height:auto;
}
.product-images {
	float:right;
	padding:40px;
	padding-top:0px !important;
	width:150px;
	text-align:right;
}
.product-images img {
	width:100%;
}
.product-images-more {
	clear:both;
	display:none;
}
.product-images-more a {
	margin:20px;
}
.breadcrumb {
	font-size:12px !important;
	font-weight:normal !important;
}
.breadcrumb a {
	margin-right:5px;
	text-decoration:none;
	color:#000;
}
.breadcrumb a:hover {
	color:#00652d;
}
.center-content a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}
.center-content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#00652d;
	margin-bottom:10px;
}
.center-content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#00652d;
}
.download-links {
	margin-top:15px;
	margin-bottom:15px;
}
.download-links a {
	display:block;
	width:198px;
	height:41px;
	text-align:center;
	line-height:41px;
	margin-bottom:5px;
	background:url(../images/download-button.jpg);
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.download-links a:hover {
	background-position:0 -41px;
}
.footer-content {
	width:890px;
	margin:0 auto;
}
.footer-left {
	float:left;
	margin-top:60px;
	font-family:Arial, Helvetica, sans-serif;
}
.footer-left h4 {
	font-weight:bold;
	color:#eee312;
	font-size:12px;
}
.footer-left li {
	float:left;
	margin-left:20px;
}
.footer-left a {
	text-decoration:none;
	color:#fff;
	font-size:12px;
}
.footer-left div {
	clear:both;
}
.footer-right {
	float:right;
	text-align:right;
	margin-top:63px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.news-update {
	font-size:16px !important;
	font-weight:bold;
}
.news-update a {
	text-decoration:none;
	color:#00652d;
	font-size:16px !important;
	font-weight:bold;
}
.news-update a:hover {
	color:#000;
	font-size:16px !important;
	font-weight:bold;
}
.search-result-box {
	margin-bottom:10px;
	clear:both;
}
.search-result-box h2 a {
	font-weight:bold;
	color:#00652d;
	font-size:14px;
}
.navigation {
pading-bottom:30px;	
}
.product-images img {
	width:100%;
	border:1px solid #cccccc;
	margin-bottom:5px;
	background:#fff;
}
#vitax-calculator {
	width:451px;
	height:251px;
	z-index:999;
}
.center-content ul {
	list-style:disc;
}
.center-content ol {
	list-style:decimal;
}
.center-content li {
	margin:10px;
	margin-left:30px;
}
#grower-information {
	position:absolute;
	z-index:11010;
	top:380px;
	left:-250px;
	width:440px;
	font-size:14px;
	color:#32892d;
}
#grower-information a {
	color:#32892d;
	z-index:100;
}
.nippon-button {
	position:absolute;
	top:14px;
	right:25px;
}
.organic-button {
	position:absolute;
	bottom:0px;
	right:25px;
}
.red h2 a {
	color:#9B141B;
}
.blue h2 a {
	color:#CFD400;
}
table td {
	border:1px solid #f6f6f6;
	border-collapse:collapse;
}
.download-links2 {
	margin-top:15px;
	margin-bottom:15px;
}
.download-links2 a {
	display:block;
	width:198px;
	height:41px;
	text-align:center;
	line-height:41px;
	margin-bottom:5px;
	margin-left:10%;
	background:url(../images/download-button.jpg);
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	float:left;
}
.download-links2 a:hover {
	background-position:0 -41px;
}
.gallery-button {
	margin-top:5px;
	height:15px;
	text-align:center;
}

.contact-form input, .contact-form textarea {
	border:2px solid #ccc;
}
.contact-form textarea {
	width:60%;
}


.search_entry {
clear:both;
}

.search_thumb {
float:left;
padding:10px;
}

.search_thumb a {
overflow:hidden;
display:block;
width:150px;
height:150px;
}
.search_thumb a img{
margin-top:-50%;
}

.search_info {
padding-top:10px;
}
