/*General*/

body {
  margin: 10px;
  padding: 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  background-color: #D6C3B6;
  text-align: justify;
}
h1 {
	font-size: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	text-transform: uppercase;
	background-color: #957171;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	padding: 6px;
	margin-bottom: 0px;
	text-align: left;
}
h3 {
	text-transform: uppercase;
	background-color: #957171;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	padding: 6px;
	margin-bottom: 0px;
}
h4 {font-size: 1em; margin-bottom: 0px;}
h5 {font-size: 0.9em;font-weight: normal;margin-bottom: 0px;}

table {font-size: 1em;}
td {vertical-align: top;}
th {background-color: #B4937A; color: white; text-align: center; vertical-align: top;}
li {padding: 2px 0px;}
em {font-style: normal;}
a.button {	 
	display: block;
	padding: 1px 0px;
	width: 100px;border-top: 1px solid #9E9E9E;
	border-left: 1px solid #9E9E9E;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-decoration: none;
	color: black;
	text-align: center;
	font-size: 0.8em;
	background-color: #E3E5E3;
}
a:hover.button {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
}
#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 982px;
	padding-top: 20px;
	background-color: #673333;
}
.k {margin-right: 2px;}

/*Navigation*/

#MDME {
	position: relative;
	width: 256px;
	float: left;
}
#MDME img {
	position: relative;
	bottom: 0px;
}
#contact {
	position: relative;
	bottom: 165px;
	right: 17px;
	color: white;
	text-align: right;
	z-index: 2;
	display: none;
}
#contact a {
	color: #FF0000;
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}
#subscribe {
	position: relative;
	bottom: 195px;
	left: 28px;
	width: 228px;
	background-color: #8D5932;
}
#subscribetext {
	font-size: 0.85em;
	color: #ffffff;
	padding: 6px;
}
#subscribetext img {
	float: right;
	margin-right: 4px;
	margin-top: 10px;
}
#subscribetext a {color: white;}
#subscribetext a:hover {text-decoration: none;}

/*#nav {
	margin-left: 28px;
	background-color: #8C5933;	
	width: 228px;
	padding-top: 15px;
	text-align: center;
	font-size: 0.85em;
}
#nav ul {
	width: 170px;
	list-style-type: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;	
}*/

#nav {		
	/*width: 228px;*/
	background-color: #8C5933;
	margin-left: 28px;
	/*margin-top: 20px;*/		
	padding-top: 15px;
	text-align: center;
	font-size: 0.85em;
}
#nav ul {
	width: 215px;
	list-style-type: none;
	margin: 0px 0px 0px 7px;
	padding: 0px;	
}
* html #nav ul {
	margin-left: 0px;
	/*w\idth: 750px; Explorer 6 */
	/* NOTE: If Explorer 6 is in Quirks mode it will act like 5!!! */
}

#nav ul li {
	border-left: 1px solid #8C5933;
	border-right: 1px solid #8C5933;
	border-top: 1px solid #A98059;
	border-bottom: 1px solid #A98059;
	width: auto;
	padding: 0px;	
	letter-spacing: 0.15em;
}
#nav ul li.bottom {border-bottom: 2px solid #A98059;}
#nav ul li.top {border-top: 2px solid #A98059;}

#nav ul li ul {
	background-color: #B4937A;
	margin: 0px;
	padding: 0px;	
	width: auto;
	display: none;
}

#nav ul li ul#open {display: block;}

#nav ul li ul li {
	letter-spacing: 0.1em;
	font-size: 0.9em;
}
#nav ul li a {
	color: white;
	text-decoration: none;
	padding: 5px;
	display: block;
}
#nav a:hover {background-color: #906D4C;}

/*Shared Main Text Area*/

#maintextarea {
	margin: 0px 0px 20px 0px;
	background-color: #ffffff;
	border: 15px solid #957171;
	padding: 10px;
	position: relative;
	left: -3px;
}
#maintextwidth{
	width: 649px;
}
#maintextarea a {color: #673333;}
#maintextarea a:hover {color: #957171;}

/*Internal Main Text Area*/

#int-banner {
	height: 131px;
	background-image: url('images/int-banner.jpg');
	background-repeat: x-repeat;
	background-position: top right;
}

#heading {background-color: #B4937A;color: #ffffff;padding: 7px 7px 7px 10px;}
#heading h1 {color: #ffffff;text-transform: uppercase;font-size: 13px;font-weight: bold; padding: 0px; margin: 0px;}
.large {font-size: 1.5em;font-family: arial, verdana, san serif;font-weight: normal;letter-spacing: 0.1em;}
#heading h2 {color: #ffffff;font-size: 1em; text-transform: none; background: none; padding: 0px;}
/*#heading td {vertical-align: middle;}*/
#heading img {float: right; border: 4px solid white;}

#subnav {
	background-color: #82c8ef;
	color: #ffffff;
	padding: 4px 7px;
}
#subnav ul {margin: 0px; padding: 0px;}

#subnav li {
	float: left;
	border: 1px solid #000;
	margin-right: 5px;
	list-style: none;
	padding: 0px;
}
#subnav a {
	color: #000;
	text-decoration: none;
	padding: 0px 27px;
	font-weight: bold;
}
#subnav a:hover {
	color: white;
	background-color: #957171;
	font-weight: bold;
}
#subnav li.active {background-color: #82c8ef;}
#images {text-align: center; float: right; border: 1px solid black; background-color: #D6C3B6; margin: 0 0 5px 10px;}
#maintext {padding-top: 3px; font-size: 1em; text-align:justify; }
.maintext {padding: 5px;}


/*Footers*/

#footer {
	text-align: center;
	color: #673333;
	font-size: 0.8em;
	padding: 5px 0px;
	width: 700px;
	margin-left: 256px;
}
#footer a {color: black; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

/*Various Classes*/

.small {
	font-size: 0.8em;
	text-transform: none;
}
.center {
  text-align:center;
}
#navleftlink a, a.navleftlink {
	color: white;
	font-size: 0.8em;
	text-decoration: none;
	display: none;
}

#navwrap {position:relative;}
.booknow {position:absolute; right:7px; bottom:273px; z-index:1000;}
.booknow a img {border:none;}

.enquire {width:100%; text-align:center; padding:10px 0px;}
