* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
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: "" "";
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px;
}

/************************ END RESET ************************/

/* Body Styling */
body {
	font: 10pt "Arial", Sans-Serif;
	background-color: #bfd4ea;
	text-align: center;
	padding-bottom: 20px;
}
a {
	color: #000000;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}

/* Centred wrapper for the page */
div#wrapper {
	position: relative;
	width: 770px;
	margin: 20px auto;
	text-align: left;
	background-color: #ffffff;
	padding-bottom: 40px;
}

/* Header section of the site */
div#wrapper div#header {
	margin: 5px 5px 30px 5px;
}
/* Address section */
div#wrapper div#header div#address {
	float: right;
	margin-top: 20px;
	margin-right: 25px;
}
div#wrapper div#header div#address p {
	text-align: right;
	font-style: italic;
	font-size: 0.9em;
}
div#wrapper div#header div#address p#end {
	margin-bottom: 8px;
}
/* Logo positioning */
div#wrapper div#header h1 {
	padding: 5px 0 0 15px;
}

/* Content Section */
div#wrapper div#page {
	width: 730px;
	margin: 0 auto;
	border-color: #394ea1;
	border-style: solid;
	border-width: 0 1px;
}

/* Menu */
div#wrapper div#page div#menu {
	position: relative;
	bottom: 16px;
	right: 1px;
	margin: 15px 0;
	padding: 0;
	width: 732px;
}
div#wrapper div#page div#menu ul {
	margin: 0;
	float: left;
	width: 732px;
	font-size: 1.05em;
	background: url(../images/menu-top.gif) top left no-repeat #394ea1;
}
div#wrapper div#page div#menu ul li {
	display: inline;
}
div#wrapper div#page div#menu ul li a {
	float: left;
	color: white;
	font-weight: bold;
	padding: 7px 29px;
	text-decoration: none;
}
div#wrapper div#page div#menu ul li a:visited {
	color: white;
}
div#wrapper div#page div#menu ul li a:hover {
	text-decoration: underline;
}
div#wrapper div#page div#menu ul li a.selected {
	color: white;
	background: url(../images/pointer.gif) bottom center no-repeat;
}
/* Submenu posisting and styling */
div#wrapper div#page ul.submenu {
	background-color: #fafafa;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #394ea1;
	width: 185px;
	padding: 0 10px 10px 25px;
	list-style-type: square;
	font-size: 0.9em;
	display: none;
	position: absolute;
	left: 105px;
	top: 185px;
	z-index: 100;
}
html>body div#wrapper div#page ul.submenu {
	width: 150px;
}
div#wrapper div#page ul.submenu li {
	margin-bottom: 5px;
}
div#wrapper div#page ul.submenu li.heading {
	list-style-type: none;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 15px;
}
div#wrapper div#page ul.submenu li a {
	color: black;
	text-decoration: none;
	position: relative;
	bottom: -1px;
}
div#wrapper div#page ul.submenu li a:hover {
	text-decoration: underline;
}

/* Left content side */
div#wrapper div#page div#content {
	padding: 5px 25px 0px 25px;
}
div#wrapper div#page div#content {
	
}
div#wrapper div#page div#content h2 {
	clear: left;
	font-size: 1.8em;
	letter-spacing: 3px;
	border-bottom: 1px dotted black;
	padding: 10px 0 0 10px;
	margin: 0 30px 20px 0;
}
div#wrapper div#page div#content h2 small {
	font-size: 0.6em;
	margin-left: 5px;
	font-style: italic;
}
div#wrapper div#page div#content h3 {
	clear: left;
	font-size: 1.4em;
	letter-spacing: 0px;
	padding: 0 0 0 10px;
	margin: 0 30px 5px 0;
}
div#wrapper div#page div#content p {
	line-height: 1.45em;
	margin-bottom: 15px;
	text-align: justify;
}
div#wrapper div#page div#content img {
	
}
div#wrapper div#page div#content img.left {
	float: left;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	padding: 5px;
	display: block;
	width: 250px;
	margin: 0 20px 20px 0;
}
div#wrapper div#page div#content img.right {
	float: right;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	padding: 5px;
	display: block;
	width: 250px;
	margin: 0 0 20px 20px;
}
div#wrapper div#page div#content ul {
	margin: 0 0 20px 35px;
	list-style-type: disc;
}
div#wrapper div#page div#content ul li {
	margin-bottom: 3px;
}

div#wrapper div#page div#content ul.image-blocks {
	clear: left;
	margin-left: 0;
	list-style-type: none;
}
div#wrapper div#page div#content ul.image-blocks li {
	float: left;
	height: 290px;
	width: 30%;
	padding: 5px;
	margin: 0 10px 10px 0;
	text-align: center;
	font-weight: bold;
}
div#wrapper div#page div#content ul.image-blocks li a {
	color: #000000;
}
div#wrapper div#page div#content ul.image-blocks li small {
	display: block;
	margin-top: 2px;
	font-size: 0.8em;
	font-style: italic;
	text-decoration: none;
}
div#wrapper div#page div#content ul.image-blocks li img {
	width: 95%;
	border: 1px solid #cccccc;
	background-color: #efefef;
	padding: 5px;
}
div#wrapper div#page div#content table#opening-times {
	width: 30%;
}
div#wrapper div#page div#content table#opening-times tr td {
	padding-bottom: 5px;
}
div#wrapper div#page div#content table#opening-times tr td.title {
	font-weight: bold;
	text-align: right;
	font-size: 1.1em;
	padding-right: 10px;
}
div#wrapper div#page div#content div#postcode {
	text-align: center;
	margin-bottom: 20px;
	padding: 5px 0;
}
div#wrapper div#page div#content div#postcode span {
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}
div#wrapper div#page div#content div#postcode form input {
	padding: 2px;
	border: 1px solid #cccccc;
	margin-right: 5px;
}

/* Right image sidebar */
div#wrapper div#page div#content div#sidebar {
	float: right;
	width: 270px;
	margin: -10px 0 20px 10px;
	background-color: #ffffff;
}
div#wrapper div#page div#content div#sidebar ul {
	margin-left: 0;
	list-style-type: none;
}
div#wrapper div#page div#content div#sidebar ul li {
	margin: 10px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	padding: 5px 5px 1px 5px;
	width: 250px;
}
div#wrapper div#page div#content div#sidebar ul li img {
	width: 250px;
}
html>body div#wrapper div#page div#content div#sidebar ul li {
	padding-bottom: 5px;
	
}

/* Footer */
div#footer {
	clear: both;
	width: 732px;
	position: relative;
	top: 20px;
	right: 1px;
	padding: 5px 0;
	background: url(../images/footer-bottom.gif) bottom left no-repeat #394ea1;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
}