@charset "utf-8";
/* CSS Document */

.clr {
	clear: both;	
}

body {
	color: #d3ccba;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: url(../images/page_bg.jpg) top;
}

a:link, a:visited {
	font-weight: bold;
	color: #ac9778;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;	
}

#container {
	width: 955px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../images/conOuter.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

#header {
	height: 280px;
	background-image: url(../images/headerBgr.jpg);
	background-image: #a89b88;
}
#header h1, #header p {
	display: none;
}

#navigation {
	background-color: #404040;
	margin: 0 3px;
	padding: 5px;
}
#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	float: left;	
}
#navigation li a {
	color: #FFF;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
}
#navigation li a:hover,#navigation li a.on {
	color: #ac9778;	
}

#mainContent {
	padding: 23px 29px 0 29px;
}
#mainContent .inner {
	background-image: url(../images/conBgr.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#leftCol {
	width: 597px;
	float: left;
/*	height: 764px;*/
	background-color: #404040;
}

#leftCol p {
	line-height: 180%;
}
#leftCol p.small {
	font-size: 11px;
	line-height: 130%;
	margin: 25px 0;
}


#theOldDiningRoom {
	background-image: url(../images/the_old_dining_room.jpg);
	width: 597px;
	height: 499px;
	margin: 0;
	padding: 0;
}
#theOldDiningRoom span {
	display: none;
}

#blockRestaurant {
	background-image: url(../images/the_restaurant.jpg);
	width: 597px;
	height: 478px;
	margin: 0;
	padding: 0;
}
#blockRestaurant span {
	display: none;
}

#blockConservatory {
	background-image: url(../images/the_conservatory.jpg);
	width: 597px;
	height: 478px;
	margin: 0;
	padding: 0;
}
#blockConservatory span {
	display: none;
}

#blockMenus {
	background-image: url(../images/our_menus.jpg);
	width: 597px;
	height: 478px;
	margin: 0;
	padding: 0;
}
#blockMenus span {
	display: none;
}

#blockTerrace {
	background-image: url(../images/the_terrace.jpg);
	width: 597px;
	height: 478px;
	margin: 0;
	padding: 0;
}
#blockTerrace span {
	display: none;
}

#blockBar {
	background-image: url(../images/the_bar.jpg);
	width: 597px;
	height: 478px;
	margin: 0;
	padding: 0;
}
#blockBar span {
	display: none;
}

#leftCol .boxDark {
	padding: 10px 20px;
	font-size: 13px;
	background-color: #404040;
}
#leftCol .boxDark p {
	color: #FFF;
}

#truePleasure {
	 background-image: url(../images/truePleasure.gif);
	 background-position: top right;
	 background-repeat: no-repeat;
	 height: 85px;
	 margin-top: 50px;
	 padding-bottom: 22px;
/*	 margin-bottom: 36px;*/
}

#truePleasure span {
	display: none;
}

#rightCol {
	width: 277px;
	float: left;
	padding-left: 20px;
}
#rightCol .btn span {
	display: none;
}

#linkBoxRestaurant {
	background-image: url(../images/buttonRestaurant.jpg);
	width: 277px;
	height: 215px;
	display: block;
	margin-bottom: 10px;
}
#linkBoxConservatory {
	background-image: url(../images/buttonConservatory.jpg);
	width: 277px;
	height: 310px;
	display: block;
	margin-bottom: 10px;
}
#linkBoxBar {
	background-image: url(../images/buttonBar.jpg);
	width: 277px;
	height: 258px;
	display: block;
	margin-bottom: 10px;
}
#linkBoxTerrace {
	background-image: url(../images/buttonTerrace.jpg);
	width: 277px;
	height: 223px;
	display: block;
}

#footer {
	padding: 15px 0;
	text-align: center;
	font-size: 11px;
}

#footer p {
	padding: 0;
	margin: 0;
	color: #555;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #777;	
}

/* Abs items */
#headerEmail {
	display: block;
	width: 400px;
	height: 45px;
	top: 197px;
	left: 50%;
	margin: 0 0 0 65px;
	position: absolute;
}
#headerEmail span {
	display: none;
}
