/*=== Backgrounds (each page)===*/
/* #home.content */
#home.content{
	background: url(../global-images/home-bgr-shadows.jpg) no-repeat center;
}
/*=== Page Titles (each page) ===*/
/* #home h1 */
#home h1{
	height: 39px;
	left: 26px;
	top: 77px;
	width: 382px;
}
/*=== Featured Drink (each page) ===*/
/* #home #featured */
#home h2{
	left: 42px;
	top: 391px;
}
#home #featured{
	left: 42px;
	position: absolute;
	top: 167px;
}
#home #featured-text{
	font-size: 10px;
	left: 210px;
	line-height: 11px;
	position: absolute;
	top: 405px;
	width: 185px;
}
/*=== The Bottles (each page) ===*/
/* #home */
#home #coffee{
	left: 410px;
	position: absolute;
	top: 36px;
}
#home #lime{
	left: 511px;
	position: absolute;
	top: 1px;
}
#home #mango{
	left: 613px;
	position: absolute;
	top: 1px;
}
#home #coconut{
	left: 715px;
	position: absolute;
	top: 1px;
}
#home #vanilla{
	left: 817px;
	position: absolute;
	top: 1px;
}





/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #006699;
	color: #000000;
	font: 12px "Microsoft Sans Serif","Hiragino Gothic Pro",Arial,Helvetica,Sans-Serif;
	line-height:15px;
}
a{
	color: #036ea3;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: underline;
}
input,select,textarea{
	border: #918f8f 1px solid;
	color: #006699;
	font-size: 10px;
	padding: 3px;
}
.link_white
{
	color:#ffffff;	
}
select{
	padding: 0;
}
li{
	list-style: none;
}
.listitem
{
	list-style-type:disc;
	list-style-position:inside;
	padding-left:40px;
}
h1, h2{
	position: absolute;
}
h1 span, h2 span{
	display: none;
}
.image_hover
{
	border: 4px solid #d9d3c0;
	height: auto;
	width: 113px;
}
.image_hover:hover
{
	border: 4px solid #000000;
}
/*=== Centered Layout ===*/
#centerwrap{
	height: 500px;
	margin: 0 auto;
	position: relative;
	width: 921px;
}
.content{
	background: #ffffff;
	border: 6px solid #ffffff;
	height: 500px;
	position: absolute;
	width: 921px;
}
/* \*/
#centerwrap{
	left: 50%;
	margin: -295px 0 0 -460px;
	position: absolute;
	top: 55%;
}
/*=== Other Text ===*/
#buy-online{
	color: #036ea3;
	font-size: 9px;
	left: 525px;
	position: absolute;
	text-transform: uppercase;
	top: 443px;
	width: 370px;
}
#buy-online a{
	padding: 0 6px;
	text-decoration: underline;
}
#buy-online a:hover{
	color: #000000;
}
#bgr{
	color: #edcb0f;
	font-size: 11px;
	font-weight: bold;
	left: 626px;
	position: absolute;
	top: 10px;
	width: 300px;
}
#bgr a{
	color: #aaeff7;
	padding: 0 6px;
}
/*=== Navigation ===*/
.nav{
	background: url(../global-images/topmenu-bgr.gif) repeat-x top;
	height: 35px;
	padding: 0 10px;
}
.nav ul{
	float: left;
}
.nav li{
	float: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
	margin: 0 8px;
}
.nav li a{
	color: #ffffff;
}
.nav li a:hover,.nav li.active a{
	color: #000000;
	text-decoration: none;
}
#bottom.nav{
	background: url(../global-images/botmenu-bgr.gif) repeat-x top;
	height: 37px;
	position: absolute;
	top: 463px;
	width: 901px;
}
#bottom.nav li{
	line-height: 37px;
}
/*=== Search ===*/
#search{
	float: right;
	height: 20px;
	padding: 8px 0 0;
	width: 310px;
}
#search label{
	color: #ffffff;
	float: left;
	padding: 2px 8px 0 0;
}
#search input{
	float: left;
	width: 175px;
}
#search .btn{
	border: 0;
	margin: -3px 0 0 5px;
	padding: 0;
	width: auto;
}
/*=== Rumpage Search ===*/
#rumpage_search{
	float: right;
	height: 20px;
	padding: 8px 30px 0px;
	width: 310px;
}
#rumpage_search label{
	color: #ffffff;
	float: left;
	padding: 2px 8px 0 0;
}
#rumpage_search input{
	float: left;
	width: 175px;
}
.rumpage_search_image
{
	top:5px;
	right:22px;
	float: right;
	position:absolute;
}
/*=== Copyright Info ===*/
#copyright{
	color: #ffffff;
	font-size: 10px;
	position: absolute;
	text-align: right;
	top: 514px;
	width: 921px;
	left: 8px;w
}
#copyright a{
	color: #ffffff;
	padding: 0 3px;
	text-decoration: underline;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}


.title
{
	font: 12px "Trebuchet MS","Hiragino Gothic Pro",Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#ffffff;
}
.square_bullet
{
	font-size:20px;	
}
.submit_btn
{
	background: url(../global-images/submit_btn.png) no-repeat center;
	width:68px;
	height:16px;
	border:0px;
	cursor:pointer;
}
.clear_btn
{
	background: url(../global-images/clear_btn.png) no-repeat center;
	width:68px;
	height:16px;
	border:0px;
	cursor:pointer;
}
.login_btn
{
	background: url(../global-images/login_btn.png) no-repeat center;
	width:68px;
	height:16px;
	border:0px;
	cursor:pointer;
}
/************************* youtube video***********************************/
#youtube.content
{
	background: url(../global-images/youtube-bgr.jpg) no-repeat center;
}
.youtube_title
{
	position: absolute;
	left:585px;
	top:60px;		
}
.youtube_video
{
	background: url(../global-images/youtube_bg.png) no-repeat;
	width:419px;
	height:327px;
	left: 30px;
	top: 106px;
	padding-left:25px;
	padding-top:13px;
	position: absolute;
}
.youtube_video_list
{
	background: url(../global-images/youtube-bgr.png) no-repeat;
	color: #ffffff;
	left: 450px;	
	top: 97px;
	width:450px;
	height:345px;
	padding-left:30px;
	padding-top:30px;
	position: absolute;
}
.youtube_video_list .video
{
	width:150px;
	height:100px;
	float:left;
	clear:both;
}
#youtube_video_list #description
{
	float:left;
	height:100px;
}
/************************* newsletter ***********************************/
#newsletter.content
{
	background: url(../global-images/newsletter-bgr.jpg) no-repeat center;
}
.newsletter_title
{
	position: absolute;
	left:530px;
	top:60px;		
}
.newsletter_main
{
	background: url(../global-images/monthly_newsletter_bg.png) no-repeat center;
	width:858px;
	height:327px;
	left: 37px;
	top: 105px;
	position: absolute;
}
.newsletter_image
{
	top:30px;
	left:10px;
	position: absolute;
}
.newsletter_content
{
	width:370px;
	height:290px;
	left: 280px;
	top: 130px;
	color:#ffffff;
	border-right:1px solid #86D7F6;
	padding-right:30px;
	position: absolute;
}
#newsletter_signup
{
	left: 700px;
	top: 130px;
	color:#ffffff;
	padding-right:30px;
	font-size:10px;
	position: absolute;
}
.newsletter_signup_textbox
{
	top: 20px;
	width:170px;
	position: absolute;
}
.newsletter_button
{
	top: 53px;
	left: 110px;
	position: absolute;
}
#newsletter_signup #newsletter_signuplink
{
	left: 10px;
	top: 90px;
	width:200px;
	color:#ffffff;
	position: absolute;
}
#newsletter_signup #newsletter_signuplink a
{
	color:#ffffff;
	text-decoration:underline;
}
/************************* islandclub *****************************/
#islandclub.content
{
	background: url(../global-images/islandclub-bgr.jpg) no-repeat center;
}
.islandclub_title
{
	position: absolute;
	left:590px;
	top:60px;		
}
.islandclub_main
{
	background: url(../global-images/islandclub_bg.png) no-repeat center;
	width:858px;
	height:327px;
	left: 37px;
	top: 105px;
	position: absolute;
}
.islandclub_image
{
	top:15px;
	left:15px;
	position: absolute;
}
.islandclub_content
{
	width:330px;
	height:290px;
	left: 325px;
	top: 130px;
	color:#ffffff;
	border-right:1px solid #86D7F6;
	padding-right:30px;
	position: absolute;
}
.islandclub_content a,a:hover
{
	left:40px;
	text-decoration:underline;
}
#islandclub_signup
{
	left:700px;
	top: 130px;
	color:#ffffff;
	position:absolute;
	font-size:10px;
}
.textbox
{
	width:170px;	
}
#islandclub_signup #islandclub_button
{
	top: 110px;
	left: 110px;
	position: absolute;
}
#islandclub_signup #islandclub_signuplink
{
	left: 5px;
	top: 150px;
	font-size:10px;
	position: absolute;
}
#islandclub_signup #islandclub_signuplink a,a:hover
{
	color:#ffffff;
	text-decoration:underline;
}
/************************* tell a friend ***********************************/
#tellafriend.content
{
	background: url(../global-images/tellafriend-bgr.jpg) no-repeat center;
}
.tellafriend_title
{
	position: absolute;
	left:645px;
	top:60px;		
}
.tellafriend_main
{
	background: url(../global-images/tellafriend_bg.png) no-repeat center;
	width:858px;
	height:327px;
	left: 30px;
	top: 105px;
	position: absolute;
}
.tellafriend_image
{
	top:12px;
	left:11px;
	position: absolute;
}
.tellafriend_content
{
	font-size:11px;
	width:177px;
	height:290px;
	left: 427px;
	top: 130px;
	color:#ffffff;
	border-right:1px solid #86D7F6;
	padding-right:25px;
	position: absolute;
}
.tellafriend_content a,a:hover
{
	color:#ffffff;
	text-decoration:underline;
}
#tellafriend_signup
{
	left:655px;
	top: 120px;
	color:#ffffff;
	line-height:30px;
	position:absolute;
}
#tellafriend_signup div
{
	height:30px;	
}
.tellafriend_textbox
{
	width:200px;
}
.tellafriend_login
{
	width:170px;	
}
#tellafriend_signup #tellafriend_button
{
	top: 274px;
	left: 134px;
	position: absolute;
}
/************************* promotional events ***********************************/
#promotional_events.content
{
	background: url(../global-images/promotional_events-bgr.jpg) no-repeat center;
}
.promotional_events_title
{
	position: absolute;
	left:500px;
	top:60px;		
}
.promotional_events_image
{
	top:90px;
	left:25px;
	position: absolute;
}
.promotional_events_main
{
	background: url(../global-images/promotional_events_bg.png) no-repeat center;
	width:550px;
	height:327px;
	left: 345px;
	top: 105px;
	position: absolute;
}
.promotional_events_content
{
	width:190px;
	height:300px;
	left: 365px;
	top: 122px;
	color:#ffffff;
	border-right:1px solid #86D7F6;
	padding-right:30px;
	position: absolute;
}
.promotional_events_content a,a:hover
{
	color:#ffffff;
	text-decoration:underline;
	cursor:pointer;
}
#promotional_events_register
{
	left:610px;
	top: 122px;
	color:#ffffff;
	font-size:10px;
	position:absolute;
}
.promotional_events_textbox
{
	width:245px;
}
.promotional_events_login
{
	width:170px;	
}
#promotional_events_register #promotional_events_button
{
	top: 288px;
	left: 183px;
	position: absolute;
}
/************************* contact us ***********************************/
#contact_us.content
{
	background: url(../global-images/contactus-bgr.jpg) no-repeat center;
}
.contact_us_title
{
	position: absolute;
	left:677px;
	top:60px;		
}
.contact_us_main
{
	background: url(../global-images/contact_us_bg.png) no-repeat center;
	width:858px;
	height:327px;
	left: 30px;
	top: 105px;
	position: absolute;
}
.contact_us_image
{
	top:12px;
	left:12px;
	position: absolute;
}
.contact_us_content
{
	width:280px;
	height:290px;
	left: 270px;
	top: 130px;
	color:#ffffff;
	border-right:1px solid #86D7F6;
	padding-right:30px;
	position: absolute;
}
.contact_us_content a,a:hover
{
	color:#ffffff;
	text-decoration:underline;
	cursor:pointer;
}
#contact_us_register
{
	left:610px;
	top: 130px;
	color:#ffffff;
	font-size:10px;
	position:absolute;
}
.contact_us_textbox
{
	width:245px;
}
.contact_us_login
{
	width:170px;	
}
#contact_us_register #contact_us_button
{
	top: 145px;
	left: 183px;
	position: absolute;
}
/************************* awards *****************************/
#awards.content
{
	background: url(../global-images/awards_bgr.jpg) no-repeat center;
}
.awards_title
{
	position: absolute;
	left:731px;
	top:60px;		
}
.awards_main
{
	background: url(../global-images/awards_bg.png) no-repeat center;
	width:858px;
	height:327px;
	left: 30px;
	top: 105px;
	position: absolute;
}
.awards_image1
{
	top:31px;
	left:61px;
	position: absolute;
}
.awards_image2
{
	top:20px;
	left:690px;
	position: absolute;
}
.awards_image3
{
	top:180px;
	left:690px;
	position: absolute;
}
.awards_content
{
	width:330px;
	height:290px;
	left: 320px;
	top: 130px;
	color:#ffffff;
	border-right:1px solid #86D7F6;
	padding-right:30px;
	position: absolute;
}
.awards_content_background
{
	position: absolute;
	width:855px;
	height:327px;
	left:33px;
	top:107px;
	background-image:url(../global-images/blackbox-bgr.png);
}
.awards_content1
{
	width:355px;
	height:290px;
	left: 0px;
	top: 18px;
	border-right:1px solid #86D7F6;
	position: absolute;
}
.awards_content1_text
{
	padding: 0px 0px 0px 25px;
	color:#ffffff;
	font-family: "Century Gothic";
	font-size:11px;
	line-height:14px;
}
.awards_content1_img
{
	background-image:url(../global-images/awards_logo1.png);
	position: absolute;
	left:71px;
	top:175px;
	width:213px;
	height:117px;
}
.awards_content2
{
	width:535px;
	height:290px;
	left: 355px;
	top: 18px;
	padding-right:30px;
	position: absolute;
	border-left:1px solid #86D7F6;
}
.awards_content2_text1
{
	position:absolute;
	left:25px;
	color:#ffffff;
	font-family: "Century Gothic";
	font-size:11px;
	line-height:14px;
	width: 267px;
}
.awards_content2_img1
{
	background-image:url(../global-images/awards_logo2.png);
	position: absolute;
	left:320px;
	top:0px;
	width:117px;
	height:107px;
}
.awards_content2_text2
{
	position:absolute;
	left:25px;
	top:170px;
	color:#ffffff;
	font-family: "Century Gothic";
	font-size:11px;
	line-height:14px;
}
.awards_content2_img2
{
	background-image:url(../global-images/awards_logo3.png);
	position: absolute;
	left:320px;
	top:170px;
	width:117px;
	height:110px;
}
/************************* awards a *****************************/
.awardsa_image1
{
	top:20px;
	left:15px;
	position: absolute;
}
.awardsa_content1
{
	position:absolute;
	left:140px;
	top:20px;
	color:#ffffff;
	font-family: "Century Gothic";
	font-size:11px;
	width:300px;
	border-right:1px solid #86d7f6;
	padding-right:30px;
	height: 238px;
}
.awardsa_content2
{
	position:absolute;
	left:500px;
	top:20px;
	color:#ffffff;
	font-family: "Century Gothic";
	font-size:11px;
	width:330px;
	height: 238px;
}
.awardsa_content2 hr
{
	line-height:1px;
	color:#ffffff;
	width:300px;
	height:1px;
	left:20px;	
	position:absolute;
}
/************************* awards b *****************************/
.awardsb_content1
{
	position:absolute;
	left:21px;
	top:43px;
	color:#ffffff;
	font-family: "Century Gothic";
	font-size:11px;
	width:300px;
	border-right:1px solid #86d7f6;
	padding-right:30px;
}
.awardsb_content2
{
	position:absolute;
	left:380px;
	top:20px;
	color:#ffffff;
	font-family: "Century Gothic";
	font-size:11px;
	width:430px;
}
.awardsb_content21
{
	height:150px;
}
/************************* awards c *****************************/
.awardsc_image
{
	top:10px;
	left:10px;
	position: absolute;
}
.awardsc_content
{
	position:absolute;
	left:115px;
	top:10px;
	color:#ffffff;
	font-family: "Century Gothic";
	font-size:11px;
	width:720px;
}
/************************* awards d *****************************/
.awardsd_image1
{
	top:10px;
	left:10px;
	position: absolute;
}
.awardsd_content1
{
	position:absolute;
	left:115px;
	top:10px;
	color:#ffffff;
	font-family: "Century Gothic";
	font-size:11px;
	width:400px;
	border-right:1px solid #86d7f6;
	padding-right:20px;
}
.awardsd_content2
{
	position:absolute;
	left:563px;
	top:11px;
	color:#ffffff;
	font-family: "Century Gothic";
	font-size:11px;
	width:270px;
	height: 280px;
}
/************************* awards e *****************************/
.awardse_image
{
	top:10px;
	left:10px;
	position: absolute;
}
.awardse_content
{
	position:absolute;
	left:115px;
	top:10px;
	color:#ffffff;
	font-family: "Century Gothic";
	font-size:11px;
	width:720px;
}
/************************* connectmain *****************************/
#connectmain.content
{
	background: url(../global-images/connectmain_bgr.jpg) no-repeat center;
}
.connectmain_title
{
	position: absolute;
	left:727px;
	top:60px;		
}
.connectmain_main
{
	background: url(../global-images/connectmain_bg.png) no-repeat center;
	width:858px;
	height:327px;
	left: 30px;
	top: 105px;
	position: absolute;
}
.connectmain_content
{
	width:330px;
	height:290px;
	left: 320px;
	top: 130px;
	color:#ffffff;
	border-right:1px solid #86D7F6;
	padding-right:30px;
	position: absolute;
}
.connectmain_content_background
{
	position: absolute;
	width:855px;
	height:327px;
	left:33px;
	top:107px;
	background-image:url(../global-images/blackbox-bgr.png);
}
.content_title
{
	padding: 15px 0px 0px 17px;
	font-family:"Century Gothic","Hiragino Gothic Pro",Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#ffffff;
	font-size:12px;

}

.youtube_img
{
	position:absolute;
	width:150px;
	height:94px;
	left:33px;
	top:54px;
	background-image:url(../global-images/youtube_opt.png);
	border: 3px solid #ffffff;
}

.youtube_img:hover
{
	position:absolute;
	width:150px;
	height:94px;
	left:33px;
	top:54px;
	background-image:url(../global-images/youtube_opt.png);
	border: 3px solid #000000;
}.youtube_text
{
	position:absolute;
	width:150px;
	left:33px;
	top:152px;
	text-align:center;
	font: 12px "Century Gothic","Hiragino Gothic Pro",Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#ffffff;
}

.bgrclub_img
{
	position:absolute;
	width:150px;
	height:94px;
	left:243px;
	top:54px;
	background-image:url(../global-images/bgrclub_opt.png);
	border: 3px solid #ffffff;
}

.bgrclub_img:hover
{
	position:absolute;
	width:150px;
	height:94px;
	left:243px;
	top:54px;
	background-image:url(../global-images/bgrclub_opt.png);
	border: 3px solid #000000;
}.bgrclub_text
{
	position:absolute;
	width:150px;
	left:243px;
	top:152px;
	text-align:center;
	font: 12px "Century Gothic","Hiragino Gothic Pro",Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#ffffff;
}

.bgrpromo_img
{
	position:absolute;
	width:150px;
	height:94px;
	left:458px;
	top:54px;
	background-image:url(../global-images/bgrprom_opt.png);
	border: 3px solid #ffffff;
}
.bgrpromo_img:hover
{
	position:absolute;
	width:150px;
	height:94px;
	left:458px;
	top:54px;
	background-image:url(../global-images/bgrprom_opt.png);
	border: 3px solid #000000;
}

.bgrpromo_text
{
	position:absolute;
	width:150px;
	left:458px;
	top:152px;
	text-align:center;
	font: 12px "Century Gothic","Hiragino Gothic Pro",Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#ffffff;
}

.facebook_img
{
	position:absolute;
	width:150px;
	height:94px;
	left:670px;
	top:54px;
	background-image:url(../global-images/facebook_opt.png);
	border: 3px solid #ffffff;
}
.facebook_img:hover
{
	position:absolute;
	width:150px;
	height:94px;
	left:670px;
	top:54px;
	background-image:url(../global-images/facebook_opt.png);
	border: 3px solid #000000;
}

.facebook_text
{
	position:absolute;
	width:150px;
	left:670px;
	top:152px;
	text-align:center;
	font: 12px "Century Gothic","Hiragino Gothic Pro",Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#ffffff;
}

.newsletter_img
{
	position:absolute;
	width:150px;
	height:94px;
	left:33px;
	top:196px;
	background-image:url(../global-images/newsletter_opt.png);
	border: 3px solid #ffffff;
}
.newsletter_img:hover
{
	position:absolute;
	width:150px;
	height:94px;
	left:33px;
	top:196px;
	background-image:url(../global-images/newsletter_opt.png);
	border: 3px solid #000000;
}
.newsletter_text
{
	position:absolute;
	width:150px;
	left:33px;
	top:295px;
	text-align:center;
	font: 12px "Century Gothic","Hiragino Gothic Pro",Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#ffffff;
}

.friends_img
{
	position:absolute;
	width:150px;
	height:94px;
	left:243px;
	top:196px;
	background-image:url(../global-images/friends_opt.png);
	border: 3px solid #ffffff;
}
.friends_img:hover
{
	position:absolute;
	width:150px;
	height:94px;
	left:243px;
	top:196px;
	background-image:url(../global-images/friends_opt.png);
	border: 3px solid #000000;
}

.friends_text
{
	position:absolute;
	width:150px;
	left:243px;
	top:295px;
	text-align:center;
	font: 12px "Century Gothic","Hiragino Gothic Pro",Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#ffffff;
}

.contact_img
{
	position:absolute;
	width:150px;
	height:94px;
	left:458px;
	top:196px;
	background-image:url(../global-images/contactus_opt.png);
	border: 3px solid #ffffff;
}
.contact_img:hover
{
	position:absolute;
	width:150px;
	height:94px;
	left:458px;
	top:196px;
	background-image:url(../global-images/contactus_opt.png);
	border: 3px solid #000000;
}

.contact_text
{
	position:absolute;
	width:150px;
	left:458px;
	top:295px;
	text-align:center;
	font: 12px "Century Gothic","Hiragino Gothic Pro",Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#ffffff;
}

.myspace_img
{
	position:absolute;
	width:150px;
	height:94px;
	left:670px;
	top:196px;
	background-image:url(../global-images/myspace_opt.png);
	border: 3px solid #ffffff;
}
.myspace_img:hover
{
	position:absolute;
	width:150px;
	height:94px;
	left:670px;
	top:196px;
	background-image:url(../global-images/myspace_opt.png);
	border: 3px solid #000000;
}

.myspace_text
{
	position:absolute;
	width:150px;
	left:670px;
	top:295px;
	text-align:center;
	font: 12px "Century Gothic","Hiragino Gothic Pro",Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	color:#ffffff;
}
/************************* distributors *****************************/
#distributors.content
{
	background: url(../global-images/distributors_brg.jpg) no-repeat center;
}
.distributors_title
{
	position: absolute;
	left:644px;
	top:60px;		
}
.distributors_main
{
	background: url(../global-images/distributors_bg.png) no-repeat center;
	width:858px;
	height:327px;
	left: 30px;
	top: 105px;
	position: absolute;
}
.distributors_content
{
	width:330px;
	height:290px;
	left: 320px;
	top: 130px;
	color:#ffffff;
	border-right:1px solid #86D7F6;
	padding-right:30px;
	position: absolute;
}
.distributors_content_background
{
	position: absolute;
	width:855px;
	height:327px;
	left:33px;
	top:107px;
	background-image:url(../global-images/blackbox-bgr.png);
}

.distributors_content1
{
	width:347px;
	height:290px;
	left: 0px;
	top: 18px;
	border-right:1px solid #86D7F6;
	position: absolute;
}
.distributors_content1_text
{
	padding:0px 0px 0px 25px;
	color:#ffffff;
	font-family: "Century Gothic";Arial;
	font-size:11px
}
.distributors_content2
{
	width:268px;
	height:290px;
	left: 347px;
	top: 18px;
	border-right:1px solid #86D7F6;
	position: absolute;
}
.distributors_content2_text
{
	padding:0px 0px 0px 25px;
	color:#ffffff;
	font-family: "Century Gothic";Arial;
	font-size:11px
}
.distributors_content2_text a
{
	color:#ffffff;
	text-decoration:underline;
}
.distributors_content3
{
	width:240px;
	height:290px;
	left: 615px;
	top: 18px;
	position: absolute;
}
.distributors_content3_text
{
	color:#ffffff;
	font-family: "Century Gothic";Arial;
	font-size:11px;
	text-align:center;
	line-height:30px;
}
/************************* intro *****************************/
#intro.content
{
	background: url(../global-images/intro_bgr.jpg) no-repeat center;
}
.intro_title
{
	position: absolute;
	left:30px;
	top:80px;		
}
.intro_stkittswestindies
{
	position: absolute;
	left:135px;
	top:187px;
}
.intro_paradise
{
	position: absolute;
	left:50px;
	top:130px;		
}
.intro_box
{
	background: url(../global-images/intro_box_bg.png) no-repeat center;
	width:312px;
	height:500px;
	left: 60px;
	top: 60px;
	position: absolute;
}
.intro_text
{
	width:283px;
	height:12px;
	left:10px;
	top:192px;
	position: absolute;
	color:#000000;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}
.intro_form
{
	width:283px;
	height:12px;
	left:100px;
	top:260px;
	position: absolute;
}
.intro_button
{
	left:130px;
	top:290px;
	position: absolute;
	width:61px;
	height:17px;
	background: url(../global-images/intro_btn.png) no-repeat center;
	cursor:pointer;
	border:0px;
}
.intro_bottles
{
	position: absolute;
	left:395px;
	top:25px;	
}
/************************* ourstory *****************************/
#ourstory.content
{
	background: url(../global-images/ourstory_bgr.jpg) no-repeat center;
}
.ourstory_title
{
	position: absolute;
	left:692px;
	top:60px;		
}
.story_content_background
{
	width:150px;
	height:326px;
	left:31px;
	top:107px;
	position: absolute;
	background: url(../global-images/story_blackbox-bgr.png) no-repeat center;
}
.ourstory_content_background
{
	width:695px;
	height:326px;
	left:192px;
	top:107px;
	position: absolute;
	background: url(../global-images/ourstory_blackbox-bgr.png) no-repeat center;
}
.story_opt1
{
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	left:45px;
	top:120px;
	position: absolute;
}
.story_opt2
{
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	left:45px;
	top:200px;
	position: absolute;
}
.story_opt3
{
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	left:45px;
	top:280px;
	position: absolute;
}
.ourstory_detail1
{
	width:521px;
	height:290px;
	left: 205px;
	top: 120px;
	border-right:1px solid #86D7F6;
	position: absolute;
}
.ourstory_detail1_text
{
	color:#FFFFFF;
	padding: 0px 20px 0px 22px;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:11px;
}
.ourstory_detail1_text a
{
color:#ffffff;
text-decoration:underline;
}
.ourstory_detail2
{
	width:153px;
	height:290px;
	left: 525px;
	top: 18px;
	position: absolute;
}
.ourstory_detail2_text
{
	color:#FFFFFF;
	padding: 0px 17px 0px 17px;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
}
.ourstory_detail2_text a
{
	color:#ffffff;
	text-decoration:underline;
}
/************************* rumstory *****************************/
#rumstory.content
{
	background: url(../global-images/rumstory_bgr.jpg) no-repeat center;
}
.rumstory_title
{
	position: absolute;
	left:663px;
	top:60px;		
}
.rumstory_content_background
{
	width:695px;
	height:326px;
	left:192px;
	top:107px;
	position: absolute;
	background: url(../global-images/rumstory_blackbox-bgr.png) no-repeat center;
}
.rumstory_detail1
{
	width:521px;
	height:290px;
	left: 205px;
	top: 120px;
	border-right:1px solid #86D7F6;
	position: absolute;
}
.rumstory_detail1_text
{
	color:#FFFFFF;
	padding: 0px 20px 0px 22px;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
.rumstory_detail1_text a
{
color:#ffffff;
text-decoration:underline;
}
.rumstory_detail2
{
	width:153px;
	height:290px;
	left: 525px;
	top: 18px;
	position: absolute;
}
.rumstory_detail2_text
{
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
}
.rumstory_detail2_text a
{
	color:#ffffff;
	text-decoration:underline;
}
/************************* st_kitts *****************************/
#st_kitts.content
{
	background: url(../global-images/st_kitts_bgr.jpg) no-repeat center;
}
.st_kitts_title
{
	position: absolute;
	left:750px;
	top:60px;		
}
.st_kitts_content_background
{
	width:695px;
	height:326px;
	left:192px;
	top:107px;
	position: absolute;
	background: url(../global-images/st_kitts_blackbox-bgr.png) no-repeat center;
}
.st_kitts_detail1
{
	width:521px;
	height:290px;
	left: 205px;
	top: 120px;
	border-right:1px solid #86D7F6;
	position: absolute;
}
.st_kitts_detail1_text1
{
	width:490px;
	height:290px;
	left: 22px;
	top: 0px;
	position: absolute;

	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
.st_kitts_detail1_text2
{
	width:365px;
	height:290px;
	left: 21px;
	top: 95px;
	position: absolute;

	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}

.st_kitts_detail1_text1 a
{
color:#ffffff;
text-decoration:underline;
}
.st_kitts_detail1_text2 a
{
color:#ffffff;
text-decoration:underline;
}
.st_kitts_detail1_img
{
	width:121px;
	height:174px;
	left:384px;
	top:109px;
	position: absolute;
	background: url(../global-images/st_kitts_img1.png) no-repeat center;
}
.st_kitts_detail2
{
	width:153px;
	height:290px;
	left: 525px;
	top: 18px;
	position: absolute;
}
.st_kitts_detail2_text
{
	padding: 0px 17px 0px 17px;
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}
.st_kitts_detail2_text a
{
	color:#ffffff;
	text-decoration:underline;
}
/************************* rumpages vanilla *****************************/
#rumpages_vanilla.content
{
	background: url(../global-images/rumpage_vanilla-bgr.jpg) no-repeat center;
}
.rumpages_vanilla_title
{
	position: absolute;
	left:320px;
	top:100px;		
}
.rumpages_vanilla_title2
{
	position: absolute;
	left:420px;
	top:210px;		
}
.rumpages_vanilla_glass
{
	position: absolute;
	left:650px;
	top:80px;		
}
.rumpages_vanilla_bottle
{
	position: absolute;
	left:795px;
	top:23px;		
}
.rumpages_vanilla_content_background
{
	position: absolute;
	width:262px;
	height:362px;
	left: 30px;
	top: 65px;
	background-image:url(../global-images/description-bgr.png);
}
.rumpages_vanilla_content
{
	padding: 10px 10px 10px 10px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}
.rumpages_vanilla_content a{
	color: #ffffff;
	padding: 0 3px;
	text-decoration: underline;
}
.rumpages_vanilla_recipes
{
	width:190px;
	height:290px;
	left: 420px;
	top: 260px;
	color:#000000;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height: 12px;
	position: absolute;
	z-index:5;
}
.rumpages_vanilla_recipes a{
	color: #036ea3;
	text-decoration: underline;
}
.rumpages_vanilla_recipes a:hover{
	color: #000000;
}
.rumpages_vanilla_featured2
{
	z-index:5;
	left: 510px;
	top: 399px;
	color:#036ea3;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height: 11px;
	position: absolute;
	text-align:right;
}

.rumpages_vanilla_buyonline
{
	color: #036ea3;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	left: 582px;
	top: 443px;
	text-transform: uppercase;
	position: absolute;
	z-index:5;
}
.rumpages_vanilla_buyonline a{
	padding: 0 6px;
	text-decoration: underline;
}
.rumpages_vanilla_buyonline a:hover{
	color: #000000;
}
/************************* rumpages coconut *****************************/
#rumpages_coconut.content
{
	background: url(../global-images/rumpage_coconut-bgr.jpg) no-repeat center;
}
.rumpages_coconut_title
{
	position: absolute;
	left:330px;
	top:63px;		
}
.rumpages_coconut_title2
{
	position: absolute;
	left:365px;
	top:120px;		
}
.rumpages_coconut_glass
{
	position: absolute;
	left:530px;
	top:88px;		
}
.rumpages_coconut_bottle
{
	position: absolute;
	left:795px;
	top:23px;		
}
.rumpages_coconut_content_background
{
	position: absolute;
	width:262px;
	height:362px;
	left: 30px;
	top: 65px;
	background-image:url(../global-images/description-bgr.png);
}
.rumpages_coconut_content
{
	padding: 10px 10px 10px 10px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}
.rumpages_coconut_content a{
	color: #ffffff;
	padding: 0 3px;
	text-decoration: underline;
}
.rumpages_coconut_recipes
{
	width:200px;
	height:290px;
	left: 367px;
	top:200px;
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	position: absolute;
	line-height:13px;
	z-index:5;
}
.rumpages_coconut_recipes a{
	color: #036ea3;
	text-decoration: underline;
}
.rumpages_coconut_recipes a:hover{
	color: #000000;
}
.rumpages_coconut_featured2
{
	z-index:5;
	left: 655px;
	top: 360px;
	color:#036ea3;
	font-size:9px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 11px;
	position: absolute;
}

.rumpages_coconut_buyonline
{
	color: #036ea3;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	left: 565px;
	top: 440px;
	text-transform: uppercase;
	position: absolute;
	z-index:5;
	
}
.rumpages_coconut_buyonline a{
	padding: 0 6px;
	text-decoration: underline;
}
.rumpages_coconut_buyonline a:hover
{
	color: #000000;
}
/************************* rumpages coffee *****************************/
#rumpages_coffee.content
{
	background: url(../global-images/rumpage_coffee-bgr.jpg) no-repeat center;
}
.rumpages_coffee_title
{
	position: absolute;
	left:390px;
	top:43px;		
}
.rumpages_coffee_title2
{
	position: absolute;
	left:425px;
	top:210px;		
}
.rumpages_coffee_glass
{
	position: absolute;
	left:610px;
	top:120px;		
}
.rumpages_coffee_bottle
{
	position: absolute;
	left:795px;
	top:23px;		
}
.rumpages_coffee_content_background
{
	position: absolute;
	width:262px;
	height:362px;
	left: 30px;
	top: 65px;
	background-image:url(../global-images/description-bgr.png);
}
.rumpages_coffee_content
{
	padding: 10px 10px 10px 10px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}
.rumpages_coffee_content a{
	color: #ffffff;
	padding: 0 3px;
	text-decoration: underline;
}
.rumpages_coffee_recipes
{
	width:190px;
	height:290px;
	left: 428px;
	top: 255px;
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height: 12px;
	position: absolute;
	z-index:5;
}
.rumpages_coffee_recipes a{
	color: #036ea3;
	text-decoration: underline;
}
.rumpages_coffee_recipes a:hover{
	color: #000000;
}
.rumpages_coffee_featured2
{
	z-index:5;
	left: 551px;
	top: 379px;
	color:#036ea3;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height: 11px;
	position: absolute;
	text-align:right;
}

.rumpages_coffee_buyonline
{
	color: #036ea3;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	left: 585px;
	top: 440px;
	text-transform: uppercase;
	position: absolute;
	z-index:5;
	
}
.rumpages_coffee_buyonline a{
	padding: 0 6px;
	text-decoration: underline;
}
.rumpages_coffee_buyonline a:hover
{
	color: #000000;
}
/************************* rumpages lime *****************************/
#rumpages_lime.content
{
	background: url(../global-images/rumpage_lime-bgr.jpg) no-repeat center;
}
.rumpages_lime_title
{
	position: absolute;
	left:340px;
	top:80px;		
}
.rumpages_lime_title2
{
	position: absolute;
	left:410px;
	top:160px;		
}
.rumpages_lime_glass
{
	position: absolute;
	left:570px;
	top:120px;		
}
.rumpages_lime_bottle
{
	position: absolute;
	left:795px;
	top:23px;		
}
.rumpages_lime_content_background
{
	position: absolute;
	width:262px;
	height:362px;
	left: 30px;
	top: 65px;
	background-image:url(../global-images/description-bgr.png);
}
.rumpages_lime_content
{
	padding: 10px 10px 10px 10px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}
.rumpages_lime_content a{
	color: #ffffff;
	padding: 0 3px;
	text-decoration: underline;
}
.rumpages_lime_recipes
{
	width:190px;
	height:290px;
	left: 412px;
	top: 208px;
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height: 12px;
	position: absolute;
	z-index:5;
}
.rumpages_lime_recipes a{
	color: #036ea3;
	text-decoration: underline;
}
.rumpages_lime_recipes a:hover{
	color: #000000;
}
.rumpages_lime_featured2
{
	z-index:5;
	left: 457px;
	top: 410px;
	color:#036ea3;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height: 11px;
	position: absolute;
	text-align:left;
}

.rumpages_lime_buyonline
{
	color: #036ea3;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	left: 565px;
	top: 440px;
	text-transform: uppercase;
	position: absolute;
	z-index:5;
	
}
.rumpages_lime_buyonline a{
	padding: 0 6px;
	text-decoration: underline;
}
.rumpages_lime_buyonline a:hover
{
	color: #000000;
}
/************************* rumpages mango *****************************/
#rumpages_mango.content
{
	background: url(../global-images/rumpage_mango-bgr.jpg) no-repeat center;
}
.rumpages_mango_title
{
	position: absolute;
	left:330px;
	top:80px;		
}
.rumpages_mango_title2
{
	position: absolute;
	left:350px;
	top:220px;		
}
.rumpages_mango_glass
{
	position: absolute;
	left:590px;
	top:50px;		
}
.rumpages_mango_bottle
{
	position: absolute;
	left:795px;
	top:23px;		
}
.rumpages_mango_content_background
{
	position: absolute;
	width:262px;
	height:362px;
	left: 30px;
	top: 65px;
	background-image:url(../global-images/description-bgr.png);
}
.rumpages_mango_content
{
	padding: 10px 10px 10px 10px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}
.rumpages_mango_content a{
	color: #ffffff;
	padding: 0 3px;
	text-decoration: underline;
}
.rumpages_mango_recipes
{
	width:200px;
	height:290px;
	left: 353px;
	top: 265px;
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height: 12px;
	position: absolute;
	z-index:5;
}
.rumpages_mango_recipes a{
	color: #036ea3;
	text-decoration: underline;
}
.rumpages_mango_recipes a:hover{
	color: #000000;
}
.rumpages_mango_featured2
{
	z-index:5;
	left: 463px;
	top: 405px;
	color:#036ea3;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height: 11px;
	position: absolute;
	text-align:left;
}

.rumpages_mango_buyonline
{
	color: #036ea3;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	left: 565px;
	top: 440px;
	text-transform: uppercase;
	position: absolute;
	z-index:5;
	
}
.rumpages_mango_buyonline a{
	padding: 0 6px;
	text-decoration: underline;
}
.rumpages_mango_buyonline a:hover
{
	color: #000000;
}
/************************* islandclub_signup *****************************/
#island_club_signup.content
{
	background: url(../global-images/islandclub_signup_bgr.jpg) no-repeat center;
}
.island_club_signup_title
{
	position: absolute;
	left:588px;
	top:61px;		
}
.island_club_signup_content
{
	width:330px;
	height:290px;
	left: 320px;
	top: 130px;
	color:#ffffff;
	border-right:1px solid #86D7F6;
	padding-right:30px;
	position: absolute;
}
.island_club_signup_content_background
{
	position: absolute;
	width:858px;
	height:327px;
	left:33px;
	top:107px;
	background-image:url(../global-images/island_club-bgr.png);
}
.club_img
{
	position: absolute;
	width:261px;
	height:300px;
	left:17px;
	top:14px;
}
.island_club_signup_title_text
{
	left: 300px;
	top: 24px;
	width:300px;
	color:#ffffff;
	position: absolute;
	font: 12px "Century Gothic","Hiragino Gothic Pro",Arial,Helvetica,Sans-Serif;
	font-weight:bold;
}
.island_club_signup_content1
{
	left:333px;
	top:154px;
	width:274px;
	height:265px;
	color:#ffffff;
	position: absolute;
	font: 10px Arial,Helvetica,Sans-Serif;
	border-right:1px solid #86D7F6;
}
.island_club_signup_content2
{
	left:614px;
	top:154px;
	width:280px;
	height:265px;
	color:#ffffff;
	position: absolute;
	font: 10px Arial,Helvetica,Sans-Serif;
}
.island_club_clear_btn
{
	left:725px;
	top:400px;
	position: absolute;
}
.island_club_submit_btn
{
	left:802px;
	top:400px;
	position: absolute;
}
/************************* access_denine *****************************/
#access_denine.content
{
	background: url(../global-images/access_denine_bgr.jpg) no-repeat center;
}
.access_denine_text1
{
	width:283px;
	height:12px;
	left:60px;
	top:215px;
	position: absolute;
	color:#000000;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
}
.access_denine_text1 a
{
	color:#021784;
	text-decoration:none;
}
.access_denine_text1 a:hover
{
	color:#021784;
	text-decoration:underline;
}

.access_denine_title
{
	color:#000000;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}
.access_denine_text2
{
	width:283px;
	height:12px;
	left:60px;
	top:335px;
	position: absolute;
	color:#000000;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
}
.access_denine_text2 a
{
	color:#021784;
	text-decoration:none;
}
.access_denine_text2 a:hover
{
	color:#021784;
	text-decoration:underline;
}
/************************* rum_russian *****************************/
#rum_russian.content
{
	background: url(../global-images/rum_russian_bgr.jpg) no-repeat center;
}
.rum_russian_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.rum_russian_title2
{
	position: absolute;
	left:100px;
	top:230px;		
}
.rum_russian_glass
{
	position: absolute;
	left:430px;
	top:120px;		
}
.rum_russian_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 290px;
	top: 350px;
	position: absolute;
}
.rum_russian_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:107px;
	top:282px;
	position: absolute;
}
.rum_russian_img
{
	width:43px;
	height:57px;
	left:73px;
	top:2px;
	position:absolute;
	background: url(../global-images/rum_russian_img.png) no-repeat center;
}
.rum_russian_text
{
	width:190px;
	height:30px;
	left:0px;
	top:70px;
	position:absolute;
	text-align:center;
}
/************************* espresso_tini *****************************/
#espresso_tini.content
{
	background: url(../global-images/espresso_tini_bgr.jpg) no-repeat center;
}
.espresso_tini_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.espresso_tini_title2
{
	position: absolute;
	left:100px;
	top:230px;		
}
.espresso_tini_glass
{
	position: absolute;
	left:410px;
	top:70px;		
}
.coffee_opt_background
{
	width:190px;
	height:326px;
	left:675px;
	top:107px;
	position: absolute;
	background: url(../global-images/drinks_blackbox-bgr.png) no-repeat center;
}
.espresso_tini_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:110px;
	top:282px;
	position: absolute;
	width: 309px;
}

.coffee_opt1
{
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:12px;
	width:190px;
	left:680px;
	top:130px;
	position: absolute;
	text-align:center;
}
.coffee_opt1 a
{	
	color:#FFFFFF;
	text-decoration:none;
}
.coffee_opt1 a:hover
{	
	color:#FFFFFF;
	text-decoration:underline;
}
.coffee_opt2
{
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:12px;
	width:190px;
	left:680px;
	top:230px;
	position: absolute;
	line-height:30px;
	text-align:center;
}
.coffee_opt2 a
{	
	color:#FFFFFF;
	text-decoration:none;
}

.coffee_opt2 a:hover
{	
	color:#FFFFFF;
	text-decoration:underline;
}
.coffee_opt3
{
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:12px;
	width:190px;
	left:680px;
	top:330px;
	position: absolute;
	line-height:30px;
	text-align:center;
}
.coffee_opt3 a
{	
	color:#FFFFFF;
	text-decoration:none;
}

.coffee_opt3 a:hover
{	
	color:#FFFFFF;
	text-decoration:underline;
}
.espresso_tini_img
{
	width:50px;
	height:65px;
	left:70px;
	top:5px;
	position:absolute;
	background-position:center;
	background: url(../global-images/espresso_tini_img.png) no-repeat center;
}
.espresso_tini_text
{
	width:190px;
	height:30px;
	left:0px;
	top:70px;
	position:absolute;
	text-align:center;
}
.coffee_on_the_rocks_img
{
	width:47px;
	height:61px;
	left:71px;
	top:5px;
	position:absolute;
	background-position:center;
	background: url(../global-images/coffee_on_the_rocks_img.png) no-repeat center;
}
.coffee_on_the_rocks_text
{
	width:190px;
	height:30px;
	left:0px;
	top:62px;
	position:absolute;
	text-align:center;
}
.espresso_tini_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 315px;
	top: 350px;
	position: absolute;
}
/************************* coffee_on_the_rocks *****************************/
#coffee_on_the_rocks.content
{
	background: url(../global-images/coffee_on_the_rocks_bgr.jpg) no-repeat center;
}
.bgr_drinks_title
{
	position: absolute;
	left:675px;
	top:60px;		
}
.coffee_on_the_rocks_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.coffee_on_the_rocks_title2
{
	position: absolute;
	left:100px;
	top:230px;		
}
.coffee_on_the_rocks_glass
{
	position: absolute;
	left:410px;
	top:110px;		
}
.coffee_on_the_rocks_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 276px;
	top: 358px;
	position: absolute;
}
.coffee_on_the_rocks_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:110px;
	top:282px;
	position: absolute;
	width: 258px;
}





















/************************* cream_soda *****************************/
#cream_soda.content
{
	background: url(../global-images/cream_soda_bgr.jpg) no-repeat center;
	background-position: -40px -40px;
}
.vanilla_opt_background
{
	width:190px;
	height:326px;
	left:675px;
	top:107px;
	position: absolute;
	background: url(../global-images/drinks_blackbox-bgr.png) no-repeat center;
}
.cream_soda_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 300px;
	top: 350px;
	position: absolute;
}
.cream_soda_icons
{
	left: 130px;
	top: 347px;
	width:200px;
	height:auto;
	position: absolute;
}
.cream_soda_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:131px;
	top:282px;
	position: absolute;
}

.vanilla_opt1
{
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:12px;
	width:190px;
	left:0px;
	top:20px;
	position: absolute;
	text-align:center;
}
.vanilla_opt1 a
{	
	color:#FFFFFF;
	text-decoration:none;
}
.vanilla_opt1 a:hover
{	
	color:#FFFFFF;
	text-decoration:underline;
}
.vanilla_opt2
{
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:12px;
	width:190px;
	left:0px;
	top:115px;
	position: absolute;
	line-height:30px;
	text-align:center;
}
.vanilla_opt2 a
{	
	color:#FFFFFF;
	text-decoration:none;
}

.vanilla_opt2 a:hover
{	
	color:#FFFFFF;
	text-decoration:underline;
}
.vanilla_opt3
{
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:12px;
	width:190px;
	left:0px;
	top:220px;
	position: absolute;
	line-height:30px;
	text-align:center;
}
.vanilla_opt3 a
{	
	color:#FFFFFF;
	text-decoration:none;
}

.vanilla_opt3 a:hover
{	
	color:#FFFFFF;
	text-decoration:underline;
}
.cream_soda_img
{
	width:36px;
	height:67px;
	left:77px;
	top:0px;
	position:absolute;
	background: url(../global-images/cream_soda_img.png) no-repeat center;
}
.cream_soda_text
{
	width:190px;
	height:30px;
	left:0px;
	top:72px;
	position:absolute;
	text-align:center;
}
.creamsicle_img
{
	width:37px;
	height:67px;
	left:77px;
	top:5px;
	position:absolute;
	background-position:center;
	background: url(../global-images/creamsicle_img.png) no-repeat center;
}
.creamsicle_text
{
	width:190px;
	height:30px;
	left:0px;
	top:68px;
	position:absolute;
	text-align:center;
}
.vanilla_on_the_rocks_text
{
	width:190px;
	height:30px;
	left:0px;
	top:62px;
	position:absolute;
	text-align:center;
}
#drinktab
{
	left:864px;
	top:107px;
	width:21px;
	height:326px;
	position: absolute;
}

.drinktab_coffee_text
{
	left:2px;
	top:12px;
	width:13px;
	height:43px;
	position: absolute;
	background-image:url(../global-images/drinktab_coffee_text.png);
	z-index:5;
}
.drinktab_lime_text
{
	left:2px;
	top:13px;
	width:13px;
	height:36px;
	position: absolute;
	background-image:url(../global-images/drinktab_lime_text.png);
	z-index:5;
}
.drinktab_mango_text
{
	left:2px;
	top:6px;
	width:13px;
	height:50px;
	position: absolute;
	background-image:url(../global-images/drinktab_mango_text.png);
	z-index:5;
}
.drinktab_coconut_text
{
	left:2px;
	top:4px;
	width:13px;
	height:54px;
	position: absolute;
	background-image:url(../global-images/drinktab_coconut_text.png);
	z-index:5;
}
.drinktab_vanilla_text
{
	left:2px;
	top:9px;
	width:13px;
	height:45px;
	position: absolute;
	background-image:url(../global-images/drinktab_vanilla_text.png);
	z-index:5;
}


.drinktab_coffee
{
	left:0px;
	top:0px;
	width:21px;
	height:63px;
	position: absolute;
	background-image:url(../global-images/drinktab.png);
}
.drinktab_lime
{
	left:0px;
	top:65px;
	width:21px;
	height:63px;
	position: absolute;
	background-image:url(../global-images/drinktab.png);
}
.drinktab_mango
{
	left:0px;
	top:131px;
	width:21px;
	height:63px;
	position: absolute;
	background-image:url(../global-images/drinktab.png);
}
.drinktab_coconut
{
	left:0px;
	top:197px;
	width:21px;
	height:63px;
	position: absolute;
	background-image:url(../global-images/drinktab.png);
}

.drinktab_vanilla
{
	left:0px;
	top:263px;
	width:21px;
	height:63px;
	position: absolute;
	background-image:url(../global-images/drinktab.png);
}

.drinktab_coffee_bold
{
	left:0px;
	top:0px;
	width:21px;
	height:63px;
	position: absolute;
	background-image:url(../global-images/drinktab_bold.png);
}
.drinktab_lime_bold
{
	left:0px;
	top:65px;
	width:21px;
	height:63px;
	position: absolute;
	background-image:url(../global-images/drinktab_bold.png);
}
.drinktab_mango_bold
{
	left:0px;
	top:131px;
	width:21px;
	height:63px;
	position: absolute;
	background-image:url(../global-images/drinktab_bold.png);
}
.drinktab_coconut_bold
{
	left:0px;
	top:197px;
	width:21px;
	height:63px;
	position: absolute;
	background-image:url(../global-images/drinktab_bold.png);
}
.drinktab_vanilla_bold
{
	left:0px;
	top:263px;
	width:21px;
	height:63px;
	position: absolute;
	background-image:url(../global-images/drinktab_bold.png);
}
.drink_connects
{
	top:420px;
	left:40px;
	position: absolute;
}
.drink_connects a
{
	font-size:10px;
	color:#666666;
}
/************************* fuzzy_mango *****************************/
#fuzzy_mango.content
{
	background: url(../global-images/fuzzy_mango_bgr.jpg) no-repeat center;
}
.fuzzy_mango_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.fuzzy_mango_title2
{
	position: absolute;
	left:107px;
	top:230px;		
}
.fuzzy_mango_glass
{
	position: absolute;
	left:475px;
	top:70px;		
}
.fuzzy_mango_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:107px;
	top:282px;
	position: absolute;
	width: 304px;
}
.fuzzy_mango_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 327px;
	top: 375px;
	position: absolute;
}
.fuzzy_mango_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 327px;
	top: 375px;
	position: absolute;
}
.fuzzy_mango_img
{
	width:33px;
	height:61px;
	left:75px;
	top:2px;
	position:absolute;
	background: url(../global-images/fuzzy_mango_img.png) no-repeat center;
}
/************************* mango_mojito *****************************/
#mango_mojito.content
{
	background: url(../global-images/mango_mojito_bgr.jpg) no-repeat center;
}
.mango_mojito_title
{
	position: absolute;
	left:65px;
	top:80px;		
}
.mango_mojito_title2
{
	position: absolute;
	left:107px;
	top:240px;		
}
.mango_mojito_glass
{
	position: absolute;
	left:405px;
	top:150px;		
}
.mango_mojito_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 290px;
	top: 360px;
	position: absolute;
}
.mango_mojito_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:107px;
	top:290px;
	position: absolute;
	width: 286px;
}
.mango_mojito_img
{
	width:60px;
	height:56px;
	left:65px;
	top:2px;
	position:absolute;
	background: url(../global-images/mango_mojito_img.png) no-repeat center;
}
/************************* mango_ruby *****************************/
#mango_ruby.content
{
	background: url(../global-images/mango_ruby_bgr.jpg) no-repeat center;
}
.mango_ruby_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.mango_ruby_title2
{
	position: absolute;
	left:107px;
	top:240px;		
}
.mango_ruby_glass
{
	position: absolute;
	left:465px;
	top:60px;		
}
.mango_ruby_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 320px;
	top: 370px;
	position: absolute;
}
.mango_ruby_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:131px;
	top:282px;
	position: absolute;
}
.mango_ruby_img
{
	width:20px;
	height:56px;
	left:83px;
	top:12px;
	position:absolute;
	background: url(../global-images/mango_ruby_img.png) no-repeat center;
}
/************************* bay_breeze *****************************/
#bay_breeze.content
{
	background: url(../global-images/bay_breeze_bgr.jpg) no-repeat center;
}
.bay_breeze_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.bay_breeze_title2
{
	position: absolute;
	left:107px;
	top:240px;		
}
.bay_breeze_glass
{
	position: absolute;
	left:400px;
	top:38px;		
}
.bay_breeze_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 330px;
	top: 379px;
	position: absolute;
}
.bay_breeze_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:108px;
	top:290px;
	position: absolute;
	width: 242px;
}
.bay_breeze_img
{
	width:44px;
	height:70px;
	left:73px;
	top:2px;
	position:absolute;
	background: url(../global-images/bay_breeze_img.png) no-repeat center;
}
/************************* blue_island *****************************/
#blue_island.content
{
	background: url(../global-images/blue_island_bgr.jpg) no-repeat center;
}
.blue_island_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.blue_island_title2
{
	position: absolute;
	left:107px;
	top:240px;		
}
.blue_island_glass
{
	position: absolute;
	left:470px;
	top:60px;		
}
.blue_island_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 343px;
	top: 374px;
	position: absolute;
}
.blue_island_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:107px;
	top:290px;
	position: absolute;
	width: 316px;
}
.blue_island_img
{
	width:24px;
	height:64px;
	left:84px;
	top:2px;
	position:absolute;
	background: url(../global-images/blue_island_img.png) no-repeat center;
}
/************************* coco_jito *****************************/
#coco_jito.content
{
	background: url(../global-images/coco_jito_bgr.jpg) no-repeat center;
}
.coco_jito_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.coco_jito_title2
{
	position: absolute;
	left:107px;
	top:240px;		
}
.coco_jito_glass
{
	position: absolute;
	left:430px;
	top:140px;		
}
.coco_jito_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 301px;
	top: 369px;
	position: absolute;
}
.coco_jito_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:108px;
	top:294px;
	position: absolute;
	width: 292px;
}
.coco_jito__img
{
	width:39px;
	height:58px;
	left:73px;
	top:2px;
	position:absolute;
	background: url(../global-images/coco_jito__img.png) no-repeat center;
}
/************************* lime_daiquiri *****************************/
#lime_daiquiri.content
{
	background: url(../global-images/lime_daiquiri_bgr.jpg) no-repeat center;
}
.lime_daiquiri_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.lime_daiquiri_title2
{
	position: absolute;
	left:107px;
	top:240px;		
}
.lime_daiquiri_glass
{
	position: absolute;
	left:410px;
	top:100px;		
}
.lime_daiquiri_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 300px;
	top: 375px;
	position: absolute;
}
.lime_daiquiri_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:107px;
	top:290px;
	position: absolute;
	width: 312px;
}
.lime_daiquiri_img
{
	width:43px;
	height:62px;
	left:74px;
	top:2px;
	position:absolute;
	background-position:center;
	background: url(../global-images/lime_daiquiri_img.png) no-repeat center;
}
/************************* lime_fizz *****************************/
#lime_fizz.content
{
	background: url(../global-images/lime_fizz_bgr.jpg) no-repeat center;
}
.lime_fizz_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.lime_fizz_title2
{
	position: absolute;
	left:107px;
	top:240px;		
}
.lime_fizz_glass
{
	position: absolute;
	left:440px;
	top:40px;		
}
.lime_fizz_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:107px;
	top:290px;
	position: absolute;
}
.lime_fizz_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 300px;
	top: 375px;
	position: absolute;
}
.lime_fizz_img
{
	width:33px;
	height:73px;
	left:81px;
	top:2px;
	position:absolute;
	background-position:center;
	background: url(../global-images/lime_fizz_img.png) no-repeat center;
}
/************************* lime_mojito *****************************/
#lime_mojito.content
{
	background: url(../global-images/lime_mojito_bgr.jpg) no-repeat center;
}
.lime_mojito_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.lime_mojito_title2
{
	position: absolute;
	left:107px;
	top:240px;		
}
.lime_mojito_glass
{
	position: absolute;
	left:400px;
	top:50px;		
}
.lime_mojito_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 300px;
	top: 375px;
	position: absolute;
}
.lime_mojito_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:107px;
	top:290px;
	position: absolute;
	width: 295px;
}
.lime_mojito_img
{
	width:39px;
	height:63px;
	left:74px;
	top:2px;
	position:absolute;
	background: url(../global-images/lime_mojito_img.png) no-repeat center;
}
/************************* creamsicle *****************************/
#creamsicle.content
{
	background: url(../global-images/creamsicle_bgr.jpg) no-repeat center;
}
.creamsicle_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.creamsicle_title2
{
	position: absolute;
	left:107px;
	top:240px;		
}
.creamsicle_glass
{
	position: absolute;
	left:390px;
	top:40px;		
}
.creamsicle_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 336px;
	top: 381px;
	position: absolute;
}
.creamsicle_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:107px;
	top:290px;
	position: absolute;
	width: 286px;
}
.creamsicle_img
{
	width:36px;
	height:69px;
	left:77px;
	top:5px;
	position:absolute;
	background-position:center;
	background: url(../global-images/creamsicle_img.png) no-repeat center;
}
/************************* cream_soda *****************************/
#cream_soda.content
{
	background: url(../global-images/cream_soda_bgr.jpg) no-repeat center;
}
.cream_soda_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.cream_soda_title2
{
	position: absolute;
	left:107px;
	top:240px;		
}
.cream_soda_glass
{
	position: absolute;
	left:440px;
	top:70px;		
}
.cream_soda_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 359px;
	top: 354px;
	position: absolute;
}
.cream_soda_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
copyright
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:107px;
	top:290px;
	position: absolute;
	width: 257px;
}
.cream_soda_img
{
	width:22px;
	height:61px;
	left:84px;
	top:0px;
	position:absolute;
	background: url(../global-images/cream_soda_img.png) no-repeat center;
}
/************************* vanilla_on_the_rocks *****************************/
#vanilla_on_the_rocks.content
{
	background: url(../global-images/vanilla_on_the_rocks_bgr.jpg) no-repeat center;
}
.vanilla_on_the_rocks_title
{
	position: absolute;
	left:55px;
	top:80px;		
}
.vanilla_on_the_rocks_title2
{
	position: absolute;
	left:107px;
	top:240px;		
}
.vanilla_on_the_rocks_glass
{
	position: absolute;
	left:430px;
	top:60px;		
}
.vanilla_on_the_rocks_featured
{
	font-family:"Trebuchet MS", arial;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	color:#777b7d;
	left: 330px;
	top: 375px;
	position: absolute;
}
.vanilla_on_the_rocks_recipes
{
	font-family:"Trebuchet MS", arial;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#000000;
	left:107px;
	top:290px;
	position: absolute;
	width: 286px;
}
.vanilla_on_the_rocks_img
{
	width:35px;
	height:61px;
	left:80px;
	top:3px;
	position:absolute;
	background-position:center;
	background: url(../global-images/vanilla_on_the_rocks_img.png) no-repeat center;
}
/************************* thankyou/index *****************************/
.thankyou_detail
{
	width:530px;
	height:290px;
	left: 359px;
	top: 132px;
	position: absolute;
}
.thankyou_detail_text
{
	color:#FFFFFF;
	padding: 0px 20px 0px 22px;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
w
