body {
	margin: 0;
	padding: 0;
	font: 16px "Tahoma", Verdana, sans-serif;
	text-align: left;
	line-height: 1.2em;
	color: #fff;
	background: #000;
}

/* div stylin */

#container {
    width: 755px;
    margin: 0 auto;
	padding: 0;
    text-align: center;
}

#header {
	font-family: Verdana, sans-serif;
	height: 170px;
}

#logo {
	width: 200px;
	float: left;
}

#print_header {
	display: none;
}

#photos {
	width: 345px;
	float: left;
}

#details {
	width: 210px;
	float: left;
	text-align: right;
	margin-top: 15px;
}

#menu {
	width: 755px;
	clear: both;
	height: 25px;
	border: 1px solid #8A8A8A;
	border-left: none;
	border-right: none;
	font-size: 15px; 
	font-weight: bold;
}

#menul {
	font-family: Verdana, sans-serif;
	float: left;
	margin-top: 2px;
}

#menur {
	margin-top: 2px;
	float: right;
}

#content {
	clear: both;
	text-align: left;
	width: 735px;
	padding: 10px;
}

#rates {
	font-size: 130%;
	line-height: 100%;
}

/* content stylin */

#content p {
	margin: 10px 0 15px 0;
	line-height: 1.3em;
}

#content p.intro {
	line-height: 1.5em;
	font-size: 1.3em;
}

#photos img { 
	margin: 6px 0 2px 5px;
	padding: 2px;
	background: #fff;
}

#content .photo {
	margin: 0 8px 8px 8px;
	border: 2px solid #fff;
}

#content p.intro .photo {
	margin: 0 15px 8px 0;
	float: left;
}

.map {
	float: right;
	display: block;
	margin: 20px 8px 8px 8px;
	border: 4px solid #999;
}

.load { display: none; }

#content .wireless {
	width: 385px;
	height: 90px;
	background: #e56115 url(../images/wireless.jpg) no-repeat;
	margin: 4px auto;
}

#content .wireless p {
	color: #fff;
	padding: 11px 90px 0 85px;
	margin: 0;
	font: 0.9em Verdana;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
}

#content #addedComforts {
	clear: both;
	width: 500px;
	margin: 0 auto;
}

#content #addedComforts img {
	margin-top: 20px;
}

#content ul {
	padding: 5px 0 10px 20px;
}

#content ul li {
	padding: 2px 0 3px 18px;
	background: url(../images/li.gif) no-repeat 0 6px;
}

/* headers stylin */

#content h1 {
	font: 28px "Tahoma", Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 28px;
	letter-spacing: -1px;
	text-align: right;
}

#content h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 28px;
}

#content h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 20px;
	letter-spacing: -1px;
}

#content h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

#details h2 { margin: 0 0 15px 0; }

#details h4 { margin: 0 0 15px 0; }

#details p {
	font-size: 0.8em;
	padding-top: 10px;
}

#details p a:link,
#details p a:visited {
	color: #ddd;
}

/* link stylin */

#menul a:link, #menul a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/arrow.gif) 5px 4px no-repeat;
	margin: 0 10px 0 0;
	padding: 1px 0 0 16px;
}

#menul a:hover {
	color: #E06B0C;
	background: url(../images/arrow2.gif) 6px 4px no-repeat;
}

#menul a.menuItemCurrent:link,
#menul a.menuItemCurrent:visited {
	color: #eda76e;
}

#menur a:link, #menur a:visited {
	text-decoration: none;
	color: #fff;
	background: url(../images/mail.gif) 0 1px no-repeat;
	padding: 0 0 0 18px;
	font-size: 11px;
}

#menur a:hover {
	color: #F73333;
	background: url(../images/mail2.gif) 0 1px no-repeat;
}

#content a:link, #content a:visited {
	color: #dc8623;
}

#content a:hover {
	color: #F73333;
}

/* list stylin */

#photos ul, #photos li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	background: none;
}

#menul ul, #menul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

/*	-------------------------------------------------------------
	CONTACT FORM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#contactForm {
	width: 500px;
	margin: 0 auto;
	background: #cf9b68;
}
	
#contactForm table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;	
}

#contactForm table th {
	display: table-cell;
	padding: 8px 0 12px 0;
	font-size: 1.4em;
	font-weight: bold;
	background: #c88c51 url(../images/contactCorner.gif) no-repeat top right;
	text-align: center;
	border-bottom: 5px solid #cf9b68;
}

#contactForm table td {
	display: table-cell;
	padding: 4px 6px;
	vertical-align: top;
}

#contactForm table td label {
	color: #f9ebde;
	font-size: 1.1em;
	display: block;
	float: right;
	margin-top: 4px;
	padding: 0 0 0 15px;
}

#contactForm table td.require label {
	background: url(../images/require.gif) no-repeat 0 50%;
}

#contactForm label.error,
#contactForm table td label.error
 {
	display: block;
	float: none;
	padding: 1px 0 2px 24px;
	background: url(../images/alert.gif) no-repeat 0 50%;
	color: #eee;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 4px;
}

#contactForm .textbox,
#contactForm .textboxSmall,
#contactForm .textarea,
#contactForm .selectbox {
	border: 1px solid #c88c51;
	background: #e9ba8c;
	color: #645f5a;
	font: 1em Verdana, Arial, sans-serif;
	padding: 3px 3px;
	width: 300px;
}

#contactForm .textboxSmall {
	width: 100px;
}

#contactForm .textarea {
	height: 150px;
}

#contactForm .selectbox {
	width: auto;
}

/*	Captcha setup
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #captchaBox {
	padding: 10px 10px;
	width: 90%;
	margin: 0 auto 10px auto;
	border-top: 1px solid #e5b07b;
}

#content #captchaBox h5 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0;
}

#content #captchaBox #captchaDesc {
	font-size: 0.9em;
	font-weight: bold;
	color: #f9ebde;
	padding: 0;
}

#content #captchaBox #captchaimage {
	float: left;
}

#content #captchaBox #captchaInput {
	float: right;
	padding-top: 5px;
}


/*	Captcha setup
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .submitbox {
	text-align: center;
	background: #eaaa6b;
	height: 42px;
}

#content .submitbox input,
#content .submitbox img {
	margin-top: 10px;
}

#content #submitbox2 {
	display: none;
}

/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content #enquirySuccess h1 {
	text-align: center;
	padding: 20px 0 20px 0;
}

#content #enquirySuccess img {
	float: left;
	margin-right: 20px;
}

#content #enquirySuccess p {
	font-size: 1.1em;
	padding-top: 14px;
	text-align: center;
}

#content #enquirySuccess p strong {
	font-size: 1.3em;
	font-weight: normal;
}


#content #phone {
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
	width: 220px;
	text-align: center;
	padding: 6px 0;
	border: 2px solid #d0873d;
	line-height: 28px;
	color: #fff;
	background: #b27d48;
}


/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer h3 {
	padding: 10px 0;
	text-align: center;
	font-size: 0.8em;
	color: #666;
}

