@charset "UTF-8";
/* CSS Document */

body, html {
	height: 100%;
	margin: 0;
	padding: 0;	
	}

body {
	background:  url(images/bg.gif) top center fixed black;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	}

#containerTable {
	height: 100%;
	}

#spacer {
	width: 1px;
	height: 1px;
	}
	
.main {
	background-color: rgb(139,15,17);
	}

.bodyCopy {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.35em;
	}
	
	.bodyCopy a:link, .bodyCopy a:visited {
		color: white;
		text-decoration: underline;
		font-weight: bold;
		}
		
	.bodyCopy a:hover {
		color: rgb(190,30,45);
		text-decoration: none;
		font-weight: bold;
		}
		
.subhead {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	}
	

#bottleService, #vipMember, #hostParty {
	width: 780px;
	border: solid 1px rgb(190,30,45);
	margin: 20px 10px;
	padding: 15px;
	}


#vipCont {
	text-align: left;
	padding: 0 15px 15px 15px;
	}
	
#vipCont .subhead {
	margin-bottom: 0;
	}
	
#vipCont ul {
	margin: 0;
	}
	
#vipCont ul li{
	margin: .75em 0 0 0;
	}


#packageList {
	text-align: center;
	}

.bottleList {
	float: left;
	width: 232px;
/*	height: 19em;*/
	text-align: left;
	margin: 10px 15px 0 0;
	background: rgb(60,10,0);
	border: solid 1px rgb(190,30,45);
	position: relative;
	}
	
.package {
	width: 100%;
	background: rgb(190,30,45);
	padding: 3px 0;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	.bottleList ul {
		margin: 15px;
		padding: 0 0 20px 0;
		}
	
	.bottleList li {
		font-size: 12px;
		margin: .8em 0 0 0;
		padding: 0;
		list-style: none;
	}
	
.price {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
.note {
	clear: both;
	font-size: 11px;
	margin: 40px 0 0 0;
	font-style: italic;
	text-align: center;
	}
	
	
	
/*#thursNight, #friNight, #satNight {
	width: 400px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	}*/

#thursNight {
	width: 400px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#friNight, #satNight {
	width: 400px;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#thursNight, #satNight {
	background: rgb(190,30,45);
	}
	
#friNight {
	background: black;
	}
	
	
#guestlist, #mobileVip {
	border: solid 1px rgb(190,30,45);
	padding: 15px 15px 5px 15px;
	background: rgb(60,10,0);
	}
	
#guestlist {
	height: 330px;
	}
	
#guestlist .subhead, #mobileVip .subhead {
	text-align: center;
	}
	
		#entouragelist{
			border: solid 1px rgb(190,30,45);
			padding: 15px 15px 5px 15px;
			background: rgb(60,10,0);
			}
	
		#entouragelist .subhead {
			text-align: center;
			}

#customMessage {
	font-size: 14px;
	padding: 15px;
	}
	
.tickets {
	width: 400px;
	height: 30px;
	}
	
.tickets a:link, .tickets a:visited {
	width: 392px;
	height: 15px;
	margin: 0;
	padding: 4px;
	display: block;
	background: white;
	color: black;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	}
	
.tickets a:hover {
	width: 392px;
	height: 15px;
	margin: 0;
	padding: 4px;
	display: block;
	background: black;
	color: white;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	}
	
.mobileCopy {
	
	}
	
	.mobileCopy a:link, .mobileCopy a:visited {
		color: white;
		}
		
	.mobileCopy a:hover {
		color: white;
		text-decoration: none;
		}
	
	
	
	
/*-------------------------------------------
			navigation
-------------------------------------------*/


.hide {
	visibility: hidden;
	}
	
#nav {
	margin: 0 auto;
	text-align: center;
	width: 800px;
	height: 33px;
	padding: 0;
	}
	
#nav li{
	list-style: none;
	float: left;
	height: 33px;
	}
	
#nav a:link, #nav a:hover, #nav a:visited {
	text-decoration: none;
	display: block;
	height: 33px;
	}
	
.home a:link, .home a:visited {
	background: url(images/homeBtn.gif) top left no-repeat;
	width: 94px;
	}
	
.home a:hover {
	background: url(images/homeBtn.gif) bottom left no-repeat;
	width: 94px;
	}

.vip a:link, .vip a:visited {
	background: url(images/vipBtn.gif) top left no-repeat;
	width: 188px;
	}
	
.vip a:hover {
	background: url(images/vipBtn.gif) bottom left no-repeat;
	width: 188px;
	}
	
.event a:link, .event a:visited {
	background: url(images/eventBtn.gif) top left no-repeat;
	width: 105px;
	}
	
.event a:hover {
	background: url(images/eventBtn.gif) bottom left no-repeat;
	width: 105px;
	}
	
.media a:link, .media a:visited {
	background: url(images/mediaBtn.gif) top left no-repeat;
	width: 153px;
	}
	
.media a:hover {
	background: url(images/mediaBtn.gif) bottom left no-repeat;
	width: 153px;
	}
	
.guest a:link, .guest a:visited {
	background: url(images/guestBtn.gif) top left no-repeat;
	width: 146px;
	}
	
.guest a:hover {
	background: url(images/guestBtn.gif) bottom left no-repeat;
	width: 146px;
	}
	
.contact a:link, .contact a:visited {
	background: url(images/conBtn.gif) top left no-repeat;
	width: 114px;
	}
	
.contact a:hover {
	background: url(images/conBtn.gif) bottom left no-repeat;
	width: 114px;
	}
	
	
	
/*-------------------------------------------
			End Navigation
-------------------------------------------*/