* {
	margin: 0;
	padding: 0;
}
body {
/*	background: #303185 url(../images/site_bg.gif) no-repeat scroll left top;*/
	background: #000000 url(../images/bg_page.gif) repeat-x scroll 0 0;

	height: 750px;
	width: 7000px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	overflow-x: hidden;
	
}
#robot_container {
	width: 2160px;
	height: 768px;
}
a {
	color: #28147e;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a img {
	border: 0;
}
p {
	margin-bottom: 18px;
}
object { outline:none; }

h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 10px;
	font-weight: normal;
}
h5 {
	font-size: 10px;
	font-weight: bold;
}
img { -ms-interpolation-mode:bicubic; }

.tr {
	/* text replacement */
	overflow: hidden;
	text-indent: -5000px;
	display: block;
}

#navigation, #columns, #footer {
	width: 7400px;
}

#navigation {
	position: fixed;
	top: 21px;
	left: 0;
	background: transparent url(../images/nav_bg_10.png) 0 0 repeat;
	height: 74px;
	z-index: 2;
}


#navigation #nav_icons {
	
}
#navigation #nav_icons li {
	list-style-type: none;
	float: left;
	
}
#navigation #nav_icons li a {
	display: block;
	overflow: hidden;
	text-indent:-5000px;
	width: 85px;
	height: 74px;
}
#navigation #nav_icons #n_about a {
	background: transparent url(../images/nav-01.png) 0 0 no-repeat;
}
#navigation #nav_icons #n_about a.scrolling {
	background: transparent url(../images/nav-01-selected.png) 0 0 no-repeat;
}
#navigation #nav_icons #n_events a {
	background: transparent url(../images/nav-03.png) 0 0 no-repeat;
}
#navigation #nav_icons #n_events a.scrolling {
	background: transparent url(../images/nav-03-selected.png) 0 0 no-repeat;
}
#navigation #nav_icons #n_cocktails a {
	background: transparent url(../images/nav-04.png) 0 0 no-repeat;
}
#navigation #nav_icons #n_cocktails a.scrolling {
	background: transparent url(../images/nav-04-selected.png) 0 0 no-repeat;
}
#navigation #nav_icons #n_bot a {
	background: transparent url(../images/nav-05-yellow.png) 0 0 no-repeat;
}
#navigation #nav_icons #n_bot a.scrolling {
	background: transparent url(../images/nav-05-selected.png) 0 0 no-repeat;
}
#navigation #nav_icons #n_ads a {
	background: transparent url(../images/nav-06.png) 0 0 no-repeat;
}
#navigation #nav_icons #n_ads a.scrolling {
	background: transparent url(../images/nav-06-selected.png) 0 0 no-repeat;
}



/*.column {
	float: left;
	width: 985px;
	clear: none;
	margin: 104px 0 0 65px;
	position: relative;
}*/
.column {
/*	float: left;*/
	width: 985px;
	clear: none;
/*	margin: 104px 0 0 65px;*/
	position: absolute;
	padding-top: 104px;
	top: 0;
	z-index: 1;
}
.ie .column {
	padding-top: 124px;
}
.column#landing_section {
	left: 0;
	top: 0px;
}
.column#about {
	left: 1050px;
}
.column#cocktails {
	left: 2100px;
}


.column#events {
	left: 3150px;
}
.column#ads {
	left: 4200px;
}

.column#bot {
	left:5250px;
	width:965px;
	display:none;
}

/*.column#ads {
	left: 3150px;
}
*/

.column .column_content {
	height: 600px;
	background: transparent url(../images/content_bg.png) 0 0 repeat-x;
	margin-top:30px;
	position: relative;
}

/*this is a "mask" that covers the next section (to the right) of where you are, so you can click on it to go there*/
.mask_next_section a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	height: 600px;
	width: 985px;
	text-indent: -5000px;
	overflow: hidden;	
}
.ie .mask_next_section {
	z-index: 100;
}


.subnav {
	position: absolute;
	left: 0;
	top: 95px;
	width: 985px;
	height: 24px;
	background-color:#ffd32a;
	z-index: 5;
	padding:3px 0
}
.subnav ul li {
	list-style-type: none;
	float: left;
	margin: 3px 0 0 17px;
}
.subnav + .column_content {
	z-index: 4;
}
.subnav a {
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: 5000px;
}



/* new in-nav footer */
#footer_new {
	position: fixed;
	top: 32px;
	right: 11px;
	text-align: right;
}
#footer_new li {
	list-style-type: none;
	text-align: right;
	height: 11px;
	margin-bottom: 2px;

}
#footer_new li a {
	height: 9px;
	display: block;
	overflow: hidden;
	text-indent: 5000px;
	text-align: right;
	float: right;
}
#footer_new #f_tc {
	width: 33px;
	background: transparent url(../images/footer_new_11.png) 0 0 no-repeat;
}
#footer_new #f_pp {
	width: 44px;
	background: transparent url(../images/footer_new_05.png) 0 0 no-repeat;
}
#footer_new #f_press {
	width: 31px;
	background: transparent url(../images/footer_new_07.png) 0 0 no-repeat;
}
#footer_new #f_contact {
	width: 63px;
	background: transparent url(../images/footer_new_03.png) 0 0 no-repeat;
}
#footer_new #f_trade {
	width: 33px;
	background: transparent url(../images/footer_new_09.png) 0 0 no-repeat;
}
#footer_new li a:hover {
	background-position: 0 -9px !important;
}


#landing_section {
/*	width: 885px;*/
	margin-left: 0;
}
#landing_section #landing_content {	
	/* background: transparent url(../images/landing_promo_bg.png) 0 0 repeat; */
}

#promo{
	position:absolute;
	left: 0;
	top: 330px;
	display: block;
	width:1025px;
	z-index:100
	/* background: transparent url(../images/landing/ad_promo.png) 0 0 no-repeat; */
}

#robot {
	position:absolute;
	left: 260px;
	top: 95px;
	display: block;
	z-index:1
}

#landing_section #home_landing_bottle {
	float: left;
	margin-top: 420px;
	margin-left: 19px;
}


#about {
}

h1#header_about {
	width: 650px;
	height: 52px;
	background: transparent url(../images/header_about.png) 0 0 no-repeat;
	margin-bottom: 11px;
}
#about_vodkas_text {
	padding-top: 15px;
	margin: 0 0 0 58px;
}
#about_vodkas #about_vodkas_text h1 {
	width: 275px;
	height: 51px;
	background: transparent url(../images/header_vodkas.png) 0 0 no-repeat;
	margin-bottom: 10px;
}
#about_vodkas #about_vodkas_text p {
	margin-left: 6px;
}

#about .about_bottle {
	float: left;
	margin: 54px 0 0 72px;
}
#about .about_landing_copy {
	padding: 175px 20px 0 0 ;
	margin: 0 0 0 270px;	
}

#about #about_accolades .about_accolades_copy {
	margin-left: 270px;
	padding-top: 63px;
	padding-right: 105px;
}
#about #about_accolades h1 {
	width: 400px;
	height: 48px;
	background: transparent url(../images/header_accolades.png) 0 0 no-repeat;
	margin-bottom: 10px;
} 
#about #about_accolades #accolades_chart {
	float: right;
}
#about #about_accolades #accolades_list {
	width: 390px;
}
#about #about_accolades #accolades_list li {
	list-style-type: none;
	height: 72px;
}
#about #about_accolades #accolades_list li .medals {
	float: left;
	width: 60px;
	text-align: right;
	padding-top: 5px;
}
#about #about_accolades #accolades_list li .awards_text {
	margin-left: 70px;
	padding-top: 20px;
	height: 46px;
	font-size: 10px;
	
	width: 348px;
}
#about #about_accolades #accolades_list li .awards_text strong {
	font-size: 12px;
}
#about #about_accolades .accolades_footer {
	margin: 66px 0 0 30px;
}
#about #about_accolades small {
	font-size: 9px;
}

/* about subnav */
#about .subnav #a_vodkas {
	background: url(../images/subnav/vodkas.png) 0 0 no-repeat;
	width: 56px;
}
#about .subnav #a_vodkas.selected {
	background: url(../images/subnav/vodkas.png) 0 -16px no-repeat;
}
#about .subnav #a_accolades {
	background: url(../images/subnav/accolodes.png) 0 0 no-repeat;
	width: 69px;
}
#about .subnav #a_accolades.selected {
	background: url(../images/subnav/accolodes.png) 0 -16px no-repeat;
}
#about .subnav #a_contact {
	background: url(../images/subnav/contact.png) 0 0 no-repeat;
	width: 57px;
}

#about .legal {
	left:45px;
	}
	
#landing_content .legal{
	position:absolute;
	left:608px;
	top:111px;

}

#about_vodkas .legal{
	position:relative;
	margin:-10px 0 0 58px;
}


.legal{
	font-size:10px;
	color:#666;
}

.column_content .legal{
	position:absolute;
	bottom:0px;
}
#cocktails .column_content .legal{ left:58px; }
#events .column_content .legal{ left:45px; }
#ads .column_content .legal{ left:45px; }



#cocktails {
	
}
#cocktails #drinks_landing {
	padding-top: 47px;
	margin-left: 60px;
}

#cocktails h1#header_cocktails {
	width: 350px;
	height: 50px;
	background: transparent url(../images/header_cocktails.png) 0 0 no-repeat;
	margin-bottom: 11px;
}
#cocktails #drink_list .drink {
	float: left;
	margin: 13px 15px 0 0;
}

#cocktails .drink .drink_title {
	margin-top:15px;
	}
	
#cocktails #drink_list .drink a {
	display: block;
	padding-top:5px;
	width: 135px;
	height: 160px;
	background: transparent url(../images/drinks/bg_drink.png) 0 0 no-repeat;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:25px;
}

#cocktails #drink_list a.over {
	background: transparent url(../images/drinks/bg_drink_hover.png) 0 0 no-repeat;
}


/*hover states for the above are done in JS*/

#cocktails #download_recipe {
/*	this link is persistent */
}

#cocktails .drinks_sub h1 {
	margin-bottom: 8px;
}
#cocktails .drinks_sub .drink_photo_column {
	margin: 7px 0 0 0;
	width: 350px;
	height:360px;
	float: left;
	display:block;
}

#cocktails .drink_recipes_column {
	margin-left: 345px;
	font-size: 10px;
	width: 420px;
}
#cocktails .drink_recipes_column ul {
	margin-bottom: 20px;
}
#cocktails .drink_recipes_column ul li {
	font-weight: bold;
	list-style-type: none;
}

#cocktails .drink_recipes_column {
	margin-top: 21px;
	padding-top:50px;
	width: 500px;
	position: relative;
}

#cocktails .drink_recipes_column h2 {
	margin-bottom: 25px; 
	height:55px;
	width:550px;
	display:block;

}

#cocktails .drink_recipes_column .column_left {
	width: 270px;
	float: left;
	margin-right: 20px;
}
#cocktails .drink_recipes_column .column_right {
	width: 270px;
	float: left;
}
.next_page {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.prev_page {
	display: block;
	font-size: 12px;
	font-weight: bold;	
}
#cocktails #drinks_two .next_page {
	position: absolute;
	top: 400px;
	right: 10px;
}
#cocktails #drinks_two .prev_page {
	position: absolute;
	top: 400px;
	left: 0px;
}

/* cocktails subnav */
#cocktails .subnav #d_future {
	background: url(../images/subnav/cocktails_02.png) 0 0 no-repeat;
	width: 109px;
}
#cocktails .subnav #d_future.selected {
	background: url(../images/subnav/cocktails_02.png) 0 -16px no-repeat;
}
#cocktails .subnav #d_flirty {
	background: url(../images/subnav/cocktails_04.png) 0 0 no-repeat;
	width: 102px;
}
#cocktails .subnav #d_flirty.selected {
	background: url(../images/subnav/cocktails_04.png) 0 -16px no-repeat;
}
#cocktails .subnav #d_two {
	background: url(../images/subnav/cocktails_06.png) 0 0 no-repeat;
	width: 119px;
}
#cocktails .subnav #d_two.selected {
	background: url(../images/subnav/cocktails_06.png) 0 -16px no-repeat;
}
#cocktails .subnav #d_gate {
	background: url(../images/subnav/cocktails_08.png) 0 0 no-repeat;
	width: 155px;
}
#cocktails .subnav #d_gate.selected {
	background: url(../images/subnav/cocktails_08.png) 0 -16px no-repeat;
}


#events #events_landing {
	padding: 47px 0 0 30px;
	margin: 0 0 0 7px;
}
#events #events_landing h1 {
	width: 500px;
	height: 50px;
	background: transparent url(../images/header_latest_events.png) 0 0 no-repeat;
	margin-bottom: 11px;
}
/*
#events #events_landing .latest_event {
	float: left;
	margin-left: 10px;
}
#events #events_landing .latest_event img {
	margin-bottom: 15px;
}
#events #events_landing .latest_event h4 {
	margin-bottom: 7px;
}
*/
#events #events_landing #events_landing_main {
	float: left;
	width: 700px;
}
#events #events_landing #events_landing_main #two_sections {
	margin: 10px 0 0 44px;
	width: 640px;
}
.white_border {
	height: 450px;
	width: 2px;
	float: left;
	margin: 0 58px;
}
#events #events_landing #party_people_container, #events #events_landing #events_and_gallery_container {
	float: left;
	margin-top: 30px;
}
#events #events_landing #party_people_container .photo_holder {
	width: 243px;
	height: 345px;
	background: transparent url(../images/events_landing_section_bg_03.png) 3px 3px no-repeat;
}
#events #events_landing #events_and_gallery_container .photo_holder {
	width: 231px;
	height: 345px;
	background: transparent url(../images/events_landing_section_bg_05.png) 0 3px no-repeat;
	padding-left: 12px;
}
#events #events_landing .events_button {
	width: 231px;
	height: 23px;
	overflow: hidden;
	text-indent: -5000px;
	display: block;
}
#events #events_landing #party_people_container .events_button {
	margin-top: 10px;
	background: transparent url(../images/events_button_10.gif) 0 0 no-repeat;
}
#events #events_landing #party_people_container .events_button:hover {
	background: transparent url(../images/events_button_10.gif) 0 -23px no-repeat;
}
#events #events_landing #events_and_gallery_container .events_button {
	margin: 10px 0 0 12px;
	background: transparent url(../images/events_button_13.gif) 0 0 no-repeat;
}
#events #events_landing #events_and_gallery_container .events_button:hover {
	background: transparent url(../images/events_button_13.gif) 0 -23px no-repeat;
}


#events #events_landing #oeb_holder {
	float: left;
	width: 210px;
	margin-right: 20px;
/*	margin-left: 730px;*/
}
#events #events_landing .other_event_box {
	width: 210px;
	border: 1px solid #efefef;
	margin-top: 10px;
}
#events #events_landing .other_event_box .oeb_header {
	width: 200px;
	margin: 0 auto;
	border-bottom: 1px solid #efefef;
	height: 30px;
	line-height: 30px;
}
#events #events_landing .other_event_box .oeb_header h2 {
	float: left;
}
#events #events_landing .other_event_box .oeb_header h5 {
	float: right;
}
#events #events_landing .other_event_box ul {
	margin-top: 8px;
}
#events #events_landing .other_event_box ul li {
	list-style-type: none;
	margin: 0 0 20px 10px;
}

#events #events_celebrity_header {
	margin-left: 45px;
	padding-top: 17px;
}
#events #events_celebrity_header h1#events_gallery {
	width: 570px;
	height: 50px;
	background: transparent url(../images/gallery/header.png);
	margin-bottom: 8px;
}
#events .gallery ul {
	width: 860px;
	margin: 0 0 0 43px;
	padding-top: 13px;
}
#events .gallery li {
	background: #fff;
	width: 153px;
	height: 193px;
	border: 1px solid #999;
	list-style-type: none;
	float: left;
	margin: 0 14px 14px 0;
}
#events .gallery li:hover {
	background: #ffd32a;
}
#events .gallery li img {
	margin: 4px 0 3px 4px;
}
#events .gallery li h2, #events .gallery li h3 {
	margin-left: 7px;
	width: 147px;
	height: ;
	overflow: hidden;
}
#events .gallery li h2 {
	font-size: 11px;
	font-weight: bold;
	color: #28147e;
	margin-bottom: 2px;

	height: 14px;
}
#events .gallery li h3 {
	font-size: 9px;
	font-weight: normal;
	color: #666;

	height: 12px;
}

#gallery_controls
{
	clear:left;
	margin:0 112px 0 45px;
}

#gallery-prev{
	background: transparent url(../images/gallery/page_back.png) 0 0 no-repeat;
	width:34px;
	height:8px;
	float:left;
}

#gallery-next{
	background: transparent url(../images/gallery/page_next.png) 0 0 no-repeat;
	width:34px;
	height:8px;
	float:right;
}

/* events subnav */
#events .subnav #e_celebrity {
	background: url(../images/subnav/events_celebrity.png) 0 0 no-repeat;
	width: 134px;
}
#events .subnav #e_celebrity.selected {
	background: url(../images/subnav/events_celebrity.png) 0 -16px no-repeat;
}
#events .subnav #e_gallery {
	background: url(../images/subnav/events_party.png) 0 0 no-repeat;
	width: 124px;
}
#events .subnav #e_gallery.selected {
	background: url(../images/subnav/events_party.png) 0 -16px no-repeat;
}


#ads .subnav #ads_tv {
	background: url(../images/subnav/tv_sub.png) 0 0 no-repeat;
	width: 25px;
}
#ads .subnav #ads_tv.selected {
	background: url(../images/subnav/tv_sub.png) 0 -14px no-repeat;
}
#ads .subnav #ads_print {
	background: url(../images/subnav/print_sub.png) 0 0 no-repeat;
	width: 34px;
}
#ads .subnav #ads_print.selected {
	background: url(../images/subnav/print_sub.png) 0 -14px no-repeat;
}


#ads #ads_landing h1 {
	width: 335px;
	height: 50px;
	background: transparent url(../images/header_theads.png) 0 0 no-repeat;
	margin-bottom: 10px;
}

#ads_tv_link {
	float:left;
	width:300px;
	padding-left:100px;
	padding-top:60px;
	}
	
#ads_print_link {
	float:left;
	width:300px;
}

#ads_tv_container {
	padding-left:100px;
	padding-top:10px;
	}
	
#ads_printAds {
	padding-top:10px;
	}

#ads #ads_landing, #ads #ads_tvcontainer, #ads #ads_printcontainer{
	padding-top: 47px;
	margin-left: 45px;
}
#ads #ads_landing h1 {
	width: 335px;
	height: 50px;
	background: transparent url(../images/header_theads.png) 0 0 no-repeat;
	margin-bottom: 10px;
}

#ads #ads_tvcontainer h1 {
	width: 335px;
	height: 49px;
	background: transparent url(../images/header_tv.png) 0 0 no-repeat;
	margin-bottom: 10px;
}

#ads #ads_printcontainer h1 {
	width: 335px;
	height: 49px;
	background: transparent url(../images/header_print.png) 0 0 no-repeat;
	margin-bottom: 10px;
}

#ads #rotator_controls {
	margin-top: 10px;
	height: 20px;
	width: 862px;
	font-size: 12px;
	font-weight: bold;
}
#ads #rotator_controls a {
	display: block;
}
#ads #rotator_controls #ad_rotator-prev {
	float: left;
}
#ads #rotator_controls #ad_rotator-next {
	float: right;
}
#bot_builder_splash_flash p{
	text-align:center;
	margin:0 auto;
}
#bb_legal_line {
	margin-top: 12px;
	color: #ddd;
	font-size: 10px;
	text-align: center;
}

body.popup {
	background: #000000 url(../images/bg_page.png) 0 0 repeat-x;
	width: 600px;
}
body.popup #svedka_strip {
	margin-top: 12px;
}
body.popup #svedka_strip h1 {
	float: left;
}

body.popup #svedka_strip h1 a {
	color:#FFFFFF
}
body.popup #content {
	width: 580px;
	height: 630px;
	margin: 30px auto 0 auto;
	background: transparent url(../images/popup_content_bg.png) 0 0 repeat;
/*	background: #fff;*/
	padding: 0 0 5px 10px;
	overflow: hidden;
}
body.popup #content #content_spacer {
	padding: 10px 10px 10px 0;
	height: 600px;
	overflow: auto;
}
body.popup #content ul {
	margin-bottom: 15px;
}
body.popup #content ul li {
	margin-left: 20px;
}
.close_window {
	position: absolute;
	left: 485px;
	top:47px;
	color: #ffd32a;
	font-size: 11px;
}

.clr {
	clear: both;
}

body#press #content_secondary h2 {
	margin-bottom: 3px;
}

body.popup #content .press_release {
	margin-left: 0px;
	margin-top: 10px;
	clear: both;
}

body.popup .press_release .pr_date {
	float: left;
	width: 90px;
	font-weight: bold;
}
body.popup .press_release .pr_title {
	float: left;
	width: 290px;
}
body.popup .press_release .pr_dl {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* header graphic replacements for popups */
h1#header_press {
	width: 150px;
	height: 45px;
	background: transparent url(../images/header_press.png) 0 0 no-repeat;
	margin-bottom: 5px;
}
h1#header_terms {
	width: 400px;
	height: 50px;
	background: transparent url(../images/header_terms.png) 0 0 no-repeat;
	margin-bottom: 10px;
}
h1#header_privacy {
	width: 450px;
	height: 50px;
	background: transparent url(../images/header_privacy_policy.png) 0 0 no-repeat;
	margin-bottom: 10px;
	
}
h1#header_contact {
	width: 400px;
	height: 50px;
	background: transparent url(../images/header_contact.png) 0 0 no-repeat;
	margin-bottom: 10px;
}

.drink_recipes_column a {
	color:#ffd32a;
	font-size:11px;
	text-transform:lowercase;
	}
	
#facebook a {
	position: absolute;
	left:1px;
	top:721px;
	width:158px;
	height:45px;
	}
	
img.home_ad {
	margin-right:138px;
	margin-top:-8px;
	z-index:200;
	position:absolute;
	left:727px;
	}

#cocktails .drink_recipes_column h2.celeb_u_bot {background: url(../images/drinks/celeb_u_bot_t.png) 0 0 no-repeat;}
#cocktails .drink_recipes_column h2.fem_bot {background: url(../images/drinks/fem_bot_t.png) 0 0 no-repeat;}
#cocktails .drink_recipes_column h2.mint_bot {background: url(../images/drinks/mint_bot_t.png) 0 0 no-repeat;}
#cocktails .drink_recipes_column h2.bot_chaser {background: url(../images/drinks/bot_chaser_t.png) 0 0 no-repeat;}
#cocktails .drink_recipes_column h2.future_bot {background: url(../images/drinks/future_bot_t.png) 0 0 no-repeat;}
#cocktails .drink_recipes_column h2.cherry_bot {background: url(../images/drinks/cherry_bot_t.png) 0 0 no-repeat;}
#cocktails .drink_recipes_column h2.cosmo_bot {background: url(../images/drinks/cosmo_bot_t.png) 0 0 no-repeat;}
#cocktails .drink_recipes_column h2.sweet_bot {background: url(../images/drinks/sweet_bot_t.png) 0 0 no-repeat;}
#cocktails .drink_recipes_column h2.flirty_bot {background: url(../images/drinks/flirty_bot_t.png) 0 0 no-repeat;}
#cocktails .drink_recipes_column h2.hot_bot {background: url(../images/drinks/hot_bot_t.png) 0 0 no-repeat;}
#cocktails .drink_recipes_column h2.miracle_bot {background: url(../images/drinks/miracle_bot_t.png) 0 0 no-repeat;}
#cocktails .drink_recipes_column h2.dirty_bot {background: url(../images/drinks/dirty_bot_t.png) 0 0 no-repeat;}


#cocktails .drinks_sub .celeb_u_bot {background: url(../images/drinks/celeb_u_bot.png) 0 0 no-repeat;}
#cocktails .drinks_sub .fem_bot {background: url(../images/drinks/fem_bot.png) 0 0 no-repeat;}
#cocktails .drinks_sub .mint_bot {background: url(../images/drinks/mint_bot.png) 0 0 no-repeat;}
#cocktails .drinks_sub .bot_chaser {background: url(../images/drinks/bot_chaser.png) 0 0 no-repeat;}
#cocktails .drinks_sub .future_bot {background: url(../images/drinks/future_bot.png) 0 0 no-repeat;}
#cocktails .drinks_sub .cherry_bot {background: url(../images/drinks/cherry_bot.png) 0 0 no-repeat;}
#cocktails .drinks_sub .cosmo_bot {background: url(../images/drinks/cosmo_bot.png) 0 0 no-repeat;}
#cocktails .drinks_sub .sweet_bot {background: url(../images/drinks/sweet_bot.png) 0 0 no-repeat;}
#cocktails .drinks_sub .flirty_bot {background: url(../images/drinks/flirty_bot.png) 0 0 no-repeat;}
#cocktails .drinks_sub .hot_bot {background: url(../images/drinks/hot_bot.png) 0 0 no-repeat;}
#cocktails .drinks_sub .miracle_bot {background: url(../images/drinks/miracle_bot.png) 0 0 no-repeat;}
#cocktails .drinks_sub .dirty_bot {background: url(../images/drinks/dirty_bot.png) 0 0 no-repeat;}