body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Tahoma,Helvetica;
	text-align: center;
	background-image: url(../../images/Page_BG_Main.jpg);
	background-repeat: repeat-x;
}

/* Basic Elements
-------------------------------------------------------------------------------------------*/

span.orange { visibility: visible; color: #D38C10; }
span.blue { visibility: visible; color: #063; }
span.red { visibility: visible; color: #c03; }
span.green { visibility: visible; color: #363; }
span.purple { visibility: visible; color: #609; }
span.darkblue { visibility: visible; color: #036; }

p {
	margin: 0px;
	padding: 5px 0px 10px 0px;
}	

hr {
	height: 1px;
	border-width: 0px;
	border-top: dashed 1px #D1DDBD;
	clear: both;
}

/* Standard Containers 
-------------------------------------------------------------------------------------------*/

#container {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-image: url(../../images/Page_BG_Repeat.jpg);
	background-repeat: repeat-y;
	position: relative;
}

#container-inner {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/Page_BG_Header.jpg);
	background-repeat: no-repeat;
}

#header {
	margin: 0px;
	padding: 0px;
}

#header-inner {
	display: none;
	margin: 0px;
	padding: 0px;
}

#footer {
	margin: 0px;
	padding: 0px;
	height: 181px;
	clear: both;
	background-image: url(../../images/Page_BG_Footer.jpg);
	background-repeat: no-repeat;
}

#footer-inner {
	margin: 0px;
	padding: 0px;
	padding-top: 82px;
}

#main {
	margin: 0px;
	padding: 0px;
	min-height: 1px;
}

*html #main {
	height: 1px;
}

#main-inner {
	margin: 0px;
	padding: 0px;
	padding-left: 63px;
}

#alpha {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	width: 175px;
	color: #fff;
	text-align: left;
}

#beta {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 532px;
	text-align: left;
}
	
/* Text Headings
-------------------------------------------------------------------------------------------*/
h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Times, "Times New Roman";
	font-size: 28px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 25px;
	color: #fff;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
	color: #fff;
}

h4 {
	margin: 0px;
	padding: 2px 0px 4px 2px;
	font-family: Times, "Times New Roman";
	font-size: 22px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: -1px;
	color: #036;
	border-top: solid 2px #B7D3ED;
	border-bottom: solid 2px #B7D3ED;

}


/* Links
-------------------------------------------------------------------------------------------*/
a {
}

a:hover {
	text-decoration: none;
}

ul.navigation a, ul.navigation-sub a,ul.navigation-footer a {
	color: #fff;
	text-decoration: none;
}

ul.navigation a:hover, ul.navigation-sub a:hover,ul.navigation-footer a:hover {
	color: #FEB500;
	text-decoration: none;
}	

ul.navigation a {
	display: block;
}

ul.navigation a:hover {
	/*
	background-image: url(../../images/Icon_Arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	*/
	color: #FEB500;	
}

ul.navigation-sub a:hover {
	background-image: url(..);
	color: #FEB500;	
}

#content-main a {
	color: #D38C10;
}

div.text-block a {
	text-decoration: none;
}

div.text-block a:hover {
	text-decoration: underline;
}

a.button-moreinfo {
	display: block;
	margin: 0px;
	margin-top: 8px;
	border: solid 1px #fff;
	width: 69px;
	height: 15px;
	background-image: url(../../images/button_moreinfo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.button-book {
	display: block;
	float: left;
	margin: 0px;
	margin-top: 8px;
	border: solid 1px #fff;
	width: 69px;
	height: 15px;
	background-image: url(../../images/button_book.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.button-moreinfo span,
a.button-book span {
	visibility: hidden;
}

div.text-block a:hover.button-moreinfo, div.text-block a:hover.button-book {
	text-decoration: none;
}

#content-main a.room-type {
	display: block;
	margin: 1px 0px;
	padding: 2px 12px 4px 6px;
	width: 100px;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	background-color: #ECF5D1;
}

#footer-content-alpha a {
	color: #fff;
	text-decoration: none;
}

#footer-content-beta a {
	color: #4F7D26;
	text-decoration: none;
}

#footer a:hover, #default-footer a:hover {
	text-decoration: underline;
}

/* Lists
-------------------------------------------------------------------------------------------*/
ul {
	margin: auto;
	padding: auto;
}	

li {
	margin: auto;
	padding: auto;
}

ul.navigation {
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #318A30;
}

ul.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 6px 10px 6px 13px;
	border-bottom: solid 1px #318A30;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
}

ul.navigation li.selected {
	list-style-type: none;
	margin: 0px;
	margin-top: 2px;
	padding: 6px 13px;
	border-style: solid;
	border-color: #FEEB34 #CD8F00 #CD8F00 #FDC709; /* border-color: #81BE71 #277400 #1D5E0B #5DAE35; */
	border-width: 1px;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
	background-image: url(../../images/Icon_Arrow.gif);
	background-repeat: no-repeat;
	background-position: 160px center;
	background-color: #EBAD00; /* background-color: #390; */
}

ul.navigation-sub {
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	border: 0;
}

ul.navigation-sub li {
	list-style-type: none;
	background-image: url(../../images/Icon_Bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin: 0px;
	padding: 3px 10px;
	border: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-transform: none;
	color: #CBE5F6;
}

ul.navigation-footer {
	margin: 0px;
	padding: 8px 0px;
}

ul.navigation-footer li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 13px;
	font-size: 11px;
	line-height: 17px;
	text-transform: normal;
	color: #CBE5F6;
}

ul.navigation-footer a.japanese {
	display: block;
	margin: 2px 0px;
}

#content-main ul {
	margin: 0px;
	padding: 5px 0px 10px 0px;
}

#content-main li {
	list-style-type: none;
	background-image: url(../../images/Icon_Bullet_Main.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	margin: 0px;
	margin-top: 2px;
	padding: 0px 12px;
	
}

#content-main ul.left {
	float: left;
	margin-bottom: 5px;
	width: 49%;
}

/* Images
-------------------------------------------------------------------------------------------*/
img {
	border: 0px;
}

#content-main img {
	display: block;
	margin: 5px 0px;
	padding: 3px;
	max-width: 439px;
	border-style: solid;
	border-color: #efefef #ddd #ddd #efefef;
	border-width: 1px;
	background-color: #fff;
}

#content-main img.stack {
	margin-top: 0px;	
	margin-right: 15px;
}

#content-main img.left {
	float: left;
	margin-right: 15px;
}

#content-main img.right {
	float: right;
	margin-left: 15px;
}


/* Content Containers
-------------------------------------------------------------------------------------------*/
#content-picture {
	margin: 0px;
	height: 299px;
}

#content-header {
	height: 56px;
	margin: 0px 13px;
}

#content-header-sub {
	margin: 20px 48px 0px 37px;
}

#content-main {
	margin: 18px 48px 0px 37px;
	min-height: 295px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
}

*html #content-main {
	height: 295px;
}

div.text-block {
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
	float: left;
	clear: both;
}

div.text-block p {
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
}

div.text-left {
	display: block;
	float: left;
	margin: 5px 0px;
	max-width: 250px;
}

div.text-left-extra {
	display: block;
	float: left;
	margin: 5px 0px;
	max-width: 150px;
}	

div.text-split {
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 220px;
}

div.text-full {
	display: block;
	float: left;
	margin: 0px;
	margin-top: 4px;
	clear: both;
}

/* Table
-------------------------------------------------------------------------------------------*/
#main table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 10px;
	clear: both;
}

#main table th, #main table td {
	width: 16%;
	padding: 1px 0px;
	text-align: center;
	background-color: #ECF5D1;
}

#main table th {
	background-color: #D0E09F;
}

/* Footer Containers
-------------------------------------------------------------------------------------------*/
#footer {
	font-size: 11px;
}

#footer-content-alpha {
	color: #fff;
}	

#footer-content-beta {
	/*
	float: left;
	text-align: right;
	width: 50%;
	*/
	padding-top: 10px;
	color: #4F7D26;
}

#footer-content-gamma {
	display: none;
	float: left;
	text-align: left;
	width: 50%;
	padding-top: 10px;
	color: #4F7D26;
}

#footer-content-gamma a {
	display: block;
	float: left;
	background-repeat: no-repeat;
	height: 50px;
	text-decoration: none;
}

#footer-content-gamma a.pacific {
	background-image: url(../../images/Logo_Pacific.gif);
	width: 59px;
}

#footer-content-gamma a.pagoda {
	background-image: url(../../images/Logo_Pagoda.gif);
	width: 96px;
}

#footer-content-gamma a.kona {
	background-image: url(../../images/Logo_Kona.gif);
	width: 124px;
}

#footer-content-gamma a:hover {
	text-decoration: none;
}	

/* DEFAULT Items
-------------------------------------------------------------------------------------------*/
#default-container {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-image: url(../../images/Default_BG.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#default-container-inner {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/Default_Pic2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#default-main {
	margin: 0px;
	padding: 0px;	
	height: 545px;
}

#default-footer {
	margin: 0px;
	padding: 0px;
	height: 137px;
	clear: both;
	font-size: 11px;
}

#default-footer-inner {
	margin: 0px;
	padding: 0px;
	padding-top: 38px;
}

a.extra-button {
	display: block;
	position: absolute;
	top: 0px;
	right: -3px;
	width: 231px;
	height: 132px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Extra_ButtonYellow.png', sizingMethod='scale');
	cursor: hand;
}

a.extra-button[class] {
	background-image: url(../../images/Extra_ButtonYellow.png);
}

div.extra-pic-alpha {
	position: absolute;
	top: 289px;
	left: 64px;
}

div.extra-pic-beta {
	position: absolute;
	top: 5px;
	right: 1px;
}

/* RESERVATION Items
-------------------------------------------------------------------------------------------*/
#reservation-container {
	background-image: url(../../images/Reservation_BG.gif);
	background-repeat: repeat-x;
}

#reservation-main {
	margin: 0px auto;
	width: 770px;	
	height: 43px;
	background-image: url(../../images/Reservation_Center.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}

	#reservation-main h1 {
		padding-right: 5px;
		float: left;
		margin-top: 5px;
		background-image: url(../../images/Reservation_Hdr.gif);
		background-repeat: no-repeat;
		width: 164px;
		height: 20px;
	}
	
		#reservation-main h1 span { visibility: hidden; font-size: 1px; }
		
	#reservation-main table {
		height: 35px;
		font-size: 10px;
		font-weight: normal;
		text-transform: uppercase;
		color: #3b7632;
	}
		
		#reservation-main th {
			padding: 0px 0px 0px 5px;
			font-weight: normal;
		}
		
		#reservation-main td {
			padding: 0px 3px;
			vertical-align: middle;
		}
	
	#reservation-main input, #reservation-main select {
		font-size: 10px;
	} 
	
		#reservation-main input.reservation-input { width: 65px; }