@charset "utf-8";

/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img, div, a {behavior: url(iepngfix.htc);
}

html {
background-image:url(../images/marble-dark-bg.jpg);
background-repeat:repeat-y;
background-color:#ffffff;
/* Height is 100%, so the body can be 100% */
height:100%;
}

body {
background-image:url(../images/drinking-bg.jpg);
background-repeat:repeat-x;
background-position:top center;
margin:0;
padding:0;
/* Height is 100%, so the tiled BG will tile all the way down
the page, not just as far down as the page's content
(when the content's height < window's height) */
height:100%;
}
/*
Hackety-hack-hack...
FF2, with the above code, will only display the repeat-y image for as
high as the window's viewport is; higher content (upon
scrolling) will not have the bg.
This "hack" makes the tiled background work properly in FF2.
This type of "advanced selector" is not understood by IE6...dunno
'bout IE7.
*/

html>body {
min-height:100%;
height:auto;
}

#wrapper {
	width:960px;
	margin: auto;
	min-height:350px;
}

#nav {
	width:960px;
	height:15px;
	padding:15px 0 8px 0;
	}

#nav-line {
	padding-bottom:80px;
	height:5px;
	}

#propeller {
	width:960px;
	float:right;
	text-align:right;
	height:25px;
	margin:0 0 28px 0;
	}

.proplink {
	font-size:10px;
	color:#c0bfbf;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

/*.nav-item{
	padding-right:26px;
	}
*/
#address {
	display:inline;
	float:left;
	width:960px;
	text-align:right;
	height:28px;
	}

.address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
	}
	
#content {
	float:left;
	display:inline;
	min-height:600px;
	padding-left:165px;
	}

#main {
	background-color:#000000;
	float:left;
	width:555px;
	min-height:600px;
	}

#right-col {
	float:right;
	background-color:#181818;
	width:240px;
	padding:20px 0 15px 0;
	text-align:center;
	}
	
#flash-buttons {
	width:220px;
	}
	
#openingtimes {
	border-top: 1px solid #333333;
	margin-top: 30px;
	padding: 10px 20px;
}

#openingtimes strong {
	color: #999999;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
	
#openingtimes p{
	clear: left;
	color: white;
	font-size: 10px;
	padding-left: 10px;
}

#openingtimes span.small{
	font-size:11px;
	}


#text-area {
	padding:20px;
	padding-bottom: 0px;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	color: #d3d3d3;
	font-size: 14px;
	line-height: 18px;
	padding:5px 0 0 0;
	}

#text-area p span.title{
	font-size: 20px
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#b59fec;
	font-size:16px;
	padding-bottom:10px;
	}

a {
	color:#6a6a6a;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	}

#quick-link-area {
	padding-left:20px;
	text-align:left;

	}

.quick-link {
	padding-right:10px;
	border:0;
	}

.right-col-seperator {
	padding:10px 10px;
	}
	
li {
	list-style-type: none;
}

/**************************************** CSS forms *****************************************/

.button 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #b59fec;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding:3px;
	cursor:pointer;
	cursor:hand;
}

.link {
	font-weight: bold;
	color: #3b3b3b;
	text-decoration: none;
}

.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}

label {
	width: 110px;
	float: left;
	display: inline;
}

label.wide {
	width: 180px;
}

#forename {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#surname, #address-town, #company, #address-address1, #address-postcode {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#email, #email2 {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#phone {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#reservation-guests {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
}

#comments {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width: 250px;
}

.formdropdown {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
}

.break-clear {
	clear:both;
	}
	
form p{
display:block; clear: both;}
#form-top{
display:block;
float:left;


}

ul.membership-bull li {
	background: url(../images/bullet2.gif) no-repeat 0 0;
	color: #d3d3d3;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 25px;
	font-size: 14px;
}




label.small-form-label {
	text-align: left;
}

input.small-form-input {
	width: 180px !important;
}

.float-left {
	float: left;
}

.opening-times-image{
	display: inline;
	float: left;
	margin:0 20px 0 0;
}
.opening-times{
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
	width: 130px;
}

/*footer*/

.footer-short {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
	width: 130px;
}
.footer-social {
	display: inline;
	float: right;
	margin: 0 0 10px 0;
	padding: bottom: 10px;
	width: 90px;
}



/*testimonials*/

.testimonials blockquote {
	display:block;
	color: #B59FEC;
	font-style:italic;
	font-size:16px;
	margin: 0 0 10px 0;
}

.testimonials blockquote span {
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	margin-left: 15px;
}



ul.flyers{

padding:0 0 0 15px;
}

ul.flyers li{

	margin:0 5px 0 0;
}

ul.flyers li.last{
margin:0px;
}

.banner-grid-3 {
	display: inline;
	float: left;
	width:515px;
	margin: 0 0 20px 20px;
}
	.banner-grid-3 a.slim {
		display: inline;
		float: left;
		width: 171px;
	}
	.banner-grid-3 a.lrg{
		display: inline;
		float: left;
		width: 173px;
	}


/*#outer-holder {
	background: url(../images/banner.png) no-repeat top center;
}*/

.overlay {
	float:left;
	width:100%;
	height:100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
	background-color:#f8f3ec;
	position:absolute;
	z-index:9998;
	top:0;
	left:0;
}

.welcome-msg {
	cursor: pointer;
    height: 760px;
    left: 50%;
    margin-left: -321px;
    margin-top: -67px;
    position: absolute;
    top: 15%;
    width: 620px;
    z-index: 9999;
	background:#232323;
	border: 8px solid #232323;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-style:italic;
	
}
