/* CSS Document */

	
	body {
		margin:0;
		padding:0px;
		font-size:62.5%;
		font-family: Arial, Helvetica, sans-serif;
		}
		
		a, a:visited, a:link {color:#026604;}
		a:hover {color:#79B307;}
		
		.smalltext {font-size:.9em;}
		
 div#wrapper {		
 margin:0;
		padding:0px;
		width:99%;


 }

	
	#navigation {

		position:relative;
		float:left;
		text-align:center;
		width:180px;
		background:#026604;
		color:#fff;
		padding-bottom:10px;
		}
		div#navigation a{color:#fff;}
		div#navigation a:hover{color:#79B307;}

	#content {
	
		background:#fff;
   			/*	margin-left: 210px;
   		margin-right:210px;

		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 180px;
   		margin-right:210px;
		padding: 5px 10px;
		font-size:1.1em;
		}
	html>body #content {
	
   		 margin-left: 180px;
   		margin-right:210px;
		}
		
/* Front page advert spaces */	

 #advertheading { clear:left; margin: 5px auto ; padding:0;  }
 
	.fpadvertisement {  text-align:center; height:218px; background: #fff url(i/fpadvert_bg2.jpg) left top no-repeat; width:172px; margin-right: 5px; color:#000;}
	
	.fpadvertisement h2{margin-left:-5px; text-align:center; color:#fff;}
	.fpadvertcontent , #banner1 p{text-align:left;}
	.fpadvertisement, #banner1  a {color:#333;} 
	.fpadvertisement, #banner1  a:visited {color:#333;} 
	.fpadvertisement, #banner1  a:hover {color:#026604;} 	
	
	
	.fpadvertcontent {  overflow:auto; height: 150px; width:155px; padding-left:5px; font-weight:bold;}
	
	#banner1{ clear:left; width:80%; text-align:center; margin: 10px auto ; padding:10px; border:1px solid #026604; background:#C7DF98; color:#026604; }
	


/*******************************/
		

	div#information {

		position:relative;
		float:right;
		margin:20px 10px 0 0;
		width:200px;
		background:#026604;
		color:#fff;
		text-align:center;
		}
			
	div#information a{color:#026604;}
	div#information a:hover{color:#79B307;}
	div#information a:visited{color:#026604;}
	div#information h2 {font-size:1.4em; margin: 5px 0;color:#79B307; }


#msdsbox h2{ background: #fff url(images/msds_cone.gif) left top no-repeat; padding-left:40px; height:45px; } 
#librarybox h2{ background: #fff url(images/library.jpg) left top no-repeat; padding-left:40px; height:45px; } 
#techenquiry h2{ background: #fff url(images/beaker.jpg) left top no-repeat; padding-left:40px; height:45px; } 

#links h2{ background: #fff url(images/link.jpg) left top no-repeat; padding-left:40px; height:30px; } 

#news h1{ background: #fff url(images/aussie_farmer.jpg) left top no-repeat; padding-left:50px; height:35px; } 
#news {width:90%}
#news .newstitle {
	background:#E4F3C5;
	font-weight:bold;
	margin: 1px 0px;
	font-size: 1.3em;
}

	.infobox{
	width: 185px;
	padding:2px;
	padding-top:5px;
	margin:2px auto;
	background:#fff;
	font-weight:bold;
	color:#026604;
	text-align:center;
	}
	#newsletter a {
	background:#026604; color:#000000;
	}
	#newsletter a:hover{
	background:#79B307;
	color:#000000;
	}
	
	div#regbutton {clear:both;text-align:center; margin:0 auto; color:#000}
	div#regbutton a, div#regbutton a:link, div#regbutton a:visited{margin:0 auto; line-height:2em; display:block; background-image:url(i/register_btn_bg.gif); height:24px; width:145px; text-align:center; color:#000; text-decoration:none;}
	div#regbutton a:hover {background-image:url(i/register_btn_bgb.gif); }
	
		div#qbutton {clear:both;text-align:center; margin:0 auto; color:#000}
	div#qbutton a, div#qbutton a:link, div#qbutton a:visited{margin:0 auto; line-height:2em; display:block; background-image:url(i/techq_btn_bg.gif); height:24px; width:115px; text-align:center; color:#000; text-decoration:none;}
	div#qbutton a:hover {background-image:url(i/techq_btn_bgb.gif); }
	
	div#news{
	/* height:240px;overflow:auto;
	width:190px;
	margin:0 auto;
	
	color:#026604;
	text-align:center;
	background:#fff;*/	
	}
	
	
	.newscont {
	padding: 2px;
}

#news a{
	color:#026604;
}

.newscont h1 {
	font-size: .8em;
	color: #026604;
	margin: 0px 0px 5px;
}


.date {
	font-size: .75em;
	color: #026604;
}
/***********************************/
.infobox {padding:2px; border:1px solid #333; width:85%;}
.infobox p {margin:2px 0;}
.infobox span {position:relative; z-index:5; top:-10px; left:10px; background:#fff;  height:15px; width:200px; padding:2px; font-weight:bold; margin:0; background:#333; color:#fff;}
/***********************************/	
	#banner {
		background-color:#026604; background-image:url(http://www.4farmers.com.au/images/body/sprayheader.jpg); background-position:left; background-repeat:no-repeat;
		height:80px;
		padding:0; margin:0;
		border-bottom:5px solid #026603;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:80px;
		}
	html>body #banner {
		height:80px;
		}
	
div#footer{	
height:20px; 
color:#ccc;
text-align:center;
font-size:1em;
}

	html>body #footer {
		height:19px;
		}
		
	h1 {
		font-size:1.4em;
		padding-top:10px;
		}
		
	h2 {
		font-size:1.2em;
		padding-top:6px;
		}
	
	.subheader {
	padding-left:10px;
	background:#E7D872;
	color:#333;
	}
	
	
	.cleaner {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear:both;
	line-height:0;
}

.hidden { display:none; }

.vcard { font-size:1.1em; padding:10px 0; clear:left; }
.vcard p {margin: 2px 0;}
.vcard a { color:#fff; }
.vcard h3{ font-size:1.3em;}

#media, #reference {margin:0; padding:0}

.library2 {
	height: 300px;
	overflow:auto;
	width:80%;
	}

	 #media li, #reference li , .library li, .library2 li{
/*	background: url(images/pdf.gif) no-repeat left top;
	vertical-align: middle;
*/
	padding: 5px 5px 5px 20px;
	list-style: none;
	min-height:25px;
	margin:5px 0;
	border-bottom:1px solid #CCC;
}

.smallh1{font-size:.75em; font-weight:normal}


#quicklinks option,#quicklinks optgroup {margin:0; padding:0;}

/****************menu**************/



#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 180px;
		font-size:1.2em;

		
	}
	
	#nav li { /* all list items */

		float : left;
		line-height : 2em;
		margin-bottom : -1px;
		width: 180px;

	
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em; margin-left : 25px;
		voice-family: "\"}\"";
		voice-family: inherit;
		margin-left : 85px;
		margin-top : -25px;
		
		
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 170px;
		height:22px;
		w\idth : 170 px;
		display : block;
		color : #fff;
		font-weight:bold;
		text-decoration : none;
		padding : 1px 2px 1px 10px;
		text-align:left;
		border-bottom:1px solid #ffffff;
		margin-bottom:1px;
		background:#026604;  /*url(menua.jpg) no-repeat left;*/
	}
	
	#nav li a:hover {
		background: #79B309;  /*url(menub.jpg) no-repeat left;*/  color:#fff;
	}
	

	#nav li li a, #nav li li li a{ 
		/*width: 245px;
		w\idth : 245px;*/
		font-weight:normal;		
		padding : 1px 2px 1px 5px;
		margin-bottom:1px;
		line-height : 1.2em;
		background:#79B309; /* url(menub.jpg) no-repeat left;  */
		text-align:left; border-bottom:1px solid #fff;
		border-left:1px solid #fff;
		color:#fff; 
		height:20px;
		font-size:.9em;
		}		
		
		/* url(menua.jpg) no-repeat left */
	
		#nav li li a:hover{ background:#79B309 ; color:#000; height:20px;}
		
		
		#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;

	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto; font-size:1.13em; line-height : 1.2em;
		
	}
	#nav li:hover{ position:static;}
	
	#nav li a.prod{background:#79B309;color:#000;} #nav li a.prod:hover{background:#026604;color:#fff;}
	
#forefront label {
	text-align: left;
}
