* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#wrapper {
	width: 760px;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
}

#bwrap {
	width: 760px;
	position: relative;
	margin: 0 auto;
	margin-top: -132px;
	height: 132px;	
}

* html #wrapper {
	height: 100%;
}

#header {
	position: relative;
	height: 80px;
	width: 760px;
	background: #fff url(../img/logo.png) no-repeat 5px center;
}

#header h1 {
	display: none;
}

#header #top-anim {
	position: absolute;
	top: 0;
	right: 0;
}

#footer {
	position: relative;
	width: 100%;
	margin-top: -18px;
}

#footer p {
	margin: 0 auto;
	width: 760px;
	padding: 3px 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

#menu {
	height: 25px;
	width: 756px;
	position: relative;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 2px;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	text-decoration: none;
	width: 108px;
	height: 15px;
	text-align: center;
	color: #000;
	padding: 5px 0;
}

a {
	color: #000;
}

#menu ul {
	display: none;
	position: absolute;
	margin-left: 0;
	list-style: none;
}

#menu ul li {
	float: none;
}

#menu ul li a {
	width: 140px;
	background: #fff;
	height: auto;
	padding: 10px;
}

#menu li:hover ul {
	display: block;
}

#content {
	position: relative;
	padding: 15px 20px 132px 20px;
}

#content img {
	float: right;
}

#content h1 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

#content h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#content h3 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

#content p {
	font-size: 10px;
	text-align: left;
	color: #666;
	margin-bottom: 10px;
}

#content ul {
	font-size: 10px;
	margin-bottom: 10px;
	color: #666;
	list-style-position: inside;
}

#content ul ul {
	margin-left: 20px;
	margin-bottom: 0;
}

.pagination {
	font-size: 10px;
	color: #666;
}

form#contact fieldset {
	margin-bottom: 10px;
	border: none;
}

form#contact label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form#contact fieldset ul {
	padding: 0;
	margin: 0;
}

form#contact fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: both;
}

form#contact label {
	width: 30%;
	float: left;
}

form#contact input {
	float: right;
	width: 69%;
	font-size: 11px;
}

form#contact input#submit {
	width: auto;
}

form#contact select {
	float: right;
	width: 69%;
	font-size: 11px;
}

form#contact textarea {
	float: right;
	width: 69%;
	font-size: 11px;
}

#products-scroll {
	width: 700px;
	padding: 10px;
}

#products-scroll table {
	width: 100%;
}

#products-scroll table th {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	padding: 4px;	
}

#products-scroll table td {
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	padding: 4px;	
}

#interactive-back {
	float: right;
}

a img {
	border: none;
}

#map {
	margin: 0 auto;
	width: 560px;
}

#product-interactive {
	background: #fff;
	margin-left: -20px;
	margin-top: -15px;
}

#timeline {
	margin-bottom: -4px;
}

#panel {
	width: 720px;
	height: 90px;
}

#advanced-form {
	font-size: 9px;
}

#advanced-form div {
	margin-bottom: 4px;
}

#advanced-form label {
	width: 200px;
	display: block;
	font-weight: bold;
	color: #404040;
}

#advanced-form select {
	display: inline;
	font-size: 9px;	
	width: 200px;
}

#advanced-form input {
	display: inline;
	font-size: 9px;
}

.panel {
	/*position: absolute;
	bottom: 20px;
	left: 20px;*/
	/*border: 1px solid #d37038;*/
	margin-left: 20px;
	margin-bottom: 40px;
}

body {
	background: #fff url(../img/map_bg_orange.png) no-repeat center top;
}

#wrapper {
	border-left: 1px solid #d37038;
	border-right: 1px solid #d37038;
}

#bwrap {
	border-left: 1px solid #d37038;
	border-right: 1px solid #d37038;
}

#main-image {
	float: right;
}

#overfill {
	position: absolute;
	right: 0;
	top: 0;	
}

#footer {
	background-color: #d37038;
}

#footer p {
	background: #f3dbcd;
}

#menu {
	border-top: 1px solid #d37038;
	border-bottom: 1px solid #d37038;
}

#menu li a:hover,
#menu li.sfHover {
	background: url(../img/menu-background.png) repeat-y center center;
	color: #fff;
}

#menu ul {
	border-top: 1px solid #d37038;
}

/*admin section*/

#adminlogin-form li p {
	float: left;
	width: 200px;
	margin-bottom: 2px;
	font-size: 11px;
}

#adminlogin-form li {
	clear: both;
	list-style: none;
	padding-bottom: 2px;
}

#adminlogin-form p {
	font-size: 12px;
	margin-bottom: 10px;
}

#adminlogin-form label {
	float: left;
	font-size: 10px;
	width: 75px;
	margin-bottom: 2px;	
}

#adminlogin-form input {
	float: left;
	width: 200px;
	margin-bottom: 2px;
	font-size: 11px;
}

#adminlogin-form input.submit {
	width: auto;
}

#admin-news li p {
	float: left;
	width: 200px;
	margin-bottom: 2px;
	font-size: 11px;
}

#admin-news li {
	clear: both;
	list-style: none;
	padding-bottom: 2px;
}

#admin-news tr {
	clear: both;
	list-style: none;
	padding-bottom: 2px;
	font-size: 11px;
}

#admin-news p {
	font-size: 12px;
	margin-bottom: 10px;
}

#admin-news label {
	float: left;
	font-size: 10px;
	width: 75px;
	margin-bottom: 2px;	
}

#admin-news input {
	float: left;
	width: 200px;
	margin-bottom: 2px;
	font-size: 11px;
}

#addnews {
	font-size: 11px;
}

/*news bit*/

.newsitem {
	margin: 0 10px;	
	font-size: 12px; 
	clear: both;
	border: 1px dashed #d37038;
	padding: 10px;
	margin-bottom: 10px;
}

.newsitem h2 {
	float: left;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
}

.newsitem p {
	clear: left;
}

.newsitem .date {
	float: left;
	font-size: 12px;
	line-height: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.newsitem img {
	float: right;
	margin-left: 20px;
}

#prodtab {
	width: 700px;
	text-align: left;
}

#prodtab td {
	color:#666666;
	font-size:10px;
	margin-bottom:10px;
	text-align:left;	
}

#listlinks a {
	font-size:11px;
	margin-bottom:11px;
}

#code {
	width: 44px;
}

#desc {
	width: 182px;
}

#tbi {
	width: 135px;
}

#asta {
	width: 44px;
}

#agtron {
	width: 44px;
}

#pung {
	width: 44px;
}

#onions {
	color: #D37038;
}

#capsicums {
	color: #D37038;
}

#veg {
	color: #D37038;
}
