/********************************************************************
	Wheelgate House
		Default Style Sheet
			<info@egsystems.co.uk>
********************************************************************/

/* Zero all margins and padding */
* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

/* Styling for HTML Elements */

body {
	font: normal normal 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #eee url(../images/bg.gif);
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

h1 {
	display: none;
}

h1.visible {
	display: block;
	font: normal 18px/22px Arial, Helvetica, sans-serif;
	margin: 14px 0 7px 0;
	color: #555;
	text-align: center;
}

h2 {
	font: bold 14px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 8px 0 8px 0;
}

h3 {
	font: bold 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 18px;
}

li {
	font-size: 11px;
	margin-bottom: 2px;
}

p {
	margin: 0 0 11px 0;
}

td {
	vertical-align: top;
	font-size: 11px;
	line-height: 22px;
	padding-right: 10px;
}

table.prices td {
	line-height: 14px;
}

table.prices tr.extraspace {
	padding-bottom: 22px;
	border: 1px solid red;
}

ul {
	margin: 11px 0 11px 0;
	list-style-position : inside;
}

/* Subclassed Elements */

div.clear {
	clear: both;
	height: 10px;
}

img.thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}

img.title {
	margin-top: 10px;
	height: 40px;
	border: none !important;
}

p.expanded {
	line-height: 20px;
}

/* Generic Subclasses */

.screenreader {
	display: none;
}

.smallprint {
	font-size: 10px;
	line-height: 12px;
}

.dropcap {
	color: #555;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}

/* Named Structural DIVs */

#wrapper {
	width: 720px;
	margin: 30px auto 0 auto;
	border: 5px solid #fcfcff;
	text-align: left;	
	background: #e0e0e0 url(../images/wrapperbg.gif); 
}

#masthead {
	margin: 0 auto 0 auto;
	background: #fff url(../images/banner1.gif) 0 0 no-repeat; 
	/* background-color: #B3C286;*/
	text-align: left;
	height: 120px;
}

#contact_details {
	float: right;
	width: 560px;
	text-align: center;
	margin-top: 75px;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #554;
}

#contact_details a {
	color: #554;
	text-decoration: none;
}

#contact_details a:hover {
	color: #eee;
}

#nav {
	width: 160px;
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-bottom : 110px;
}

#nav a {
	display: block;
	width: 150px;
	height: 30px;
	color: #fff;
	text-decoration: none;
	font: bold 13px/26px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

#nav a:hover {
	background: #ccd;
	color: #fff;
}

#nav a.current {
	color: #554;
}

#content {
	float: left;
	width: 510px;
	margin: 0 0 20px 25px;
	color: #666;
	text-align: left;
	min-height: 360px;
}
#content img {
	border: 4px solid #f6f6f6;	
	margin-bottom: 10px;
}

#content img.left {
	margin: 0 10px 0 0;
	float: left;
}

#content img.right {
	margin: 0 0 0 10px;
	float: right;
}

#footer {
	clear: both;
	width: 720px;
	margin: 0 auto 0 auto;
	font: normal normal 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 26px;
}

#footer p {
	line-height: 26px;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff !important;
}

/* FORMS */
form {
	margin: 0;
	padding: 0;
}

input, textarea, button {
	margin-bottom: 0px;
	border: 1px solid #999;
	background-color: #fff;
	color: #666;
}

#content table.contact_form {
	border: 1px solid #999;
	margin: 0 0 25px 0;
	background-color: #cbd;
	width: 240px;
	font-size: 12px;
}

#content table.contact_form td {
	padding: 5px 15px 0 15px;
	color: #444;
}

#content table.contact_form input, #content table.contact_form textarea {
	margin-top: 3px;
	width: 210px;
}

#content table.contact_form input.button {
	width: auto;
	margin-bottom: 10px;
}

/* Google Map */
#map {
	width: 500px;
	height: 300px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #E5E3DF;
	/* box model hack for IE */
	/* IE5 */
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	voice-family: "\"}\""; 
	voice-family: inherit;
	/* IE6 */
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
}
html>body #map {
	/* FF Opera 5 */
	border: 4px solid #fff;
}

/* Trip Advisor */
#ta_link
{
	margin: 24px auto 0 auto;
	width: 146px;
	height: 120px;
	text-align: center;
	background: url(../images/ta_link.gif) 0 0 no-repeat;
}

#ta_link a
{
	width: 100%;
	height: 48px;
	position: relative;
	top: 62px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #333;
	background-color: transparent;
}

#ta_link a:hover
{
	color: #333;
	background-color: transparent;
}

/* ends */