@charset "UTF-8";
/* CSS Document */

/* basic elements */

* { margin: 0; padding: 0; }
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

body {
	background-image: url(/images/Boyers-Wallpaper.gif);
	background-repeat: repeat;
}

.container {
	background-image: url(images/Container-Background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #010544;
	width: 1000px;
	margin: 0 auto;
}

.header {
	width: 1000px;
	height: 175px;
	clear: both;
	display: block;
	padding-top: 10px
}

.logo {
	float: left;
	height: 150px;
	display: block;
	margin-left: 20px;
}

.email-signup {
	background-image: url(images/hdr-Mailing-List.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 25px;
	padding-top: 20px;
	width: 200px;
	float: right;
	margin-right: 15px;
}

.email-signup label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}

.promo {
	width: 500px;
	height: 150px;
	float: left;
	margin-left: 25px;
}

.facebook {
	float: right;
	margin: 10px 72px 0 0;
}

.did-you-know {
	float: left;
	margin: 0 10px 0 60px;
	width: 700px;
}


/* Content */

.content-container {
	width: 900px;
	margin: 90px auto 0 auto;
	clear: both;
	display: block;
}

.content {
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 50px;
	width: 623px;
	float: left;
}

.content h1 {
	font-family: Arial Black, Arial;
	color: #990000;
	text-align: center;
	padding: 10px 0;
}

.content h2 {
	color: #0066CC;
	margin: 10px 0 0 15px;
}

.content p {
	margin: 10px 10px 0 15px;
}

.content ol {
	margin: 10px 10px 10px 30px;
}

#shopping { background-image:url(ShoppingElements/images/hdr-Shopping.jpg);}


/* Shopping Sidebar */

.shopping-sidebar {
	background-image: url(ShoppingElements/images/bkg-Side-List.gif);
	background-repeat: no-repeat;
	width: 251px;
	height: 780px;
	padding-top: 50px;
	float: right;
}

.shopping-sidebar img {
	padding: 3px;
}

.icons a {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #0066cc;
	text-decoration: underline;
}

.list {
	background-color: #ffffcc;
	width: 225px;
	height: 420px;
	margin: 10px auto 0 auto;
	overflow: scroll;
	overflow-x: hidden;
	z-index: 0;
}

.list h1 {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	margin: 8px 0 4px 0;
	color: #990000;
}

.clear-list {
	background-color: #ffffcc;
	height: 45px;
	width: 225px;
	border-top: #003399 solid medium;
	z-index: 10;
	margin: 0 auto;
}

.items {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #94722b;
}

.add-item {
	background-image: url(ShoppingElements/images/btn-Add-Item.gif);
	background-repeat: no-repeat;
	background-color: #ffffcc;
	width: 225px;
	padding-top: 25px;
	margin: 15px auto 0 auto;
	
}

.content-footer {
	background-image: url(ShoppingElements/images/Shopping-Page-Footer.gif);
	height: 12px;
	margin-bottom: -10px;
	width: 623px;
	clear: both;
}

.picks {
	width: 49%;
	float: left;
	margin-bottom: 10px;
}

#DID-ingredients th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	background-color: #003399;
}

#DID-ingredients li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	list-style: none;
	margin: 3px;
	text-align: left;
}

.red {
	background-color: #FCB0BF;
	border-left: #999999 thin solid;
	border-right: #999999 thin solid;
}

.blue {
	background-color: #CEEAFF;
	border-right: #999999 thin solid;
	border-left: #999999 thin solid;
}