@charset "utf-8";

/*------------------------------------------------------------------------------------------------------
colours used 
#581040 purple
#e8047d pink
#39e05e light  green
-----------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------
basic styling
---------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-image: url(../assets/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #201273;
}

div#container {
	text-align: left;
	width: 960px;
	position: relative;
	margin: 0 auto;
}

.clear {
	clear: both;
}

p {
	margin-bottom: .8em;
	font-size: 12px;
	line-height: 1.5;
}

h1 {
	margin-bottom: .8em;
	line-height: 1.2;
}

h2 {
	margin-bottom: .8em;
	line-height: 1.4
}

.purple {
	color: #6e1a50;
}

/*------------------------------------------------------------------------------------------------------
banner styling
-------------------------------------------------------------------------------------------------------*/
div#bannerContainer {
}

div#bannerFlash {
	width: 536px;
	height: 159px;
/*	background-color:#FF00FF;*/
}

div#logo {
	width: 424px;
	height: 159px;
	position: absolute;
	left: 536px;
	top: 0px;
/*	background-color:#FFFF00;*/
	background-image:url(../assets/107_logo.jpg);
}

div#bannerBottom {
	width: 960px;
	height: 19px;
/*	background-color:#00FFFF;*/
	background-image: url(../assets/banner_shadow.jpg);
	overflow: hidden; /*fixes ie6 extra spacing on the bottom problem*/
}

/*------------------------------------------------------------------------------------------
mainContentContainer styling 
--------------------------------------------------------------------------------------------*/
div#mainContentContainer {
	width: 960px;
	background-color: #fff;
}

/*-----------------------------------------------------------------------------------------------
leftsideBar styling
-------------------------------------------------------------------------------------------------*/
div#leftSideBar {
width: 183px;
padding-left: 8px;
float: left;
/*background-color:#0000FF;*/
}

/*mainNav styling --------------------*/
div#mainNav ul {
	width: 183px;
	list-style: none;
}

div#mainNav ul li {
	border-bottom: 2px solid #fff;
}

/*--------------------------------------------------------*/

div#mainNav ul li a#homeButton {
	width: 183px;
	height: 24px;
	display: block;
	color: #e8047d;
	background-color:#581040;
	text-decoration: none;
	background-image: url(../assets/nav_buttons/home_button.gif);
	text-indent: -9999px;
	outline: none;
}

div#mainNav ul li a#homeButton:hover {
	background-position: 0 -24px;
}

div#mainNav ul li.selected a#homeButton {
	background-position: 0 -24px;
}

/*--------------------------------------------------------*/

div#mainNav ul li a#aboutButton {
	width: 183px;
	height: 24px;
	display: block;
	color: #e8047d;
	background-color:#581040;
	text-decoration: none;
	background-image: url(../assets/nav_buttons/about_the_club.gif);
	text-indent: -9999px;
	outline: none;
}

div#mainNav ul li a#aboutButton:hover {
	background-position: 0 -24px;
}

div#mainNav ul li.selected a#aboutButton {
	background-position: 0 -24px;
}

/*------------------------------------------------------------------*/

div#mainNav ul li a#guestListButton {
	width: 183px;
	height: 24px;
	display: block;
	color: #e8047d;
	background-color:#581040;
	text-decoration: none;
	background-image: url(../assets/nav_buttons/guest_list_button.gif);
	text-indent: -9999px;
	outline: none;
}

div#mainNav ul li a#guestListButton:hover {
	background-position: 0 -24px;
}

div#mainNav ul li.selected a#guestListButton {
	background-position: 0 -24px;
}

/*---------------------------------------------------------------*/

div#mainNav ul li a#bookPartyButton {
	width: 183px;
	height: 24px;
	display: block;
	color: #e8047d;
	background-color:#581040;
	text-decoration: none;
	background-image: url(../assets/nav_buttons/book_party_button.gif);
	text-indent: -9999px;
	outline: none;
}

div#mainNav ul li a#bookPartyButton:hover {
	background-position: 0 -24px;
}

div#mainNav ul li.selected a#bookPartyButton {
	background-position: 0 -24px;
}

/*-------------------------------------------------------------------*/

div#mainNav ul li a#VIPReservationsButton {
	width: 183px;
	height: 24px;
	display: block;
	color: #e8047d;
	background-color:#581040;
	text-decoration: none;
	background-image: url(../assets/nav_buttons/vip_resevation.gif);
	text-indent: -9999px;
	outline: none;
}

div#mainNav ul li a#VIPReservationsButton:hover {
	background-position: 0 -24px;
}

div#mainNav ul li.selected a#VIPReservationsButton {
	background-position: 0 -24px;
}

/*---------------------------------------------------------------------*/

div#mainNav ul li a#cueJumpCardButton {
	width: 183px;
	height: 24px;
	display: block;
	color: #e8047d;
	background-color:#581040;
	text-decoration: none;
	background-image: url(../assets/nav_buttons/cue_jump_card_button.gif);
	text-indent: -9999px;
	outline: none;
}

div#mainNav ul li a#cueJumpCardButton:hover {
	background-position: 0 -24px;
}

div#mainNav ul li.selected a#cueJumpCardButton {
	background-position: 0 -24px;
}

/*------------------------------------------------------------------------*/

div#mainNav ul li a#galleryButton {
	width: 183px;
	height: 24px;
	display: block;
	color: #e8047d;
	background-color:#581040;
	text-decoration: none;
	background-image: url(../assets/nav_buttons/gallery_button.gif);
	text-indent: -9999px;
	outline: none;
}

div#mainNav ul li a#galleryButton:hover {
	background-position: 0 -24px;
}

div#mainNav ul li.selected a#galleryButton {
	background-position: 0 -24px;
}

/*-------------------------------------------------------------------------*/

div#mainNav ul li a#contactUsButton {
	width: 183px;
	height: 24px;
	display: block;
	color: #e8047d;
	background-color:#581040;
	text-decoration: none;
	background-image: url(../assets/nav_buttons/contact_us_button.gif);
	text-indent: -9999px;
	outline: none;
}

div#mainNav ul li a#contactUsButton:hover {
	background-position: 0 -24px;
}

div#mainNav ul li.selected a#contactUsButton {
	background-position: 0 -24px;
}

/*-------------------------------------------------------------------------*/

div#mainNav ul li a#mapAndTravelButton {
	width: 183px;
	height: 24px;
	display: block;
	color: #e8047d;
	background-color:#581040;
	text-decoration: none;
	background-image: url(../assets/nav_buttons/map_travel_button.gif);
	text-indent: -9999px;
	outline: none;
}

div#mainNav ul li a#mapAndTravelButton:hover {
	background-position: 0 -24px;
}

div#mainNav ul li.selected a#mapAndTravelButton {
	background-position: 0 -24px;
}

/*-------------------------------------------------------------------------*/

div#mainNav ul li a#newsButton {
	width: 183px;
	height: 24px;
	display: block;
	color: #e8047d;
	background-color:#581040;
	text-decoration: none;
	background-image: url(../assets/nav_buttons/news_button.gif);
	text-indent: -9999px;
	outline: none;
}

div#mainNav ul li a#newsButton:hover {
	background-position: 0 -24px;
}

div#mainNav ul li.selected a#newsButton {
	background-position: 0 -24px;
}

/*-------------------------------------------------------------------------------*/

div#leftSideBarPicture {
	width: 183px;
	height: 115px;
	background-image: url(../assets/left_sidebar_picture.jpg);
}

div#leftSideBarBottom {
	width: 183px;
	height: 230px;
	position: relative;
}

div#leftSideBarBottom p {
	padding-left: 65px;
	padding-right: 5px;
	padding-top: 5px;
	color: #2e0f2c;
	line-height: 1.3;
}

div#leftSideBarBottom div#becomeMember p {
	/*padding-top: 0px;
	line-height: 1.3;*/
	padding-top: 2px;
} 

div#becomeMember {
	width: 183px;
	height: 114px;/*
	background-image: url(../assets/become_a_member_icon.gif);*/
	background-repeat: no-repeat;
}

div#becomeMember div.clickableArea {
	position: absolute;
	top: 65px;
}

div#becomeMember div.clickableArea img {
	border: none;
}

div#buyTickets {
	width: 183px;
	height: 116px;
	background-image: url(../assets/buy_tickts_icon.gif);
	background-repeat: no-repeat;
}

div#buyTickets div.clickableArea {
	position: absolute;
	top: 64px;
}

div#buyTickets div.clickableArea img {
	border: none;
}

/*---------------------------------------------------------------------------------------------------
mainContent styling
----------------------------------------------------------------------------------------------------*/
div#mainContent {
width: 547px;
padding-left: 14px;
padding-right: 16px;
float: left;
/*background-color: #FFFF00;*/
}

div#mainContent h2 {
	color: #6e1a50;
	font-size: 18px;
	margin-bottom: .3em;
	line-height: 1;
}

div#mainContent h3 {
	color: #6e1a50;
	font-size: 12px;
}

div#mainContent h4 {
	color: #6e1a50;
	font-size: 14px;
	font-weight:bold;
}

div#mainContent a {
	color: #6e1a50;
}

div#mainContent a:hover {
	color:#e8047d;
	text-decoration: none;
}

div#featuredEventsContainer {
/*border-top: 2px solid #e8047d;*/
	background-color: #6e1a50;
}

div#featuredEventsTitle {
	height: 32px;
	/*background-image: url(../assets/featured_events_title.gif);*/
	/*text-indent: -9999px;*/
	border-bottom: 2px solid #fff;
}

div#featuredEventsTitle h2 {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	/*background-color: #6e1a50;*/
	background-color: #2d0f2b;
	padding-left: 12px;
	font-weight: normal;
	margin-bottom: 0;
	
}

div#featuredEventsContainer p {
	/*width: 100px;
	background-color: #00FF00;*/
	color: #fff;
}

div#featuredEventsContainer a {
	color: #fff;
	font-size: 12px;
}

div#featuredEventsContainer a:hover {
	color: #fff;
}

div#featuredEventsContainer span {
	color: #fff;
}

div#featuredEventsContainer a:hover {
	text-decoration: none;
}

div#featuredEventsContainer div.featuredEvents{
	width: 160px;
	padding-right: 10px;
	padding-left: 12px;
	padding-top: 12px;
	/*background-color:#CC9900;*/
	float: left;
	/*height: 200px;*/
	height: 200px;
} 

div#featuredEventsContainer div.featuredEventsLast{
	width: 160px;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 12px;
	/*background-color: #00FFFF;*/
	float: left;
	/*height: 200px;*/
	height: 200px;
}

a#buyQueueJumpCardButton {
	display: block;
	width: 167px;
	height: 31px;
	background-image: url(../assets/buy_queue_card_button.gif);
	text-indent: -9999px;
	outline: none;
} 

a#buyQueueJumpCardButton:hover {
	background-position: 0 -31px;
}

a#buyTicketsButton {
	display: block;
	width: 104px;
	height: 31px;
	background-image: url(../assets/buy_Tickets_button.jpg);
	text-indent: -9999px;
	outline: none;
} 

a#buyTicketsButton:hover {
	background-position: 0 -31px;
}

/*--------------------------------------------------------------------------
rightSideBar styling 
----------------------------------------------------------------------------*/
div#rightSideBar {
width: 183px;
/*padding-right: 9px;*/
border-right: 9px solid #fff;
float: left;
/*background-color: #990000;*/
background-color: #660033;
position: relative;
margin-bottom: 40px;
}

div#latestNews {
	width: 183px;
	height: 200px;
	background-color: #660033;
	background: url(../assets/latest_news_bg.jpg) no-repeat;
	margin-bottom: 2px;
	overflow: hidden;
}

div#latestNewsTop {
	height: 50px;
	padding-left: 70px;
	padding-right: 20px; 
	color: #2e0f2c; 
}

div#latestNewsTop p {
	margin-bottom: 0;
	line-height: 1.4;
}

div#latestNewsBottom {
	height: 150px;
}

#scrollingContainer{
	padding-top: 20px;
	padding-bottom: 10px;
} 
 
#marqueecontainer{
position: relative;
height: 120px; /*marquee height */
overflow: hidden;
/*padding: 2px;
padding-left: 4px;*/
/*background-color: #c2bfd1;*//*fixes ie bug - would only stop when text was moused over and not the container*/
background-color: #660000;
background: url(../assets/latest_news_bg.jpg) no-repeat;
background-position: 0 120px;
}

div#latestNewsBottom p {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	/*margin-bottom: .4em;*/
}

div#latestNewsBottom a {
	color: #fff;
}

div#latestNewsBottom a:hover {
	text-decoration: none;
}

/*--------------------------------------------
form styling
--------------------------------------------*/
div#clubCardForm {
/*	position: absolute;
	left: 0;
	top: 189px;*/
	width: 183px;
	/*height: 340px;*/
	background-color: #6e1a50;
	background-image: url(../assets/form_rounded_corners_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #fff;
	font-size: 12px;/*if ie make 10, otherwise have it as 12*/
	padding-bottom: 10px;
	z-index: 100;
}

div#clubCardForm div#registerNow{
	width: 183px;
	height: 31px;
	background-color: #e8047d;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image:url(../assets/right_sidebar_register_for_clubcard.gif);
}

div#clubCardForm div#registerNow h2 {
	font-size: 6px;
}

div#clubCardForm p.normalInput input {
	background-color: #581040;
	color: #fff;
	border-top: 1px solid #2b081f;
	border-left: 1px solid #2b081f;
	border-bottom: 1px solid #bc477e;
	border-right: 1px solid #bc477e;
}

div#clubCardForm p {
	margin-bottom: 8px;
}

div#clubCardForm form {
	padding-left: 17px;
	padding-top: 10px;
}

p#dob input {
	width: 23px;
	background-color: #581040;
	color: #fff;
	border-top: 1px solid #2b081f;
	border-left: 1px solid #2b081f;
	border-bottom: 1px solid #bc477e;
	border-right: 1px solid #bc477e;
}

p#dob input#year {
	width: 34px;
}

input#submit {
margin-left: 95px;
}

/*---------------------------------------------------------------------------------------------------
footer styling
----------------------------------------------------------------------------------------------------*/
div#footer {
	width: 960px;
	background-image:url(../assets/footer_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}

div#footer p {
	text-align: center;
	color: #fff;
	padding-top: 16px;
	font-weight: bold;
}

div#footer p#copyRight {
	width: 430px;
	float: right;
	text-align: right;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: normal;
}

div#footer p#copyRight a{
	color: #fff;
}

div#footer p#copyRight a:hover{
	text-decoration: none;
}

div#footer p#graphicLoft {
	width: 300px;
	float: left;
	text-align: left;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: normal;
}

div#footer p#graphicLoft a {
	color: #fff;
}

div#footer p#graphicLoft a:hover {
	text-decoration: none;
}

div#footerLogo {
	width: 114px;
	height: 43px;
	position: absolute;
	top: -42px;
	left: 14px;
	background-image: url(../assets/footer_107_logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#footerLogo h2 {
	font-size: 8px;
}

div#tickLogo {
	width: 98px;
	height: 37px;
	position: absolute;
	top: -32px;
	left: 853px;
	background-image: url(../assets/footer_tick_logo.gif);
	text-indent: -9999px;
}

div#tickLogo p {
	font-size: 5px;
}