@charset "utf-8";
/* CSS Document */

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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}

img, div, a, input {
	behavior: url(iepngfix.htc)
}

/* CSS Layout */

html, body {
	text-align: left;
}

	.bar-background {
		background-image: url(../images/background/bar-bg.jpg);
		background-color: #171516;
	}
	
	.restaurant-background {
		background-image: url(../images/background/restaurant-bg.jpg);
		background-color: #171516;
	}
	
	.random-background {
		background-image: url(../images/background/random/rotator.php);
		background-color: #171516;
	}

#outer-holder {
	width: 100%;
	float: left;
	background: url(../images/background/deer-antlers.gif) no-repeat top left;
}

#page-width {
	width: 960px;
	float: left;
	display: inline;	
}

#header {
	width: 960px;
	float: left;
	display: inline;
	padding: 25px 0 0 0;	
}

	#header-navigation {
		width: 245px;
		height: 460px;
		float: left;
		display: inline;
		padding: 0 0 0 20px;
		background: url(../images/background/navigation-bg.gif) no-repeat center bottom;	
	}

		#header-navigation .header-logo {
			padding: 0 0 7px 0;
		}
			
		#header-navigation a.sub-nav{
			float:left;
			display:inline;
			color:#604824;
			text-decoration:none;
			font-size:12px;
			padding:0 0 5px 20px; 			
		}
		
		#header-navigation a.sub-nav:hover{
			color:#fff;	
		}
	
	#header-animation {
		width: 695px;
		height: 374px;
		float: left;
		display: inline;		
	}

#content-holder {
	width: 960px;
	float: left;
	display: inline;	
}

	#content-left {
		width: 245px;
		float: left;
		display: inline;
		padding: 5px 0 0 20px;		
	}

		#content-left p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 18px;
			color: #604824;
		}
	
		#content-left a:link, #content-left a:active, #content-left a:visited {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 18px;
			color: #604824;
			text-decoration: none;
		}
	
		#content-left a:hover {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 18px;
			color: #ffffff;
			text-decoration: none;
		}
		
		/*#content-left .dragon-logo {
			padding: 25px 0;
		}*/
	
	#content-right {
		width: 665px;
		min-height: 200px;
		height: auto !important;
		height: 200px;
		padding: 25px 15px;
		float: left;
		display: inline;
		border-bottom: 1px solid #604824;
		background: url(../images/background/content-bg.png) repeat;		
		position: relative;
		top: -60px;
	}

		#content-right p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 18px;
			color: #ffffff;
		}
	
		#content-right a:link, #content-right a:active, #content-right a:visited {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 18px;
			color: #604824;
			text-decoration: none;
		}
	
		#content-right a:hover {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 18px;
			color: #ffffff;
			text-decoration: none;
		}
		
			#content-right .half-content {
				width: 330px;
				float: left;
				display: inline;
			}
		
			#content-right .event-left {
				width: 175px;
				float: left;
				display: inline;
			}
		
			#content-right .event-right {
				width: 485px;
				float: left;
				display: inline;
			}
		
			#content-right .menu-left {
				width: 250px;
				float: left;
				display: inline;
			}
		
			#content-right .menu-right {
				width: 380px;
				float: left;
				display: inline;
			}
#popupcontent {
	background:url(../images/background/random/rotator.php);
	color:white;
	padding:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}


#footer {
	width: 695px;
	float: right;
	display: inline;
	text-align: right;	
	position: relative;
	top: -50px;
}

	#footer p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		line-height: 18px;
		color: #604824;
		padding: 5px 0;
	}

	#footer a:link, #footer a:active, #footer a:visited {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		line-height: 18px;
		color: #604824;
		text-decoration: none;
	}

	#footer a:hover {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		line-height: 18px;
		color: #ffffff;
		text-decoration: none;
	}
	
/* CSS Titles */

p.small-text {
	font-size: 10px !important;
}

h1.bar-title {
	text-indent: -9999px;
	background: url(../images/titles/bar-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.bar-music {
	text-indent: -9999px;
	background: url(../images/titles/music-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.menus-title {
	text-indent: -9999px;
	background: url(../images/titles/menus-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.home-title {
	text-indent: -9999px;
	background: url(../images/titles/homepage-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.restaurant-title {
	text-indent: -9999px;
	background: url(../images/titles/restaurant-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.lounge-title {
	text-indent: -9999px;
	background: url(../images/titles/lounge-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.whiskey-title {
	text-indent: -9999px;
	background: url(../images/titles/whiskey-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.whisky-master-course-title{
	text-indent: -9999px;
	background: url(../images/titles/whisky-master-course-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px;
}

h1.whisky-masterclass-title{
	text-indent: -9999px;
	background: url(../images/titles/whisky-masterclass-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.private-title {
	text-indent: -9999px;
	background: url(../images/titles/private-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.events-title {
	text-indent: -9999px;
	background: url(../images/titles/privileges-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.christmas-title {
	text-indent: -9999px;
	background: url(../images/titles/christmas-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.newyears-title {
	text-indent: -9999px;
	background: url(../images/titles/newyears-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.andrews-title {
	text-indent: -9999px;
	background: url(../images/titles/st-andrews-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.review-title {
	text-indent: -9999px;
	background: url(../images/titles/review-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.gallery-title {
	text-indent: -9999px;
	background: url(../images/titles/gallery-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.contact-title {
	text-indent: -9999px;
	background: url(../images/titles/contact-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.guest-title {
	text-indent: -9999px;
	background: url(../images/titles/guestlist-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.joinus-title {
	text-indent: -9999px;
	background: url(../images/titles/joinus-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.booking-title {
	text-indent: -9999px;
	background: url(../images/titles/enquire-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.restaurant-booking-title {
	text-indent: -9999px;
	background: url(../images/titles/restaurant-bookings-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}


h1.NYE-title {
	text-indent: -9999px;
	background: url(../images/titles/NYE.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}


h1.burnsnight-title {
	text-indent: -9999px;
	background: url(../images/titles/burnsnight-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h1.menu-title {
	text-indent: -9999px;
	background: url(../images/titles/menu.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h2.our-chef-title {
	text-indent: -9999px;
	background: url(../images/titles/our-chef-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h2.opening-hours-title {
	text-indent: -9999px;
	background: url(../images/titles/opening-hours-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h2.vaults-title {
	text-indent: -9999px;
	background: url(../images/titles/vaults-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h2.booking-policy-title {
	text-indent: -9999px;
	background: url(../images/titles/booking-policy-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h2.corporate-title {
	text-indent: -9999px;
	background: url(../images/titles/corporate-title.gif) no-repeat;
	width: 500px;
	height: 30px;
	padding-bottom: 15px; 
}

h2.twitter-title {
	text-indent: -9999px;
	background: url(../images/titles/twitter-title.gif) no-repeat;
	width: 500px;
	height: 30px;	
}

h1.celebrate-birthday {
	text-indent: -9999px;
	background: url(../images/titles/celebrate_birthday.gif) no-repeat;
	width: 500px;
	height: 30px;	
}
h1.enquiry {
	text-indent: -9999px;
	background: url(../images/titles/enquiry.png) no-repeat;
	width: 500px;
	height: 30px;	
}
/* CSS Table */

table td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 5px 3px;
}

table td.center {
	padding: 0 0 0 30px;
}

table td.first-col {
	padding: 5px 5px;
	width: 90px;
	font-weight: bold;
	border-bottom: 1px solid #604824;
}

table td.second-col {
	padding: 5px 5px;
	width: 190px;
	font-weight: bold;
	border-bottom: 1px solid #604824;
}

table td.third-col {
	padding: 5px 5px;
	width: 135px;
	font-weight: bold;
	border-bottom: 1px solid #604824;
}

table td.forth-col {
	padding: 5px 5px;
	width: 105px;
	font-weight: bold;
	border-bottom: 1px solid #604824;
}

table td.fifth-col {
	padding: 5px 5px;
	width: 85px;
	font-weight: bold;
	border-bottom: 1px solid #604824;
}
	
/* CSS Btns */

a.menu-btn:link, a.menu-btn:active, a.menu-btn:visited {
	width: 200px;
	height: 40px;
	padding: 10px 0 0 50px;
	float: left;
	display: inline;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important;
	color: #ffffff !important;
}

a.menu-btn:hover {
	width: 200px;
	height: 40px;
	padding: 10px 0 0 50px;
	float: left;
	display: inline;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important;
	color: #604824 !important;
}

a.menu-booking-btn:link, a.menu-booking-btn:active, a.menu-booking-btn:visited {
	width: 200px;
	height: 40px;
	padding: 10px 0 0 50px;
	float: left;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important;
	color: #ffffff !important;
}

a.menu-booking-btn:hover {
	width: 200px;
	height: 40px;
	padding: 10px 0 0 50px;
	float: left;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important;
	color: #604824 !important;
}
.flash-btns {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}
	
/* CSS Gallery */

.gallery-link {
	float: left;
	display: inline;
}

.gallery-thumb {
	padding: 1px;
	border: 1px solid #604824;
	margin: 2px;
}
	
/* CSS Misc */

.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #a4600a;
}

.clear {
	clear: both;
}

.reviews-logo {
	float: left;
	display: inline;
	padding-right: 10px;
}

span.italic {
	font-style: italic;
}

/* CSS Private Dining Page redesign - 2010 - 03 - 19 */

ul.four-sections{
	width:665px;
	float:left;
	display:block;
	margin:20px 0 0 0;
}

ul.four-sections li{
	float:left;
	width:153px;
	/*border:1px solid #604824;*/
	margin:0 0 0 15px;
}

ul.four-sections li.first{
	margin:0;
}

ul.four-sections li div{
	display:block;
	width:153px;
}

ul.four-sections li div a{
	color:#ffffff;
}

ul.four-sections li div a:hover{
	color:#604824;
}

ul.four-sections li div.gallery-link{
	display:block;
	width:153px;
	height:260px;
}

ul.four-sections li div.private-dining{
	background:url(../images/private-dining-room.png) no-repeat;
}

ul.four-sections li div.mezzanine{
	background: url(../images/mezzanine.png) no-repeat;
}
ul.four-sections li div.bar{
	background:url(../images/bar.png) no-repeat;
}
ul.four-sections li div.lounge{
	background:url(../images/lounge.png) no-repeat;
}
ul.four-sections li div.gallery-link p a{
	display:block;
	height:260px;
	width:76px;
	color:#ffffff!important;
	padding:0 0 0 77px;
}

ul.four-sections li div.gallery-link p a:hover{
	color:#604824!important;
}

ul.four-sections li div h2{
	width:155px;
	height:39px;
	margin:0 0 10px 0;
	text-indent:-999999px;}

ul.four-sections li div h2#private-party{
	background-image:url(../images/titles/private-party-small-title.gif);
}

ul.four-sections li div h2#corporate-events{
background-image:url(../images/titles/corporate-events-small-title.gif);
}

ul.four-sections li div h2#whisky{
background-image:url(../images/titles/whisky-and-cocktail-small-title.gif);
}
ul.four-sections li div h2#menus{
background-image:url(../images/titles/menus-small-title.gif);
}

/* Accordion */

.accordionButton {	
	width: 665px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#f44913;
	font-weight:normal;
	padding:15px 0;
	}
	
.accordionContent {	
	width: 665x;
	float: left;
	padding-bottom:20px;
	_float: none; /* Float works in all browsers but IE6 */
	}

.profile {
	padding-right:20px;
	}

/* SHOP */

.shop-row
{
	float:left;
	width:660px;
	display:inline;
	margin-top:100px;
}

.first
{
	margin-top:50px;
}

h2.shop
{
	color:#a4600a;
	font-size:22px;
	font-family: Georgia;
	margin:10px 0;
}

.shop-item p
{
	color:#ffffff;
	font-size:14px !important;
	font-family: Georgia;
	margin-bottom:10px !important;
}

	.shop-item p a
	{
		font-size:14px !important;
		font-weight:bold;
		color:#715b3a;
		margin-top:10px;
		text-decoration:underline !important;
	}

.shop-item
{
	float:left;
	width:250px;
	margin-right:60px;
	margin-left:55px;
	
}

.nomargin
{
	margin:0 !important;
}

#content-right-shop{  
	background: url("../images/background/content-bg.png") repeat scroll 0 0 transparent;
	
	
    border-bottom: 1px solid #604824;
    display: inline;
    float: left;
    height: auto !important;
    min-height: 200px;
    padding: 25px 15px;
    position: relative;
    top: 0;
    width: 665px;}

   #content-left-shop{   display: inline;
    float: left;
    padding: 110px 0 0;
    width: 245px;}

    #content-left-shop p {
    color: #604824;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    line-height: 18px;
   }
#content-right-shop p {

    font-family: sans-serif;

    line-height: 18px;

	}

	#content-right-shop img {width:250px;}

	#content-left-shop a:link, #content-left-shop a:active, #content-left-shop a:visited {
    color: #604824;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

#content-left-shop a:hover {
    color: #FFFFFF;}

    #footer-shop{    display: inline;
    float: right;
    position: relative;
    text-align: right;
    padding-bottom:40px;
    padding-top:10px;
    top: 0px;
    width: 695px;}

    #footer-shop a:link, #footer-shop a:active, #footer-shop a:visited {
    color: #604824;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

#content-right-shop h1 img{margin-left:215px;}

input.paypal {
	background: transparent; 
	border: 0px; 
	color: #A4600A; 
	cursor: pointer;
	font-size: 22px; 
	font-family: Georgia; 
	margin: 10px 0; 
	padding: 0px;
	text-align: left; 
	width: 250px; 
}
