	/*	CSS Design by Chris Duren	*/html { 	min-width: 900px;	 }body	{	background: #039 url(img/bg.gif);	font: 12px/1.3 helvetica, arial, verdana, sans-serif;	color: #222;	margin: 0;	}		/*	Typography	*/	h1	{	text-indent: -9999px;	display: block;		width: 900px;	height: 108px;	background: transparent url(img/apples.jpg) top left no-repeat;	margin: 0;	padding: 0;	border: 0;	}	h2, h3	{	font: 16px georgia, times, serif, helvetica;	color: #039;	padding: 0;	margin: 0 0 16px 0;	}	h4	{	font-size: 14px;	color: #036;	margin: 0 0 10px 0;	}p	{	margin: 0;	padding: 0 0 12px 0;	}em	{	color: #369;	}hr	{	height: 1px;	margin: 10px 0;	border-bottom: 1px dotted #9cf;	border-top: 0;	border-left: 0;	border-right: 0;	color: #fff;	background-color: #fff;	}	strong	{	color: #000;	}		form	{	margin: 0;	padding: 0;	}	ul	{	margin-bottom: 14px;	margin-top: 0;	}		/*   Basic Layout Divisions	*/	#wrapper	{	background: #fff;	width: 900px;	margin: 0 auto;	padding: 0;	text-align: left;	}	#sub	{	background: #fff url(img/sub.jpg) top left no-repeat;	width: 248px;	float: left;	padding: 50px 0 20px 0;	}#growerlogin	{	background: #fff;	border: 1px solid #69c;	width: 166px;	padding: 15px 0;	margin: 10px 0 10px 55px;	}#content 	{	width: 611px;	float: left;	margin: 0;	padding: 20px;	}	#footer	{	clear: both;	background: #fff;	width: 860px;	margin: 0;	padding: 10px 20px;	font-size: 10px;	color: #039;	}	#browser	{	margin: 15px 0 0 0;	}		/*	Main Navigation	*/#menu	{	width: 900px;	height: 38px;	margin: 0;	padding: 0;	}#menu span	{	float: left;	/*	Fix for Ghetto IE 6 word wrap below	*/    font-size: 0px;	}#menu span a {	display: block;	padding: 0;	border: 0; 	color: #036;	height: 38px;	margin: 0;	text-indent: -9999px;	text-decoration: none;	}	#menu span ul	{	list-style: none;	border-top: 0;	border-right: 1px solid #39c;	border-bottom: 1px solid #39c;	border-left: 1px solid #39c;	margin: 0;	padding: 0;	width: 150px;	position: absolute;	background: #D6EDFE;    z-index: 2;	}	#menu span li	{	margin: 0;	padding: 0;	font-size: 12px;	height: 25px;	border-bottom: 1px dotted #fff;	}	#menu span li a:link	{	padding: 5px;	margin: 0;	width: 140px;	height: 15px;	color: #039;	font-weight: normal;	text-decoration: none;	display: block;	background: #D6EDFE;	text-indent: 0;	}	#menu span li a:visited	{	padding: 5px;	margin: 0;	width: 140px;	height: 15px;	color: #039;	font-weight: normal;	text-decoration: none;	display: block;	background: #D6EDFE;	text-indent: 0;	}	#menu span li a:hover	{	padding: 5px;	margin: 0;	width: 140px;	height: 15px;	color: #fff;	font-weight: normal;	text-decoration: underline;	display: block;	background: #039;	text-indent: 0;	}		#home a {background: transparent url(img/menu/home.gif) top left no-repeat; width: 326px;}#home a:hover {background: transparent url(img/menu/home.gif) 0 -38px no-repeat;}#services a {background: transparent url(img/menu/services.gif) top left no-repeat; width: 91px;}	#services a:hover {background: transparent url(img/menu/services.gif) 0 -38px no-repeat;}#about a {background: transparent url(img/menu/about.gif) top left no-repeat; width: 187px;}	#about a:hover {background: transparent url(img/menu/about.gif) 0 -38px no-repeat;}#industry a {background: transparent url(img/menu/industry.gif) top left no-repeat; width: 184px;}	#industry a:hover {background: transparent url(img/menu/industry.gif) 0 -38px no-repeat;}#contact a {background: transparent url(img/menu/contact.gif) top left no-repeat; width: 112px;}	#contact a:hover {background: transparent url(img/menu/contact.gif) 0 -38px no-repeat;}		/*   Classes 	*/.hide	{	display: none;	}.none	{	list-style: none;	margin: 0;	padding: 0;	}	.nomargin	{	margin: 0;	padding: 0;	}	.sm	{	font-size: 10px;	}	.header	{	background: #036;	color: #fff;	font-weight: bold;	padding: 5px;	margin: 0 0 15px 0;	text-align: center;	}.tip	{	padding: 0 20px 15px 40px;	font-size: 11px;	color: #039;	}	.pix	{	border: 1px solid #369;	background: #CBE3FC;	padding: 5px;	}		/*   Links 	*/a:link	{	color: #039;	font-weight: bold;	}	a:visited	{	color: #036;	font-weight: bold;	}	a:hover	{	color: #39c;	}