@charset "UTF-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	background-color: #ECD4AE;
	font-family:Arial, Helvetica, sans-serif;
	color:#361f12;
}

h1
{
	margin:0;
	padding:0;
	font-size:19px;
}

h2
{
	margin:0;
	padding:0px 0px 20px 0px;
	font-size:16px;
}

p
{
	margin:0;
	padding:0px 0px 16px 0px;
	font-size:12px;
	line-height:17px;
}

a
{
	color:#361f12;
	border:none;
}

img
{
	border:none;
}

sup
{
	
	vertical-align:text-top;
}

.floatLeft
{
	float:left;
}

.floatright
{
	float:right;
}

.clear
{
	display:block;
	height:1px;
	clear:both;
	overflow:hidden;
}

.container
{
	position:relative;
	margin:0px auto;
	width:900px;
	background-color:#FDF8E8;
}

#navHome {
	position:absolute;
	left:64px;
	top:78px;
	width:77px;
	height:50px;
	z-index:1;
}
#navRecipies {
	position:absolute;
	left:158px;
	top:75px;
	width:184px;
	height:53px;
	z-index:2;
}
#navPairings {
	position:absolute;
	left:538px;
	top:75px;
	width:161px;
	height:52px;
	z-index:3;
}
#navProducst {
	position:absolute;
	left:719px;
	top:75px;
	width:134px;
	height:52px;
	z-index:4;
}

#emailSignup {
	position:absolute;
	left:631px;
	top:17px;
	width:209px;
	height:37px;
	z-index:1;
}
#callOutRecipes {
	position:absolute;
	left:488px;
	top:572px;
	width:46px;
	height:44px;
	z-index:2;
}
#callOutPairing {
	position:absolute;
	left:720px;
	top:571px;
	width:50px;
	height:50px;
	z-index:3;
}



#subnav
{
	position:absolute;
	left: 71px;
	top: 228px;
	width: 201px;
}

	#subnav a
	{
		display:block;
		color:#361f12;
		text-decoration:none;
		font-weight:bold;
		font-size:11px;
		padding:0px 0px 15px 0px;
		
	}

.content
{
	display:block;
	padding:390px 42px 0px 31px;
}

	.contentWrapper
	{
		float:left;
		width:457px;
		padding:0px 8px 0px 8px;
	}

	#products
	{
		background-image:url(/images/products.jpg);
		background-repeat:no-repeat;
	}
	
		.product
		{
			display:block;
			padding:0px 0px 32px 0px;
		}
					
			.productImage
			{
				display:block;
				width:209px;
				float:left;
				text-align:center;
			}
			
			.productLogo
			{
				display:block;
				width:145px;
				float:left;
				text-align:center;
			}
			
	#recipes
	{
		background-image:url(/images/recipes.jpg);
		background-repeat:no-repeat;
	}
	
		.recipe
		{
			display:block;
			padding:0px 0px 25px 0px;
		}
		
			.recipe h1
			{
				color:#762526;
			}
		
			.recipeImage
			{
				display:block;
				width:202px;
				float:left;
				text-align:center;
			}
			
			.recipeTxt
			{
				display:block;
				width:610px;
				margin:0px 0px 0px 14px;
				float:left;
				border-bottom:solid 1px #6b584b;
			}
			
				.recipeTxt a
				{
					display:block;
					float:right;
					clear:both;
					border:none;
					margin:0px 0px 10px 0px;
				}
				
					.recipeTxt a img
					{
						border:none;
					}
			
				.noBorder
				{
					border:none;
				}

		#email
		{
			background-image:url(/images/email.jpg);
			background-repeat:no-repeat;		
		}
	
#footer
{
	
	border-top:#d0b98d solid 10px;
	background-color:#FDF8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: center;
	color: #C29B58;
	padding:10px 12px;
}

