#footerTextOverview{
	font-size: 9px;
	color: #878883;
	/*margin: 350px 0px 0 10px;*/
	position: absolute;
	top: 395px;
	left: 20px;
	width: 400px;font-family:arial,helvetica,sans-serif;
}


#beverageSubNav {color:#646665;position:absolute;top:10px;left:455px;font-size:10px;font-family:verdana,arial,helvetica,sans-serif;}

#beverageSubNav a {color:#646665;text-decoration:none;}

#beverageSubNav a:hover {text-decoration:underline;}


#mainContainer{_z-index:2; /*special rule -- underscore hack -- for IE to make the beverageSubNav work*/
	width: 591px;
	height: 413px;
	border: 1px solid #DDD;
	margin: 0 auto;
	position: relative;padding-top:20px;
}

#carouselWrapper{
	position: relative;
	width: 480px;
	height: 380px;
	margin: 13px auto 0 auto;
        _margin: 33px auto 0 auto;  /*special rule -- underscore hack -- for IE*/
	overflow: hidden;
}

#carouselImgs{
	/*width: 100%;*/
        /*height: 322px;*/
	position: relative;
}

#carouselImgs div.drinkPanel{
	padding:0;
	height: 340px;
	/*width: 210px;*/
	/*float: left;*/
	position: relative;
}

#carouselImgs ul{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	position: relative;
	left: -135px;
	width: 9999px;
}

#carouselImgs ul li{
	float: left;
	width: 135px;
	padding: 0;
	margin: 0;
}

.clickable{
	cursor: pointer;
}


.drinkInfo{
	font-family: Arial, Helvetica, sans-serif;
	color: #656766;
	text-align: center;
	/*clear: both;*/
	width: 135px;
	margin: 10px auto;
}

.drinkInfo h3{
	font-size: 12px;
	margin: 0; 
	padding: 0;
}

.drinkInfo a:link, .drinkInfo a:visited, .drinkInfo a:hover{
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #cccc99;
}



#leftNav{
	position: absolute;
	height: 32px;
	width: 18px;
	top: 180px;
	left: 19px;
}

#leftNav a, #rightNav a{
	display: block;
	width: 100%;
	height: 100%;
}

#leftNav a{
	background: url(images/leftArrow.jpg) no-repeat;
}

#leftNav a:hover{
	background: url(images/leftArrow-over.jpg) no-repeat;
}

#rightNav{
	position: absolute;
	height: 32px;
	width: 18px;
	top: 180px;
	left: 558px;
}

#rightNav a{
	background: url(images/rightArrow.jpg) no-repeat;
}

#rightNav a:hover{
	background: url(images/rightArrow-over.jpg) no-repeat;
}


/*DETAIL WINDOW*/

#detailWrapper{
	background: url(images/detailBG.jpg) no-repeat;
	width: 590px;
	height: 432px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 999;
	top:0;
	left:0;
}

#detailContent{
	height: 411px;
	margin: 10px 10px 10px 11px;
	background: url(images/detailLogo.jpg) no-repeat bottom right;
	position: relative;
	width: 569px;
	padding: 0;
}

#closeButton{
	text-align: right;
	padding: 5px 5px 0 0;
}

#closeButton a{
	display: block;
	width: 15px;
	height: 15px;
	background:url(images/detailClose.jpg) no-repeat;
	float: right;
}

#closeButton a:hover{
	background:url(images/detailClose-over.jpg) no-repeat;
}

#detailNav{
	position: absolute;
	width: 569px;
	margin: 0;
	padding: 0;
	top: 40px;
	left: 0px;
}

#detailLeftNav{
	float: left;
	width: 10px;
	height: 34px;
	background: url(images/detailLeftButton.jpg) no-repeat;
}

#detailRightNav{
	float: right;
	width: 10px;
	height: 34px;
	background: url(images/detailRightButton.jpg) no-repeat;
}

#detailLeftNav a, #detailRightNav a {
	display:block;
	width: 10px;
	height: 34px;
}

#detailLeftNav a:hover{
	background: url(images/detailLeftButton-over.jpg) no-repeat;
}

#detailRightNav a:hover{
	background: url(images/detailRightButton-over.jpg) no-repeat;
}

#detailInfo{
	margin: 0 0 0 20px;
}

#detailInfo .detailImg{
	float: left;margin-top:5px;
}

#drinkInfoBox{
	float: right;
	margin-right: 0px;
	padding: 6px 0 0 0;
	width: 240px
}

#drinkInfoBox h3{
	font-size: 16px;
	text-transform: uppercase;
	color: #656766;
	margin: 0;
	padding: 0;margin-top:20px;
}

#drinkInfoBox h4{
	font-size: 13px;
	font-weight: normal;
	color: #878883;
	margin: 0;
	padding: 10px 0 0 0;
}

#drinkInfoBox p{
	font-size: 12px;
	font-weight: normal;
	color: #878883;
	margin: 0;
	padding: 10px 0;
}

#drinkInfoBox h5{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #656766;
	margin: 0;
	padding: 0;
	float: left;
}

#drinkInfoBox a{
	display: block;
	width: 94px;
	height: 17px;
	float: right;
	margin-right: 30px;
	background: url(images/findStoreButton.jpg) no-repeat;
}

#drinkInfoBox a:hover{
	background: url(images/findStoreButton-over.jpg) no-repeat;
}

#footerText{
	font-size: 9px;
	color: #878883;
	/*margin: 350px 0px 0 10px;*/
	position: absolute;
	top: 370px;
	left: 20px;
	width: 400px;
}

.clear{
	clear: both;
}
