* {border:0px; padding:0px; margin:0px; align:left; font-family: tahoma; font-size: 1em; font-color:#444;}
/* STRUCTURE
---------------------------------------*/
a 	{
	outline: none;
	}
body
	{
	background:#fff;
	color:#444;
	line-height:1.6;
	}
#shell
	{
	align:left;
	text-align:left;
	width:1000px;
	float:center;
	overflow:hidden;
	}
#header
	{
	width:100%;
	height:111px;
	float: left;
	background: url(../img/header.jpg) repeat-x;
	background-position: -0px -15px;
	font-size:.8em;
	}
#splash
	{
	width:100%;
	height:238px;
	float: left;
	background: url(../img/splash.jpg) top left no-repeat;
	}
#about2
	{
	width:100%;
	float: left;
	height:300px;
	background: url(../img/home-top.jpg) top left no-repeat;
	}
#about1
	{
	width:480px;
	margin-left:6px;
	margin-top:7px;
	margin-bottom:10px;
	float: left;
	height:435px;
	overflow:hidden;
	background: url(../img/home-mid.jpg) top left repeat-y;
	}
#about3
	{
	width:100%;
	float: left;
	height:435px;	
	background: url(../img/new-home-bottom.jpg) bottom left no-repeat;
	}
#featured
	{
	width:257px;
	float: left;
	background: #fff;
	margin-top:10px;
	margin-left:2px;
	background: url(../img/home-bg2.jpg) top left no-repeat;
	margin-right:0px;
	overflow:hidden;
	}
#newfeatured
	{
	width:257px;
	float: left;
	background: #fff;
	margin-top:10px;
	margin-left:2px;
	background: url(../img/home-bg3.jpg) top left no-repeat;
	margin-right:0px;
	overflow:hidden;
	}	
#flavors
	{
	width:222px;
	height:325px;
	float: left;
	margin:15px;
	margin-right:0px;
	}
#cuts
	{
	width:200px;	
	float: left;
	}
#content
	{
	width:100%;
	float: left;
	background: #F3EFEC url(../img/content.jpg) repeat-x;
	min-height: 250px;
	padding-top:14px;
	font-size:.8em;
	}
#footer {
	width: 100%;
	float: left;
	background: url(../img/footer.jpg) repeat-x;
	font-size:.8em;
	
	}
ul, li { padding:0; margin:0; margin-left:3px; list-style: none; color: #507623; font-weight:800;
}

li {margin-bottom:1px;}
#header h1 {
	font-weight:800;
	font-size:1.3em;
	color: #fff;
	padding-right:15px;
}

#header h3 {
	font-weight:800;
	font-size:1.8em;
	color: #458732;
	padding-right:15px;
}
#header h3 a { color: #C20000;}

a {color:#507623; text-decoration:none;}
a:hover {text-decoration:underline;}


.content-top {
	margin-top:2px;
	background: url(../img/content-top.jpg) no-repeat;
	float:left;
	height:32px;
	width:100%;
	overflow:hidden;
}

.content-main {
	background: url(../img/content-bg.jpg) repeat-y;
	float:left;
	width:100%;
	overflow:hidden;
}

.content-footer {
	background: url(../img/content-footer.jpg) no-repeat;
	float:left;
	height:25px;
	width:100%;
	overflow:hidden;

}

#content h2 {
	font-size: 1.7em;
	color: #507623;
}
#content h3 {
	font-size: 1.2em;
	color: #507623;
}

#content h4 {
	font-size: 1.2em;
	color: #507623;
}

#navigation {
width:100%;
height:39px;
float:left;
background: #468733 url(../img/nav-bg.gif) top right no-repeat;
}

#navigation a {
padding:0 15px 0 15px;
font-weight:800;
font-size:14px;
text-decoration:none;
}

#navigation a:hover { 
color:#faf528;
}

.picklefacts {
	color: #507623;
	font-weight: bold;


}
.pickleimg {
	margin: 30px 0px 0px;
	padding: 0px;

}
.facttable {
	width: 800px;
}
/*#facebook {
	margin-top: 5px;
	margin-left: 445px;
}*/

.recipestyle { padding-right: 75px; font-size: 1.1em; color: #444; padding-bottom: 15px; }

.recipetext { padding-right: 75px; font-size: .9em; color: #444; padding-bottom: 15px; }

.certificate { background-image: url(../img/sqf-certificate.jpg); width: 800px; height: 618px; }

/*Begin Dropdown CSS*/
ul#nav {margin: 0; padding-left: 25px; }
ul.drop a { display:block; color: #fff; font-family: Verdana; font-size: 14px; text-decoration: none;  line-height: 39px;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0; }
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; padding: 0 3px; }
ul.drop li.hover, ul.drop li:hover { position: relative; z-index: 599; cursor: default; }
ul.drop ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 250px; background: #468733;}
ul.drop ul li { float: none; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }
/*End Dropdown CSS*/