/* CSS Document */
html,body{margin:0;padding:0}
body{
	text-align:center;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	color:#000000;
	background-color: #12001d;
	background-image: url(../images/bg.jpg);
	/*background-image: url(../production/loftloungewebpage2.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
}
	
#container {margin-right: auto; margin-left: auto; width: 1143px; text-align: left;}
#Header{padding:0; margin:0; position:relative;}
#Header #Logo{padding-top: 40px;padding-left: 70px; float:left;}
#Header .templateI_F{display:block; float:right; width:120px;; padding:0; margin:0; margin-right:19px; margin-top:62px; }
#Header .bbn{float:right; margin-top:60px; margin-right:17px; width:120px; height:81px; background:url(../userfiles/Image/Buttons/vote_bestbarnone.png) no-repeat;}

#Footer {margin-right: auto;margin-left: auto;width: 1143px;}
.footer21stcdLink, .footer21stcdLink a{
	float:				right;
	font-size:			10px;
	text-decoration:	none;
	margin:				0px 0px;
	margin-right:		10px;
	margin-top:			35px;
}
#CopyBody {float: left;}
#HomeBody {float: left;}

/* Home */
#NavTemplate{padding:0; margin:0; float:left; width:330px; margin-left:10px; margin-top:18px;}
#NavTemplate .templateI_F{text-align: left; display:block; float:left;}

#UpperRow{float:left; padding-left: 94px;}
#UpperRow .templateI_F{padding:0; margin:0; text-align: left; display:block; float:left;}

#LowerRow{float:left; margin-top:15px; padding-left: 89px;}
#LowerRow .templateI_F{padding:0; margin:0; text-align: left; display:block; float:left;}

#HomeSubLinks{padding:0; margin:0; display:block; float:left; width:890px; padding-left: 89px;}
#HomeSubLinks .templateI_F{text-align: left; float:left; font-family: "Times New Roman", Times, serif; font-size:14px; font-weight:normal; text-transform:uppercase; padding-right:10px; padding-left:10px;}

/* Pages */
#LeftColumn {display: block; float: left; overflow:hidden; width: 236px;}
#LeftColumn .templateI_F{text-align: center; padding-left: 40px; padding-bottom:10px;}

#RightColumn {padding:0; margin:0; /*margin-top:25px;*/ margin-top:-70px; margin-left:13px; width: 214px; overflow:hidden; float: left; display:block;}
#RightColumn .templateI_F{padding:0; margin:0; text-align: center; display:block; width:214px; float:left;}

#MiddleWrap {
	float: left;
	display:block;
	width: 530px;
	padding-top: 35px;
	background-image: url(../images/bgTop.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 17px;
	font-weight: normal;
}

#MiddleColumn {
	background-image: url(../images/bgMid.png);
	background-repeat: repeat-y;
	float: left;
	padding-left: 15px;
	width: 500px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#MiddleColumn a, #MiddleColumn a:visited{text-decoration:none; font-weight:bold; color:#8A59B4;}

#MiddleColumnBTM {float: left; padding-left: 32px; width: 500px; height:35px; background: url(../images/bgBottom.png) bottom no-repeat;}
#MiddleTitle {float: left;}

#SubLinks {padding:0; margin:0; display:block; float:left; width:100%;	margin-left: 230px;}
#SubLinks .templateI_F{text-align: left; float:left; font-family: "Times New Roman", Times, serif; font-size:14px; font-weight:normal; text-transform:uppercase; padding-right:10px; padding-left:10px;}

/* Simple gallery */
.PlainGallery {display:block; width:100%;}
.PlainGallery ul, .PlainGallery li{margin: 0;padding: 0; list-style:none;}
.PlainGallery img{float:left; padding-right:10px; padding-bottom: 10px;}


/* Skyscraper */
.Skyscrapper{Display:block; width:120px; height:600px;}
#CopyBody .Skyscrapper{float:right; margin-right:21px; margin-top:20px; margin-bottom:10px;}
#HomeBody .Skyscrapper{float:right; margin-right:18px; margin-bottom:10px;}
.Skyscrapper .templateI_F{padding:0; margin:0;}

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 450px;	
	height:114px;	
	
	
	/* custom decorations */
	padding:10px 0;	
	border:1px outset #ccc;
	background-color:#efefef;				
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:110px;
	padding:25px 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:1px outset #ccc;
	background-color: #ddd;
	margin-right: 20px;	
	-moz-border-radius:5px;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.nextitem, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/scrollable/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/scrollable/arrow/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

#LivebookingsDirect {
	float: left;
	margin: 0px;
	padding:0px;
}


form#birthday {line-height:1.6em}
form#birthday label{display:inline-block;width:80px;zoom:1;*display:inline;padding-right:1em;}
form#birthday .info{font-size:.75em}