﻿body {
	font-family:Arial;
    font-size:12px;
    background-image:url(/images/backgrounds/bg-main-body.gif);
    background-repeat: no-repeat;
    background-color:#ffffff;
    margin:0px;
    padding:0px;
    text-align:left;
}

p	{
	margin: 10px 0px 10px 0px;
}

a	{
    text-decoration:underline;
    color:#338b26;
}

img{
    text-decoration:none;
    border:none;
}

ul{
	margin: 0px;
}

h1	{
	font-size: 12px;
	text-transform: uppercase;
	color: #006633;
}

h2	{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000066;
	margin: 0px 0px 10px 0px;
}

h3	{
	font-size: 14px;
	font-weight: bold;
	color: #3A2A77;
	margin: 0px;
}

.container{
	float: left;
	margin: 0 auto;
	width: 783px;
    padding: 0px;
    text-align: left;
	line-height: 16px;
}


/* Header */

.header{
    float: left;
	width: 783px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.header .logo	{
	float: left;
	width: 273px;
	padding: 57px 0px 21px 47px;
	margin: 0px;
}

.headerNav	{
	float: left;
	width: 463px;
	text-align: right;
	margin-top: 5px;
}

.headerNav a	{
	color: #ffffff;
	text-decoration: none;
}

.headerNav .places	{
	float: left;
	width: 118px;
	margin-top: -16px;
}

.headerNav .events	{
	float: left;
	width: 115px;
	margin-top: 2px;
}

.headerNav .flavors	{
	float: left;
	width: 116px;
	margin-top: 19px;
}

.headerNav .story	{
	float: left;
	width: 114px;
	margin-top: 37px;
}

.headerScroll	{
	float: left;
	width: 439px;
	margin: 15px 0px 0px 18px;
}

body#blog #blog a {
	color: #f6d017;
	font-weight: bold;
}

body#faq #faq a {
	color: #f6d017;
	font-weight: bold;
}

body#news #news a {
	color: #f6d017;
	font-weight: bold;
}

body#about #about a {
	color: #f6d017;
	font-weight: bold;
}

body#contact #contact a {
	color: #f6d017;
	font-weight: bold;
}

/* Body */

.mainBody	{
    float:left;
    width:800px;
	margin-top: 5px;
	background: url(../images/backgrounds/leftBG.gif) left top repeat-y;
}


/* Footer */

.footer{
    float: left;
	width: 573px;
    margin: 30px 0px 20px 0px;
	text-align: center;
	font-size: 11px;
	color: #948bb5;
}
.footer a{
    color: #948bb5;
	text-decoration: none;
}


/* Left Nav */

.leftNav	{
	float: left;
	width: 174px;
	background-color: #d4d1e2;
}
.leftLinks	{
	text-align: center;
	margin-left: -7px;
}


/* Body */

.content	{
	float: left;
	width: 573px;
	margin-left: 25px
}

.contentflavor	{
	float: left;
	margin-top: 19px;
	margin-left: 25px
}

.content .txtHdr	{
	float: left;
	width: 573px;
	margin-top: 19px;
	padding-bottom: 10px;
	color: #3A2A77;
}

.content .col1	{
	float: left;
	width: 335px;
	margin-right: 10px;
	border-right: solid 1px #d4d1e2;
	padding-right: 15px;
	color: #3A2A77;
}

.content .col2	{
	float: left;
	width: 212px;
	color: #3A2A77;
}


/* News */

.newsTitle	{
	font-size: 14px;
}

.sideTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3a2a77;
}

/* FAQ */

.question	{
	float: left;
	width: 300px;
	margin-top: 10px;
	background: url(../images/text/Q.gif) top left no-repeat;
	padding: 10px 0px 10px 35px;
	font-size: 14px;
	font-weight: bold;
}

.answer	{
	float: left;
	width: 280px;
	background: url(../images/text/A.gif) top left no-repeat;
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 10px 35px;
}


/*Date Picker Styles */

/* the div that holds the date picker calendar */
#datepicker{
	float:left;
}

.dpDiv {
    margin:0px;
    padding:0px;
}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	text-align: center;
	width:510px;
	color: #000000;
	background-color: #fff;
	border-bottom:1px solid black;
}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
    background-color:#fff;
    font-size:30px;
    font-family:Arial;
    font-weight:bold;
    text-align:left;
    color:#29176b;
}

.dpTitleTR a{
    color:#29176b;
    text-decoration:none;
}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	background-color:#7d6a55;
}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
    background-color:#fff;
    color:#000;
    border-top:1px solid black;
    border-left:1px solid black;
    font-size:24px;
    font-family:Arial;
    text-align:left;
    width:73px;
    padding:5px 0px 25px 5px;
}
.dpTDLast{
	border-right:1px solid black;
    background-color:#fff;
    color:#000;
    border-top:1px solid black;
    border-left:1px solid black;
    font-size:24px;
    font-family:Arial;
    text-align:left;
    width:73px;
    padding:5px 0px 25px 5px;
}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #e1dfdd;
    font-size:24px;
    font-family:Arial;
    padding:5px 0px 25px 5px;
    text-align:left;
    border-top:1px solid black;
    border-left:1px solid black;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #e1dfdd;
	cursor: pointer;
    font-size:24px;
    font-family:Arial;
    padding:5px 0px 25px 5px;
    text-align:left;
    border-top:1px solid black;
    border-left:1px solid black;
	}

.dpTDLastHover{
	background-color: #e1dfdd;
	cursor: pointer;
    font-size:24px;
    font-family:Arial;
    padding:5px 0px 25px 5px;
    text-align:left;
    border-top:1px solid black;
    border-left:1px solid black;
    border-right:1px solid black;
}

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
    color:#29176b;
}
.titleExplain{
	font-size:11px;
	font-weight:normal;
	color:#666;
}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color:#29176b;
	color: #fff;
	font-size:16px;
	font-family:Arial Narrow;
	padding:7px 0px 7px 0px;
	border-left:1px solid #29176b;
	border-right:1px solid white;
	border-top:1px solid #29176b;
}
.dpDayTDLast {
	background-color:#29176b;
	color: #fff;
	font-size:16px;
	font-family:Arial Narrow;
	padding:7px 0px 7px 0px;
	border-right:1px solid #29176b;
	border-top:1px solid #29176b;
}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
    color:#000;
}
.dpcat1DayHighlightTD {
	background-color:#f6d017;
    font-size:24px;
    font-family:Arial;
    padding:5px 0px 25px 5px;
    text-align:left;
    border-top:1px solid black;
    border-left:1px solid black;
}
.dpcat2DayHighlightTD {
	background-color:#f698b4;
    font-size:24px;
    font-family:Arial;
    padding:5px 0px 25px 5px;
    text-align:left;
    border-top:1px solid black;
    border-left:1px solid black;
}
.dpcat3DayHighlightTD {
	background-color:#338b26;
    font-size:24px;
    font-family:Arial;
    padding:5px 0px 25px 5px;
    text-align:left;
    border-top:1px solid black;
    border-left:1px solid black;
}
.dpcat1DayHighlightTDLast {
	background-color:#f6d017;
    font-size:24px;
    font-family:Arial;
    padding:5px 0px 25px 5px;
    text-align:left;
    border-top:1px solid black;
    border-left:1px solid black;
    border-right:1px solid black;
}
.dpcat2DayHighlightTDLast {
	background-color:#f698b4;
    font-size:24px;
    font-family:Arial;
    padding:5px 0px 25px 5px;
    text-align:left;
    border-top:1px solid black;
    border-right:1px solid black;
    border-left:1px solid black;
}
.dpcat3DayHighlightTDLast {
	background-color:#338b26;
    font-size:24px;
    font-family:Arial;
    padding:5px 0px 25px 5px;
    text-align:left;
    border-top:1px solid black;
    border-right:1px solid black;
    border-left:1px solid black;
}
	
/* the forward/backward buttons at the top */
.dpButton {
	color: #ffffff;
	background: #639cce;
	font-weight: bold;
	padding: 0px;
}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	color: #ffffff;
	background: #639cce;
	font-weight: bold;
}
.dayPop{
	border: 1px solid #000;
	padding:10px;
    background-color:#fff;
    display:none;
    position:absolute;
    width:200px;
}
.calFooter{
	background-color:#a099bd;
	font-family:Arial Narrow;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:5px 0px 5px 0px;
	border-left:1px solid black;
	border-right:1px solid black;
}
.calFooter a{
	font-family:Arial Narrow;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}

.keyColor	{
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.key	{
	float: left;
	width: 100px;
	height: 25px;
	margin-right: 15px;
	vertical-align: middle;
	font-family:Arial Narrow;
	font-size:12px;
}

.calTopLeft	{
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #29176b;
	padding-right: 20px;
}

.calTopRight	{
	float: left;
	width: 400px;
	margin: 4px 0px 0px 0px;
	color: #3A2A77;
}

.calendar	{
	float: left;
	width: 573px;
	border: solid 1px #000000;
	margin-top: 7px;
}

.calendar .week	{
	background-color: #29176b;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border-right: solid 2px #ffffff;
	padding: 5px 0px 5px 0px;
}

.calendar .day	{
	padding: 5px 0px 30px 5px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	border-right: solid 2px #969696;
	border-top: solid 1px #000000;
}

.calendar .footer	{
	background-color: #a099bd;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
}

/* Contact */

.tip_11 {
	font-size: 11px;
}

/* Flavors */

.flavors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3a2a77;
}

table.flavors img {
	margin-bottom: 20px;
	margin-right: 15px;
}

/* Places */

.location	{
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #c9c5da;
	margin-top: 10px;
}


/* Blog */

#content{
    width:573px;
	margin-right: 25px;
    float:left;
}

#content a{
    color:#338b26;
}

#sidebar{
    width: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	border-left: solid 1px #d4d1e2;
	padding-left: 15px;
}

#sidebar a{
    color:#338b26;
}

#sidebar h2	{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000066;
	margin: 20px 0px 7px 0px;
}

.title{
	width: 335px;
    margin:10px 0px 10px 0px;
    font-weight:bold;
    font-size:15px;
}

.title a{
    font-weight:bold;
    font-size:15px;
}

.meta{

}
.author{
	width: 335px;
    font-style:italic;
}
.post{
	width: 335px;
}


/* Flavor popups */

.balloonHdr	{
	font-size: 18px;
	font-weight: bold;
	color: #29176B;
	margin-bottom: 20px;
}

#bananaOn	{
	position: absolute;
	top: 314px;
	left: 227px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#blackberryOn	{
	position: absolute;
	top: 314px;
	left: 407px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#bubblegumOn	{
	position: absolute;
	top: 314px;
	left: 590px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#cherryOn	{
	position: absolute;
	top: 425px;
	left: 227px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#chocolateOn	{
	position: absolute;
	top: 425px;
	left: 407px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#coconutOn	{
	position: absolute;
	top: 425px;
	left: 590px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#coffeeOn	{
	position: absolute;
	top: 536px;
	left: 227px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#cotton-candyOn	{
	position: absolute;
	top: 536px;
	left: 407px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#dreamsicleOn	{
	position: absolute;
	top: 536px;
	left: 590px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#grapeOn	{
	position: absolute;
	top: 647px;
	left: 227px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#hawaiianOn	{
	position: absolute;
	top: 647px;
	left: 407px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#hurricane-katrinaOn	{
	position: absolute;
	top: 647px;
	left: 590px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#ice-creamOn	{
	position: absolute;
	top: 758px;
	left: 227px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#lemon-limeOn	{
	position: absolute;
	top: 758px;
	left: 407px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#mangoOn	{
	position: absolute;
	top: 758px;
	left: 590px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#nectarOn	{
	position: absolute;
	top: 869px;
	left: 227px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#orangeOn	{
	position: absolute;
	top: 869px;
	left: 407px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#peachOn	{
	position: absolute;
	top: 869px;
	left: 590px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#pina-coladaOn	{
	position: absolute;
	top: 980px;
	left: 227px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#pineappleOn	{
	position: absolute;
	top: 980px;
	left: 407px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#pink-lemonadeOn	{
	position: absolute;
	top: 980px;
	left: 590px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#raspberryOn	{
	position: absolute;
	top: 1091px;
	left: 227px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#root-beerOn	{
	position: absolute;
	top: 1091px;
	left: 407px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#sour-appleOn	{
	position: absolute;
	top: 1091px;
	left: 590px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#spearmintOn	{
	position: absolute;
	top: 1202px;
	left: 227px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#strawberry-daiquiriOn	{
	position: absolute;
	top: 1202px;
	left: 407px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#strawberryOn	{
	position: absolute;
	top: 1202px;
	left: 590px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#tigers-bloodOn	{
	position: absolute;
	top: 1313px;
	left: 227px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#watermelonOn	{
	position: absolute;
	top: 1313px;
	left: 407px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}

#wedding-cakeOn	{
	position: absolute;
	top: 1313px;
	left: 590px;
	width: 240px;
	height: 90px;
	padding: 7px 0px 0px 40px;
	font: normal 12px arial;
	color: #338B26;
	/* Mozillla only, IE doesn't recognize the !important tag  */
	background: url("../images/flavors/balloon.png") top left no-repeat !important;
	/* IE only, Mozilla ignores these proprietary filters */
   	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/flavors/balloon.png');
	background: none;
}



/* print styles turned off, do not remove */

.print	{
	display: none;
}

.printSights	{
	display: none;
}
/* print styles ended */