@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;
	}

.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;
	height:720px;
	padding:20px 0 0 0;
	text-align:center;
	}
	
#flash-buttons {
	width:220px;
	}
#openingtimes p{
	color: white;
	text-align:right;
	margin-right:28px;
	font-size:12px;
	}
#openingtimes span.small{
	font-size:11px;
	}


#text-area {
	padding:20px;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	color: #d3d3d3;
	font-size: 14px;
	line-height: 18px;
	padding:5px 0 0 0;
	}

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;
}

#forename {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#surname {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#email {
	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;
}

/*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;
}
