﻿/* General Document Styling */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	background: #DDD7C1;
}
#container {
	width: 760px;
	background: #FFF url('../images/bg.gif') repeat-y;
	margin: 10px auto 0;
	padding-bottom: 15px;
}
.clearing {
	height: 0;
	clear: both;
}
/* Header Elements */
#header {
	width: 100%;
	height: 133px;
	background: url('../images/header_bg.gif') repeat-x;
	background-position: left bottom;
	margin-bottom: 20px;
}
#header h1 {
	width: 100%;
	height: 100%;
	text-indent: -10000em;
	overflow: hidden;
	background: url('../images/5mountains_logo.gif') no-repeat;
	background-position: 20px 18px;
}
#rating {
	float: right;
	clear: none;
	margin-right: 15px;
	margin-top: -125px;
	width: 89px;
	height: 14px;
	background: url('../images/star.gif') repeat-x;
	text-indent: -10000em;
}
/* Navigation Elements */
#nav {
	list-style: none;
	background: #CEC3A9;
	width: 160px;
	float: left;
	clear: none;
}
#nav li a {
	display: block;
	height: 20px;
	padding: 0 6px;
	line-height: 20px;
	border-top: 1px #FFF solid;
	border-bottom: 1px #A99C78 solid;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}
#nav li a:hover {
	background: #B8AB90;
}
#nav li .ee_link {
	font-style: italic;
}
/* Content Elements */
h3 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 15px;
}
#content_wrapper {
	float: right;
	clear: none;
	width: 600px;
}
#content {
	float: right;
	clear: none;
	color: #656151;
	width: 600px;
}
#content dl {
	margin-bottom: 20px;
}
#content dl dt {
	font-weight: bold;
}
#content h3 a {
	color: #800000;
}
#extended_gallery {
	list-style: none;
	line-height: 30px;
	margin: 0 auto !important;
	padding: 0 !important;
	padding-left: 7px;
	width: 500px;
}
#extended_gallery li {
	display: block;
	float: left;
	padding: 0;
	margin: 5px;
	height: 91px;
	width: 130px;
	/*background: #333; */
}
#extended_gallery li a {
	position: relative;
	width: 130px;
/*	top: -2px;
	left: -2px; */
}
* html #extended_gallery li a {
	/*	left: -5px; */
	height: 83px;
}
#extended_gallery li img {
	border: 1px #74736E solid;
}
#content p {
	line-height: 150%;
	padding-bottom: 15px;
	text-align: justify;
	color: #656151;
	margin-right: 15px;
}
#content ul {
	padding-left: 20px;
	padding-bottom: 20px;
}
#content a {
	color: #000;
	text-decoration: none;
}
#content a.link1 {
	font-weight: bold;
}
#content a:hover {
	color: #6F674D;
}
#center_images {
	text-align: center;
	width: 250px;
	float: left;
}
#center_images img {
	border: 1px #DDD7C1 solid;
}
#center_images ul {
	padding: 0 !important;
	margin: 0 !important;
}
#star_rating {
	padding-top: 10px;
	background: url('../images/bg.gif') repeat-y;
}
#center_images #index_image {
	display: block;
	/*padding-bottom: 160px;
	background: url('../images/5mnt_page_logo.gif') no-repeat;
	background-position: bottom center;
	border: none;*/
	margin: 0 auto;
}
#center_images ul {
	list-style: none;
}
#center_images li {
	margin-bottom: 20px;
}
#center_images li span {
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
	color: #4E4834;
}
#center_images dl {
	margin-bottom: 20px;
	color: #656151;
}
#center_images dl dt {
	font-weight: bold;
	margin-bottom: 3px;
}
#center_images dl a {
	color: #800000;
	text-decoration: none;
}
#content #gallery_images {
	list-style: none;
	padding: 0;
}
#content #gallery_images li {
	float: left;
	clear: none;
	width: 130px;
	padding: 5px 10px;
}
#content #gallery_images li img {
	border: 1px #847C62 solid;
}
#content #small_images {
	list-style: none;
	padding: 0;
}
html > body #small_images {
	margin: 0 -10px;
}
#content #small_images li {
	width: 103px;
	float: left;
	clear: none;
	padding: 10px 0;
}
#content p.important_text1 {
	clear: both;
	color: #FF6633;
	font-weight: bold;
	text-align: center;
}
#content .important_text2 {
	display: block;
	color: #6F674D;
	font-weight: bold;
	text-align: center;
}
#content .important_text3 {
	color: #8D8569;
	font-weight: bold;
	text-decoration: underline;
}
#content #specials_list {
	text-align: center;
	padding: 0 20px 20px;
}
#content #specials_list dt {
	margin-bottom: 10px;
}
#content #specials_list dd {
	margin-bottom: 5px;
}
#content #specials {
	list-style: none;
	margin-top: 20px;
}
#content #specials li {
	margin-bottom: 70px;
}
#content #specials li img {
	float: left;
	clear: none;
	margin-right: 8px;
	border: 1px #000 solid;
}
#content #specials li a {
	font-weight: bold;
	color: #FF8040;
}
#content_right {
	float: right;
	padding: 0 10px;
}
#center_images + #content_right {
	width: 310px;
}
textarea {
	font: 11px Arial, Helvetica, sans-serif;
}
/* Exclusive styling for enquiry form */
#enquiry_form {
	padding: 10px;
}
#enquiry_form legend {
	padding: 5px;
}
#enquiry_form #country {
	font-size: 80%;
}
#enquiry_form ol {
	list-style: none;
}
#enquiry_form ol li label {
	display: block;
}
/* Exclusive styling for rates page */
#rates_tbl {
	width: 310px;
	margin-bottom: 20px;
	border: 1px #978D77 solid;
	padding: 0;
}
#rates_tbl th {
	background: #CEC3A9;
	color: #000;
	padding: 2px;
	border: 1px #978D77 solid;
}
#rates_tbl td.sub_th {
	background: #E9E1CF;
	color: #000;
	border: 1px #978D77 solid;
	padding: 2px;
}
#rates_tbl td {
	border: 1px #978D77 solid;
	padding: 2px;
}
#rates_tbl td.rate_amount {
	text-align: right;
}
/* Footer Elements */
#footer {
	width: 750px;
	height: 44px;
	line-height: 44px;
	text-align: right;
	color: #FFF;
	margin: 0 auto 10px;
	padding-top: 10px;
	padding-right: 10px;
	background: #FFF url('../images/footer_bg.gif') repeat-x;
	background-position: left bottom;
}
#peronii {
	text-align: center;
	display: block;
	margin: 0 auto 20px;
	width: 334px;
	overflow: hidden;
	color: #746B3D;
	text-decoration: none;
}
#peronii a {
	color: #000;
}
.greymenu {
	background-color: #cccccc;
}
.tablewidth {
	width: 100%;
}
