@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
	background-color: #9D6B46;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fff;
	text-align: left;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */
h1 {
	color: #1c4b50;
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
}
/* Commonly used to style section titles. */
h2 {
	color: #1c4b50;
	font-size: medium;
	font-weight: bold;
	padding-bottom: 15px;
}
h3 {
	color: #1c4b50;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 15px;	
}
h4 {
	color: #1c4b50;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 0px;	
}
p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}

/* Sets the style for unvisited links. */
a,  a:link {
	color: #1c4b50;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #1c4b50;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #7fdfe9;
	text-decoration: underline;
}

#nav a:hover, #nav a:focus, #nav a:active {
	color: #fff;
	text-decoration: none;
}

#footer{
	color: #502e14;
}

#footer a, #footer a:link{
	color: #502e14;
}

/* Sets the style for a link that has focus. */
a:focus {
	color: #7fdfe9;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #7fdfe9;
}

#outerWrapper{
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  	text-align: left; /* Redefines the text alignment defined by the body element. */
  	width: 780px;
}

#contentWrapper{
	background-color: #46949D;
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;	
	border: solid;
	border-color: #000000;
	border-width: 1px;
	width: 780px;
}



#outerWrapper #header{
	height: 289px;
	background-color: #fff;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	color: #46949D;
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #contentLeft{
	/* width of content 204px */
	width: 204px;
	background-color: #62A3AB;
	background-image: url(/images/tab.png);
	background-repeat: no-repeat;
	padding-top: 60px;	
	float: left;
}

#nav{
	margin: 0;
	width: 164px;
	padding: 0 20px 0 0;
	list-style: none;
	text-align: right;
	float: right;
	
}

#nav-home, #nav-spec, #nav-location, #nav-gallery, #nav-availability, #nav-letenq, #nav-llordenq, #nav-contact{
	margin: 0 0 20px 20px;
	padding: 0 35px 0 0;
	width: 140px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	background-image: url(/images/bg-nav.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
}

#sp{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
}

#sp li{
	margin: 0;
	padding: 0;
	float: left;
}
	

#outerWrapper #contentWrapper #content{
	background-color: #46949D;
	margin: 0 0 0 204px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
.clearFloat {
  clear: both;
  display: block;
}

#contentCentre{
	/* width of content 340px */
	width: 315px;
	background-color: #46949D;
	background-image: url(/images/bg-content.png);
	background-repeat:no-repeat;
	padding-left: 25px;
	padding-top: 0px;
	letter-spacing: 1px;
	line-height: 1.5em;
	float: left;
}

#contentCentre form .text{
	width: 300px;
}

#contentCentreAvailability{
	/* width of content 340px */
	width: 495px;
	background-color: #46949D;
	background-image: url(/images/bg-content.png);
	background-repeat:no-repeat;
	padding-left: 25px;
	padding-top: 0px;
	letter-spacing: 1px;
	line-height: 1.5em;
	float: left;
}

#contentCentreAvailability table{
	width: 100%;
	border: 1px solid #1c4b50;
	background: #62a3ab;
	font-size:0.9em;
	line-height:1.5em;
	letter-spacing:1px;
}

#contentCentreAvailability table caption{
	margin: 0;
	padding: 5px;
	text-align: left;
	border: 1px solid #1c4b50;
	border-bottom: none;
	background: #46949d;
}
	
#contentCentreAvailability table th, #contentCentreAvailability table td{
	margin: 0;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
}
#contentCentreAvailability table th{
	background-color: #1c4b50;
}

#contentCentreAvailability table th .tblRight, #contentCentreAvailability table td .tblRight{
text-align: right;
}
#contentCentreAvailability table th .tblCentre, #contentCentreAvailability table td .tblCentre{
	text-align: center;
}

#contentCentre ul{
	margin: 15px;
	padding: 0;
}

#contentRight{
	/* width of content 234px */
	width: 186px;
	padding-left: 48px;
	padding-top: 15px;	
	background-color: #46949D;
	float: right;
}

#photo1, #photo2, #photo3, #photo4{
	width: 120px;
	height: 120px;
	float: left;
	background-color: #62A3AB;
	margin-left: 51px;
	margin-top: 109px;
	padding: 5px 5px 5px 5px;	
}

#footer{
	margin-top: 20px;
}