/*
Colors:
Blue: #0039a6
Red: #cc092f;
Grey - text: #6c6c6c;
Grey - box: #eeeeee;
Grey border: #e6e5e5;

*/

body {
	text-align: center;
	margin: 0px;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	color: #6c6c6c;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 901px;
}

#header {
	position: relative;
	width: 901px;
	background-repeat: no-repeat;
	height: 403px;
}

.header_birkenhead {
	background-image: url(./images/birkenhead_head.jpg)
}

.header_greenhithe {
	background-image: url(./images/greenhithe_head.jpg)
}

.header_dutchdelight {
	background-image: url(./images/birkehead_head.jpg)
}

#navigation {
	left: 0px;
	bottom: 0px;
	position: absolute;
	background-color: #eeeeee;
	width: 870px;
	border: 1px solid #e6e5e5;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation li {
	font-weight: bold;
	line-height: 27px;
	display: inline;
	padding-right: 15px;
}

#navigation .menu_divider {
	border-left: 1px solid #595959;
}

#navigation a:link, #navigation a:visited {
	color: #595959;
	text-decoration: none;
}

#navigation .home a:link, #navigation .home a:visited {
	font-weight: bold;
	color: #cc092f;
}

#navigation .other_location a:link, #navigation .other_location a:visited {
	font-weight: bold;
	color: #9b9b9b;
}

#navigation .other_location a:hover, #navigation .other_location a:active {
	text-decoration: none;
	font-weight: bold;
	color: #0039a6;
}

#navigation a:hover, #navigation a:active {
	text-decoration: underline;
	color: #6c6c6c;
}

#contents {
	padding: 30px 0;
	margin-bottom: 30px;
}

#left_contents {
	width: 485px;
	float: left;
	display: block;
	margin-bottom: 30px;
}

#right_contents {
	width: 400px;
	float: right;
	display: block;
	padding-bottom: 30px;
}

#right_contents a img {
	border-style: none;
	background-color: white;
	text-decoration: none;
}

#contents h1 {
	font-weight: bold;
	margin: 0 0 18px 0;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #0039a6;
}

#contents h2 {
	font-weight: bold;
	margin: 0 0 0 0;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #cc092f;
}

#contents p {
	line-height: 150%;
	margin: 0 0 10px 0;
}

#left_contents ul {
	margin: 0 0 10px 0;
}

#left_contents ul li {
	line-height: 150%;
	list-style-type: disc;
	list-style-position: inside;
}

#contents .newsletter_signup {
	background-color: #eeeeee;
	border: 1px solid #e6e5e5;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contents .focus_block {
	background-color: #eeeeee;
	border: 1px solid #e6e5e5;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contents .focus_block .left {
	width: 225px;
	float: left;
}

#contents .focus_block .right {
	float: left;
	width: 225px;
}

#contents .email_form {
	padding: 3px;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
}

a:link, a:visited {
	color: #cc092f;
	text-decoration: none;
}

a:hover, a:active {
	color: #7d051d;
	text-decoration: underline;
}

#footer {
	clear: both;
	font-size: 10px;
	line-height: 100%;
	background-color: #eeeeee;
	border: 1px solid #e6e5e5;
}

/* General classes */

.inner {
	padding-left: 15px;
	padding-right: 15px;
}

.pdf_link {
	background-image: url(./images/page_white_acrobat.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding: 15px 15px 15px 45px;
	background-color: #eeeeee;
	border: 1px solid #e6e5e5;
	margin-top: 100px;
}

.form_succes {
	background-image: url(./images/yes.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.form_error {
	background-image: url(./images/no.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}

strong {
	font-weight: bold;
	color: #585858;
}

em {
	color: #6f81a4;
	font-weight: 600;
}

/* Sllideshow */

#slider ul {
	padding: 0px;
	margin: 0px;
}

#slider, #slider li {
	background-repeat: no-repeat;
	width: 400px;
	height: 322px;
	overflow: hidden;
	position: relative;
}

#slider li {
	background-image: url(./images/slideshow_back.jpg);
}

#slider li img {
	margin-right: 26px;
	margin-left: 26px;
	margin-top: 20px;
}

span#prevBtn {
	float: left;
	margin-left: 10px;
}

span#nextBtn {
	float: right;
	margin-right: 10px;
}

#home_wrapper {
	margin: 0 auto;
	width: 1008px;
	color: #6c6c6c;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 150%;
	text-align: left;
}

#home_wrapper .visible_heading, #home_wrapper h3 {
	font-weight: bold;
	margin: 6px 0 6px 0;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #cc092f;
}

#tiles {
	height: 500px;
	width: 1008px;
	float: left;
	position: relative;
}

#tiles .tile {
	padding-left: 20px;
	padding-bottom: 0;
	padding-right: 20px;
	padding-top: 434px;
}

#tiles #dutchdelight {
	left: 333px;
	top: 0px;
	position: absolute;
	width: 300px;
	background-repeat: no-repeat;
	background-image: url(./images/home_dutchdelight.png);
}

#tiles #birkenhead {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	background-repeat: no-repeat;
	background-image: url(./images/home_birkenhead.png);
}

#tiles #greenhithe {
	left: 669px;
	top: 0px;
	position: absolute;
	width: 300px;
	background-repeat: no-repeat;
	background-image: url(./images/home_greenhithe.png);
}

#tiles .location_link {
	position: absolute;
	top: 232px;
	left: 60px;
	width: 204px;
	height: 61px;
}

.tile .invisible_heading, .tile h1 {
	text-indent: -9999px;
}

.tile .invisible_heading a {
	cursor: pointer;
}

#tiles .virtual_h1 {
	font-weight: bold;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0039a6;
}

#opening_times {
	padding-left: 20px;
	padding-bottom: 0;
	padding-right: 30px;
	padding-top: 90px;
	background-image: url(./images/time_tile.png);
	background-repeat: no-repeat;
	height: 390px;
	width: 380px;
	text-align: center;
	font-family: Georgia;
	color: #0039a6;
}

#opening_times .day {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

#opening_times .time {
	line-height: 100%;
	font-size: 12px;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

.footer_contact {
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 15px;
	padding: 0px;
	list-style-type: none;
	width: 180px;
}

.footer_contact li {
	background-position: 0;
	line-height: 150%;
}

.footer_contact .location {
	font-weight: bold;
}

element {
	
}

#footer .left {
	float: left;
}

#footer .right {
	text-align: right;
	float: right;
}
