* { margin: 0; padding: 0; }

body {
	background: #4E4E3E url(../images/bg.gif) center;
	color: #3F3F2E;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Tahoma", Arial, Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 983px;
	margin: auto;
	position: relative;
	text-align: left;
}

#leftbg {
	background: url(../images/vine_topleft.gif) top right no-repeat;
	width: 65px;
	float: left;
	height: 250px;
	position: absolute;
	left: -65px;
}

#wrapper1 {
	background: url(../images/inner_bg.gif) 0 0 repeat-y;
	border-bottom: 1px solid #000;
	margin-top: 30px;
	float: left;
}

#contentwrap {
	display: block;
	font-size: 0.75em; /* Global Content Font Size */
	background: url(../images/aerial_shot.jpg) bottom right no-repeat;
	float: left;
	width: 100%;
}

#outer.tpl #contentwrap { background: url(../images/tpl_bg.gif) repeat-y top right; }
#outer.tpl2 #contentwrap { background: none; }

/* recipes page random background image */
#outer.tpl2 #contentwrap.recipesrotator { background: url(../../../images/recipes/rotate.php) no-repeat bottom right; }


#contentwrap .benefits_wrapper { overflow:hidden; background: url(../../../images/cut_tomato.jpg) no-repeat bottom right; }
#contentwrap .growing-at-home_wrapper { overflow:hidden; background: url(../../../images/singles_shot.jpg) no-repeat 618px 200px; }
#contentwrap .export_wrapper { overflow:hidden; background: url(../../../images/airplane.jpg) no-repeat bottom right; } 
#contentwrap .seedlings_wrapper { overflow:hidden; background: url(../../../images/seedling.jpg) no-repeat bottom right; }
#contentwrap .packing-services_wrapper { overflow:hidden; background: url(../../../images/singles-sorting.jpg) no-repeat bottom right; }


#col-left {
	float: left;
	width: 225px;
}

#latest-news {
	margin-top: -180px;
	width: 130px;
	float: left;
	position: relative;
}

#latest-news p a {
	background: url(../images/tomato_small.gif) 0 2px no-repeat;
	padding-left: 22px;
	display: block;
	margin: 0 0 0.75em -3px;
	float: left;
	line-height: 1.2em; 
}

#latest-news  .padding { padding: 0 0 0 18px; }

#lowerleftvine {
	background: url(../images/vine_lowerleft.gif) 0 0 no-repeat;
	float: left;
	margin: -50px 0 0 -21px;
	position: relative;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 160px;
}

#lowerleftvine .padding { padding: 30px 0 0 40px; }

#jingle {
	font-size: 0.75em;
	font-weight: bold;
	width: 80px;
	float: left;
	line-height: 1.2em;
	color: #f00;
	margin: 30px 10px 0 0;
	text-align: center;
}
#flash-2 { float: left; margin-top: 30px; }

#col-left h3 {
	font-size: 1em;
	margin-bottom: 0.5em;
}

.colwrap-right {
	float: right;
	width: 692px;
}

	#col-center {
		float: left;
		width: 310px;
	}

	#col-center-homepage {
		float: left;
		width: 650px;
	}

	#col-right {
		float: right;
		width: 370px;
	}

	#col-right-homepage {
		float: right;
		width: 30px;
	}

	/* Sub Page Columns */
	#outer.tpl #col-center { width: 430px; }
	#outer.tpl #col-right { width: 240px; }

/* Feature */

.feature { height: 352px; }

#outer.tpl .feature,
#outer.tpl2 .feature {
	height: 160px;
	background: url(../images/header_img1.jpg) 0 0 no-repeat;
}

/* Home Buttons */

.homebuttons { padding: 5px 0 0 10px; height: 90px; }

.homebuttons a {
	display: block;
	float: left;
	background: #eee;
	width: 162px;
	height: 88px;
	text-indent: -9999px;
	margin-right: 6px;
}

.homebuttons a.button1 { background: url(../images/button1.png) 0 0 no-repeat; }
.homebuttons a.button2 { background: url(../images/button2.jpg) 0 0 no-repeat; }
.homebuttons a.button3 { background: url(../images/button3.jpg) 0 0 no-repeat; }
.homebuttons a.button4 { background: url(../images/button4.jpg) 0 0 no-repeat; }

.homebuttons a:hover { background-position: 0 -88px; }
.homebuttons a:focus { outline: none; }

.our-process-btn {
	position: absolute;
	right: 25px;
	z-index: 300;
	margin-top: -42px;
}

/* Header
------------------------------------------------------------------*/

#header {
	background: url(../images/top_left.gif) 0 0 no-repeat;
	height: 183px;
	width: 291px;
	margin-top: -20px;
	position: relative;
}
#header img { padding: 40px 0 0 15px; }

/* Navigation refer to horizontal_nav.css
------------------------------------------------------------------*/

#h-nav {
	display: block;
	overflow: hidden;
	float: left;
	width: 290px;
	height: 500px;
	padding-left: 1px;
	background: url(../images/nav_bg.jpg) top right no-repeat;
}
#member_navigation {
    padding: 0;
    display: block;
    margin-bottom: 35px;
}
#member_navigation li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 10px;
}

/* Footer
------------------------------------------------------------------*/

#footer {
	color: #fff;
	font-size: 0.7em;
	background: #C5DBB5;
	float: left;
	display: inline;
	width: 978px;
	line-height: 25px;
	margin: 0 1px 1px 1px;
}
#footer p { margin: 0; }

	#footerleft {
		padding: 0 0 0 18px;
	}

	#footerright {
		 float: right;
		 width: 643px;
		 padding: 0 20px 0 0;
	}

	#footer a {
		color: #fff;
		text-decoration: none;
	}

	#footer a:hover { text-decoration: underline; }

/* greenbar
----------------------------------------- */

.greenbar {
	height: 60px;
	background: url(../images/greenbar_bg.jpg) 0 0 repeat-x;
	margin: 0 3px 3px 1px;
}

/* facts
----------------------------------------- */

.facts {
	background: url(../images/useful_facts.gif) 20px 12px no-repeat;
	padding: 5px 20px 10px 25px;
	height: 40px;
}

.facts .fact-item p {
	padding: 7px 10px 0 140px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	height: 60px;
}
.facts .fact-item {
	display: none;
	width: 545px;
	position: absolute;
}

.facts .fact-item div.links {
	left: 630px;
	top: 5px;
	position: absolute;
}
.facts .fact-item div.links .next { left: 0px; top: 30px; position: absolute; }
.facts .fact-item div.links .prev { left: 0px; top: 0px; position: absolute;}

.mainheading {
	background: url(../images/leaf_widget.gif) no-repeat 20px 13px;
	padding: 13px 0 0 70px;
}

/* News
------------------------------------------------------------------*/

.newsitem1 {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.newsitem1 h3 {
	
}
.newsitem1 p.date {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 0;
}

/* Member navigation
------------------------------------------------------------------*/

#member_navigation a {
	display: block;
	float: left;
	background: #C5DBB5;
	padding: 2px 10px;
}

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #009600;
	text-decoration: none;
}

a:hover {
	color: #009600;
	text-decoration: underline;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 14px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
	color: #f00;
	font-family: Arial, Helvetica, sans-serif;
}

	.mainheading h2 {
		color: #fff;
		font-size: 2em;
	}

h3 {
	margin: 0 0 0.75em 0;
	font-size: 1.2em;
	color: #f00;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	margin: 0 0 0.75em 0;
	font-size: 1.1em;
	color: #008600;
	font-family: Arial, Helvetica, sans-serif;
}

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }
#pics { float: right; margin: 0 0 10px 20px; }

.clear { clear: both; }

hr {
	border: none;
	border-top: 1px solid #D0C8BD;
	color: #D0C8BD;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.pdflink {
	display: block;
	float: left;
	padding-left: 40px;
	line-height: 33px;
	background: url(../images/pdf-icon.gif) no-repeat 0 0;
	position: absolute;
}
.excel {
	display: block;
	padding-left: 20px;
	background: url(../images/excel.gif) no-repeat 0 50%;
}

/* padding */

.colwrap-right .padding { padding: 20px 10px 10px 25px; }
#outer.tpl2 .colwrap-right .padding { padding-right: 30px; }

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Forms
------------------------------------------------------------------*/

form#onlineapplication div.cx input {
	margin:0pt 3px -3px 0pt;
}

form#onlineapplication div.cx {
	display:inline;
	float:left;
	clear: none;
}

form#onlineapplication div.cx label {
	float:none;
	line-height:1.8em;
	padding:0pt;
}

form#onlineapplication li {
        list-style: none;
        padding: 5px 5px 5px 0;
        clear: both;
        overflow: hidden;
}

form#onlineapplication .buttons {
	margin-left: 200px;
}

form#onlineapplication label {
	width: 200px;
}

form { margin: 1em 0em; }

input, select, textarea {
	margin-left: .5em;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset br { display: none; }

legend {
	font-weight: bold;
	margin-bottom: 1em;
	color: #333;
}

fieldset div {
	clear: both;
	margin: .3em 0;
	position: relative;
}
fieldset div span {
	display: none;
}
fieldset div:hover span {
	font-size: 85%;
	color: #666;
	background-color: #eee;
	margin-left: 20em;
	padding: .2em .5em .3em;
	border: 1px solid #666;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}
* html fieldset div span {
	display: none;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 9em;
	text-align: left;
	float: left;
}

fieldset div.cr label {
	text-align: left;
	width: auto;
	float: none;
	margin: 3px 0 5px 9em;
}
.mandat { color: #930; }
.buttons {
	text-align: left;
	margin-left: 9em;
}
.removed { display: none !important; }
span.error { color: #f00; font-size: 0.9em; font-weight: bold; }
select option { padding-right: 4px; }
#send {
	width: 50%;
}

/* Tables
------------------------------------------------------------------*/

table, th, td { border: none; }
table td {
	padding: 3px 10px 3px 0;
}
th a { color: #f00; }

#recipestable td { border-bottom: 1px solid #E5E2E2; }

.highlight { background: #FEE1E1; }

/* sIFR
------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 30px;
	display: inline;
	line-height: 20px;
}
