
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: #363a39;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	/*text-align: left;*/
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Layout */

body {
	margin: 0;
	padding: 0;
	background-color: #e1d9c6;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: auto;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h1 {
	color: #664e41;
	font-size: 26px;
	text-transform: uppercase;
}

#left-menu h1{
	color: #ffffff;
	font-size: 23px;
}

h2 {
	margin-bottom: 12px;
	color: #664e41;
	font-size: 20px;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #664e41;
	text-decoration: none;
}

strong {
	font-weight:bold;
}

/* Styling for main template */

#outer {
	margin: auto;
	width: 960px;
}

#container {
	text-align: left;
	margin: auto;
	width: 960px;
	float: left;
	left: 0;
}

#logo {
	float: left;
	display: inline;
	width: 230px;
	height: 102px;
	margin-bottom: 3px;
}

#logo-quote {
	float: left;
	display: inline;
	width: 730px;
	height: 50px;
}

#texture-logo{
	float:right;
	display:inline;
	margin:20px 0 0 0;
}

#navigation {
	float: left;
	display: inline;
	width: 730px;
	height: 52px;
	margin-bottom: 3px;
	background-image: url(../images/bg-nav.gif);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}

#main-content {
	float: left;
	display: inline;
	width: 960px;
	min-height: 510px;
	height: auto !important;
	height: 495px;
	background-image: url(../images/bg-maincontent.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#image-holder {
	float: left;
	display: inline;
	width: 560px;
	height: 145px;
	margin-bottom: 20px;
}

#image-left {
	float: left;
	width: 236px;
	height: 145px;
	overflow: hidden;
}

#image1 {
	float: left;
	display: inline;
	width: 236px;
	height: 105px;
	margin-bottom: 3px;
}

#image2 {
	float: left;
	display: inline;
	width: 319px;
	height: 145px;
	margin-left: 3px;
	overflow: hidden;
}

#pagetitle {
	float: left;
	display: inline;
	width: 231px;
	height: 28px;
	background-color: #e2d9c5;
	padding-top: 10px;
	padding-left: 5px;
}

.spacetitle {
	width: 557px !important;
}

#bookingform {
	float: left;
	display: inline;
	width: 300px;
	height: 350px;
	background-color: #00FFFF;

}

#left-menu {
	float: left;
	display: inline;
	width: 230px;
/*	min-height: 390px;
	height: auto !important;
	height: 390px; 
	background-image: url(../images/bg-left-menu.jpg);
	background-repeat: repeat-y;
	background-position: top left; */
}

#content {
	float: left;
	display: inline;
	width: 560px;
/*	min-height: 370px;
	height: auto !important;
	height: 370px; */
	background-color: #FFFFFF;
	padding: 10px;
}

#review-form-left {
	float: left;
	display: inline;
	width: 236px;
	height: 100px;
	margin-bottom: 10px;
}

#review-form-submit {
	float: left;
	display: inline;
	width: 236px;
	height: 10px;
	text-align: right;
	margin-bottom: 10px;
	margin-left: -15px;
}

#review-form-right {
	float: left;
	display: inline;
	width: 319px;
	height: 100px;
	margin-left: 3px;
	margin-bottom: 10px;
}

#right-menu {
	float: left;
	display: inline;
	width: 130px;
/*	min-height: 370px;
	height: auto !important;
	height: 370px; */
	background-color: #e1d9c6;
	padding: 10px 0 10px 10px;
}

#right-form-label {
	float: left;
	display: inline;
	width: 35px;
	height: 11px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #ba6854;
	letter-spacing: -1px;
	padding-top: 2px;
}

#right-form-field {
	float: left;
	display: inline;
	width: 92px;
	height: 13px;
}

.right-form-field {
	width: 92px;
	height: 12px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #664e41;
	background-color: #e2d9c5;
	border: 1px solid #ba6854;
}

#right-form-submit {
	float: left;
	display: inline;
	width: 130px;
	height: 10px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

* html #right-form-submit {margin-top:0;}

#footer {
	float: left;
	display: inline;
	width: 955px;
	height: 65px;
	padding-top: 70px;
	padding-left: 5px;
	text-align: right;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	margin-top: 3px;
}


/*//////////////////////////////////////////////////////*/

.review {
	padding-bottom:10px;
	}

#menu.ul li {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #664e41;
}

.text-main {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #664e41;
}

.text-highlight {
	color: #664e41;
	font-size: 16px;
}

.white{
	color:#ffffff !important;
}

.text-footer {
	font-size: 12px;
	text-transform: uppercase;
	color: #664e41;
	text-decoration: none;
	letter-spacing: 1px;
}

.text-right-menu {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #ba6854;
	letter-spacing: -1px;
}

#opening-times{
	padding:30px 0 0 0;
}
.button-right-menu-links-first {
	float: left;
	display: inline;
	width: 105px;
	height: 12px;
	padding: 5px 0 5px 0;
	border-top: 1px solid #c9bdab;
	border-bottom: 1px solid #c9bdab;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #664e41;
}

.button-right-menu-links{
	float: left;
	display: inline;
	width: 105px;
	height: 12px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #c9bdab;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #664e41;
}

.button-right-menu {
	float: left;
	display: inline;
	width: 129px;
	height: 12px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #c9bdab;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #664e41;
}

.button-left-menu {
	margin-left: 20px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	font-family: "Times New Roman", Georgia, Times, serif;
	color: #3e2c1e;
	font-style: italic;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 200px;
}

a.button-right-menu-first:hover {
	color: #49362c;
}

a.button-right-menu:hover {
	color: #49362c;
}

.nav {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #664e41;
	padding: 5px 10px 30px 10px;
	background-color: #FFFFFF;
	margin-top: 22px;
	text-decoration: none;
}

a.nav:hover {
	margin-top: 5px;
}

.nav-on {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #664e41;
	padding: 5px 12px 30px 12px;
	background-color: #FFFFFF;
	margin-top: 5px;
	text-decoration: none;
}

.reivew-holder {
	float: left;
	display: inline;
	width: 560px;
	/*height: 145px;*/
	margin-bottom: 20px;
}

.review-name {
	float: left;
	display: inline;
	width: 206px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #664e41;
	font-size: 16px;
	font-weight: bold;
}

.review-quote-left {
	float: left;
	display: inline;
	width: 30px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	margin-bottom: 10px;
	text-align: center;
}

.review-text {
	float: left;
	display: inline;
	width: 319px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	margin-top: 10px;
	margin-left: 3px;
	padding-bottom: 10px;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic;
	background-image: url(../images/review-quote-right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.review-form-label1 {
	float: left;
	display: inline;
	width: 70px;
	height: 30px;
	margin-bottom: 10px;
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
	color: #664e41;
}

.review-form-label2 {
	float: left;
	display: inline;
	width: 80px;
	height: 30px;
	margin-bottom: 10px;
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
	color: #664e41;
}

.review-form-field1 {
	float: left;
	display: inline;
	width: 156px;
	height: 30px;
	margin-bottom: 10px;
}

.review-form-field2 {
	float: left;
	display: inline;
	width: 220px;
	height: 95px;
	margin-bottom: 10px;
}

.review-form-field3 {
	float: left;
	display: inline;
	width: 156px;
	height: 90px;
	margin-bottom: 10px;
}

.review-form-box1 {
	width: 150px;
	height: 12px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #664e41;
	background-color: #ffffff;
	border: 1px solid #bdaf9d;
}

.review-form-box2 {
	width: 210px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #664e41;
	background-color: #ffffff;
	border: 1px solid #bdaf9d;
}


.review-form-box3 {
	width: 150px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #664e41;
	background-color: #ffffff;
	border: 1px solid #bdaf9d;
}
.left {
	float: left;
}

.column-left {
	float: left;
	display: inline;
	width: 236px;
	margin-right: 3px;
}

.column-left-alt {
	float: left;
	display: inline;
	width: 445px;
	padding-right: 15px;
}

.right {
	float: right;
}

.pad-10 {
	padding: 0 10px;
}

.pad-top-10 {
	padding-top: 10px;
}

/*////////// OPEN TABLE /////////////*/

.otholder {
	float: left;
	display: inline;
	width: 140px;
}

.otlabel {
	float: left;
	display: inline;
	width: 45px;
	margin-right: 3px;
	margin-bottom: 10px;
}

.otfield {
	float: left;
	display: inline;
	width: 185px;
	margin-bottom: 10px;
}

.otstyle {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #664e41;
	background-color: #ffffff;
	border: 1px solid #bdaf9d;
}

.clear {
	clear: both;
}

/*////////// TABBED CONTENT /////////////*/

ul.tabbed-nav {
	width: 560px;
	float: left;
	display: inline;
	padding: 15px 0;
}

	ul.tabbed-nav li {
		width: auto;
		float: left;
		display: inline;
		clear: both;
		padding: 0 5px 0 0;
		margin: 0 0 5px 0;
		overflow: hidden;
	}

		ul.tabbed-nav li a {
			width: 540px;
			float: left;
			font-size: 14px;
			text-transform: uppercase;
			background-color: #E2D9C5;
			padding: 18px 7px 5px 7px;
			color: #664E41;
		}

		ul.tabbed-nav li a.selected {
			background-color: #664E41;
			color: #E2D9C5 !important;
		}

.tabbed-content {
	width: 560px;
	float: left;
	display: inline;
	padding: 15px 0;
}

	.tabbed-content h3 {
		color:#BA6854;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:18px;
		font-weight:normal;
		letter-spacing:-1px;
		margin: 0 0 15px 0;
	}

	.tabbed-content ul {
		margin: 0 0 15px 0;
	}

		.tabbed-content ul li {
			padding: 0 0 0 15px;
			font-size: 14px;
			line-height: 18px;
			color: #664E41;
			background-image: url(../images/list-bg.jpg);
			background-position: top left;
			background-repeat: no-repeat;
		}

			.tabbed-content ul li a {
				color: #664E41 !important;
				font-size: 14px;
				line-height: 18px;
			}

			.tabbed-content ul li a:hover {
				color: #BA6854 !important;
			}

	.tabbed-content dl {
		margin: 0 0 15px 0;
		font-size: 14px;
		line-height: 18px;
		color: #664E41;
	}

		.tabbed-content dl dt {
			margin: 0 0 5px 0;
			font-weight: bold;
		}

		.tabbed-content dl dd {
			padding: 0 0 0 15px;
			background-image: url(../images/list-bg.jpg);
			background-position: top left;
			background-repeat: no-repeat;
		}

/*////////// LHS QUOTES /////////////*/

#quotes-holder{
	position:relative;
	width:230px;
	height:130px;
}

#quotes-holder .quote{
	width:230px;
	height:130px;
	}

.absolute {
	position:absolute;
	left: 0;
	top: 0;
}

.hide {
	display:none;
}

p.wine-btn {
	margin: 0 0 10px 10px;
	float:left;
}

p.drink-btn {
	margin: 10px 0 0 0;
	float:left;
}
ul.people-grid{
margin:0 0 0 15px;
 }

ul.people-grid li.people {
	float:left;
	display: inline;
	width:250px;
	padding-right: 15px;
}

ul.people-grid .people .text-main {
	float: left;
	width: 210px;
	padding: 0 10px 0 0;
}

.people img {
	border:12px solid #E2D9C5;
}

.map { background: url(../images/map.png) no-repeat 0 3px; padding-left: 20px;}

.write {background: url(../images/write.png) no-repeat 0 3px; padding-left: 20px;}

.book {background: url(../images/book.png) no-repeat 0 3px; padding-left: 20px;}

.twitter {background: url(../images/twitter.png) no-repeat 0 3px; padding-left: 20px;}

/*/////////////////////////////////// SNAP SHOT GALLERY ///////////////////////*/

#snapshotgallery {
	float: left;
	display: block;
	width: 960px;
	margin-top: 3px;
}
#snapshotgallery .gallery_top {
	background-color: #7c6555;
	height: 38px;
	padding: 0 10px;	
}
#snapshotgallery .gallery_bot {
	background-color: #6e5747;
	height: 118px;
	padding: 8px 0 0 5px;
}
#snapshotgallery .gallery_bot ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;	
}
#snapshotgallery .gallery_bot ul li {
	display: block;
	float: left;	
	margin: 0 5px;
	padding: 0;
}
.push1 {
	float: left;
}
.push2 {
	float: right;
}

.space-gallery-large-image {
	float:left;
	display:inline;
	width:562px;
	height:310px;
	margin-bottom:3px;
}

.space-gallery-title {
	float:left;
	display:inline;
	width:555px;
	height:17px;
	padding:18px 0 0 7px;	
	background-color:#e2d9c5;
	color:#664e41;
	font-size:15px;
	margin-bottom:3px;
	text-transform:uppercase;
	cursor:pointer;
	
}

.highlight {
	background-color:#7c6555;
	color:#e2d9c5;
}

.space-gallery-content {
	float:left;
	display:inline;
	width:553px;
	padding:20px 0 20px 7px;	
}

.space-gallery-content ul {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

.space-gallery-content ul li {
	float:left;
	display:inline;
	margin:0 7px 7px 0;
	padding:0;
	list-style:none;
	width:88px;
	height:89px;
	cursor:pointer;
}

.space-gallery-content ul li img {
	border:1px solid #ba6f5a;
}


