/*DIV and block-level Elements*/
#bgwrapper{
	width: 100%;
	height: 1210px;
	margin: 0 auto;
}
#wrapper{
	width:925px;
	margin: 0 auto;
	min-height: 500px;
}
#header{
	position: absolute;
	z-index: 20;
	width: 100%;
	background: #000;
	height: 80px;
	border-bottom: solid #FFF 7px;
}
#headHolder{ /*Won't someone hold my head?*/
	width: 925px;
	margin: 0 auto;
	height: 80px;
	color: #FFF;
}
#content{
	width: 770px;
	float: left;
	background: url('/images/backgrounds/trans_bg.png') repeat-y;
	margin-top: 85px;
}
#contentHolder{
	width: 740px;
	min-height: 250px;
	margin: 20px;	
}
#contentBottom{
	position: relative;
	top: 15px;
	width: 770px;
	height: 15px;
	background: url('/images/backgrounds/trans_bg_bottom.png') no-repeat;
}

#sidebar{
	width: 140px;
	margin-left: 15px;
	float: right;
	margin-top: 85px;
	clear: right;
	padding-top: 10px;
}
#footer{
	width: 925px;
	height: 80px;
	clear: both;
	vertical-align: bottom;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-top: 25px;
}
#footer a{
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
#searchHolder{
	width: 643px;
	height: 416px;
	background: url('/images/backgrounds/search_bg.png') no-repeat;
	padding: 10px;
	font-variant: uppercase;
	color: #000;
	font-size: 10.8pt;
}
#searchHolder h1{
	margin-top: 55px;
	text-align:center;
	font-size: 12.7pt;
	font-weight: normal;
	font-style: normal;
}
#searchHolder h2{
	margin-top: 80px;
	margin-bottom: 10px;
	text-align:center;
	font-size: 12.7pt;
	font-weight: normal;
	font-style: normal;
}
#searchHolder .submit{
	width: 103px;
	height: 21px;
}

#searchHolder input{
	margin: 5px;
}
#searchBox div{ /*Top Portion of the search overlay*/
	float: left;
	margin-top: 5px;
}

#benefitHeader{
	width: 100%;
	height: 40px;
	margin-top: 75px;
}

#searchByBenefit{ /*Bottom Portion of the search overlay*/
	width: 380px;
	height:190px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	color:#000;
	overflow-x: hidden;
	overflow-y: scroll;
}
#searchByBenefit a{
	color: #AA2524;
	font-size: 10pt;
}

#productCategoryHolder{
	width: 100%;
}

.productCategory{
	width: 148px;
	height: 250px;
	float: left;
	text-align: center;
}

.productCategoryImage{
	padding-bottom: 15px;
}
.myCarousel{
	float: left;
	text-align: left;
}
#productRange{
	background: url('/images/products/product_range_bg.png') no-repeat;
	width: 770px;
	clear:both;
	z-index: 20;
	height: 220px;
	padding-top: 3px;
	position: relative;
	top: 15px;
	left: -20px;
}
.productPreview{
	float: left;
	width: 127px;
	text-align:center;
}
#caret{
	background: url('/images/products/pointer.png') no-repeat;
	width: 21px;
	height: 11px;
	position: relative;
	top: -10px;
	left: 65px;
}
#productContent{
	height: 270px;
	overflow: auto;
}

#featuredProduct{
	width: 142px;
	height: 212px;
	background: url('/images/backgrounds/featured_bg.png') no-repeat;
	color: #000;
	text-align:center;
	padding-top: 4px;
}
#featuredProduct a{
	color: #000;
	font-size:8pt;
}

/*Font & Static Elements Style*/
html{
	background-color: #000;
}
body{
	font-size: 11pt;
	font-family: Georgia, serif;
	background-color: #000;
	background: url('/images/backgrounds/bg_side_blue.jpg') repeat-x;
}
a{
	color:#FFF;
	text-decoration: none;
	font-weight: bolder;
}
h1{
	font-weight: bolder;
	font-size: 17px;
}
h2{
	font-weight: bolder;
	font-style: italic;
	font-size: 14px;
}
h3{
	font-weight: bolder;
	font-size: 12px;
}
li{
	list-style-type: disc;
	margin-left: 15px;
}
ul{
	padding-left: 10px;
}
.hr{
	width: 716px;
	height: 2px;
	margin: 10px auto;
	background: url('/images/backgrounds/dotted_hr.png') no-repeat;
}
strong{
	font-weight: bolder;
}
#sidebar img{
	margin-top: 5px;
	margin-bottom: 5px;
}

body.recipes td{
	padding: 5px;
}

/*Specific Fonts*/
#headHolder a{
	font-size: 14px;
	color: #E7B521;
	text-decoration: none;
	font-weight: normal;
}
#headerSubMenu a{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#menuSelected{
	color: #FFF;
	font-weight: bolder;
}
#productRangeHolder a, #soupMenu a{
	color: #000;
	font-weight: normal;
}

.prodMenu{
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

/*Simple Modifers*/
.hidden{
	display: none;
}
.clear {
	clear:both;
}

/*FAQ Page Specific CSS*/
.accordion {
padding-bottom: 40px;	
}
.accordion table td{
	padding-right: 10px;
}

.accordion dt {
	line-height: 20px;
	border-bottom: 1px solid #000;
	padding: 3px 0;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #361212;
	background: url(/images/arrow-square.gif) no-repeat right -54px;
}
.accordion dt:hover {
	background-color: #FFF;
}
.accordion dt.active {
	background-position: right 5px;
}
.accordion dt.recipe {
	color: #000;
}
.accordion dd {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	font-size: 11px;
	line-height: 17px;

}

/*Contact Us Specific CSS*/
body.contact table table td {
	padding: 3px;
	font-size: 9pt;
}
body.contact td label {}
body.contact td input,
body.contact td textarea {
	border: 1px solid #999;
	width: 250px;
	padding: 2px;
}
body.contact td input.submit {
	float: right;
	width: auto;
	margin-right: 2px;
	border: none;
}
body.contact td input.checkbox {
	width: auto;
}

/* Search & Results */
body.search_results div.results {
	float: left;
	width: 500px;
}

body.search_results div#tier3 {
	float: right;
	display: block;
	border: 1px solid black;
}


/* Promotion */
.promotion {
	text-align: center;
	display: block;
	margin-left: 8px;
	margin-top: 15px;
}
.promotion img{
	margin-bottom: 15px;
}



