body{
	background-attachment: fixed;
	background-color: #5E5346;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background-image: url(/images/background.gif);
	font-family:Tahoma, Geneva, sans-serif;
	color: #CCC;
}
.content-wrapper h1{
	font-size:22px;
	margin:30px 0 20px 0;
	font-weight:normal;
}
.content-wrapper h2{
	font-size:20px;
	font-weight:normal;
}
.content-wrapper h3{
	font-size:18px;
}
a {
	color: #999; 
	text-decoration: none;
}
a:hover {
	color:#CCC; 
	text-decoration: none;
}
#menu{
	width: 180px;
	text-align:center;
	vertical-align: top;
	padding:0;
}
#content{
	vertical-align: top;
	text-align:justify;
	font-size:14px;
}
#header{
	width:650px;
	margin:10px auto 20px auto;
	/*border-bottom:1px solid #333;*/
	background:url(/images/top-line.png) left bottom no-repeat;
}
#content .content-wrapper{
	clear:both;
	width:650px;
	margin:30px auto 20px auto;
}
#media-block{
	width:650px;
	margin:0;
	overflow:hidden;
}
#map_canvas{
	border:3px solid #666;
}
#list {
	width: 315px;
	margin-right: 10px;
	padding-right: 5px;
	float: left;
	line-height: 16px;
}
#list ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#list li {
	list-style:disc;
	padding-left:0;
	text-align: left;
	margin: 0;
}

.list li {
    list-style: disc outside none;
    margin: 0 0 0 20px;
    text-align: left;
}
/***************List for Japan Language**************/
.text-japan {
	line-height:20px;
}

#list-jp {
	width: 280px;
	margin-right: 10px;
	padding-right: 5px;
	float: left;
	line-height: 16px;
}
#list-jp ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#list-jp li {
	list-style:disc;
	padding-left:0;
	text-align: left;
	margin: 0;
}
/*****************************/

#list-section {
	width: 650px;
	margin-right: 10px;
	padding-right: 5px;
	float: left;
	line-height: 16px;
}
#list-section ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#list-section li {
	list-style:disc;
	padding-left:0;
	text-align: left;
	margin: 0;
}

#list-section li a {
	color: white;
	text-align: left;
	font-weight: bold;
	margin: 0;
}

/*Links Page*/
#links{
	text-align:left;
	width:100%;
	font-size:12px;
	color:#FFFFFF;
}

#content-links {
	text-align: justify;
	padding: 0;
	margin: 0;
	color: #ccc;
	vertical-align: top;
}
#content-links a {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
#content-links a:hover {
	color: #ccc;
	text-decoration: none;
}

.red {
	color: #FF0000;
}
	
/*****************************/

/* Content List */

.list-detail{
	margin-bottom:18px;
	padding:0 0 12px 0;
	/*border-bottom:1px solid #222;*/
	color:#aaa;
	background: url(../images/top-line.png) left bottom no-repeat;
}

.list-detail h2{
	color:#ccc;
}
.list-detail strong{
	color:#ccc;
}
.list-detail .desc{
	float:right;
	width:474px;
}

.clear{
	clear:both;
}

.list-detail .short-info{
	font-style:italic;
	font-size:12px;
	margin-top:4px;
}

.list-detail p{
	margin:8px 0 0 0;
}

.list-detail a{
	text-decoration:none;
	color:#CCC;
}
.list-detail a:hover{
	color:#FFF;
}
.list-detail td{
	vertical-align:top;
}

.list-detail h3{
	margin:0;
	font-size:16px;
	color:#ccc;
}

.list-detail .img-thumb{
	width:160px;
	margin:0 16px 5px 0;
	float:left;
}

.list-detail .img-thumb img{
	border:none;
}

/******************************/

img#img-comment{
	cursor:pointer;
}
a#next-comment{
	outline:none;
}

.icon {
	float:left;
	clear: right;
	padding: 0;
	margin: 0;
}

#select_lang {
	color: #FFF;
	width:120px;
	position:absolute;
	top:0;
	right:-60px;
}

#selection{
	border:1px solid #BFBFBF;
	color:#332332;
	font-size:13px;
	width:120px;
	height: 20px;
	float:right;
}
.lang_en { 
	background:url(/images/flags/en-on.gif) left no-repeat; 
	float: left; 
	height: 20px; 
	padding-left: 30px; 
	color:#000;
}
.lang_id { 
	background:url(/images/flags/id-on.gif) left no-repeat; 
	float: left; 
	height: 20px; 
	padding-left: 30px;
	color:#000;
}
.lang_jp {
	background:url(/images/flags/jp-on.gif) left no-repeat; 
	float: left; 
	height: 20px; 
	padding-left: 30px;
	color:#000;
}

.lang_ru { 
	background:url(/images/flags/ru-on.gif) left no-repeat; 
	float: left; 
	height: 20px;
	padding-left: 30px;
	color:#000;
}

/****************BOOK NOW***********/
#booknow {
	width: 696px;
	text-align: right;
	padding: 10px 0;
}
#booknow .book { 
	text-align: right; 
	padding: 5px; 
	background-color:#111; 
	border: 1px solid #222;
}

.guest_sml {
	color: #FFF; 
	font-size:9px;
}

.formstyle {
	background:#222;
	border:1px solid #555;
	color:#ddd;
	padding:3px;
	cursor:default;
}

.formstyle:focus {
	background:#070707;
}

textarea#contactMessage{
	color:#888;
}
textarea#contactMessage:focus{
	color:#ddd;
}
/***************************************************************/
.main-newslist h3{ 
	margin:6px 0;
	font-size:14px;
	font-weight:normal;
}

div.title_block {
	background-color:#222; 
	padding: 5px; 
	text-align: left; 
	font-size: 18px; 
	border-bottom: 1px #555 solid;  
	margin-bottom: 10px; 
	margin-top: 30px;
}
#break {
	margin-top: 10px; 
	margin-bottom: 10px; 
	border-bottom: 1px #333 solid;
}
#mag_title {
	background-color:#222; 
	color:#FFF; 
	padding: 5px; 
	text-align: center; 
	font-size: 18px; 
	border-bottom: 1px #555 solid; 
	font-weight: bold; 
	margin-bottom: 10px; 
	margin-top: 20px; 
	line-height:22px;
}

/******************************************************************/
div.hr {
  	height: 1px; 
	margin-bottom: 10px;
}

#year_mag {
	background-color:#222; 
	color:#FFF; 
	padding: 5px; 
	text-align: center; 
	font-size: 18px; 
	border-bottom: 1px #555 solid; 
	font-weight: bold; 
	margin-bottom: 10px; 
	margin-top: 30px;
}
#mag_title {
	background-color:#222; 
	color:#FFF; 
	padding: 5px; 
	text-align: center; 
	font-size: 18px; 
	border-bottom: 1px #555 solid; 
	font-weight: bold; 
	margin-bottom: 10px; 
	margin-top: 20px; 
	line-height:22px;
}
	
#menus_title {
	color:#FFF; 
	padding-bottom: 5px; 
	text-align: left; 
	font-size: 18px; 
	border-bottom: 1px #555 solid; 
	font-weight: bold; 
	margin-bottom: 10px; 
	margin-top: 20px; 
	line-height:22px;
}
.grey {
	color:#999;
}
#news-list { 
	line-height: 22px; 
	margin-top: 20px;
}
/*****************************************************/
.ucaps {
	text-transform: lowercase;
}
.caps {	
	text-transform:capitalize;
}
.lowercase {
	text-transform: lowercase;
}
	
#flashcontent {
	z-index:100;
	height:500px;
	left: 0px;
}

/************ Page Links **************/
#links{
	text-align:left;
	width:100%;
	height:500px;
	color:#FFFFFF;
}

#contener div #Links_category center a {
	color: #C0C0C0;
}
.title{
	text-align:center;
	color:#996666;
	text-decoration:none;
	margin:0 auto;
	padding-bottom:10px;
	padding-top:20px;
	width:275px;
}

#categories{
	text-decoration:none;
	text-align:center;
}

#categories a{
	color:#7b6d6a;
	text-decoration:none;
	padding:3px;
	text-align:center;
	margin-right: 5px;
	height:30px;
}

#categories a:hover{
	color:#FFFFFF;
	text-decoration:none;
	padding:3px;
	text-align:center;
	margin-right: 5px;
	height:30px;
}

#content-bottom{
	margin:0 auto;
	width: 580px;
	margin-top: 10px;
	padding-top: 10px;
}
.bgcontent{
	margin: 0 10px 10px 10px;
}
.img-bottom {
	vertical-align:baseline;
}

/*Reservation form*/
.form-alert{
	margin-left:20px;
	color:#9F7940;
	display:none;
	font-style:italic;
}
.form-error{
	margin-left:10px;
	color:#C08F29;
	display:none;
	font-style:italic;
	font-size:90%;
	background:url(/images/hand_icon.gif) left top no-repeat;
	padding-left:24px;
}

#imageSlide, .video-border{
	border:3px solid #333;
	width:640px;
	height:360px;
}

.formtable tr td {
    padding: 3px;
}

#fb-like-button{
	float:left;
	margin:3px 0 0 12px;
	height:24px;
	overflow:hidden;
}
.fb-like-url{
	margin:40px 0 80px 20px;
}

#online-chat{
	float:right; 
	margin:0 12px 0 0 ;
}

#local-info{
	padding:6px 8px;
	margin:0 14px 0 18px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#aaa;
	text-align:center;
}

#local-info .location{
	font-size:14px;
}
#local-info .date-info{
	margin:0;
}

#timecontainer{
	margin-bottom:8px;
	text-align:center;
	
}
#local-info .time-info{

}

#weather-info{
	font-size:11px;
	margin:0;
	text-align:center;
}
#weather-info .weather-value{
	
}

#top-nav{
	height:30px;
	margin:0;
	width:100%; 
	padding:0;
	border-bottom:1px solid #5E5346;
	/*background:#5E5346;	
	position:fixed;
	border-bottom:1px solid #333;*/
}
#top-wrapper{
	/*width:980px;*/
	width:968px;
	margin:0 auto;
	padding:0;
	/*background:url(/images/bg-top.jpg) left bottom no-repeat;*/
	background:#493f36;
	border-left:1px solid #111;
	border-right:1px solid #111;
	border-bottom:1px solid #36312a;
	height:30px;
}

.button-social{
	float:right;
	margin:7px 12px 0 0;
}

.button-social td{
	text-align:right;
	width:24px;
}

/*Media Room*/
table.photo-list{
	margin:0 auto;
	width:100%;
}
table.photo-list td{
	width:33%;
	padding:10px 0 20px 0;
	text-align:center;
	vertical-align:bottom;
}

table.photo-list td a{
	text-decoration:none;
	color:#999;
	font-size:12px;
}
table.photo-list td a:hover{
	color:#ccc;
}

table.photo-list td a img{
	padding:2px;
	border:1px solid #333;
	margin-bottom:6px;
	background:#222;
}

table.photo-list td a:hover img{
	border:1px solid #555;
}

h3.media-title{
	padding:6px;
	background:#222;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #333;
}
.media-nav{
	text-align:right;
}
a.more-nav{
	color:#999;
	font-size:12px;
	font-style:italic;
}
a.more-nav:hover{
	color:#fff;
}

table.doc-list{
	margin:0 auto;
	width:100%;
}

table.doc-list td{
	width:50%;
	text-align:left;
	vertical-align:top;
}

.list-document{
	margin:0;
	padding:0;
	list-style:none;
}
.list-document li{
	margin:0 0 10px 0;
}
.list-document a{
	display:block;
	padding:6px 0 8px 56px;
	background:url(../images/pdf_icon.png) left top no-repeat;
}

.media-nav{display:none}

/*Gallery*/
#photo-gallery{
	
}

#photo-gallery ul{
	margin:0 0 0 8px;
	padding:0;
	list-style:none;
}

#photo-gallery ul li{
	margin:10px;
	padding:0;
	float:left;
}

#photo-gallery ul li a{
	padding:2px;
	border:1px solid #333;
	background:#222;
	display:block;
}
#photo-gallery ul li a:hover{
	border:1px solid #555;
}

#photo-gallery ul li img{
	border:none;
}

#photo-gallery h3{
	padding:6px;
	background:#222;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #333;
}
