@charset "utf-8";
/* CSS Document */

	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 785px;
	 }

body	{
	background: url(/img/bg.gif);
	font: 12px/1.3 helvetica, arial, sans-serif, verdana;
	color: #222;
	margin: 0;
	}
	
	/*	Typography	*/
	
p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border: 0;
	color: #696;
	background-color: #696;
	}
	
strong	{
	color: #c63;
	}	
	
h2	{
	font-size: 17px;
	font-weight: normal;
	color: #369;
	margin: 0 0 10px 0;
	}

h4	{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 0;
	}

form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff;
	width: 785px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#content 	{
	width: 745px;
	float: left;
	padding: 15px 20px;
	}

#footer	{
	clear: both;
	background: transparent url(/img/footer.gif) bottom left no-repeat;
	width: 785px;
	height: 30px;
	margin: 0;
	padding: 0;
	}

	/*	Main Navigation	*/
	
#globalnav	{
	height: 35px;
	width: 785px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	height: 35px;
	width: 785px;
	background: transparent url(/img/menu.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#menu li, #menu a {
	height: 35px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#about	{left: 22px; width: 97px;}
#location	{left: 137px; width: 88px;}
#varieties	{left: 243px; width: 91px;}
#orchards	{left: 353px; width: 95px;}
#updates	{left: 456px; width: 82px;}
#contact	{left: 566px; width: 108px;}
#home	{left: 693px; width: 60px;}

#about a:hover	{background: transparent url(/img/menu.gif) -22px -35px no-repeat;}
#location a:hover {background: transparent url(/img/menu.gif) -137px -35px no-repeat;}
#varieties a:hover {background: transparent url(/img/menu.gif) -243px -35px no-repeat;}
#orchards a:hover {background: transparent url(/img/menu.gif) -353px -35px no-repeat;}
#updates a:hover {background: transparent url(/img/menu.gif) -456px -35px no-repeat;}
#contact a:hover {background: transparent url(/img/menu.gif) -566px -35px no-repeat;}
#home a:hover {background: transparent url(/img/menu.gif) -693px -35px no-repeat;}

	/*   Classes 	*/

.hide	{
	display: none;
	}

.header	{	
	color: #fff;
	background: #000;
	}	

.cell	{	
	background: #9cf;
	}	

.none	{
	list-style: none;
	}
	
.nomargin	{
	margin: 0;
	padding: 0;
	}
	
.left	{
	margin: 0 15px 10px 0;
	float: left;
	}
	
.pad	{
	padding: 6px;
	border: 1px solid #036;
	background: #E4F9E8;
	}
	
	/*   Links 	*/

a:link	{
	color: #000;
	}
	
a:visited	{
	color: #222;
	}
	
a:hover	{
	color: #930;
	text-decoration: none;
	}
#updatedata td { border-bottom:1px solid #ACACAC; }