* {
	margin: 0;
	padding: 0;
}

body {
	background: #0D1B26 url(../images/bodyBg.png);
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	margin: 0 auto;
	width: 980px;
	position: relative;
}

#header {
	height: 80px;
	padding: 45px 20px 0 0;
}

#header p {
	text-align: right;
	font-size: 15px;
	line-height: 150%;
}

#header p img {
	margin-left: 6px;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999em;
	width: 242px;
	height: 209px;
	background: url(../images/logo.png);
}

#content {
	background-color: #432C18;
	padding: 20px;
	margin-bottom: 50px;
	font-size: 12px;
}

#menu {
	background-color: #5B3C21;
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 250px;
	overflow: hidden;
	height: 60px;
}

#menu li {
	float: left;
	height: 60px;
	margin-right: 35px;
}

#menu li.current {
	background: url(../images/menuCurrent.png) 50% 100% no-repeat;
}

#menu a {
	display: block;
	height: 16px;
	margin-top: 22px;
	text-indent: -999em;
	background-repeat: no-repeat;
	outline: none;
}

#menu a.home {
	width: 44px;
	background-image: url(../images/home.png);
}

#menu a.menus {
	width: 59px;
	background-image: url(../images/menus.png);
}

#menu a.home {
	width: 44px;
	background-image: url(../images/home.png);
}

#menu a.wineList {
	width: 74px;
	background-image: url(../images/wineList.png);
}

#menu a.events {
	width: 135px;
	background-image: url(../images/events.png);
}

#menu a.directions {
	width: 86px;
	background-image: url(../images/directions.png);
}

#menu a.about {
	width: 74px;
	background-image: url(../images/about.png);
}

#mainImage {
	vertical-align: bottom;
	margin-bottom: 20px;
}

#intro {
	float: left;
	width: 460px;
	font-size: 15px;
}

#content p {
	margin-bottom: 20px;
	line-height: 1.4em;
}

.column {
	float: left;
	margin: 0 0 20px 20px;
	background-color: #5B3C21;
}

.single {
	width: 220px;
}

.double {
	width: 460px;
}

.column h2, .column p, .column ul {
	margin: 20px;
}

h2 {
	text-indent: -999em;
	background-repeat: no-repeat;
	height: 22px;
	margin-bottom: 20px;
}

h2.welcome 		{ background-image: url(../images/titleWelcome.png); }
h2.cocktail 	{ background-image: url(../images/titleCocktail.png); }
h2.menus 		{ background-image: url(../images/titleMenus.png); }
h2.wineList 	{ background-image: url(../images/titleWineList.png); }
h2.events 		{ background-image: url(../images/titleEvents.png); }
h2.mealsServed	{ background-image: url(../images/titleMealsServed.png); }
h2.about		{ background-image: url(../images/titleAbout.png); }
h2.london		{ background-image: url(../images/titleLondon.png); }
h2.dorchester	{ background-image: url(../images/titleDorchester.png); }
h2.bournemouth	{ background-image: url(../images/titleBournemouth.png); }

.column h2.driftwood {
	height: 54px;
	background-image: url(../images/logoSmall.png);
}

#overview ul {
	list-style-type: none;
}

#overview li {
	text-align: center;
	margin-bottom: 10px;
}

#menus {
	margin-bottom: 20px;
	list-style-type: none;
	overflow: hidden;
	width: 480px;
}

#menus li {
	background: url(../images/menusBg.png) no-repeat;
	margin: 0 20px 10px 0;
	float: left;
	width: 220px;
}

#menus a {
	display: block;
	line-height: 54px;
	padding-left: 75px;
	text-decoration: none;
	font-size: 13px;
}

#footer {
	clear: both;
	margin-top: 20px;
	background-color: #5B3C21;
	padding: 10px;
	font-size: 15px;
	overflow: hidden;
}

#footer p {
	margin: 0;
}

a {
	color: #ffffff;
}

a:hover {
	color: #8AD586;
}

a img {
	border: none;
}

a.pdf {
	padding-left: 20px;
	background: url(../images/pdf.png) no-repeat;
	line-height: 16px;
}

.left {
	float: left;
}

.right {
	float: right;
}
