@charset "UTF-8";
/* CSS Document */

/* Main Styles */

html, body, #wrapper {
	height: 100%;	/* sticky footer */
}
body {
	background: #000 url(../images/bg_header.jpg) no-repeat;
	color: #FFF;
	font: 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 20px;
}
ul , ol{
	font-size: 0.8em;
}
.infoLink {
	color: #00879C;
}
a.infoLink {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-color: #00879C;
}
a.infoLink:hover {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#wrapper {
	height: auto; 		/* sticky footer */
	margin: auto; 	
	min-height: 100%;	/* sticky footer */
	width: 900px;
}
#headerHome, #headerGallery, #headerRatesAndReservation, #headerReview, #headerMapAndLocations, #headerContactUs {
	height: 370px;
	overflow: hidden;
	width: 100%;
}
#headerHome {
	background: url(../images/bg_home.png) no-repeat;
}
#headerGallery {
	background: url(../images/bg_gallery.png) no-repeat;
}
#headerRatesAndReservation {
	background: url(../images/bg_rates_and_reservation.png) no-repeat;
}
#headerReview {
	background: url(../images/bg_review.png) no-repeat;
}
#headerMapAndLocations {
	background: url(../images/bg_map_and_locations.png) no-repeat;
}
#headerContactUs {
	background: url(../images/bg_contact_us.png) no-repeat;
}
#logo {
	float: left;
	height: 120px;
	width: 250px;
}
#menu ul li{
	display: block;
	float: right;
	font-size: 0.85em;
	height: 50px;
	margin-left: 30px;
	padding-top: 200px;
	text-transform: uppercase;
}
#menu ul li a {
	color: #FFF;
	padding-bottom: 50px;
}
#menu ul li a:link, #menu ul li a:visited {
	text-decoration: none;
}
#menu ul li a:hover {
	background: url(../images/current_menu.gif) repeat-x;
	color: #000;
}
#menu ul li a.current {
	background: url(../images/current_menu.gif) repeat-x;
	color: #000;
}
#main {
	clear: both;
	padding: 0 20px 100px 20px;		/* sticky footer (only bottom) */
	position: relative;
}
#main h1 { 							/* Every page - Header */
	color: #00879c;
	font-size: 1.6em;
}
.headingUnderline {
	background-color: #333;
	height: 1px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}
.infoShortColumn1 {
	float: left;
	margin: 0 0 20px 0;
	width: 420px;
}
.infoShortColumn2 {
	float: right;
	margin: 0 0 20px 0;
	width: 420px;
}
.infoFullColumn {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}
.ulRatesAndReservation {
	list-style: disc;
	margin: 0 0 20px 20px;
}
.ulMapAndLocation {	
	list-style: disc;
	margin: 0 0 20px 20px;
}
.ulMapAndLocation li {
	padding-bottom: 15px;
}
.ulMapAndLocation li br {
	margin-bottom: 5px;
}
.highlight {
	color: #00879c;
	font-style: normal;	
}
.warning {
	color: #F00;
	font-size: 0.9em;
}
.imgSixColumns {
	margin: 0 10px 0 0;
}
.imgPortrait {
	margin: 0 25px 0 0;
}
.imgLandscape {
	margin: 0 15px 0 0;
}
.mainBottomSpace {
	height: 50px;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
#footer {
	background-color: #FFF;
	clear: both;
	height: 100px;
	margin-top: -100px;			/* sticky footer (only minus sign) */
	position: relative;			/* sticky footer */
	text-align: center;
	width: 100%;
}
#footer .margin {
	margin-top: 10px;
}
#footer .jyyoi {
	color: #707070;
}
#footer a.jyyoi:link, #footer a.jyyoi:visited {
	text-decoration: none;
}
#footer a.jyyoi:hover {
	color: #CCC;
}
#footer ul {
	padding: 10px 0 5px 0;
}
#footer ul li {
	color: #000;
	display: inline;
	margin: 0 2px 0 2px;
}
#footer ul li a {
	color: #000;
	text-decoration: none;
}
#footer ul li a:link {
	color: #000;
}
#footer ul li a:hover {
	color: #CCC;
}
.footerUnderline {
	background-color: #d9d9d9;
	height: 1px;
	margin: 5px 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
#footer p {
	color: #707070;
	font-size: 0.7em;
	margin: 0;
}

/* Gallery page - Room Thai Name */

h2 {
	color: #00879c;
	font-size: 1.3em;  
	font-weight: normal;
	padding: 0;
}

/* Gallery page - Room English Name */

h2 em {
	font-size: 0.8em; 
}

/* Home page */

.homeImgRow {
	text-align: right;
	margin-bottom: 20px;
}
.homeImgLeft {
	float: left;
}

/* Rates and Reservation page */

h3 {
	color: #bcffdd; 
	font-size: 1.1em; 
	font-weight: normal;
	margin-top: 0;
}
h4 {
	color: #bcffdd;
	font-size: 0.8em; 
	font-weight: normal;
}
#roomRates {
	border: 1px;
	margin-bottom: 20px;
	width: 400px;
}
#roomRates th {
	color: #bcffdd; 
	font-weight: normal;
	padding-bottom: 10px;
}
#roomRates tr {
	border-bottom: 1px solid #333;
}
#roomRates h2, #roomRates h3 {
	color: #00879C;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#roomRates h4 { /* Day */
	color: #FFF;
	font-size: 0.8em; 
	font-weight: normal;
	margin-top: 0px;
}
#roomRates p {
	color: #555;
}
#roomRates .day {
	font-size: 1.1em;
	font-weight: normal;
	padding: 10px 0;
	text-align: center;
}
#roomRates .roomName {
	text-align: left;
}
#roomRates .price {
	font-size: 0.8em;
	text-align: center;
}
#reservationForm {
	font-size: 0.8em;
	margin: 0 0 20px;
	width: 100%;
}
#reservationForm ol li{
	clear: left;
	list-style-image: url(../images/blank.gif);		/* hack Safari and Chrome */
	margin-right: 40px;
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
#reservationForm label {
	width: 140px;
	float: left;
	margin: 0 40px 0 0;
}
#reservationForm label span {
	display: block;
	color: #555;
	font-size: 0.8em;
	margin-top: 5px;
}
#reservationForm input, #reservationForm textarea, #reservationForm select {
	float: left;
	margin: 0px 5px 0px 0px;
}

/* Map and Locations page */

.direction {
	color: #555;
}
#review  .reviewLeftColumn, #review .reviewRightColumn{
	float: left;
	width: 410px;
	margin-right: 40px;
}
#review .reviewRightColumn {
	margin-right: 0px;
}
#review h3   {
	color: #00879C;
	font-size: 2em;
	margin-top: 0px;
	line-height: 0.75em;
	margin-bottom: 0.75em;
	clear: both;
}
#review .by {
	color: #555;
}
#review ul , #review ol{
	margin: 0px 0px 20px 40px;
}
#review ul li {
	list-style: disc;
}
#review ol li {
	list-style: decimal;
}
#review a, #review strong, #review em {
	color: #00879C;
}
#review a:link, #review a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-color: #00879C;
}
#review a:hover {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#review blockquote {
	margin-left: 40px;
}
