/*
color
deep brown	211413
coffee		a08a68	footer
burgandy	b01431	red header
metal blue	00264b	blue header
*/

/* reset */
a img {
	border: 0; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background: transparent; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; 
}


/* structural */
body {
	background: #f5f3f0 url('../images/sitewide/bg-03.jpg') repeat-x fixed top center;	
}

div#wrap, div#header, div#footer {
	width: 960px;
	
	margin: 0 auto;
	overflow: auto;;
}

div#wrap {
		background: #B3A186 url('../images/sitewide/content-bg-03.png') top left repeat-y;
		border: 0px solid #ddd;
		border-width: 0 1px 1px 0;
		min-height: 600px;
		padding: 0 0 20px 0;
		-webkit-border-radius: .5em;
		-webkit-box-shadow: 0px 0px 6px #ddd;
		-moz-border-radius: .5em;
		border-radius: .5em;
	}
a, ul, li, p,
h1, h2, h3 { font-family: Arial, "MS Trebuchet", sans-serif; }
em { font-style:italic; }
/* header */
div#header {
	background: transparent url('../images/sitewide/content-top-bg-01.png') no-repeat scroll bottom center;background: transparent;
	padding: 20px 0 0px 10px;
	}
div#header a { color: #A08A68; text-decoration: none;}
div#header p { margin: 0; color: #A08A68;}
/* footer */
div#footer {
	clear: both;
	background: transparent url('../images/sitewide/content-bottom-bg-02.png') no-repeat scroll top center; background: transparent;
	padding: 10px 0;
	text-align: center;
	}

div#footer p {
	clear: both;
	text-align: left;
	}

div#footer ul li {
	display: inline;
}

div#footer ul li a,
a.credit, div#footer p {
	
	padding: 5px 10px;
	color: #211413;
	color: #A08A68;
	text-decoration: none;
	
	}
div#footer ul li a, div#footer p {
	font-size: 90%;
	}
div#footer ul li a {
	display: block; float: left;
	}
div#footer a:hover {
	color: #b01431;
}

/* nav */
div#nav { width: 180px; float: left; }
div#nav ul {
	text-align: right;
	margin-top: 10px;
	margin: 0;
}

div#nav ul li a {
	text-decoration: none;
	padding: 15px 20px;
	display: block;
	color: #fff;
}	
div#nav ul li a:hover {
	background: #fff;
	background: #ECE8E1;
	color: #111;
}

/* nav down */
body#home div#nav a#navhome,
body#horopito div#nav a#navhoropito,
body#kituna div#nav a#navfarm,
body#tangata div#nav a#navtangata,
body#kolorex div#nav a#navkolorex,
body#opportunities div#nav a#navcommercial,
body#scientific div#nav a#navscientific,
body#contact div#nav a#navcontact {
	background: #fff; color: #211413;
	}



/* content */
div#content {
	background: #fff;
	width: 740px;
	padding: 20px;
	float: right;
	min-height: 500px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	}

body#scientific div#content {
	background: #fff url('../images/foliage/horopito-branch-173.jpg') no-repeat scroll top right;
	padding-right: 240px;
	width: 520px;
	}

/* home */
body#home div#content {
/*	background: #fff url('../images/foliage/horopito-bush-600.jpg') no-repeat scroll bottom center;	*/
	background: #fff url('../images/temp/horopito-leaves-bg-01.jpg') no-repeat scroll bottom right;
	background: #fff url('../images/temp/horopito-leaves-bg-02.jpg') no-repeat scroll bottom right;
	
	background: #fff url('../images/temp/horopito-leaves-bg-435-01.jpg') no-repeat scroll bottom right;

	padding-bottom: 40px;
	}



/* sub content */
div.subcontent {
	width: 210px;
	float: right;
	padding: 10px;
	margin: 0 0 0 10px;
	background: transparent;
	}

body#kolorex sub.content {
	width: 400px;
}



/* img */
img.right { float: right; margin: 0 0 1em 1em;}
img.sub { margin: 0 0 1em 0; }
img.center { margin: 1em auto }



/* headings */
h1 {
	font-size: 2em;
	color: #b01431;
}

h2 { color: #00264b;font-size: 1.2em; margin: .4em 0 1em 0;}

h3 { color: #c3c2b5;font-size: 1.2em; margin: 1.6em 0 .6em 0; font-weight: normal;}

h4 { color: #c3c2b5;font-size: 1.2em; margin: .1em 0 .1em 0; font-weight: normal;}


/* p */

p {
	line-height: 150%;
	margin: 0 0 1.5em 0;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
p.ullead {
	margin: 0;
}
p.clear { clear: both; }

p.skinny { width: 410px; }

strong { font-weight: bold; }


/* lists */
div#content ul {
	margin: 0 0 1.5em 0;
	}

div#content li {
	margin: .2em 0 .4em 2em;
	list-style-type: disc;
}

dt { font-weight: bold; margin: 10px 0 0 0;}
dd { line-height: 1.1em; }


/* contact form */
form#contactform {
	width: 450px;
	float: none;
	padding: 30px 20px 20px;
	margin: 0 0;
	
	background: #DBD8D3 url('../images/temp/form-bg-01.jpg') bottom left no-repeat;
	border: 0px solid #644f45;
	
	position: relative;
	top: -1em;
	right: -1em;
	
	
	}
 
 
form#contactform fieldset {
	border: 0;
	}
 
 
form#contactform  label {
	clear: both;
	width: 100px;
	float: left;
	text-align: right;
	margin: 5px 10px 10px 0;
	font-weight: bold;
	color: #211413;
	}
 
 
form#contactform input[type="text"] {
	margin: 0 0 6px 0px;
	width: 220px;
	}
form#contactform input[type="submit"] {
	margin: 10px 0 30px 110px;
	padding: 5px;
	}
form#contactform textarea {
	width: 320px;
	display: block;
	height: 180px;
	}

button {
	border:0;
	background:0;
	margin: 10px 0 0 90px;
}
 
 
 /* commercial ops list */
 		div#commops {
			width: 300px;
			float: right;
			width: 360px;
			}
		div#commops ul {
			}
			
		div#commops ul li {
			list-style: none;
			background: #ECE8E2 url('images/sitewide/lists/commop-white-bg-03.jpg') repeat-x;
			border-top: 1px solid #fff;
			padding: 10px;
			margin: 5px 10px;
		
			font-size: .9em;
			line-height: 1.2em;
		}
		
		div#commops p {
			margin: 0;
		}
		a.enquiry {
			background: #A08A68;
			text-decoration: none;
			padding: 4px;
			text-align: center;
			color: #fff;
		}
		
 		div#homepagesub {
			width: 300px;
			float: right;
			width: 360px;
			}


ul#calltoaction li {
	overflow: hidden;
	list-style: none;
	text-indent: -9999px;
}
ul#calltoaction li a {
	width: 210px;
	height: 50px;
	display: block;
	background: url(../images/homepage/homepage-buttons-210.png) no-repeat top left;
}
ul#calltoaction li#collab a { background-position: 0 0;}
ul#calltoaction li#exist a { background-position: 0 -60px;}
ul#calltoaction li#kaituna a { background-position: 0 -120px;}
ul#calltoaction li#collab a:hover { background-position: -210px 0;}
ul#calltoaction li#exist a:hover { background-position: -210px -60px;}
ul#calltoaction li#kaituna a:hover { background-position: -210px -120px;}