/* @override http://www.eskimopie.com/staging/Stylesheets/stylesheet.css */

@charset "utf-8";
/* CSS Document */
html{
	padding:0px;
	margin:0px;
}
body{

	background-image:url(../Images/common/BGgradTile.jpg);
	background-repeat:repeat-x;
	background-color:#61A6CF;
	font-size: 12px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	margin:0px;
	text-align:center;
}
#Wrapper{


	margin:0 auto;
}
#Container{
	position:relative;
	width:890px;
	margin:0 auto;
	background-color:white;
	text-align:left;
}
#Header{
	height:515px;
	position:relative;
	background-image:url(../Images/common/EskimoPie_bg.jpg);
	background-repeat:no-repeat;
	width:890px;
	float:left;
	text-align:left;
}
#Header a{
	cursor:hand;
	cursor:pointer;
}
#Navigation{
/*	position:absolute;
	top:492px;
	left:40px;*/
}
#Navigation a{
	float:left;
}

#Navigation2{

	border:solid 1px red;
	height:52px;
/*	position:absolute;
	top:492px;
	left:40px;*/
}
#Navigation2 a{
	float:left;
}
#GlobeImage{
	position:absolute;
	left:189px;
	top:170px;
}
#ProductRotater{
	position:absolute;
	right:165px;
	top:210px;
}
#ProductSelect{
	position:absolute;
	right:103px;
	top: 254px; /* SB Edit */
}
#ProductSelect a{
	display:block;
}
#ProductDescription{
	width:300px;
	position:absolute;
	right:65px;
	top:430px;
	font-size:12px;
	color:#5798c6;
}
#ProductDescription strong{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#D82916;
	color:red;
}
#Content{
	font-family:Arial;
	padding:0 27px;
	color:#ccffff;
}
#Content p{
	font-size:14px;
	color:#ccffff;
}
#content ul,li{
	line-height:23px;
	color:#ccffff;font-size:14px;
}
#Content h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#003399;
	margin:0px;
}
.HomeLeftCallout{
	float:left;
	width:440px;
	color:white;
	margin-left:15px;
}
.HomeRightCallout{
	float:left;
	width:340px;
	margin-top:-40px;
}
.StrongHeadBlue{
	color:#003399;
	font-weight:bold;
	font-size:16px;
}
#HomeCalloutLeft{
	position:relative;
	float:left;
	height:357px;
	width:513px;
	background-image:url(../Images/homePg/txtBg4NewFlavs.jpg);
	color:white;
}
#HomeCalloutLeft p{
	margin-top:90px;
}
#HomeCalloutLeft p,ul{

}
#HomeCalloutRight{
	position:relative;
	float:left;
	height:357px;
	width:323px;
	background-image:url(../Images/homePg/imgRightVisitAgain.jpg);
}
#Footer{
	background-color:white;
	width:956px;
	height:207px;
	background-image:url(../Images/common/EskimoPie_footer.jpg);
	margin:0 auto;
	font-size:10px;
	text-align:right;
}

#Footer p{
	color:#eee;
}
#Footer a{
	text-align:right;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}
#LogoMap{
	position:absolute;
	left:120px;
	top:20px;
	width:300px;
	height:150px;
	cursor:hand;
	cursor:pointer;
}


#whatsNewCalloutBar {
    width: 928px;
    border: 0px solid #C9C9C9;
}
 
#whatsNewCalloutBar img { float: left; }
 
 
 
/* BEGIN: Scroller -------------------------------------------------------------------------------------------------------------- */
 
 
.first_set{
	margin-top:0px;
}
#whatsNewCalloutBar {
    position: relative;
    width: 100px;
    /*top: 20px;
    left: 200px;*/
    border:1px solid silver;
}
 
/* scroller */
#scroller {
	/*position:absolute;
	left:250px;
	top:648px;
	width:578px;
	height:94px;
    margin-top: 2em;*/
    /*border-top:5px solid #F3F3CC;*/
}
#scroller li {
    list-style-type: none;

}
#scroller_border{
    position:relative;

    /*padding:5px 0;*/
    /*background-color:#F3F3CC;*/
 
    /*border-width:1px 0;*/
}
#scroller_caption{
    margin-top:0px;
}
#scroller_status h3 a{
    font-size:1.1em;
    font-weight:bold;
}
#scroller_controls{
    display:block;
    width:25px;
    height:11px;
    text-indent:-1000px;
    overflow:hidden;   
}

a.paused#scroller_controls{
    background-position:0 0;
}
#scroller_controls.paused:hover{
    background-position:75px 0;
}
* html #scroller_controls, #scroller_controls.playing{
    background-position:50px 0;
}
#scroller_controls.playing:hover{
    background-position:25px 0;
}
#scroller_items {
    position: relative;
    overflow: hidden;
    height: 67px;
	width:578px; 
    padding-top:0px;
}
#scroller_items ul {
    position: absolute;
    width:100%;
}
#scroller_items li {
    float: left;
    width:100%;
}
#scroller_items li a {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-family: Verdana;
    text-decoration: none;
    color: gray;    
}
#scroller_items ul div {
    margin:0px 0;
   /* padding:12px 14px 14px 14px;*/
}
 
#scroller_loading{
    position:absolute;
    background-color:#fff;
    height:100%;
    width:100%;
    top:0;
    left:0;
    color:#666;
    font-size: 24px;
    font-family: Verdana;
    line-height:100px;
    text-align:center;
    line-height:67px;
    display:none;
}
#scroller_spinner_previous, #scroller_spinner_next{
    position:absolute;
    top:0px;
    display:none;
}
#scroller_spinner_previous{
    left:7px;
}
#scroller_spinner_next{
    right:7px;    
}
#scroller_viewport {


}



* html #scroller_viewport{
    padding-top:2px;
}

#scroller_viewport ul li a img {
	border:0;
}
#scroller_viewport .current {
    background: #F3F3CC;
}
#scroller_previous, #scroller_next {
    position: absolute;
    display:block;
    width: 21px;
    height: 67px;
}
 
#scroller_previous
{
    background-image: url(/Images/button/btnArrowBack.jpg);
    background-repeat: no-repeat;
} 
 
 
#scroller_next
{
   background-image: url(/Images/button/btnArrowNext.jpg);
   background-repeat: no-repeat;
}
#scroller_previous{
    top: 0px;
    left: 0;
}
#scroller_next{
    top: 0px;
    right:0px;
}
/*
*html #scroller_next{
    left: 615px;
}
*/
#scroller_previous span{
 
}
#scroller_next span{
    margin-left:-35px;
}
* html #scroller_next span, *html #scroller_previous span{background:none;}
* html #scroller_previous, *html #scroller_next, *html #scroller_previous:hover, * html #scroller_next:hover{
    width: 21px;
    background-color:transparent;
}
 
#scroller_current {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom:0;
    z-index:1000;
}
*html #scroller_current {
    top:105px;
}
#scroller_status *{
    text-align:center;
}
#scroller_status {
    position:relative;
    padding: 0.7em;
    height:6em;    
}
#scroller_tags, #scroller_byline{
    color: #666;
}
#scroller_tags a:hover {
    text-decoration: underline;
}
 
 
/* END: Scroller -------------------------------------------------------------------------------------------------------------- */
#Loading{

	color:white;
	font-weight:bold;
	margin-left:20px;
}
#SearchResults{

}
#test{
float:left;
}
#table{
	color:white;
}
#ingredients{
	font-size:14px;
}
#nutritionInfoCopy{
	font-size:14px;
}
.ProductResults{
	width:800px;
	color:white;
	line-height:23px;
	margin-left:15px;
	color:#ccffff;
}
.ProductResults td{

}
#SearchBox{
	background-image:url(../Images/zipSearchBG.gif);
	background-repeat:no-repeat;
	width:760px;
	height:104px;
}
#SearchBox p{
	color:white;
	border:solid 1px red;
}
.StrongHead{
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
}
.StrongHead2{
	font-weight:bold;
	font-size:16px;
	color:#336699;
}
#OurHistory{
	position:relative;
	background-image:url(../Images/imgHistory.jpg);
	background-repeat:no-repeat;
	width:790px;
	height:719px;
	color:white;	
}
#OurHistory div{
	padding-top: 10px;position:absolute;width:570px;height:410px;left:5px;top:25px;color:#ccffff;font-size:14px;
}
/*Nutritional Info/Product Finder page*/

.popList {
	position: relative;
	left: 15px;
	width: 210px;
	height: 220px;
	margin: 0 0 25px 0;
	border: 0px solid white;
}

div.popHead {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	position: relative;
	left: 0px;
	font-size: 13px;
}

a.popHeader {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	margin: 0;
	height: 225px;
	font-size: 13px;
	text-decoration: none;
}

a.popHeader:link,a.popHeader:visited {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	margin: 0;
	height: 225px;
	font-size: 13px;
	text-decoration: none;
}

a.popHeader:hover {
	color: #0ac8ff;
	font-weight: bold;
	display: block;
	margin: 0;
	height: 225px;
	font-size: 13px;
	text-decoration: none;
}

a.popHeaderFocus {
	color: #0ac8ff;
	font-weight: bold;
	display: block;
	margin: 0;
	height: 225px;
	position: relative;
	left: 0px;
	font-size: 13px;
	text-decoration: none;
}

a.popHeaderFocus:link,a.popHeaderFocus:visited {
	color: #0ac8ff;
	font-weight: bold;
	display: block;
	margin: 0;
	height: 225px;
	position: relative;
	left: 0px;
	font-size: 13px;
	text-decoration: none;
}

a.popHeader:hover {
	color: #0ac8ff;
	font-weight: bold;
	display: block;
	margin: 0;
	height: 225px;
	position: relative;
	left: 0px;
	font-size: 13px;
	text-decoration: none;
}

.nutritionHeader {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	position: relative;
	font-size: 13px;
}
#ingredients{
	color:white;
	width:498px;
	padding-left:10px;
	padding-top:10px;
	background-image:url(../Images/bgIngredientsGradient.jpg);
	background-repeat:repeat-x;
}
#ProductListing{
	margin-left:20px;

}
#nutritionInfoCopy{
	color:black;
	margin-left:15px;
}

.scrollerProduct
{
	position:relative;
	float:left;
	height:55px;
	width:166px;
	padding-left:70px;
	padding-right:5px;
	color:white;
	padding-top:2px;

}
.scrollerProduct img
{
	position:absolute;
	top:0;
	left:0;
	padding-top:2px;
}
/* End Nutritional Info/Product Finder page*/

.RecallContent 
{
	position: absolute;
	top: 532px;
	width: 890px;
	text-align: center;
	color: #023e82;
	font-size: 12px;
	display: none;
}


/* March 2010 Edits AB */

div.HomeLeftCallout h1 { 
	width: 346px;
	height: 36px;
	display: block;
	margin: 0;
	text-indent: -123456px;
	overflow: hidden; 
	background: url(../Images/hdr/hdrDelightYourFamily-3flavors.gif) no-repeat; }

#nutritionInfoCopy strong { 
	border-bottom: 4px solid #000; 
	padding-bottom: 3px;  }
	
#Content .HomeRightCallout{
	float: left;
	width: 268px; 
	background: #acddf7 url(../Images/Home/right-callout-bottom.jpg) no-repeat left bottom; 
	color: #2476b0; 
	margin: -40px 0 0 40px; 
	padding: 100px 0 145px;
	position: relative; }
	
	
#Content .HomeRightCallout h3 { 
	margin: 0;
	width: 295px;
	height: 100px;
	overflow: hidden;
	text-indent: -123456px; 
	background: url(../Images/Home/h-frozen-fun.jpg) no-repeat;
	position: absolute;
	left: -13px;
	top: 0; }
	
#Content .HomeRightCallout p { 
	color: #2476b0; 
	margin: 0; 
	padding-left: 15px; 
	padding-right: 15px; 
	font: 12px/14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif; }
	
.HomeRightCallout sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -3px;
	vertical-align: baseline !important;
	vertical-align: bottom; 
	left: 1px; 
	margin-right: 1px; }

img#butterfinger-crunch-crisp-image { 
	display: none; }
	
td#butterfinger-crunch-crisp-table { 
	visibility: hidden; }

/* End March Edits */

