@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;/*Verdana, Geneva, sans-serif;*/	
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color:#551714;
	font-weight:normal;	
}
.searchStyle {
	background-color:#dab279;
	font-size:13px;
	color:#000;	
	border:1px solid #dab279;
	padding:2px 10px 2px 10px; 
	width:200px;
	border-radius:25px;	
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 0px;
	padding-left: 0px; 
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 1187px;
	height:auto;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.header {
	width:1187px;
	height:328px;
	background-image:url(../img/chocolateHeader.png);
	background-repeat:no-repeat;
	margin: 0px 0px -75px 0px; 
	z-index:2;
}
.headerLogo {
	width:234px;
	height:140px;
	margin-left:120px;
	background-image:url(../img/topHeaderLogo.png);
	background-repeat:no-repeat;
	z-index:999;
	position:relative;
}
.tagLine {
	width:477px;
	height:30px;
	margin-top:50px;
	margin-left:20px;
	background-image:url(../img/tagLine.png);
	background-repeat:no-repeat;
	z-index:998;
}
.topShopNow {
	width:133px;
	height:133px;
	margin-top:20px;
	margin-right:115px;
	background-image:url(../img/shopNow.png);
	background-repeat:no-repeat;
	z-index:997;
	position:relative;
}

.menubar {
	width:924px;
	height:37px;
	padding-top:5px;	
	background-image:url(../img/goldNavBar.png);
	background-repeat:no-repeat;
	margin-left:132px;
	position:relative;
	z-index:20;
}

.subMiddleGradient {
	width:870px; 
	min-height:316px;
	background-image:url(../img/goldGradientBackground.png);
	background-repeat:no-repeat;
	margin-left:140px;
	margin-top:-20px;
	position:relative; 
	z-index:15;
	padding:15px 20px;
}




/* Start of Middle Container */

.lgContainer{
	width:854px;
	height:951px;
	background-image:url(../img/middleNavBackGround.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-110px;
	padding-left:5px;
	position:relative;
	z-index:30;

}

.linkBox {
	position:relative;   
	width:810px;
	height:180px;
	margin-left:25px;
	float:left;
}
.linkCol{
	width:170px;
	height:150px;
	float:left;
	padding:10px 20px 0px 10px;
}
.theFooter {
	width:1187px;
	height:266px;
	background-image:url(../img/chocolateFooter.png);
	background-repeat:no-repeat;
	position:absolute;
	/*z-index:20;*/
}
.footerContent {
	position:relative;   
	width:810px;
	height:135px;
	margin-left:auto;
	margin-right:auto;	
	margin-top:107px;	
}
.copy{
	width:300px;
	height:100px;
	float:left; 
	padding-top:56px;
	color:#fff;
	font-size:10px;
}
.social {
	width:auto;
	height:100px;
	float:left;
	padding-top:50px;
	
}
.authorize{	
	width:144px;
	height:90px;
	float:left;
	padding-top:40px;
	padding-left:10px;
}
.socialBox {
	width:43px;
	height:43px;
	padding-left:5px;
	float:left;

}

	.menuAlign {
		position:absolute; 
		z-index:999999;
		margin-top:0px;
		margin-left:0px;	
		display:inline-block;
		
	}

.content {
	padding: 0px 0;	
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 0px;*/
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	/*margin-right: 0px;*/

}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/***************************** TEXT CLASSES *************************************************************/
.headerTops{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:500;
}
.dropDownText{
    font-size:10px;
}
.introText {
	font-family:Arial, Helvetica, sans-serif;/*Verdana, Geneva, sans-serif;; "Times New Roman", Times, serif;*/
	font-size:14px;;
}
.whatsNewText {
	font-family:Arial, Helvetica, sans-serif;/*Verdana, Geneva, sans-serif;; "Times New Roman", Times, serif;*/
	font-size:13px;
}
.fancy {
	font-weight:bold;
	font-style:italic;
	font-size:10pt;
}
.footerText  {
	font-size:12px;
	color:#551714;
	text-decoration:none;
	line-height:180%;
	}	
.footerText:link {color: #551714; text-decoration:none;}	
.footerText:visited  {color: #551714; text-decoration:none;}	
.footerText:hover  {color: #EC4298; text-decoration:none;}	
.footerText:visited:hover {color: #EC4298; text-decoration:none;}	
.footerText:active  {color: #551714; text-decoration:none;}	


.emphText  {
	font-size:12px;
	font-style:italic;
	color:#551714;
	text-decoration:none;	
	}	
.emphText:link {color: #551714; text-decoration:underline;}	
.emphText:visited  {color: #551714; text-decoration:underline;}			
.emphText:hover  {color: #EC4298; text-decoration:underline;}	
.emphText:visited:hover {color: #EC4298; text-decoration:underline;}	
.emphText:active  {color: #551714; text-decoration:underline;}	

.menuStyle  {
	font:100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	/*100%/1.4 Verdana;*/
	color:#551714;
	text-decoration:none;	
	}	
.menuStyle:link {color: #551714; text-decoration:none;}	

.menuStyle:visited  {color: #551714; text-decoration:none;}	
			
.menuStyle:hover  {color: #EC4298; text-decoration:none;}	

.menuStyle:visited:hover {color: #EC4298; text-decoration:none;}	

.menuStyle:active  {color: #551714; text-decoration:none;}

.testimonialStyle {
	font-family:Arial, Helvetica, sans-serif; /*Georgia, "Times New Roman", Times, serif;*/
	color:#FDD794;
	font-size:12px;
	letter-spacing:1px;
	font-style:italic;
	line-height:180%;
	}
	.flavors  {
	font-family:Arial, Helvetica, sans-serif;/*"Times New Roman", Times, serif;*/
	font-size:12px;
	font-style:italic;
	color:#551714;
	text-decoration:none;
	padding-left:5px;
	line-height:115%;	
	}
.calloutText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}	.whatsNewText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}	
#content .container_24 .wrapper #store .Resizing {
	FONT-SIZE: 36px
}
figure {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; OUTLINE-STYLE: none; OUTLINE-COLOR: invert; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; FONT-SIZE: 100%; VERTICAL-ALIGN: top; BORDER-TOP: 0px; BORDER-RIGHT: 0px; PADDING-TOP: 0px
}
p  {
	font: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#551714;
	}	
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #551714;
	text-decoration:none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #551714;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.divider{
 color:#ec4399;   
}