/* CSS Document */

body {
	margin: 0px;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: black;
	line-height: 1.5em;
	}
	
a:active
{
	color: 33c;
	}
	
a.productline
{
	font-family: Arial;
	font-size: 10px;
	line-height: 1em;
	}	
	
	
h2 {
	font-family: Georgia;
	color: #900;
	font-size: 13px;
	font-weight: bold;
	}


#container {
	width: 800px;
	/* margin: 0px auto; */
	}
	
#header {
	background: #000 url(../images/shared/bg_topper.jpg) no-repeat;
	background-position: bottom;
	}
	
#identity {
	width: 275px;
	float: left;
	}
	
#header-inner{
	margin-left: 275px;
	height: 100px;
	}
	
.searchwrap-left {
	width: 250px;
	float: left;
	margin-top: 12px;
	}
	
.search {
	margin-left: 255px;
	}
	
#topnav {
	padding: 13px 30px 7px 30px;
	}

img.navdiv {
	margin: 0 10px;
	}
	
#homepromocontainer {
	overflow: hidden;
	}
	
#homemainpromo {
	width: 620px;
	float: left;
	}
	
#homesubpromo {
	background-color: #fefcd5;
	height: 440px;
	}
	
#homebottomwrap {
	background-color: #fffdd8;
	}
	
.homefeaturedwrap {
	width: 490px;
	}
	
.homefeature {
	width: 180px;
	float: left;
	margin-right: 10px;
	border: 1px solid green
	}
	
.homephotorotation {
	margin-left: 491px;
	}
	
#subwrap {
	}
	
.brickbottom {
	background: transparent url(../images/shared/bg_bottombrick.jpg) no-repeat;
	height: 75px;
	}
	
#footer {
	background-color: white;
	text-align: center;
	padding-top: 20px;
	}
	
.copyright {
	background: #7a0910 url(../images/shared/bg_copyright.jpg) repeat-x;
	font-family: Arial, serif;
	color: white;
	padding: 2px 0;
	margin-top: 5px;
	}
	
	.copyright a {
		color: ff0;
		}

#textcontent {
	padding: 25px;
	}

.catalog {
	color: #000000;
	font-size:13px;
	font-weight:normal;
}

.required {
	color: #999999;
	font-size:11px;
	font-weight:normal;
}

/* :::::::::: Our Tradition :::::::::: */

.traditionwrap {
	margin: 0;
	}		
	
.traditionintrocopy {
	padding-left: 180px;
	background: #fff url(../images/ourtradition/bg_body.jpg) no-repeat;
	padding-bottom: 60px;
	}
	
/* :::::::::: Product Line :::::::::: */

.productlinewrap {
	margin: 0;
	background: transparent url(../images/productline/bg_body.jpg) no-repeat;
	background-position: bottom;
	padding-bottom: 130px;
	}		
	
.productnav {
	width: 150px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 12px;
	}
	
.productnav a {
	font-weight: bold;
	text-decoration: none;
	}
	
.productphoto {
	margin-left: 165px;
}

/* :::::::::: Recipes :::::::::: */

#recipestop {
	background: transparent url(../images/recipes/top_Recipes.jpg) no-repeat;
	padding-top: 60px;
	}
	
#recipesnav {
	padding-top: 100px;
	text-align: center;
	line-height: 1.8em;
	}
	
	.recipesnav a {
		color: #369;
		}
	
#recipe {
	}
	
.recipecontainer {
	margin-top: 93px;
	padding: 20px;
	background: #fffedd; /* url(../images/recipes/bg_recipe.jpg) repeat-x;
	background-position: bottom; */
	}
	
#recipephoto {
	background: #000;
	width: 277px;
	}
	
	#recipephoto p {
		margin: 10px;
	}
	
.recipetitle {
	font-family: Georgia, serif;
	font-style: italic;
	color: #4b6597;
	font-size: 13px;
	font-weight: bold;
	}
	
.recipesubhead {
	text-decoration: underline;
	font-style: italic;
	}

/* :::::::::: Private Labeling :::::::::: */ 

#privatelabeling {
	background: transparent url(../images/privatelabeling/bg_privatelabeling.jpg) no-repeat;
	background-position: 0 275px;
	padding-bottom: 275px;
	}
	
.blue {
	color: #3366cc;
	}