/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html {
	height: 100%;
}
body {
	font: 62.5% Georgia, serif;
	height: 100%;
	background: #DDD url(images/op_sand.png) repeat;
}
h1 {
	padding: 0 0px;
	text-indent: -9999px;
	background: url(images/NH-logo-3.png) no-repeat center top;
	height: 128px;
	width: 775px;
	margin-bottom: 35px;
}
h2 {
	width: 600px;
	height: 60px;
	color: #493a2f;
	margin: 20px auto;
	text-shadow: gray 1px 1px 0;
	text-align: center;
	padding-top: 7px;
	background: url(/images/ornament.png) no-repeat center bottom;
	font: italic 3em Georgia, "Times New Roman", Times, serif;
}
p {
	font-size: 1.4em;
}
a { outline: none;
	text-decoration: none;
	color: blue;
}
a img { border: none; }

/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: -10px;
}
.floatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: -10px;
}
.clear { clear: both; }

.bread-text {
	width: 600px;
	text-align: justify;
	color: #493a2f;
	padding: 10px 50px 10px 50px;
	margin: 5px 38px 10px;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

ul#navbar {
	background: url(images/NH-nav-bg.png) repeat-x top left;
	height: 39px;
	padding-left: 160px;
	text-indent: -9999px;
}

ul#navbar li {
	display: inline;
}

ul#navbar li a {
	float: left;
	display: block;
	height: 39px;
}

ul#navbar li.home a {
	width: 76px;
	background: url(images/NH-nav-home.png) bottom center;
}

ul#navbar li.accommodation a {
	width: 190px;
	background: url(images/NH-nav-accommodation.png) bottom center;
}

ul#navbar li.price a {
	width: 88px;
	background: url(images/NH-nav-price.png) bottom center;
}

ul#navbar li.contact a {
	width: 118px;
	background: url(images/NH-nav-contact.png) bottom center;
}

ul#navbar li a:hover, ul#navbar li a:active {
	background-position: top center;
}

#page-wrap {
	width: 775px;
	min-height: 100%;
	height: auto !important;
	height: 80%;
	margin: 0 auto -115px;
	background-color: white;
	border: 1px solid #493a2f;
	background-image: none;
}

#title-image {
	margin: 1px 32px 10px;
}

#boat-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
}

#beach-image {
	height: 291px;
	width: 445px;
	border-width: 0px;
	border-style: none;
	margin: 45px 167px 15px;
}

#lanta-map-image {
	margin: 20px 107px 20px 107px;
	border: 1px solid black;
}

#contact-area {
	margin-top: 25px;
	padding-left: 75px;
	margin-bottom: 45px;
	font-family: Geneva, sans-serif;
	width: 700px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	font-size: 1.4em;
	border: 2px solid #ccc;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	width: 350px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	margin-top: 80px;
	background-color: #c0c0c0;
	float: right;
	margin-right: 220px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

label.error {
	color: red;
	padding-left: 5px;
	vertical-align: top;
	float: none;
	font-size: 11px;
}

#nh-captcha {
	margin-top: 0px;
	margin-left: 120px;
}

#nh-captcha input {
	width: auto;
}

#prices {
	margin: 26px 170px 10px;
	border: 1px dashed gray;
	padding: 2px;
}

#price-text {
	text-align: center;
	margin-top: 0;
	margin-bottom: 100px;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #343434;
}

#direct-conntact {
	text-align: center;
	font-size: 1em;
	margin-right: 100px;
	margin-top: 50px;
}

#pre-footer {
	width: 600px;
	height: 180px;
	padding: 80px 100px 0px;
	position: relative;
}

#friend-links {
	width: 200px;
	float: right;
	margin-right: 20px;
	position: absolute;
	right: 90px;
	top: 230px;
}

#friend-links h3 {
	font-size: 1em;
	margin-bottom: 7px;
	color: #493a2f;
	text-align: right;
}

#friend-links ul {
	list-style-type: none;
	font-size: 1.1em;
	text-align: right;
	line-height: 1.4em;
}

#friend-links a {
	color: #548f09;
}

.push {	height: 115px; }

#footer {
	height: 115px;
	background: url(./images/grass.jpg) repeat-x center 60px;
	width: 775px;
	margin: 5px auto auto;
	border-right: 1px solid #41342a;
	border-left: 1px solid #41342a;
}

#copyright {
	font: normal normal 10px Verdana, Arial, sans-serif;
	color: #909090;
	text-align: center;
	text-transform: uppercase;
	padding: 100px 0px 0px 0px;
}

#copyright a {
	color: #c9c9c9;
	text-decoration: underline;
}
