.sIFR-hasFlash {
	line-height: 16px;
}
body, html{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
body{
	background: url('/graphics/background.png') top center no-repeat #221e73;
	font: 13px Helvetica, Arial, sans-serif;
}
p{
	margin: 0 0 1em 0;
}
ul{
	margin: 0;
	padding: 0;
}
.arrow-bullet{
	list-style: none;
	background: url('/graphics/bullet_icon.jpg') top left no-repeat;
	padding-left: 26px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
#age-gate{
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 600px;
	z-index: 500;
	background: #221e73;
	display: none;
}
#age-gate-buttons{
	position: absolute;
	left: 301px;
	top: 355px;
	width: 300px;
	text-align: center;
}
#age-gate-century{
	position: absolute;
	left: 341px;
	bottom: 18px;
	width: 214px;
	height: 69px;
}
#main-container{
	background: url('/graphics/bottle_glass_right.png') bottom right no-repeat #221f73;
	width: 900px;
	height: 600px;
	margin: auto;
	padding: 0;
	position: relative;
}
#logo{
	float: left;
	width: 485px;
	padding-left: 40px;
	padding-top: 30px;
	height: 45px;
}
#nav{
	padding-left: 45px;
	width: 550px;
	height: 21px;
}
#content{
	padding: 75px 0 65px 45px;
	height: 350px;
	clear: both;
}
#footer{
	height: 50px;
	width: 900px;
	margin: auto;
}
#footer img{
	float: left;
}
#footer-links{
	float: right;
	width: 215px;
}
#footer-links img{
	float: none;
	margin: 0;
	padding: 0;
	border: none;
}
#footer-links a{
	margin: 0;
	padding: 0;
}
.content-floater{
	float: left;
	margin-right: 26px;
	height: 300px;
	color: #ffffff;
}
.content-floater-text{
	height: 245px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid white;
}
.content-floater-text a{
	color: white;
}
.content-floater-text .yellow{
	color: #ece2a9;
}
.content-floater-buttons{
	margin-top: 8px;
	padding-top: 10px;
	border-top: 1px solid white;
	text-align: right;
}
.content-floater-heading{
	height: 30px;
	border-bottom: 1px solid white;
	margin-bottom: 8px;
}
#content-images{
	float: left;
	height: 170px;
	margin-top: 30px;
}
#content-images-image-container{
	width: 225px;
	height: 170px;
	overflow: hidden;
}
#content-images-image-container img{
	display: block;
}
#content-circle-image-container{
	position: absolute;
	top: 177px;
	right: 114px;
	width: 215px;
	height: 215px;
	float: left;
}
#taste-content{
	clear: both;
	height: 202px;
	width: 590px;
	padding: 73px 0 0 45px;
	color: #ffffff;
}
#taste-content #heading{
	height: 28px;
}
#taste-content #copy1{
	height: 45px;
}
#taste-content #sweetness-meter{
	height: 75px;
	padding-left: 150px;
}
#taste-content #copy2{
	height: 50px;
}

#taste-images{
	height: 188px;
	margin-left: 95px;
}

#taste-images .image-circle{
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

#taste-images .image-circle img{
	display: block;
}

/* jScrollPane --------------------------------------------- */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
