/* HTML */

body {
	width: 100%;
	background: #D4C994 url(../images/marble.jpg) 50% 0 repeat-x;
	font-family: Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #363636;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #004A8D;
}

h2 {
	margin: 0 0 -6px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #004A8D;
}

h3 {
	margin: 0 0 -6px 0;
	font-size: 14px;
	font-weight: bold;
	color: #004A8D;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #004A8D;
}

h5 {
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

ul {
	list-style: disc;
	display: block;
	margin: 5px 5px 0 15px;
	padding: 0;
}

li {
	margin: 2px 2px 2px 2px;
	padding: 0;
}

a, a:link {
	color: #004A8D;
	text-decoration: underline;

}

a:hover {
	color: #363636;
	text-decoration: underline;

}

sup {
	font-size: 70%;
	font-weight: bold;

}

/* ID's */

#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#top-links {
	float: right;
	height: 22px;
	margin: 0 auto 0 auto;
	padding: 9px 0 1px 0;
	font-size: 11px;
	font-weight: bold;
	color: #004A8D;
	text-align: right;
	z-index: 1001;
}

#top-links a, a:link {
	font-weight: bold;
	color: #004A8D;
	text-decoration: none;
}

#top-links a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#header {
	width: 900px;
	height: 156px;
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
	width: 238px;
	height: 156px;
	margin: 0;
	padding: 0;
}

*html #logo {
	float: left;
	width: 237px;
	height: 156px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

#header-images {
	float: right;
	width: 662px;
	height: 126px;
	margin: 0;
	padding: 0;
	top: 0;
}

#navigation {
	float: left;
	width: 600px;
	height: 78px;
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	color: #004A8D;
	text-align: left;
}

#navigation a, a:link {
	font-weight: bold;
	color: #004A8D;
	text-decoration: underline;
}

#navigation a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#content {
	width: 900px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/white-arc.jpg) 0% 0% no-repeat;
	text-align: left;
}

#window {
	width: 900px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: left;
}

#main {
	float: left;
	width: 572px;
	height: 100%;
	margin: -9px 0 0 0;
	padding: 2px 10px 3px 14px;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffffff;
	z-index: 1000;
	text-align: justify;
}

#main a, a:link {
	font-size: 12px;
	font-weight: normal;
	color: #363636;
	text-decoration: underline;

}

#main a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #004A8D;
	text-decoration: underline;

}

#sidebar {
	float: right;
	width: 299px;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 1005;
}

#recipe {
	float: right;
	width: 299px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/rb-back.jpg) 50% 50% repeat-y;
	text-align: center;
	z-index: 1003;
}

#recipe-inner {
	float: right;
	width: 299px;
	margin: -2px 0 0 0;
	padding: 0;
	background: url(../images/rb-top.jpg) 50% 0% no-repeat;
	z-index: 1004;
	text-align: center;
}

#recipe-text {
	padding: 1px 5px 0 4px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

#recipe-link {
	width: 299px;
	height: 110px;
	margin: -2px 0 0 0;
	padding: 0;
	background: url(../images/rb-link.jpg) 50% 0% no-repeat;
	text-align: center;
}

#recipe-page-header {
	width: 828px;
	margin: -7px 0 3px 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #004A8D;
	z-index: 1011;
	text-align: center;
}

#recipe-page-links {
	width: 828px;
	margin: 0 0 28px 0;
	padding: 0;
	text-align: center;
}

#recipe-page-links a, a:link {
	font-size: 14px;
	font-weight: bold;
	color: #004A8D;
	text-decoration: underline;
}

#recipe-page-links a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #D4C994;
	text-decoration: underline;
}

#copyright {
	width: 900px;
	height: 22px;
	margin: 0 auto 0 auto;
	padding: 12px 0 0 0;
	background-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	clear: both;
}

#copyright a, a:link {
	text-decoration: none;
}

#copyright a:hover {
	color: #C3372F;
}

#homepage-photo {
	float: left;
	width: 210px;
	height: 144px;
	margin: 0 4px 12px 0;
	padding: 0;
}

#products-top-wrapper {
	float: left;
	width: 828px;
	margin: 0 0 0 20px;
	padding: 0;
}

#products-bottom-wrapper {
	float: left;
	width: 828px;
	margin: 2px 0 0 20px;
	padding: 0;
}

#foodservice-heading {
	width: 555px;
	margin: 0 auto;
	z-index: 1012;
	text-align: center;
}

#foodservice {
	float: left;
	width: 838px;
	z-index: 1010;
	text-align: justify;
}

#dressings {
	float: left;
	width: 402px;
	height: auto;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 92%;
}

#dressings a, a:link {
	margin: 0;
	padding: 2px 4px 2px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 92%;
	color: #004A8D;
	text-decoration: underline;
}

#dressings a:hover {
	margin: 0;
	padding: 2px 4px 2px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 92%;
	color: #D4C994;
	text-decoration: underline;
}

#sauces {
	float: right;
	width: 404px;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 92%;
}

#sauces a, a:link {
	margin: 0;
	padding: 2px 4px 2px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 92%;
	color: #004A8D;
	text-decoration: underline;
}

#sauces a:hover {
	margin: 0;
	padding: 2px 4px 2px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 92%;
	color: #D4C994;
	text-decoration: underline;
}

#dips {
	float: left;
	width: 402px;
	height: auto;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 92%;
}

#dips a, a:link {
	margin: 0;
	padding: 2px 4px 2px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 92%;
	color: #004A8D;
	text-decoration: underline;
}

#dips a:hover {
	margin: 0;
	padding: 2px 4px 2px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 92%;
	color: #D4C994;
	text-decoration: underline;
}

#specialty {
	float: right;
	width: 404px;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 92%;
}

#specialty a, a:link {
	margin: 0;
	padding: 2px 4px 2px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 92%;
	color: #004A8D;
	text-decoration: underline;
}

#specialty a:hover {
	margin: 0;
	padding: 2px 4px 2px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 92%;
	color: #D4C994;
	text-decoration: underline;
}

#state-locations {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#state-results {
	float: right;
	width: 232px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 140%;
	color: #363636;
	text-align: center;
}

#fs-bottom-link {
	width: 842px;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #004A8D;
	text-align: center;
}

#order-page-header {
	width: 575px;
	margin: -7px 0 3px 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #004A8D;
	z-index: 1011;
	text-align: center;
}


/*Contact Form*/
#contactform { margin: 0; padding: 0;}
#contactform input { }
#contactform label { float:left; width: 80px; text-align: right; vertical-align: top; margin-right: 10px;}
#contactform p { line-height: 98%; margin: 6px 0 6px 0; clear: left;}
#contactform em { color: #777;}
#contactform .req { font-weight: bold;}


/* CLASSES */

.navigation {
	padding: 1px 4px 0 0;
	font-size: 12px;
	font-weight: 600;
	color: #004A8D;
}

.navigation a, a:link {
	text-decoration: none;
}

.navigation a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.sitemap {
	padding: 4px 4px 8px 4px;
	font-size: 13px;
	font-weight: 600;
	color: #004A8D;
}

.sitemap a, a:link {
	padding: 4px 4px 8px 4px;
	text-decoration: none;
}

.sitemap a:hover {
	padding: 4px 4px 8px 4px;
	font-weight: bold;
	color: #363636;
	text-decoration: none;
}


.sponsors {
	float: right;
	width: 160px;
	text-align: center; 
	margin-left: 8px;
	padding: 0;
}

.recipe-box {
	width: 232px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.recipe-title {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #004A8D;
	text-align: center;
}

.recipe-page-title {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 18px;
	font-weight: bold;
	color: #004A8D;
	text-align: left;
}

.recipe-text {
	width: 232px;
	padding: 1px 3px 0 2px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.recipe-link {
	margin: 0;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}

.recipe-heading {
	width: 796px;
	margin: 0 0 0 32px;
	padding: 2px 0 4px 0;
	font-size: 24px;
	font-weight: bold;
	color: #004A8D;
}

.recipe-results {
	width: 796px;
	margin: 0 32px 0 32px;
	padding: 26px 0 4px 0;
	font-size: 12px;
	font-weight: bold;
	color: #004A8D;
	text-align: left;
	border-top: 2px solid #D4C994;
	clear: both;
}

.recipe-description {
	float: left;
	width: 526px;
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 13px;
	font-weight: normal;
	color: #004A8D;
	text-align: left;
}

.recipe-image {
	float: right;
	width: 244px;
	margin: 2px 0 0 10px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #004A8D;
	text-align: right;
}

.page-heading {
	width: 525px;
	margin: -7px 0 3px 0;
	padding: ;
	font-size: 24px;
	font-weight: bold;
	color: #004A8D;
}

.ingredients-link {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #004A8D;
	text-align: left;
}

.print-link {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #004A8D;
	text-align: left;
}

.print-page-title {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #004A8D;
	text-align: left;
}

.instruction-text {
	font-size: 10px;
	font-weight: normal;
	color: #93A4B3;
}

.text {
	font-size: 12px;
	font-weight: normal;
	color: #363636;
}

.text a, a:link {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #363636;
}

.text a:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #004A8D;
}

.box-top {
	height: 60px;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}

.box-top a, a:link {
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
}

.box-top a:hover {
	font-size: 16px;
	color: #D4C994;
	text-decoration: underline;
}



.box-content {
	margin: -5px 0 0 5px;
	padding: 2px 0 0 0;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

.box-bottom {
	height: 52px;
	margin: 0;
	padding-top: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #004A8D;
	background: url(../images/rb-bottom.jpg) 50% 100% no-repeat;
}

.box-bottom a, a:link {
	font-size: 11px;
	color: #004A8D;
	text-decoration: underline;
}

.box-bottom a:hover {
	font-size: 11px;
	color: #D4C994;
	text-decoration: underline;
}

.image-left {
	float: left;
	margin: 0 8px 8px 0;
	padding: 0;
}

.image-right {
	float: right;
	margin: 0 0 8px 8px;
	padding: 0;
}

.service-products-image {
	float: left;
	width: 275px;
	margin: 0;
	padding: 0;
}

.service-products-title {
	float: right;
	width: 280px;
	margin: 66px 0 8px 0;
	padding: 0;
}

.product-listing {
	width: 700px;
	margin: 0 0 0 26px;
	padding: 1px;
	text-algn: left;
}

.product-number {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
}

.package-size {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
}

.shelf-life {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}


.form_label {
	font-size: 12px;
	font-weight: normal;
	color: #363636;
}

.form-header {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

.homepage-photo {
	float: left;
	margin: -2px 8px 9px -2px;
	padding: 0;
}

.float-left {
	float: left;
	margin: 0;
	padding: 0;
}

.float-right {
	float: right;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.centered {
	width: 100%;
	text-align: center;
}






















a:link,a:visited { 
	color: #0000cc; 
}
a.header:link,a.header:visited { 
	text-decoration: none; 
	color: #000000;
}
div.mainBody {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 728px;
	background-color: #ffffff;

	border-color: #f0f0f0;
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	
	padding: 10px;
}
}
legend {
	background-color: #ffffff;
	margin-left: 4px;
	padding-left: 2px;
	padding-right: 2px;
}
.l {
	color: #336699;
}
.small {
	font-size: 11px;
}
.vS {
	font-size: 5px;
}
.status {
	color: #009900;
	font-weight: bold;
	font-size: 14px;
}
.markerLabel {
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
	padding: 8px;
}
a.marker:link,a.marker:visited {
	text-decoration: none;
	color: #000000;
}
a.white:link,a.white:visited {
}
.step {
	font-weight: bold;
	color: #336699;
}
#title2 { color: #6699CC; }

/*********** Added For Email Signup **************/

.RecipeButton
{
	margin-top:13px;
	margin-bottom:5px;
	margin-left:-3px;
}

*html .RecipeButton
{
	margin-left:0px;
}



#mobile {
	background: url("/images/mobile.jpg") no-repeat;
	height: 90px;
	width: 290px;	
	margin: 10px 0 0 0;	
	padding: 90px 0 0 0;
}

#mobile-button { 
	background: url("/images/button.png") 6px 0 no-repeat;
	height: 55px;
	width: 270px;
	display: block;
	text-indent: -999em;
}

#mobile-info {
	background: #F5F9ED;
	border: 1px solid #EAEAEA;
	padding: 3px;
	font-size: 11px;
	margin: 0 20px 0 0;
}

#mobile-info a {
	color: #555;
}

	#mobile-info a:hover {
		color: #222;
	}

