/* CSS Document */

/************* fisheye ******************************/

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #030504 url(../images/bg01.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 590px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 0px;
	background: url(../images/.gif);
	padding-right: 0px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #fff;
	position: absolute;
	top: 278px;
	text-align: center;
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-right: 0px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(../images/dock-bg.gif);
	padding-right: 0px;
}
a.dock-item2 {
	display: block; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #fff; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-right: 0px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


/************* General ******************************/


body{
	margin:0px;
}


.txtContent{
	font-family:Verdana;
	font-size:12px;
	color:#3e3e3e;
}


.txtContent a:link {
	color: #ee5513;
	text-decoration: underline;
}
.txtContent a:visited {
	color: #ee5513;
	text-decoration: underline;
}
.txtContent a:hover
{
	font-family:Verdana;
	font-size:12px;
	color:#ee5513;
	text-decoration:none;
}


.bubbleBlack{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
}

.bubbleBlack a:link {
	color: #000000;
	text-decoration: none;
}
.bubbleBlack a:visited {
	color: #000000;
	text-decoration: none;
}
.bubbleBlack a:hover
{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
}



.bubbleWhite{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
}

.bubbleWhite a:link {
	color: #ffffff;
	text-decoration: none;
}
.bubbleWhite a:visited {
	color: #ffffff;
	text-decoration: none;
}
.bubbleWhite a:hover
{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}

.bubbleRed{
	font-family:Verdana;
	font-size:12px;
	color:#dd0000;
}


.txtContent ul{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

.txtContent ul li{
	background-image:url(arrow.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 10px 20px;
}

.txtContentHighlight{
	font-family:Verdana;
	font-size:12px;
	color:#ee5513;
}



.txtContentRed{
	font-family:Verdana;
	font-size:12px;
	color:#dd0000;
}


.whiteLink{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
}

.whiteLink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLink a:hover
{
	font-family:Verdana;
	font-size: 12px;
	color: #8a8a8a;
	text-decoration: none;
}


.txtBig{
	font-family: Verdana;
	font-size:20px;
	color:#da8c7d;
}


.txtT{
	font-family: times;
	font-size:150px;
	color:#333333;
}


.subpageContainer1{
	width:639px;
	padding:50px 20px 20px 40px;
	background-image:url(subpage_contentbg.jpg);
	background-repeat:no-repeat;
}

.subpageContainer{
	width:921px;
	padding:50px 0px 20px 40px; /*padding:50px 20px 20px 40px;*/
	background-image:url(subpage_contentbg1.jpg);
	background-repeat:no-repeat;
}

.contentContainer{
	/*padding:0px 0px 0px 43px;*/
}

.contentContainer1{
	/*padding:0px 0px 0px 28px;*/
}

.contentMaterials{
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	padding:20px 50px 20px 50px;
	background-color:#3f3e3c;
}



/*** Top Menu **********************************/

.topNav{
	height:40px;
	background-image:url(topNavBg.jpg);
	background-repeat:no-repeat;
	background-color:#11333c;
}

.menuHome a{
	height:46px;
	width:58px;
	background-image:url(menu_home_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuHomeSelected a,
.menuHome a:hover{
	height:46px;
	width:58px;
	background-image:url(menu_home_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuTheHouse a{
	height:46px;
	width:81px;
	background-image:url(menu_thehouse_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuTheHouseSelected a,
.menuTheHouse a:hover{
	height:46px;
	width:81px;
	background-image:url(menu_thehouse_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuLocation a{
	height:46px;
	width:72px;
	background-image:url(menu_location_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuLocationSelected a,
.menuLocation a:hover{
	height:46px;
	width:72px;
	background-image:url(menu_location_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuActivities a{
	height:46px;
	width:70px;
	background-image:url(menu_activities_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuActivitiesSelected a,
.menuActivities a:hover{
	height:46px;
	width:70px;
	background-image:url(menu_activities_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuDining a{
	height:46px;
	width:58px;
	background-image:url(menu_dining_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuDiningSelected a,
.menuDining a:hover{
	height:46px;
	width:58px;
	background-image:url(menu_dining_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuGallery a{
	height:46px;
	width:57px;
	background-image:url(menu_gallery_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}


.menuGallerySelected a,
.menuGallery a:hover{
	height:46px;
	width:57px;
	background-image:url(menu_gallery_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuReservation a{
	height:46px;
	width:97px;
	background-image:url(menu_reservation_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuReservationSelected a,
.menuReservation a:hover{
	height:46px;
	width:97px;
	background-image:url(menu_reservation_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuHamabeVentures a{
	height:46px;
	width:121px;
	background-image:url(menu_hamabeventures_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuHamabeVenturesSelected a,
.menuHamabeVentures a:hover{
	height:46px;
	width:121px;
	background-image:url(menu_hamabeventures_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuLinks a{
	height:46px;
	width:48px;
	background-image:url(menu_links_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuLinksSelected a,
.menuLinks a:hover{
	height:46px;
	width:48px;
	background-image:url(menu_links_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuContact a{
	height:46px;
	width:67px;
	background-image:url(menu_contact_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuContactSelected a,
.menuContact a:hover{
	height:46px;
	width:67px;
	background-image:url(menu_contact_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuShopping a{
	height:32px;
	width:76px;
	background-image:url(submenu_shopping_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuShopping a:hover{
	height:32px;
	width:76px;
	background-image:url(submenu_shopping_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuSightseeing a{
	height:32px;
	width:87px;
	background-image:url(submenu_sightseeing_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuSightseeing a:hover{
	height:32px;
	width:87px;
	background-image:url(submenu_sightseeing_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuBeaches a{
	height:32px;
	width:67px;
	background-image:url(submenu_beaches_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuBeaches a:hover{
	height:32px;
	width:67px;
	background-image:url(submenu_beaches_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.submenuDining a{
	height:32px;
	width:57px;
	background-image:url(submenu_dining_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.submenuDining a:hover{
	height:32px;
	width:67px;
	background-image:url(submenu_dining_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuOnsen a{
	height:32px;
	width:55px;
	background-image:url(submenu_onsen_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuOnsen a:hover{
	height:32px;
	width:55px;
	background-image:url(submenu_onsen_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuGolf a{
	height:32px;
	width:44px;
	background-image:url(submenu_golf_ori.jpg);
	background-repeat:no-repeat;
	float:left;
}

.menuGolf a:hover{
	height:32px;
	width:44px;
	background-image:url(submenu_golf_hover.jpg);
	background-repeat:no-repeat;
	float:left;
}



/************** Button ****************************/

.btnMore a,
.btnMore a:hover
{
	height:22px;
	width:59px;
	background-image:url(btn_more.jpg);
	background-repeat:no-repeat;
	display:block;
}


/********** Gallery Section ************************/

.galleryContainer{
	/*padding:0px 0px 0px 43px;*/
}



/********** Home About Section *********************/

.homeAboutContainer{
	width:413px;
	float:left;
	margin-left:30px;
}

.homeAboutContentbg{
	background-image:url(homeAboutContentBg.jpg);
	background-repeat:no-repeat;
	padding:10px 30px 5px 30px;
	font-family:Verdana;
	font-size:11px;
	color:#434343;
}


/****** Calendar Section *********************************/

.calendarContainer{
	padding-left:9px;
}


/****** Footer Section ****************************/
.footer{
	font-family:Verdana;
	font-size:11px;
	color:#7c7c7c;
		text-decoration:none;
	}
	
.footer a
{
	text-decoration:none;
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	}
	
.footer a:hover
{
	text-decoration:none;
	font-family:Verdana;
	font-size:11px;
	color:#7c7c7c;
	}


