@charset "utf-8";

body  { font: 12px Verdana, Arial, Helvetica, sans-serif; background: #7696b2;  margin: 0; padding: 0; color: #000000; }
#container { width: 1000px; height: 665px; background: #ffffff ; margin: 0 auto; border: 2px solid #666666; } 
#container2 { width: 1000px; background: #ffffff url(images/bg_container2.jpg) no-repeat; margin: 0 auto; border: 2px solid #666666; } 
#below{ height: 230px;}
#header { height: 230px; }

/* Menu */
#menu{
	width:1000px;
	height: 25px;
	position: relative;
	margin: -58px 0px 0px 0px;
}
#menu ul{ margin: 0; list-style: none; font: 11px Arial, Helvetica, sans-serif; padding: 0; margin:0; }
#menu li { display: inline; text-decoration: none; }
#menu li a:link { color: #ffffff; text-decoration: none; }
#menu li a:visited { color: #ffffff; text-decoration: none;}
#menu li a:active { color: #ffffff; text-decoration: none;}
#menu li a:hover { color: #731215; text-decoration: none; }

#nav, #nav ul { /* all lists */
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	padding: 5px 0 5px 0;
}

#nav li ul { /* second-level lists */ position: absolute; background:url(images/bg_seed_ddown.gif); width: 72px; height: 145px; left: -999em; z-index:1; /* using left instead of display to hide menus because display: none isn't read by screen readers */ ; }

#nav li ul.nav2  { /* second-level lists */ position: absolute; background:url(images/bg_grain_ddown.gif); width: 72px; height: 183px; left: -999em; z-index:1; /* using left instead of display to hide menus because display: none isn't read by screen readers */ ; }

#nav li ul.nav3  { /* second-level lists */ position: absolute; background:url(images/bg_recipe_ddown.gif); width: 72px; height: 145px; left: -999em; z-index:1; /* using left instead of display to hide menus because display: none isn't read by screen readers */ ; }

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */ left: auto; margin: -2px 0 0 14px; padding: 37px 3px 3px 5px; }/* safari hack */ 

#nav li:hover ul.nav2, #nav li.sfhover ul.nav2 { /* lists nested under hovered list items */ left: auto; margin: -2px 0 0 8px; padding: 37px 3px 3px 5px; }

#nav li:hover ul.nav3, #nav li.sfhover ul.nav3 { /* lists nested under hovered list items */ left: auto; margin: -2px 0 0 14px; padding: 37px 3px 3px 5px; }

#nav li:hover a { /* lists nested under hovered list items */ padding: 0 0 0 0;}

#nav, #nav ul { /* all lists */
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
}


#ourexpertise{ margin-left: 19px;}
#seedproducts{ margin-left: 19px; }
#grainproducts{ margin-left: 12px; }
#ourservices{ margin-left: 16px;}
#ourrecipes{ margin-left: 23px }
#contactus{ margin-left: 29px }
#home{ margin-left: 428px; }

#logohome { border:none; float:right; margin: 50px 0 0 0; }
#logoexpertise { border:none; float:right; margin: 14px 0 0 0;}
#logoseed { border:none; float:right; margin: 68px 0 0 0;}
#logograin { border:none; float:right; margin: 36px 0 0 0;}
#logoservices { border:none; float:right; margin: 7px 0 0 0;}
#logorecipes { border:none; float:right; margin: 0 0 0 0;}
#logocontact { border:none; float:right; margin: 5px 0 0 0;}

/* General Page Links */
a:link,  a:visited, a:active{ color: #000000; }
a:hover { color: #AA5D26; }


/*general pages*/
#rightside{
	float: right; /* since this element is floated, a width must be given */
	width: 390px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 44px 0 0; 
}
#rightside ul {margin: 0 0 25px 20px; padding:0;}
#rightside ul li {margin: 3px 0 0 10px; padding:0;}
#rightside ul ul li {margin: 0 0 0 0; padding:0;}


/*general pages*/
#rightside2{
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ margin: 45px 0 0 0; padding: 0 84px 0 0; }

#leftside{ margin: 0 465px 0 0; }
#leftside2{ margin: 5px 465px 0 20px; }
#fullpage{ margin: 5px 20px 20px 20px; }


p { margin: 0 0 10px 3px; padding: 0; }
hr{   }
.browntext{ color: #AA5D26; font-size: 13px; margin-top: 15px; font-weight: bold; }

/* Headings */
h1{ color: #AA5D26;  margin: 0 0 5px 0; padding:0; font: bolder 28px Arial, Helvetica, sans-serif; }
h2 { font-size: 16px; font-weight: bolder; margin: 0 0 5px 3px; }
h3 { font-size: 13px; font-weight: bolder; color: #334055; margin: 0 0 5px 3px;}


/*davpat designs*/
.dpd { padding: 10px 0 10px 718px; color: #FFFFCC; font-size: 10px; text-align: center; }
.dpd a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
.dpd  a:link {
	color: #FFFFCC;
	text-decoration: none;
}
.dpd  a:hover { color: #731215; text-decoration: none; }
/*recipe pages bottom gap*/
.recipepadding { padding-top:400px; }
