@charset "utf-8";

/* misc */
img
{
	border-style: none;
}

/* general layout */
html
{
	height: 100%;
}

body
{
	background: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#wrapper
{
	position: relative;
	top: 0px;
	height: 100%;
}

#container
{
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 652px;
	height: 100%;
	background: #ffffff;
}

#navMenu
{
	position: absolute;
	bottom: 0; left: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:652px;
	height:44px;
}

#navMenu li
{
	float:left;
	list-style:none;
}

#navMenu li a
{	
	display: block;
	white-space: nowrap;
}

#header
{
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	width: 652px;
	height: 187px;
	background:url(../images/header/bg_header.png) top left repeat-x;
}

#footer
{
	position: relative;
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	width: 652px;
	background-color:#fafafa;
	clear:both;
}

/* home, about, contact, preserves, simmer sauce, and curds layout */

div.jarPreserves
{
	position:relative;
	float:left;
	margin:0 0 0 0;
	padding:20px 0 0 40px;
	width:80px;
	text-align:center;
}

div.jarPreserves img
{
	margin:0 0 0 0;
	padding:0 0 15px 0;
}

div.jarPreserves span
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#878787;
	margin:0 0 0 0;
}

div.jarSimmerSauces
{
	position:relative;
	float:left;
	margin:0 25px 0 35px;
	padding:25px 0 0 0;
	width:100px;
	text-align:center;
}

div.jarSimmerSauces img
{
	margin:0 0 0 0;
	padding:0 0 10px 0;
}

div.jarSimmerSauces span
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#878787;
	margin:0 0 0 0;
}

div.jarCurds
{
	position:relative;
	float:left;
	margin:0 0 0 0;
	padding:50px 0 0 75px;
	width:113px;
	text-align:center;
}

div.jarCurds img
{
	margin:0 0 0 0;
	padding:0 0 15px 0;
}

div.jarCurds span
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#878787;
	margin:0 0 0 0;
}

div.topContent
{
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	width: 652px;
	height:100%;
}

div.botContent
{
	position: relative;
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
	width: 652px;
}

div.botContent div.botLeftContent
{
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 411px;
	background-color:#f5f5f5;
}

div.botContent div.botRightContent
{
	position: absolute;
	top: 0; right: 0;
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
	width: 227px;
}

/* recipe layout */
.recipeLeftContent
{
	position:relative;
	float:left;
	margin:0 0 12px 0;
	width:235px;
	height:100%;
	padding:0 0 0 0;
	background-color:#f5f5f5;
}

.recipeRightContent
{ 
	position:relative;
	float:right;
	margin:0 0 12px 0;
	width:408px;
	height:100%;
}

.recipeNavMenu
{
	position:relative;
	margin:0 0 0 -5px;
	padding:0 0 0 0;
	list-style:none;
	white-space:nowrap;
}

.recipeNavMenu li
{
	position:relative;
	margin:4px 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}

.recipeNavMenu li a
{
	color:#000000;
	text-decoration:none;
}

.recipeNavMenu li a:hover
{
	color:#8f3100;
	font-weight:bold;
	text-decoration:none;
}

/* gallery layout */

div.galleryNavMenuBox
{
	position: relative;
	margin:0 0 15px 10px;
	padding: 0 0 0 0;
	width:632px;
	height:26px;
	border: 1px dotted #0000ff;
	background-color:#000000;
}

#galleryNavMenu
{
	position: relative;
	margin: 6px 0 0 0;
	padding: 0 0 0 0;
}

#galleryNavMenu li
{
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	list-style:none;
	cursor:pointer;
	font-weight:bold;
}

#galleryNavMenu li a
{	
	display: block;
	white-space: nowrap;
}

#galleryNavMenu li a:hover
{	
	display: block;
	white-space: nowrap;
	color:#eae193;
	cursor:pointer;
}

#images > img
{
	display:none;
}

#dhtmltooltip
{
	position: absolute;
	width: 300px;
	height: 66px;
	background:url(../images/misc/popup.png) top left no-repeat;
	padding: 11px 0 0 34px;
	visibility: hidden;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	z-index: 100;
}

#dhtmltooltip p
{
	width:285px;
	color:#000000;
	margin:0 0 0 0;
	padding:0 0 0 0;
}