@charset "UTF-8";
/* CSS Document */

/*created by BBC for Darrell Lea USA*/

/*--- IE6 fixes begin with '*html' and are to be created directly below their standards compliant counterpart ---*/

/*ie png support fix*/
img, div, li{ 
	behavior: url(iepngfix.htc);
}



/* set defaults */
body, div, span, ul, ol{
	margin: 0px;
	padding: 0px;
	border: none;
}
body{
	background: url(../images/stripe_bg.jpg);
	background-repeat: repeat-x;
	background-color: #03051a;
	overflow-x: hidden;
}
*html body{
	height: 100%;
}

/* structure */
#container{
	position: relative;
	width: 822px;
	left: 50%;
	margin-left: -411px;
	top: 40px;
}
*html #container{
	height: 100%;
}

#nav{
	background: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 822px;
	/*text-align: right;*/
	z-index: 0;
}

#logo{
	position: absolute;
	top: -28px;
	left: 30px;
	z-index: 1;
}
#check{
	position: absolute;
	top: 70px;
	right: 2px;
	z-index: 1;
}
#popout{
	display: none;
	background-image: url(../images/popout.png);
	background-repeat: no-repeat;
	height: 225px;
	width: 98px;
	position: absolute;
	left: 57px;
	top: -8px;
	text-align: left;
	padding-left: 7px;
}
#popout p{
	width: 80px;
	margin-top: 75px;
}
#check:hover #popout{
	display: block;
}

/* nav section */
#top_supplement{
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
}
#top_supplement li{
	display: inline;
}
*html #top_supplement li{
	width: 200px;
	margin-bottom: 200px;
}

#main_nav{
	padding-top: 10px;
	margin: 0px;
	position: relative;
	left: 272px;
	z-index: 100;
}
#main_nav>li{
	display: inline;
	position: relative;
	width: 10em;
	height: 26px;
	/* z-index: 0; */
	z-index: 100;
}

*html #main_nav li{
	display: inline;
	position: relative;
	width: 10em;
	height: 26px;
	z-index: 100;
}

#main_nav li ul { /* second-level lists */
	position: absolute;
	top: 16px;
	left: 0px;
	margin-left: -10px;
	/*margin-right: 4px;*/
	display: none;
	width: auto;
}

#main_nav li:hover ul{ /* lists nested under hovered list items */
	display: block;
	text-align: left;
	z-index: 0;
	padding-top: 6px;
}

/* all list items */
#main_nav li:hover li{
	display: block;
	background-color: #6e0b04;
}

/* specific sections */
/*products dropdown */
#main_nav li:hover .products_item{
	left: 0px;
	width: 160px;
}
#main_nav li:hover .products_last_item{
	display: block;
	left: 0px;
	background: url(../images/products_bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 180px;
	height: 26px;
}

/* purchase dropdown */
#main_nav li:hover .purchase_item{
	left: 0px;
	width: 70px;
}
#main_nav li:hover .purchase_last_item{
	display: block;
	left: 0px;
	background: url(../images/purchase_bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 80px;
	height: 26px;
}

/* soft eating liquorice dropwdown */
#main_nav li:hover .sel_item{
	left: 0px;
	width: 120px;
}
#main_nav li:hover .sel_last_item{
	display: block;
	left: 0px;
	background: url(../images/sel_bottom.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 140px;
	height: 26px;
}

/* about drowpdown */
#main_nav li:hover #about_nav{
	display: block;
	/*left: -67px;*/
	left: 0px;
	text-align: left;
	z-index: 0;
}
#main_nav li:hover .about_item{
	width: 100px;
	/* z-index: 0;*/
}
#main_nav li:hover .about_last_item{
	display: block;
	background: url(../images/about_bottom.png);
	/*background-position: top left;*/
	background-repeat: no-repeat;
	width: 120px;
	height: 26px;
	z-index: 0;
}

/* main content section */
#main_content{
	position: relative;
	background: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	min-height: 475px;
	height: auto;
	/* z-index: -1; */
	z-index: 0;
	background-color: #fff;
	
}
*html #main_content{
	width: 100%;
	height: 475px;
	background: url(../images/content_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#left_content{
	position: relative;
	float: left;
	top: 70px;
	left: 25px;
}

#left_content li{
	padding-bottom: 5px;
}
#right_content{
	position: relative;
	float: right;
	width: 500px;
	margin-right: 50px;
	z-index: 2;
}
*html #right_content{
	top: 45px;
	left: 50px;
}

#right_content h1{
	display: inline;
	position: relative;
	top: 20px;
}
#right_content>p{
	position: relative;
	top: 20px;
}
#flashcontent{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#cornercontent {
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	background-image: url(images/try-allsorts.png);
}

/* footer */
#footer{
	text-align: center;
	margin-top: 10px;
	clear:both;
}
*html #footer{
	position: relative;
	clear: both;
	top: 1px;
	display: block;
}
#footer li{
	display: inline;
}

#product_content{
	position: relative;
	float: right;
	width: 200px;
	margin-right: 50px;
	z-index: 2;
}
*html #product_content{
	left: 50px;
}

#product_content>p{
	position: relative;
	margin: 0px;
	padding-top:15px;
}

#product_content h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
margin: 0px;
padding-top:20px;
}

#product_landing{
	position: relative;
	float: left;
	width: 250px;
	z-index: 2;
	left:50%;
	margin-left: -170px;
	text-align:center;
}

/* background color fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

button{
	cursor: pointer;	
}
#sitemap{
	position: relative;
	top: -10px;
}
#sitemap, #sitemap ul, #sitemap li{
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
}
#sitemap li>ul>li{
	padding-left: 10px;
}
