/***** ZERO ALL ELEMENTS *****/
html,body,table,tr,td,p,br,form,h1,h2,h3,h4,div {
	margin: 0px; padding: 0px;
	font-family: arial, helv, helvetica, verdana;
	font-size: 12px;
	color: #000;
}

/***** DEFAULT STYLES *****/
a:link, a:visited { color: #00285E; text-decoration: underline; }
a:hover { color: #f00; text-decoration: underline; }
img { border: 0px; }

br.breaker { clear: both; }

/***** LAYOUT *****/
body { }

#edges {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/edges.gif) repeat-y left top;
}

#pagecontainer {
	float: left;
	width: 880px;
	margin: 0 10px;
}

	#header {
		float: left;
		width: 880px;
		height: auto;
		background: #00285E;
	}



		#header-right {
			float: left;
			width: 840px; /* was 690 */
			padding: 0px 40px 0 0;
			text-align: right;
		}
			#header-left {
				float: left;
				width: 150px;
				height: 125px;
				padding: 10px 0 0 36px;
				text-align: center;
			}
		

			#minilinks {
				float: right;
				width: 280px;
				text-align: left;
				font-size: 11px;
				color: #fff;
				margin-top: 10px;
			}

				#minilinks a:link, #minilinks a:visited { color: #fff; }
				#minilinks a:hover, #minilinks a:active { color: #f00; }

			#minicart {
				float: right;
				width: 141px;
				height: 35px;
				background: url(/images/minicart.gif) no-repeat left top;
				margin-bottom: 17px;
				padding: 1px 17px 0 0;
			}

				#minicart p { color: #fff; font-size: 11px; line-height: 15px; margin: 0px; }

				#minicart a:link, #minicart a:visited { color: #fff; }
				#minicart a:hover, #minicart a:active { color: #f00; }

			/**** TOP NAV ****/

			#header-right ul {
				clear: both;
				float: right;
				width: 840px; /* was 690 */
				height: 40px;
				line-height: 40px;
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#header-right ul li {
					height: 40px;
					line-height: 40px;
					display: inline;
					float: right;
					margin: 0 0 0 1px;
					padding: 0;
					font-size: 11px;
				}

					#header-right ul li a {
						background: transparent url(/images/navl.gif) repeat-x left top;
						display: block;
						padding: 0 0 0 17px;
						text-decoration: none;
					}

						#header-right ul li a span {
							display: block;
							padding: 0 17px 0 0;
							background: url(/images/navr.gif) no-repeat right top;
						}

						#header-right ul li a:link, #header-right ul li a:visited { color: #fff; }
						#header-right ul li a:hover { color: #000; }

					#header-right ul li a:hover, #header-right ul li.active a { background: transparent url(/images/navl-on.gif) repeat-x left top; }
						#header-right ul li a:hover span, #header-right ul li.active a span { background: url(/images/navr-on.gif) no-repeat right top; }

						#header-right ul li.active a:link, #header-right ul li.active a:visited { color: #000; }

	#maincontent {
		clear: both;
		float: left;
		width: 800px;
		padding: 20px 40px 0 40px;
	}

		#maincontent h1 { color: #00285E; font-size: 20px; font-weight: normal; margin: 5px 0 5px 0; }
		#maincontent h2 { color: #00285E; font-size: 14px; font-weight: bold; margin: 0 0 10px 0; }
		#maincontent p, #maincontent ul { line-height: 16px; font-size: 12px; margin: 10px 0; }

	#footer-nl {
		clear: both;
		float: left;
		width: 800px;
		height: 50px;
		background: #01254a;
		margin-top: 10px;
		padding: 0 40px;
			position: relative;
	}

		input#footer-nl-sign-txt {
			width: 215px;
			height: 26px;
			background: transparent url(/images/bg-footer-nl-sign-txt.gif) no-repeat left top;
			border: none;
			line-height: 26px;
			margin: 0;
			padding: 0 5px;
			position: absolute;
				top: 13px;
				left: 250px;
		}

		input#footer-nl-sign-butt {

			position: absolute;
				top: 13px;
				left: 485px;
		}

	#footer {
		clear: both;
		float: left;
		width: 800px;
		height: 78px;
		background: #00285E;
		padding:8px 40px 0 40px;
	}

		#footer p {
			font-size: 11px;
			color: #fff;
			line-height: 18px;
		}

		#footer a:link, #footer a:visited { color: #fff; }
		#footer a:hover { color: #f00; }

/***** HOMEPAGE SPECIALS *****/

#greybox {
	float: right;
	width: 270px;
	height: 100px;
	background: #ABADB0 url(/images/grey-box.gif) no-repeat left top;
	padding: 15px;
	margin-top: 11px;
}

	#greybox p { color: #fff; margin: 0 0 10px 0; }
	#greybox label { font-size: 11px; width: 100%; float: left; }

#outlinebox {
	float: right;
	width: 270px;
	height: 170px;
	background: url(/images/outline-box.gif) no-repeat left top;
	padding: 15px;
	margin: 11px 0 15px 0;
}

	#outlinebox p { color: #000; font-size: 11px; margin: 0 0 10px 0; }
	#outlinebox label { font-size: 11px; width: 100%; float: left; }
	#outlinebox a:link, #outlinebox a:visited { color: #000; }
	#outlinebox a:hover { color: #f00; }

#newsletter {
	float: right;
	width: 225px;
	height: 57px;
	margin-bottom: 20px;
	background: url(/images/newsletter-bg.gif) no-repeat left top;
	padding: 7px 10px 0 65px;
}

	#newsletter p {
		margin: 0 0 3px 0;
		font-size: 11px;
		line-height: 14px;
	}

	#nl-sign-txt {
		font-family: arial, helv, helvetica, verdana;
		font-size: 11px;
		border: 1px solid #A5ACB2;
		margin: 0;
		padding: 0;
		vertical-align: middle;
		height: 14px;
	}

	#nl-sign-butt {
		margin: 0;
		padding: 0;
		width: 49px;
		height: 16px;
		vertical-align: middle;
	}

/***** BROKERAGE ITEMS *****/

div.brokitem {
	float: left;
	border: 1px solid #ABADB0;
	width: 144px;
	height: 227px;
	margin: 0 4px 10px 0;
	padding: 3px;
}

	div.brokitem img { width: 144px; height: 144px; }

	div.brokitemhome { margin: 0 12px 10px 0;}

	div.brokitemend { margin-right: 0;}

	#maincontent div.brokitem p {
		font-size: 11px;
		margin: 0px;
		line-height: 14px;
	}

	#maincontent div.brokitem a:link, #maincontent div.brokitem a:visited { font-weight: bold; }

/***** PRODPAGE STUFF *****/

#maincontent h2.rel-prods {
	width: 550px;
	height: 90px;
	background: #ffffff url(/images/bg-butcher.gif) no-repeat left top;
	display: block;
	font-size: 1.3em;
	line-height: 90px;
	padding: 0 0 0 60px;
	margin: 0 0 3px 0;
}

#prod-recipes {
	width: 620px
	margin: 10px 0;
}

	#prod-recipes div.recipe-item {
		float: left;
		width: 300px;
		margin: 0 8px 15px 0;
		padding: 3px;
	}

		#prod-recipes div.recipe-item-end { margin-right: 0;}

		#prod-recipes div.recipe-item div.recipe-item-pic {
			width: 144px;
			float: left;
		}

		#prod-recipes div.recipe-item div.recipe-item-txt {
			width: 146px;
			float: right;
		}

			#prod-recipes div.recipe-item p {
				font-size: 11px;
				line-height: 14px;
				margin: 0px;
			}

			#prod-recipes div.recipe-item a:link, #prod-recipes div.recipe-item a:visited {
				font-weight: bold;
			}

#prod-side {
	width: 620px;
	float: right;
}

	#prod-mid { float: left; width: 300px; margin: 0 0 0 0; }
	#prod-right { float: left; width: 300px; margin: 0 0 0 20px }

	#prod-right p { font-size: 11px; line-height: 18px; margin: 8px 0 8px 0; }
	#prod-right ul { margin: 0 0 10px 25px; }
	#prod-right li { font-size: 11px; margin: 6px 0 6px 0; }

	#buybox {
		background: #E4E5E6;
		padding: 10px 15px 10px 15px;
		position: relative;
		margin: 10px 0 20px 0;
	}

		#buybox p { font-size: 12px; }

		#buybox strong { color: #c00; }

/***** LEFT COL *****/

#leftcolumn { float: left; width: 160px; background: #fff; margin: 0 20px 0 0; }

	#leftcolumn div.pickitem {
		float: left;
		width: 160px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 5px;
	}

		#leftcolumn div.pickitem-left { float: left; width: 50px; }
			#leftcolumn div.pickitem-left img { float: left; }

		#leftcolumn div.pickitem-right { float: left; width: 108px; }
			#leftcolumn div.pickitem-right p { font-size: 11px; margin: 0px; line-height: 14px; }


.adminerror {
	border: 2px solid #cc0000;
	background:#ffffcc;
	color:#cc0000;
	padding:10px;
	margin-bottom:10px;
	font-weight: bold;
}

.adminsuccess {
	border: 2px solid #006600;
	background:#ccffcc;
	color:#006600;
	padding:10px;
	margin-bottom:10px;
	font-weight: bold;
}

#ingredients li.ingredienthead {
	font-weight:bold;
	list-style: none;
	margin: 10px 0px 0px 0px;
}

#recipeingredients {
	float:left; width:310px; margin: 10px 0px 0px 0px;
}

	#recipeingredients p{
		font-size:1.0em;
	}


/*** SHOPCART TABLE ***/

col.col1 { width: 140px; }
col.col2 { width: 345px; }
	col.col12 { width: 485px; }
col.col3 { width: 105px; }
col.col4 { width: 105px; }
	col.col34 { width: 210px; }
col.col5 { width: 105px; }

table.carttable {
	border-collapse: collapse;
	font-size: 12px;
}

	table.carttable th {
		background: #fff;
		color: #00285E;
		text-align: center;
		height: 18px;
		border-bottom: 1px solid #bbb;
	}

	table.carttable td {
		text-align: center;
		border-bottom: 1px solid #ddd;
		height: 30px;
		padding: 5px 0;
	}

		table.carttable td.image {}
		table.carttable td.desc { text-align: left; }
		table.carttable td.price { font-size: 11px; text-align: right; padding-right: 10px; }
			table.carttable td.price strong { font-size: 12px; color: #c00; }
		table.carttable td.qty {}



		table.carttable td a:link, table.carttable td a:visited { color: #00285E; font-weight: bold; }
		table.carttable td a:hover { color: #f00; }

		table.carttable td.updatenote {
			border: 1px solid #216BB4;
			background: #AAE465 url(/images/multiple-info.gif) no-repeat left top;
			text-align: left;
			width: 798px;
			padding: 10px 0px 0px 100px;
		}

			table.carttable td.updatenote p { margin: 0px; }
			table.carttable td.updatenote ul { margin: 0px 0px 15px 0px; padding: 0px 0px 0px 20px; }
			table.carttable td.updatenote ul li { padding: 3px 0px; }

input.updatebutton {
	border: 0px;
	background: none;
	font-size: 11px;
	width: 40px;
	margin-right: 2px;
	color: #00285E;
}

	input.updatebutton:hover { color: #f00; }

#giftcodebox {
	width: 350px;
	padding: 10px;
	border: 1px solid #999;
	background: #eee;
	margin-left: 0px;
	margin-bottom: 15px;
}

	#giftcodebox label {
		float: left;
		width: 150px;
		padding-top: 5px;
		font-weight: bold;
	}

	#giftcodebox input {
		border: 0px;
		height: 17px;
		padding-top: 2px;
		border: 1px solid #999;
		vertical-align: middle;
		color: #333;
	}

	#giftcodebox input.apply {
		background: url(/images/apply-button.gif) no-repeat left top;
		padding: 0px;
		width: 46px;
		height: 22px;
		border: 0px;
		color: #BA1212;
		font-size: 11px;
		font-weight: bold;
		height: 22px;

	}

#freedelbox {
	width: 350px;
	padding: 10px;
	border: 1px solid #c00;
	background: #fff;
	margin-left: 0px;
	margin-bottom: 15px;
}

.required { color: #c00; font-weight: bold; }
#haserrors { background: #ffc; border: 1px solid #c00; padding: 5px 10px; margin: 15px 0;}

/*** SHOPCART RELATED FORMS ***/

form.shopcartform label {
	float: left;
	width: 140px;
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}
