
/* Layout and General Styling*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background: #000000;
	font-size:16px;
	line-height: 20px;
	color:#afafaf;
	}

div#wrapper{
	margin: 0 auto;
	width:960px;
	}
a {
text-decoration:none;
color:#afafaf;
}

br.clear{
  content: "";
  display: block;
  height: 1px;
  clear: both;
  line-height:1px;
}

.clear {
	clear:both;
}

p{
	font-size:16px;
	line-height:20px;
	margin-bottom: 15px;
	color:#858383;
}

h1{
	color:white;
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 10px;
	font-weight:normal;
}

h2{
	color:white;
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 10px;
	font-weight:normal;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:30px;
	line-height:33px;
	margin-bottom:15px;
	color:#a12131;
}

h4{
	font-size:18px;
	color:#b5b0b0;
	line-height:22px;
	margin-bottom:15px;
}

div.textblock{
margin-top: 15px;
padding-bottom:1px;
}

/*Header and Nav Styles*/
div#header{
	padding: 1px 0 8px 0;
	font-size:12px;
	border-bottom:1px solid #490f16;

	}

	div#header span{
	width:230px;
	height:75px;
	background: transparent url("../images/chateaulogo.gif") no-repeat left top;
	margin-top:5px;
	margin-bottom:0px;
	font-size:40px;
	color:white;
	text-indent:-99999px;
	line-height: 60px;
		
	}
	ul#main-nav{padding-top:1px; height:20px;}
	ul#main-nav li{
		
		float:left;
		display:inline;
		margin: 5px 17px 0;
	}
		ul#main-nav li a:link, ul#main-nav li a:active, ul#main-nav li a:visited{
			color: #afafaf;
			font-size: 12px;
			font-weight:normal;
		}
		ul#main-nav li a:hover, ul#main-nav li.active a,
		ul#main-nav li.active a:link, ul#main-nav li.active a:active, ul#main-nav li.active a:visited
		 {
			color: #a12131;
		}
	
	ul#main-nav li.home{
		margin-left:0;
	}
	
	ul#main-nav li.contact{
		margin:5px 0 0 15px;
	}
	
/*Content*/
div#content{
margin-top:20px;
}

div.home_slideshow{
width:621px;
height:414px;
overflow:hidden;
float:left;
}

#flash-holder{
width:621px;
height:414px;
overflow:hidden;
float:left;
}


/*Forms*/
.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}

div.guestlistform{
width: 330px;
float:left;
overflow:hidden;
}

div.guestlistform iframe{
overflow:hidden;
width: 340px;
border: 0px;
}
div.guestform {
width: 305px;
margin-left:30px;
overflow:hidden;
height:414px;
background: transparent url(../images/c6bg.gif) bottom right no-repeat;
}
	div.guestform input, div.guestform textarea{
	width:202px;
	background-color:#858383;
	border: 1px solid #811a27;
	font-size:12px;
	color:white;
	font-weight:bold;
	}
	div.guestform select{
	width: 68px;
	background-color:#858383;
	border: 1px solid #811a27;
	text-align:center;
	font-size:12px;
	color:white;
	font-weight:bold;
	}
	div.guestform h3.guestlist{
		color:white;
		font-size:20px;
		text-align: center;
		text-indent:-9999px;
		width:300px;
		height:46px;
		background: transparent url(../images/titles/title-guestform.jpg) no-repeat left top;
		margin-bottom:10px;
	}
	div.guestform label{
		font-size:12px;
		font-weight:bold;
		color:#858383;
		display:block;
		width: 93px;
		float:left;
	}
	div.guestform p{clear:both;}
	
	
div.guestform input.submit{
		
		margin: 0 0 10px 95px;
		width:119px;
		height:35px;
		border:0;
		
	}
	div.guestform label.labelerror{color:red;}
	p.errorText{font-size:12px;}
	
	div.guestform div.details h4{
		color:#8d1e2c;
		font-size:14px;
		line-height:16px;
		margin: 3px 0 0 0;
		
	}
	div.guestform div.details p{
		color:#858383;
		font-size:11px;
		margin: 10px 0;
	}
	div.guestform p.successText{
		color:#858383;
		font-size:12px;
		line-height: 14px;
		margin:110px 0;
	}
	
	div.guestform p.formsubmit{
		margin:0;
	}
	
/* Mailing List Form */
div.footerform{
	width:250px;
	float: left;
	display:inline;
}

	div.footerform h4{
		font-size:12px;
		color:white;
		text-align:center;
		font-weight:bold;
		width:151px;
		height:38px;
		text-indent: -9999px;
		background:transparent url('../images/titles/title-mailingform.gif') no-repeat left top;
		margin:5px 0 0 85px;
	}
	div.footerform label{
		font-size:10px;
		line-height:12px;
		color:#a12131;
		width: 72px;
		font-weight:bold;
		display:block;
		float:left;
	}
	div.footerform input{
		width:164px;
		background-color:#858383;
		border:1px solid #232427;
		color:white;
		font-size:10px;
		height:15px;
	}
	div.footerform select{
	
	background-color:#858383;
	border: 1px solid #232427;
	text-align:center;
	font-size:10px;
	color:white;
	font-weight:bold;
	height:18px;
	float:left;
	display:block;
	
	}
	
	div.footerform p{
		margin-bottom:5px;
		margin-top:0;
		line-height: 12px;
	}
	div.footerform p.errorText{margin-bottom:10px;}
	div.footerform input.submit{
		width:76px;
		height:21px;
		border:0;
		float:right;
		display:inline;
		margin: -1px 10px 0 0;
	}
	div.footerform p.successText{
		color:#858383;
		font-size:12px;
		line-height: 14px;
		margin-top: 80px;
	}

div.footerpanel{
padding:5px 0 20px 0;
border-top: 1px solid #490f16;
border-bottom: 1px solid #490f16;
float:left;
display:inline;
width:960px;
background: transparent url(../images/footerpanel_bg.gif) center top repeat-y;
margin-bottom:30px;

}

div.privatehire{
	
	float:left;
	display:inline;
	position:relative;	
	margin: 10px 40px 0 40px;
}

	div.privatehire img.bg{
		
	}
	div.privatehire a{
	position:absolute;
	left:92px;
	top:56px;
	
	}
	
div.advert{
	
	float:left;
	display:inline;	
	margin: 10px 0 0 0;
}

div#footer{
margin-top:20px;

}

p#footeraddress{
margin: -2px 0 10px;
	font-size: 12px;
	color:white;
	line-height: 14px;
	height: 30px;
	float:left;
}
p#footeraddress a, p#propeller a, p#footeraddress a:link, p#footeraddress a:visited, p#footeraddress a:active, 
p#propeller a:link,p#propeller a:visited, p#propeller a:active{
	color:white;
}

p#footeraddress a:hover, p#propeller a:hover{
color:#A12131;
}

p#propeller{
float:right;
font-size:10px;
padding-bottom:1px;
}
p#propeller span{margin-top:10px; display:inline; float:right; margin-left:3px;}
p#propeller img{float:right;}

div.clubnights{
width:625px;
float:left;
display:inline;
position:relative;
}

div.flyer-nye{
float:left;
display:inline;
position:absolute;
right:0;
top:120px;
}

div.flyer{
float:left;
margin: 20px 10px 0 10px;
display:inline;
}

div.centre {
	margin-top:120px;
}

div.minusCentre {
	margin-top:-90px;
}


	div.flyer p, div.flyer-nye p{
		font-size:10px;
		text-align:center;
		margin:0;
	}
		div.flyer p a, div.flyer-nye p a{
		color:white;
		font-weight:bold;
		
	}

div.textblock p a:link, div.textblock p a:visited, div.textblock p a:active{ color:white; font-weight: bold;}
div.textblock p a:hover{color:#A12131;}

/*Private Hire Page*/

div.floorplan{
width:504px;
height:301px;
background: transparent url('../images/floorplan.gif') no-repeat top left;
position:relative;
float:left;
}
	div.floorplan a:link, div.floorplan a:active, div.floorplan a:visited, div.floorplan a{
		position:absolute;
		text-align:center;
		font-size:12px;
		font-weight:bold;
	}
	div.floorplan a:hover, div.floorplan a.selected{
		color:#A12131;
	}
	div.floorplan a.cocktail{top:210px;left:20px;}
	div.floorplan a.vipterrace{top:47px;left:388px;}
	div.floorplan a.mainbar{top:215px;left:387px;}

h3 a {color:#A12131;}

div.sliders{width:413px; height:295px; border: 2px solid #420d14; overflow:hidden; float:right; display:inline; position:relative;}
div.slideme{width:413px; height:295px; overflow:hidden;}
div.infowrapper{position:relative;}
/*Menu Buttons Styling*/
a.menubutton{display:inline; float:left; margin: 0 0 15px 20px; text-align:left;width: 285px;}

a.menubutton:link, a.menubutton:active, a.menubutton:visited{
	font-size:16px;
} 

a.menubutton:hover, a.selected:link, a.selected:active, a.selected:visited{
	color:#A12131;
}
	
	h3.menuh3{margin: 20px 0; padding-top:1px; float:left; font-size:26px;}
	br.clearfix{
		clear:both;
		line-height:1px;
		height:1px;
	}
div.menublock {
float:left;
display:inline;
width:621px;
}
div.menubuttonsright{
	float:right;
	display:inline;
	width:305px;
	margin-top:22px;
}

.reviews p {margin-bottom:40px;}

div.guestform label.mailinglistlabel {width:auto; margin-right:10px; float:right; display:inline;}
div.guestform input#mailinglist{width:auto; float:right; margin-right:8px; display:inline; background:none; border:none;}
p.mlpara{text-align:right;}
p.cpara{margin-bottom:5px;}
h1.contacttitle{margin-left:-10px;margin-top:10px;}

div.contactblock {
float:left;
display:inline;
width:290px;
}
div.contactright {
float:left;
display:inline;
width:670px;
margin-top:15px;
}