@import url(colour.css);
@import url(typography.css);
@import url(normalise.css);
@import url(forms.css);

html > body { 
visibility: visible !important; 
} 
body { 
visibility: hidden; 
} 
body {
	margin: 0px 0px;
	padding: 0px 0px 18px;
	background-image:  url("../images/col_middle.gif");
	background-repeat: repeat-y;
	background-position: 206px 0px;
	z-index: 0;
}
body, html {
	height: 100%;
}

#container {
	padding: 187px 0px 0px;
	width: 770px;
	position: relative;
	margin: 0px auto 0px 0px;
}

/* =Header */

#header {
	background: url("../images/col_middle.gif") center repeat-y;
	height: 171px;
	width: 538px;
	padding: 0px;
	margin: 0px 0px 0px 206px;
	border-top: 16px solid;
	position: fixed; /*relative*/
	left: 0px; /* */
	top: 0px; /* */
	z-index: 10;
}


#info {
	width: 300px;
	overflow: auto;
}

#flashcontent {
	width: 231px;
	height: 171px;
	float: left;
	margin: 0px;
	background-image:  url(../images/flashbackgroundphoto.jpg);
	background-repeat: no-repeat;
	background-position: 54px top;
	padding: 0px 0px 0px 54px;
}
#phototopright {
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid;
}

/*HEADER ENDS*/

/*Lefthand Nav*/
#logo {
	position: fixed;
	left: 35px; /* -180px*/
	top: 42px; /* 93px*/
	height: 185px;
	width: 148px;
}
#nav_dropshadow {
	position: fixed;
	left: 40px; /* -165px*/
	top: 255px;	/* 242x*/
	background:  url("../images/menu_shadow130.gif") no-repeat right bottom!important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px;
}
#nav {
	background-color: #702709;
	width: 130px;
	margin: 0px;
	background-image:  url("../images/cord_middle_smaller.gif");
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	position: relative;
	bottom: 5px;
	right: 5px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.submenu {
	position: absolute;
	top: 0;
	left: 129px;
	visibility: hidden;
}
.submenuup {
	position: absolute;
	bottom: 0;
	left:129px;
	visibility: hidden;
}
#nav li {
	position: relative;
}
#nav ul li:hover > ul {
	visibility: visible;
}

#nav li {
	border: 0px none #00FF00;
	text-align: center;
	width: 130px;
	margin: 0px;
	padding: 0px;
}
#nav a {
	border: 0px none #FF0000;
	color: #D6C08F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 0.9em;
	margin: 0px;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 2px 0px;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #988445;
	margin: 0px;
	padding: 2px 0px;
	width: 100%;
}


/* sets "selected" element for main navigation */
.barbistro #nav #barbistro a,
.open #nav #open a,
.tariff #nav #tariff a,
.offers #nav #offers a,
.press #nav #press a,
.suppliers #nav #suppliers a,
.links #nav #links a,
/* above added 2 October 2007 */
.index #nav #home a, 
.awards #nav #awards a, 
.chef #nav #chef a,
.rest #nav #rest a,
.tourrest #nav #tourrest a,
.tourbistro #nav #tourbistro a,
.tourrooms #nav #tourrooms a,
.wine #nav #wine a, 
.menus #nav #menus a, 
.events #nav #events a, 
.fishing #nav #fishing a,
.accom #nav #accom a,
.gallery #nav #gallery a,
.location #nav #location a,
.recruitment #nav #recruitment a,  
.alacarte #nav #alacarte a,
.tastingmenu #nav #tasting a,
.bistro #nav #bistro a, 
.sunday #nav #sunday a, 
.tabledhote #nav #tabledhote a,
.gourmet #nav #gourmet a,
.gourmetmenu #nav #gourmetmenu a, 
.winehouse #nav #winehouse a,
.europeanwines #nav #europeanwines a,
.europeanwhites #nav #europeanwhites a,
.europeanreds #nav #europeanreds a,
.worldwines #nav #worldwines a,
.worldwhites #nav #worldwhites a,
.worldreds #nav #worldreds a,
.halfbottles #nav #halfbottles a,
.rosewines #nav #rosewines a,
.champagne #nav #champagne a,
.sweetwines #nav #sweetwines a,
.rarewines #nav #rarewines a,
.about #nav #about a,
.comments #nav #comments a,
.contact #nav #res a {
	cursor: default;
	text-decoration: none;
	color: #988445;
	background-color: #FFFFFF;
}

/* Knocks out styling of sub-nav links when main nav a link is hovered over for selected page */

.rest #nav #rest .submenu li a,
.accom #nav #accom .submenu li a,
.barbistro #nav #barbistro .submenu li a,
.menus #nav #menus .submenu li a,
.about #nav #about .submenuup li a,
.events #nav #events .submenu li a,
.wine #nav #wine .submenu li a,
.europeanwines #nav #europeanwines .submenu li a,
.worldwines #nav #worldwines .submenu li a {
	background-color: #3E2003;
	color: #D6C08F
}
.rest #nav #rest .submenu li a:hover,
.accom #nav #accom .submenu li a:hover,
.barbistro #nav #barbistro .submenu li a:hover,
.menus #nav #menus .submenu li a:hover,
.about #nav #about .submenuup li a:hover,
.events #nav #events .submenu li a:hover,
.wine #nav #wine .submenu li a:hover,
.europeanwines #nav #europeanwines .submenu li a:hover,
.worldwines #nav #worldwines .submenu li a:hover {
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #988445;
}


/*Lefthand Nav Ends*/



#col_top {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image:  url("../images/col_top_small-trans.png");
	background-repeat: no-repeat;
	height: 74px;
	width: 579px;
	margin-left: -20px;
	margin-top: -16px;
}

/* =footer */
#footer {
	position: fixed;
	left: 0px;
	height: 18px;
	width: 538px;
	margin-left: 192px;
	background-color: #73260D;
	padding: 0px;
	z-index: 2;
	margin-top: 0px;
	margin-right: 0px;
	bottom: 0px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #FFFFFF;
}

#copyright {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 100px;
	top: 2px;
}
#footer p#credit {
	width: 100px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 2px;
	right: 60px;
	z-index: 3;
	float: right;
}

#footer #credit a {
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	padding:0;
	margin:0;
	border:none;
}

#col_bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 41px;
	width: 567px;
	background-image:  url("../images/col_bottom-trans.gif");
	background-repeat: no-repeat;
	z-index: 1;
}

/* =Content */

#content {
	background-image:   url("../images/col_middle.gif");
	background-repeat: repeat-y;
	width: 458px;
	padding: 0px 0px 0px 80px;
	margin-top: 0px;
	margin-left: 206px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	z-index: 0;
}
#content h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	color: #702709;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0px 0px;
	margin-right: 0px;
	height: 48px;
	width: 370px;
	letter-spacing: -1000em;
	background-repeat: no-repeat;
	background-position: center 7px;
}

/* Image Replacement */
.links #content h1 {
	background-image: url(../images/h1links.jpg);
}

.barbistro #content h1 {
	background-image: url(../images/h1barbistro.jpg);
}

.open #content h1 {
	background-image: url(../images/h1open.jpg);
}

.tariff #content h1 {
	background-image: url(../images/h1tariff.jpg);
}

.offers #content h1 {
	background-image: url(../images/h1offers.jpg);
}

.press #content h1 {
	background-image: url(../images/h1press.jpg);
}

.suppliers #content h1 {
	background-image: url(../images/h1suppliers.jpg);
}

.about #content h1 {
	background-image:url(../images/h1about.jpg);
}
.awards #content h1 {
	background-image:url(../images/h1awards.jpg);
}
.comments #content h1 {
	background-image: url(../images/h1comments.jpg);
}
.gourmet #content h1 {
	background-image: url(../images/h1gourmet.jpg);
}
.gourmetmenu #content h1 {
	background-image:url(../images/h1gourmetmenu.jpg);
}
.rest #content h1 {
	background-image:  url("../images/h1restaurant.jpg");
}
.tourrest #content h1 {
	 background-image:  url("../images/h1tourrest.jpg");
}
.index #content h1 {
	background-image:  url("../images/h1home.jpg");
}
.chef #content h1 {
	background-image:  url("../images/h1chef.jpg");
}
.wine #content h1 {
	background-image:  url("../images/h1wine.jpg");
}
.menus #content h1 {
	background-image:  url("../images/h1menus.jpg");
}
.events #content h1 {
	background-image:  url("../images/h1events.jpg");
}
.accom #content h1 {
	background-image:  url("../images/h1accommodation.jpg");
}
.tourrooms #content h1 {
	 background-image:  url("../images/h1tourrooms.jpg");
}
.gallery #content h1 {
	background-image:  url("../images/h1gallery.jpg");
}
.location #content h1 {
	background-image:  url("../images/h1location.jpg");
}
.recruitment #content h1 {
	background-image:  url("../images/h1recruitment.jpg");
}
.contact #content h1 {
	background-image:  url("../images/h1contact.jpg");
}
.alacarte #content h1 {
	background-image:  url("../images/h1alacarte.jpg");
}
.tabledhote #content h1 {
	background-image:  url("../images/h1tabledhote.jpg");
}
.tastingmenu #content h1 {
	background-image: url(../images/h1tasting.jpg);
}
.bistro #content h1 {
	background-image:  url("../images/h1bistro.jpg");
}
.tourbistro #content h1 {
	 background-image:  url("../images/h1tourbistro.jpg");
}
.sunday #content h1 {
	background-image:  url("../images/h1sunday.jpg");
}
.booking #content h1 {
	background-image:  url("../images/h1booking.jpg");
}
.confirmation #content h1 {
	background-image:  url("../images/h1confirmation.jpg");
}
.news #content h1 {
	background-image:  url("../images/h1newsletter.jpg");
}
.careers #content h1 {
	background-image:  url("../images/h1careers.jpg");
}
.fishing #content h1 {
	 background-image:  url("../images/h1fishing.jpg");
}
.eatscotlandaward #content h1 {
	 background-image:  url("../images/h1eatscotlandgold.jpg");
}


/* Wines */
.winehouse #content h1 {
	background-image: url("../images/h1winehouse.jpg");
}
.europeanwines #content h1 {
	background-image: url("../images/h1wineeuropean.jpg");
}
.europeanreds #content h1 {
	background-image: url("../images/h1europeanred.jpg");
}
.europeanwhites #content h1 {
	background-image: url("../images/h1europeanwhite.jpg");
}
.worldwines #content h1 {
	background-image: url("../images/h1winenewworld.jpg");
}
.worldreds #content h1 {
	background-image: url("../images/h1newworldred.jpg");
}
.worldwhites #content h1 {
	background-image: url("../images/h1newworldwhite.jpg");
}
.halfbottles #content h1 {
	background-image: url("../images/h1halfbottles.jpg");
}
.rosewines #content h1 {
	background-image: url("../images/h1rosewines.jpg");
}
.champagne #content h1 {
	background-image: url("../images/h1champagne.jpg");
}
.sweetwines #content h1 {
	background-image: url("../images/h1sweetwines.jpg");
}
.rarewines #content h1 {
	background-image: url("../images/h1rarewines.jpg");
}
/* Wines End */
/* Image Replacement End*/



#content h2 {
	margin: 0px 0px .5em;
	padding: 0px;
}
#content p {
	margin: 0px;
	padding: 0px;
}
#content p.alert {
border: dotted #FFFFFF thin;
padding: 1em 1em;
}
.dropshadow2 {
	float: left;
	background:  url("../images/shadow.gif") no-repeat bottom right  !important;
	margin: 10px 0px 10px 0px !important;
	padding: 0px;
}
.dropshadowright {
	float: left;
	background:  url("../images/shadow.gif") no-repeat bottom right  !important;
	margin: 10px 0px 10px 30px !important;
	padding: 0px;
}
#textbox {
	bottom: 5px;
	right: 5px;
	padding: 10px;
	margin: 0px;
	width: 210px;
	position: relative;
	clear: left;
}

/* =home Home Page Panels*/
#panelrest,
#panelrooms,
#panelbar {
width: 117px;
float: left;
padding: .3em 4px;
margin: 0px 5px 1em 0px;
min-height: 200px;
}
#panelrest {
margin-left: -4px;
}

#panelrooms h2,
#panelbar h2{
margin-top: 1.7em;
}

#panelrest img,
#panelrooms img,
#panelbar img {
width: 112px;
padding: 2px;
margin: .3em 0px .5em 0px;
}


/* Home Page Panels Ends */


div#content div#textbox a {
text-decoration: none;
border: none;
}
.index #content #textbox {
width: 370px;
}

/* Stretch text across page */
.location #content #textbox,
.recruitment #content #textbox,
.awards #content #textbox,
.comments #content #textbox,
.winehouse #content #textbox,
.booking #content #textbox,
.news #content #textbox,
.chef #content #textbox,
.europeanwines #content #textbox,
.europeanreds #content #textbox,
.europeanwhites #content #textbox,
.worldwines #content #textbox,
.worldreds #content #textbox,
.worldwhites #content #textbox,
.halfbottles #content #textbox,
.rosewines #content #textbox,
.champagne #content #textbox,
.sweetwines #content #textbox,
.rarewines #content #textbox,
.wine #content #textbox {
	width: 370px;
}
/* Stretched text ends */

#textboxmenu {
	bottom: 5px;
	right: 5px;
	padding: 10px;
	margin: 0px;
	background-color: #691805;
	width: 370px;
	position: relative;
}
#textboxright {
	font-size: 0.8em;
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	width: 103px;
	background-color: #FFFFFF;
	color: #CCB175;
	padding: 10px;
	margin: 0px;
	bottom: 5px;
	right: 5px;
	position: relative;
	border: 1px solid #DBDBDB;
}
#textboxright h2 {
	font-size: 1em;
	color: #AF8E41;
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: lighter;
	font-variant: small-caps;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.dropshadowphoto {
	float: left;
	background:  url("../images/shadow.gif") no-repeat bottom right  !important;
	margin: 8px 0px 10px 30px !important;
	padding: 0px;
}
.dropshadownone {
	float: left;
	margin: 8px 0px 10px 30px !important;
	padding: 0px;
}

.photoright {
	position: relative;
	bottom: 2px;
	right: 5px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 125px;
}

#textbox p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.6em;
	letter-spacing: .01em;
	color: #FFFFFF;
	text-align: left;
	font-size: .9em;
}
#textbox p:first-child:first-letter  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-transform: capitalize;
	vertical-align: sub;
	padding-right: 1px;
}
.rosewines #content #textbox p:first-child:first-letter,
.champagne #content #textbox p:first-child:first-letter,
.sweetwines #content #textbox p:first-child:first-letter {
	font: 0.9em "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	text-transform: none;
	padding-right: none;
	vertical-align: bottom;
}


#textboxright a {
	color: #C3A65E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #C08A4C;
	line-height: 1.2em;
	font-weight: lighter;
	margin: 0px 0px 1em;
	padding: 0px;
}
#content ul {
	color: #EFEDE2;
	list-style-type: none;
	margin: 0px 0px 10px;
	padding: 0px;
}
#content li {
	margin: 0px 0px 2px;
	padding: 0px 0px 0px 32px;
	background-image:  url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 4px 7px;
	min-height: 20px;
	font-size: .9em;
}

/*NAVIGATION*/
#cord_bottom {
	background-image:  url("../images/cord_bottom_smaller-trans.png");
	background-repeat: no-repeat;
	position: absolute;
	left: -27px;
	bottom: -76px;
	height: 76px;
	width: 58px;
}
#cord_top {
	position: absolute;
	height: 7px;
	width: 10px;
	left: 0px;
	top: -2px;
	background-image:  url("../images/cord_top_smaller-trans.png");
	background-repeat: no-repeat;
}
#gototop {
	clear: both;
	width: 300x;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#returntotop a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #702709;
	text-decoration: none;
	margin-left: 150px;
}
#gototop p {
	letter-spacing: -1000em;
}

.map {
	width: 385px;
	background-color: #FFFFFF;
	height: 319px;
	clear: both;
	position: relative;
	right: 5px;
	bottom: 5px;
	padding: 0px;
	border: 1px none #73260D;
}
.chefphoto {
	width: 387;
	height: 241;
	clear: both;
	position: relative;
	right: 5px;
	bottom: 5px;
	padding: 0px;
	border: 1px none #73260D;
}
#specials a,
#textbox a {
	color: #D6C08F;
	text-decoration: none;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6C08F;*/
	font-weight: bolder;
}
#specials a:hover,
#textbox a:hover {
	color: #EADEC4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6C08F;
	font-weight: bolder;
}
#textboxmenu p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 0px 25px;
	padding: 0px 0px 34px;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	background-image: url(../images/goldbar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#textboxmenu h2 {
	margin-bottom: 16px;
	text-align: center;
	letter-spacing: .1em;
}
.floatright {
	float: right;
	margin-left: 10px;
}

/* =Gallery & =Tour */
.gallery #content #textbox,
.tourrest #content #textbox,
.tourrooms #content #textbox,
.tourbistro #content #textbox {
	width: 370px;
	min-height: 1160px;
	position: relative;
	margin: 0px;
	padding: 5px;
}
.tourrest #content #textbox,
.tourrooms #content #textbox,
.tourbistro #content #textbox {
min-height: 200px;
}
.gallery #content #textbox a:hover {
	border: none;
}
.gallery #flashcontent,
.tourrest #flashcontent,
.tourrooms #flashcontent,
.tourbistro #flashcontent {
	display: none;
}
.gallery #phototopright,
.tourrest #phototopright,
.tourrooms #phototopright,
.tourbistro #phototopright {
	margin-left: 54px;
	height: 170px;
	width: 428px;
}
.gallery #content #tourthumbs,
.tourrest #content #tourthumbs,
.tourrooms #content #tourthumbs,
.tourbistro #content #tourthumbs {
padding-left: 25px;
}
.tourrest #content #textbox img,
.tourrooms #content #textbox img,
.tourbistro #content #textbox img {
width: 150px;
height: 150px;
margin: 20px 10px 20px 0px;
}
.gallery #content #textbox img {
width: 150px;
height: 100px;
}

#tourthumbs {
text-align: center;
padding-bottom: 25px;
}
#tourthumbs a {
position: relative;
}
#tourthumbs span {
width: 150px;
text-align: center;
position: absolute;
top: 0px;
left: 0px;
}
/*.gallery #noflash {
	width: 231px;
	height: 171px;
	float: left;
	margin: 0px;
	position: absolute;
	left: 54px;
	top: 0px;
	background-image:  url("images/flashbackgroundphoto.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}*/
/* Gallery End */
#bottletop {
	position: absolute;
	left: 280px;
	top: 199px;
	height: 17px;
	width: 40px;
	background-image: url(../images/bottletopgold1small.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#bottletopopposite {
	position: absolute;
	left: 630px;
	top: 199px;
	height: 17px;
	width: 40px;
	background-image: url(../images/bottletopgold1small_opposit.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#gallery1 img {
	border: 3px solid #FFFFFF;
}
#textbox p .wineb {
	padding-left: 15px;
	margin-right: 15px;
	background-image: url(../images/bg_icon_bottle.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	line-height: 50px;
}
#textbox p .winesg {
	padding-left: 15px;
	margin-right: 15px;
	background-image: url(../images/bg_icon_glasssmall.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	line-height: 50px;
}
#textbox p .winelg {
	padding-left: 15px;
	margin-right: 15px;
	background-image: url(../images/bg_icon_glasslarge.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	line-height: 50px;
}
#textboxright p.commentname {
	font-size: 0.9em;
	margin-top: 10px;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #73260D;
	font-weight: lighter;
}
#textboxright h2.comment {
	display: none;
}
#content #textbox p.returntolist {
	text-align: center;
}
#textbox p.awardsquote {
	font-style: italic;
}

/* =Sub Content */

#content_sub {
	position: fixed;
	left: 780px; 
	top: 48px; 
	height: 79px;
	width: 180px;
}

#content_sub h3#contactinfo {
display: none;
}

#content_sub h3 {
margin: 0px 0px 3px 0px;
}

div#content_sub a,
div#content_sub span {
	display: block;
}

span.street-address,
span.locality {
display: inline;
float: left;
padding: 0px 8px;
}
span.street-address {
margin-left: 5px;
}

div#content_sub span.region,
div#content_sub span.country-name {
display: none;
}
.postal-code {
clear: left;
}

div.vcard {
margin-bottom: 15px;
}

ul#homeawards {
	width: 171px;
	height: 55px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background:url(../images/bg_logos_awards.gif) no-repeat 10px 0px;
}
ul#homeawards li {
display: none;
}

ul#headlines li {
background:url(../images/bg_bullet_news.gif) no-repeat 0px .5em;
padding-left: 1.2em;

}

div#content_sub a#signup {
padding: 3px 3px 3px 14px;
margin: 10px 0 0 0;
}

.news div#content_sub a#signup {
display: none;
}