@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#660000;
	line-height: 150%;
	background:#ffffff;
	background-image:url(_images/top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	padding:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div#header {
	border:0px;
	padding:0px;
	margin:0px;
	background-image:url(_images/hdr.gif);
	width:980px;
	height:150px;
}
div#hdrnav {
	position: absolute;
	top: 120px;
	width: 980px;
	margin:0;
}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding-left:0 ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:150%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:130%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#mainContent {
	margin:0px;
	background-image:url(_images/menu.gif);
	background-repeat:no-repeat;
	font-size:90%;
	margin:0px;
}
div#maintext {
	padding-top:60px;
	padding-bottom:20px;
}
div.nowrap {
	margin-left:170px
}
div.nowrapmedia {
	margin-left:190px;
}
div.nowrapmid {
	margin-left:255px;
}
div.nowrappanda {
	margin-left:543px
}
div.nowrapmore {
	margin-left:160px;
}
p.darkback {
	background-color:#e0bb96;
	font-style:italic;
}
div#footer {
	padding: 10px 10px 10px 20px;
	background-color:#e0bb96;
	font-size:70%;
	line-height:150%;
	height:80px;
}
div#copyright {
	text-align:center;
}
.fltrt {
	float: right;
	margin-left:8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.indent {
	padding-left: 30px;
}
ul {
	list-style-position:inside;
	margin:0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
ul#nav, ul#subnav {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#nav ul, ul#subnav ul {
	list-style-type: none;
}
ul#subnav {
	float:left;
	position:relative;
	left:50%;
	text-align:center;
}
ul#nav li {
	float: right;
}
ul#subnav li {
	float: right;
	position: relative;
	right:50%;
	font-size: 18px;
}
ul#nav li a, ul#subnav li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #713d04;
	font-size: 18px;
	font-variant:small-caps;
	padding: 6px 10px 2px 14px;
	text-decoration: none;
	display:block;
}
ul#subnav li a {
	padding: 6px 25px 8px 25px;
}
ul#subnav li ul li a, ul#subnav li ul li a:active, ul#subnav li ul li a:link, ul#subnav li ul li a:visited {
	margin: 0px;
	white-space:nowrap;
	background-color:#e0bb96;
	padding: 0px;
	width: auto;
	padding-top: -2px;
	padding-bottom:6px;
}
ul#nav li a:hover {
	text-decoration: none;
	background-color:#e0bb96;
}
ul#subnav li a:hover {
	text-decoration: none;
	background-color:#e0bb96;
	color:#300;
}
a.highlight {
	text-decoration: none;
	background-color:#e0bb96;
}
ul#subnav li ul {
	display: none;
	padding:0px;
	margin: 0px;
	border:none;
	position: absolute;
	left:100px;
	top:100%;
}
ul#subnav li li {
	display: block;
	float: none;
	margin: 0px;
	border: 0px;
}
ul#subnav li:hover ul, ul#subnav li.over ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#leftimage {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
.medialeft {
	width:190px;
	vertical-align:middle;
	text-decoration:none;
}
tr.mediarow {
	padding-top:125px;
}
div#header #enquire {
	background-image: url(_images/enquire.gif);
	position:relative;
	top:50px;
}
#next {
	background-image: url(_images/next.gif);
	position:relative;
	top:30px;
}
#previous {
	background-image: url(_images/previous.gif);
	position:relative;
	top:30px;
}
#enquire, #next, #previous {
	display: block;
	width: 125px;
	height: 44px;
}
#enqplace {
	float:right;
}
#prevplace {
	float:left;
}
#enquire:hover, #next:hover, #previous:hover {
	background-position: 0 -44px;
}
#enquire span,#next span, #previous span {
	display: none;
}
#centre {
	position:relative;
	left:600px;
	bottom:-30px;
}
.input {
	font-size:xx-large;
}
div.centreimg {
	text-align:center;
}
div#centrevid {
	padding-left:170px;
	padding-top:60px
}
a img {
	border-style: none;
}
td.enq {
	font-size:x-large;
}

