html, body { margin:0;padding:0;}
body { background: #e1f5ff; } /* #9ADCF8 */
p { margin: 0; padding: 0; }
table#container { margin-top: 8px; margin-bottom: 15px; padding: 0; }
#hideme { color:#000000; position : absolute; z-index:auto; left:-1px; visibility:hidden; }

#header { width: 820px; margin: auto; margin-top: 20px; }
#header .logo { display: block; width:196px; height:62px; text-indent:-999em; background: transparent url(../images/logo.jpg) no-repeat center; outline:none; }
/* LEFT NAV */
.Sidenavigation { font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.Sidenavbox {  }
.Sidenavigation a { cursor: pointer; }
.Sidenavigation a img { border: 0; }
.Sidenavigation ul { margin:0; padding:0; list-style-type: none; margin-bottom: 6px; }
.Sidenavigation li { margin:0; padding:0; margin-bottom: 3px; }
.Sidenavigation li a { background-color: #ffffff; color: #25bad2; display: block; text-align: center; text-decoration: none; padding:3px 15px 3px 15px; outline:none; }
.Sidenavigation li.faded a { background-color:#f0faff; color:#000; outline:none; } 
.Sidenavigation li.faded a.bali-indonesia{ background:#f0faff url(../images/bali-indonesia.gif) no-repeat 50% 3px; text-indent:-999em; cursor:pointer; width:164px; outline:none; } 
.Sidenavigation li a:hover, .Sidenavigation li.faded a:hover, .Sidenavigation li.active a { background-color: #25bad2; color:#fff; outline:none; }

.Sidenavigation li.faded a.bali-indonesia:hover{ background:#25bad2 url(../images/bali-indonesia.gif) no-repeat 50% 100%; text-indent:-999em; outline:none; } 
.Sidenavigation li a.red { color:#c92967; outline:none; }
.Sidenavigation li a.red:hover, .Sidenavigation li.active a.red { background-color:#c92967; color:#fff; outline:none; }

/* INDEX CONTENT */
.content_index { width: 585px; padding-left: 15px; padding-right: 10px; font: 13px/17px Arial, Helvetica, sans-serif; } /*background: transparent url(../images/content_index.jpg) repeat-x; */
.content_index p { margin-top: 10px; margin-bottom: 6px; text-align:justify; }
.content_index li { margin-bottom: 2px; } 

/* MAIN CONTENT */
.content_main { width: 609px; background: transparent url(../images/main_bg.jpg) repeat; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding-bottom: 10px; }
.content_main p { margin-bottom: 16px; line-height: 16px; }
.content_main h1 { margin: 0; padding: 0; margin-bottom: 26px; font-size: 12px; text-align: left; }
.content_main h1.noimg { padding-left: 13px; font-family: "Monotype Corsiva", Georgia, Arial, Helvetica, sans-serif; font-size: 20px; }
.content_main h2 { margin-bottom: 16px; padding-top: 10px; }
.content_main li { margin-bottom: 5px; line-height: 16px; } 
.content_main strong, .content_main h2 { font-size: 12px; line-height: 15px; }
.section_about { background: transparent url(../images/aboutbg.jpg); height: 393px; margin: 3px 0 10px 0; padding: 0; width:591px; }
.section_about p { text-align:left; padding: 5px 20px 8px 20px; font-size: 18px; font-family: "Tebuchet MS"; font-weight: bold; }
#scroller { width: 557px; /*overflow: auto; overflow-y: none;*/ padding: 15px; background-color: #fff; text-align:justify; }
#scroller ul { margin: 3px 0 15px 0; padding: 0; padding-left: 18px; }

/* BOTTOM NAV */
td.BottomNav a { outline: none; cursor: pointer; }
td.BottomNav a img { border: 0; }
td.BottomNav a:hover { outline: none; cursor: pointer; }

.jingga { color: #EC008C;}
.biru { color: #00AEEF; }
.copyright { margin-top: 20px; text-align: center; font-size: 9px; line-height: 11px; font-weight: bold; }

.pricelist { border: 1px solid #ccc; border-right:0; border-bottom: 0; width: 97%; }
.pricelist tr.title { background-color: #333; font-weight: bold; color: #fff; }
.pricelist strong { font-size: 10px; text-align: left; }
.pricelist td { border: 1px solid #ccc; border-top:0; border-left:0; line-height: 16px; padding: 2px; }
.pricelist tr:hover { background-color: #e1e1e1; }


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
.results { font-size: 11px; text-align: right; font-style: italic; }
.results strong { font-size: 11px; }
.dirSubList { margin-bottom: 15px; border-bottom: 1px dotted #999; }
.dirSubList p { margin:0; padding: 0; margin-bottom: 5px; }
.comments strong { font-size: 11px; }
.comments { margin-top: 5px; margin-bottom: 10px; }
.comments p { display: inline; }
.comTitle { font-weight: bold; font-style: italic; color: #333; }

/*PAGING style*/
div.pagination {
	padding:3px;
	margin:3px;
	margin-top: 10px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #595959;
	text-decoration: none; 
	color: #595959;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
	color: #999;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 2px solid #999;
	font-weight: bold;
	background-color: #999;
	color: #fff;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}
.buttons { text-align: right; font-weight: bold; }

#cont {
           color:#000000;
           position : absolute;
           z-index:auto;
           top:1px; 
           left:-1px;
           visibility:hidden;
           font:9px Arial, Helvetica, sans-serif;
}

/*** SEO ***/
#container_seo {
color:#e1f5ff;
visibility:visible;
font:9px Arial, Helvetica, sans-serif;
}

#container_seo a {
color: #e1f5ff;
visibility:visible;
font:9px Arial, Helvetica, sans-serif;
}
/*
.style1 {color: #FF0000}
.style2 {color: #00FF00}
.style3 {color: #FFFF00}
.style4 {color: #00FF00}
.style5 {color: #FF00FF}
*/