﻿/* Main page - home -------------------------------------------------------------------------*/
#Main_title
{
	width:347px;
	height:39px;
	padding-left:50px;
	margin-top:15px;
	background-image: url('../Images/Pages/main_title.gif');
	background-repeat: no-repeat;
	background-position:right top;
	float:left;
}

#Main_title_descr
{
	width:500px;
	height: 15px;
	padding-right:50px;
	float:right;
	color:#9e887d;
	margin: 27px auto 0px auto;
}

#Main_Content
{
    width: 930px;
    height: 230px;
    padding-left: 50px;
    clear: both;
    float: left;
}

#Main_Container_Home
{
    background-image: url('Images/Pages/rep_main_bg.gif');
    height: 295px;
    width: 980px;
}
        
#TraditionalBars, #PartyBars, #StylishBars
{
    width: 277px;
    height: 221px;
    float:left;
    margin:10px 20px 0px 0px;
    background-repeat: no-repeat;
    background-position: left top;
}

#TraditionalBars
{
    background-image: url('../Images/Pages/traditional_bars_bg.jpg');
}

#PartyBars
{
    background-image: url('../Images/Pages/party_bars.jpg');
}

#StylishBars
{
    background-image: url('../Images/Pages/stylish_bars.jpg');
}

.Main_Links
{
    width: 277px;
    height: 184px;
    /*cursor: pointer;*/
    display: block;
}

.Main_DropDown
{
	font-size:90%;	
}

.Main_DropDown_container
{
	width:222px; 
	height:20px; 
	margin-top: 9px; 
	margin-left:30px;	
}

#BottomText
{
	width:840px;
	padding-left:70px;
	padding-right:70px;
	padding-top:10px;
	color:White;
	font-size:99%;
	padding-bottom:30px;
}

#BottomText h1
{
	color:#45c8f6;
	font-size:170%;
}

/* END Main page - home -------------------------------------------------------------------------*/


/* Venues - home -------------------------------------------------------------------------*/
#Venues_Home_Left
{
	width:510px;
	height:345px;
	float:left;
	padding-left:20px;
	overflow:auto;
	color:White;
	padding-right:10px;
}

#Venues_Home_Left a, #Venues_Home_Left a:hover, #Venues_Home_Left a:visited
{
	color:White;	
}

body #Venues_Home_Left 
{
	scrollbar-3dlight-color:#826a5d; 
	scrollbar-arrow-color:#9b8578; 
	scrollbar-base-color:#9b8578; 
	scrollbar-darkshadow-color:#3b2414; 
	scrollbar-face-color:#3c2417; 
	scrollbar-highlight-color:#9b8578; 
	scrollbar-shadow-color:#826a5d;
	scrollbar-track-color:#9b8578;
}

#Venues_Home_Right
{
	width:300px;
	height:345px;
	float:right;	
	margin-right:20px;
	background-image: url('../Images/Pages/talk_to_us_bigger.gif');
	background-repeat: no-repeat;
	background-position:left top;
	/*margin-top:-60px;*/
}

#Venues_Home_Right h3
{
	color:White;
	font-weight:lighter;
	margin-left:10px;
	margin-top:10px;
}

#Venues_Home_Left h2
{
	color:#01b2ac;	
	font-weight:lighter;
}

.FF_fix
{
	display:block;
	clear:both;
}

.tblTalkToUs
{
	margin-left: auto;
	margin-right:auto;
}

.lnkSubmit, .lnkSubmit a, .lnkSubmit a:hover, .lnkSubmit a:visited
{
	color:White;
	text-decoration:none;
	font-weight:bold;
	padding-right:10px;
}
/* END Venues - home -------------------------------------------------------------------------*/

/* Venues - what's on && Menus-------------------------------------------------------------------------*/

.tdNumbers
{
	width: 50px;
	height: 50px;
	
}

.tdDescription
{
	width: 420px;
	height:50px;
	padding-left:20px;	
	color:White;
}

.WTitle
{
	font-size:200%;	
}

.WDescription, .WDescription a, .WDescription a:hover, .WDescription a:visited
{
	color:White;
	text-decoration:none;
	font-size:140%;	
}

.WDescription2, .WDescription2:visited
{
	color:White;
	text-decoration:none;
	font-size:140%;	
}

.WDescription2:hover
{
	color:#00A79D;
}

/* END Venues - what's on && Menus -------------------------------------------------------------------------*/

/* Venues - gallery -------------------------------------------------------------------------*/
div.Gallery
{
    width:495px;
}

div.Gallery div
{
    width: 165px;
    float:left;
    text-align:center;
    vertical-align:middle;
    padding-bottom:20px;
}


/*-----------Light Box --------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font-size: 10px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* END Venues - gallery -------------------------------------------------------------------------*/

/* Venues - home -------------------------------------------------------------------------*/

#FindUs_Container
{
	width:509px;
	min-height:250px;	
}

#FindUs_map
{
	width:250px;
	height:250px;
	border:solid 1px White;
	float:left;	
	text-align:left;
	vertical-align:top;
	position:relative;
}

#FindUs_address
{
	width:240px;
	height:250px;
	float:right;
	color:White;
	text-align:left;
	vertical-align:top;	
	font-size:120%;
}
	
.gmnoprint{overflow:hidden;}
/* END Venues - home -------------------------------------------------------------------------*/
