/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	background-color:#0D0D0D;
	text-align:center;
	margin-bottom:20px;
	font-family:"Lucida Grande","Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:12px;
}
a {
	color:#C77F50;
}
h1 {
	color:#FFF;
	font-size:20px;
	font-weight:normal;
	margin-bottom:8px;
	text-transform:uppercase;
}
p {
	margin:10px 0px;
}
#rightcolumn ul {
	margin-left:25px;
}
/* 
-----------------------------------------------------------------------------
Container
-----------------------------------------------------------------------------*/
#container {
	position:relative;
	width:550px;
	text-align:left;
	margin:0px auto;
}
/* 
-----------------------------------------------------------------------------
Container/Header
-----------------------------------------------------------------------------*/
#header {
	width:550px;
	height:167px;
	background-color:#0D0D0D;
}
#banner {
	position:relative;
	height:150px;
	background-image:url(../images/backgrounds/header.jpg);
	background-repeat:no-repeat;
}
#banner img {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;
}
#baubles {
	position:absolute;
	right:64px;
	bottom:-42px;
	z-index:1;
}
/* 
-----------------------------------------------------------------------------
Container/Header/Menu
-----------------------------------------------------------------------------*/
#menuline {
	position:relative;
	height:17px;
	background-image:url(../images/backgrounds/topline.png);
	background-repeat:no-repeat;
}
/* 
-----------------------------------------------------------------------------
Container/Content
-----------------------------------------------------------------------------*/
#content {
	position:relative;
	width:600px;
}
/* for Internet Explorer */
/*\*/
* html #content {
	height:462px;
}
/**/
/* 
-----------------------------------------------------------------------------
Container/Content/Leftcolumn
-----------------------------------------------------------------------------*/
#leftcolumntop {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/backgrounds/lefttop.png);
	background-position:top;
	background-repeat:no-repeat;
	width:150px;
	height:30px;
}
#leftcolumn {
	background-color:#1B1B1B;
	background-image:url(../images/backgrounds/leftline.png);
	background-repeat:repeat-y;
	color:#FFF;
	position:absolute;
	left:0px;
	width:150px;
	height:100%;
}
#leftcontent {
	padding:30px 20px;
}
#menu li {
	list-style:none;
	font-size:14px;
	padding:2px 0px;	
}
#menu a {
	color:#9e88a7;
	text-decoration:none;
}
#menu a:hover {
	color:#c77f50;
}
.home #menu .menu-home a, .events #menu .menu-events a, .offers #menu .menu-offers a, .gallery #menu .menu-gallery a, .venuehire #menu .menu-venuehire a, .contact #menu .menu-contact a, .christmas #menu .menu-christmas a, .function-booking #menu .menu-function-booking a, .party #menu .menu-party a {
	padding-left:10px;
	background-image:url(../images/backgrounds/menu-link.png);
	background-repeat:no-repeat;
	background-position:left centre;
	color:#FFF;
}
#facebook {
	position:absolute;
	bottom:7px !important;
	bottom:0px;
	left:7px;
}
/* 
-----------------------------------------------------------------------------
Container/Content/Rightcolumn
-----------------------------------------------------------------------------*/
#rightcolumn {
	position:relative;
	margin-left:150px;
	background-image:url(../images/backgrounds/content.png);
	background-repeat:repeat-y;
	color:#FFF;
	line-height:1.17;
	width:360px;
	min-height:400px;
	padding:12px 20px 50px 20px;
}
/* for Internet Explorer */
/*\*/
* html #rightcolumn {
	height:400px;
}
/**/
/* 
-----------------------------------------------------------------------------
Galllery
-----------------------------------------------------------------------------*/
#gallery img {
	margin:2px;
	background-color:#FFF;
	padding:4px;
	border:2px solid #999;
}
#gallery a:hover img {
	border-color:#c77f50;
}
/* 
-----------------------------------------------------------------------------
Contact
-----------------------------------------------------------------------------*/
.input {
	border:1px solid #c77f50;
	padding:2px;
	margin:2px 0px;
	font-family:"Lucida Grande","Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:12px;
}
.label {
	color:#9e88a7;
}
.opening-hours td {
	padding-right:4px;
}
/* 
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#slideshow {
	height:150px;
}
#footer {
	position:relative;
	width:550px;
	min-height:175px !important;
	height:175px;
	margin:0px auto;
	margin-top:10px;
	color:#C57679;
	background-color:#1B1B1B;
	background-image:url(../images/backgrounds/footersliver.png);
	background-repeat:repeat-y;
}
#bright-site {
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:9px;
	color:#DDD;
	padding:5px;
}
#bright-site a {
	font-size:9px;
	color:#DDD;
	text-decoration:none;
}
#bright-site a:hover {
	text-decoration:underline;
}
#footermenu {
	position:relative;
	margin-left:150px;
	background-image:url(../images/backgrounds/content.png);
	background-repeat:repeat-y;
	color:#685b6d;
	text-align:right;
	padding:5px;
	font-size:9px;
}
#footermenu ul {
	list-style:none;
}
#footermenu ul li {
	display:inline;
}
#footermenu ul li a {
	text-decoration:none;
	color:#685b6d;
}
#footermenu ul li a:hover {
	text-decoration:underline;
}
/* 
-----------------------------------------------------------------------------
Admin
-----------------------------------------------------------------------------*/
.admin-table tr th, .admin-table tr td {
	padding:3px;
	vertical-align:top;
}
#booking-details tr td {
	padding:0px 3px 6px 0px;
	vertical-align:top;
}
#booking-details tr th {
	padding:6px 3px 0px 0px;
}

/*- updates -*/

.football span{
	color:#F00;
}