/* CSS Document */
body {
	font: 11px/18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg-body.gif) #000;
	margin:0 0 15px 0;
	padding:0;
	}
h1 {display:none;}
.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 */

form {margin:0;padding:0;}

#wrap {
	width:864px;
	margin:0 auto;
	background:#f3f3f3;
	padding-bottom:15px;
	}
#menutop {
	width:824px;
	margin:0 auto;
	background:url(images/bg-top.gif) top no-repeat;
	text-align:right;
	line-height:normal;
	}
#menutop ul {
	list-style-type:none;
	margin:0;
	padding:8px 10px 0 0;
	}
#menutop ul li {
	display: inline;
	margin:0 0 35px 0;
	padding:0;
	}

#menutop a {
	float:right;
	background:url("images/tab-kiri.gif") no-repeat 0% 5px;
	margin:0 2px 0 0;
	padding:0 0 0 8px;
	font-size:97%;
	text-decoration:none;
  }
#menutop a span {
	float:right;
	display:block;
	background:url("images/tab-kanan.gif") no-repeat 100% 5px;
	padding:7px 12px 6px 7px;
	color:#000;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menutop a span {float:none;}
/* End IE5-Mac hack */
#menutop a:hover span, #menutop a#current span {
  color:#fff;
  }
#menutop a:hover, #menutop a#current {
  background-position:0% -42px;
  }
#menutop a:hover span, #menutop a#current span {
  background-position:100% -42px;
  }
  
#header {
	width:824px;
	margin:0 auto;
	padding-top:10px;
}

.logo {
	width: 206px;
	height:125px;
	background:url(images/bg-logo.gif) right bottom no-repeat #dedbc5;
	text-align:center;
	padding-top: 20px;
	}

#content-wrap {
	width:824px;
	margin:0 auto;
	}
#menu-wrap {
	background:url(images/menul.gif) left top no-repeat #000;
	width:823px;
	width: expression("821px");
	
	}
.menu2nd-wrap {
	background:url(images/menur.gif) right top no-repeat transparent;
	padding-left: 130px;
	}
	
/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
font: 10px/18px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;	width:693px;
}

.menu li {

	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -25px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu {
	color: #eee;
	background: transparent;

}
.menu ul li {

	background:#867938;
	color: white;
	background-image:none;
	padding-left: 5px;
	}
.menu ul {
	width: 13em;
}

.menu a {

	text-decoration: none;
	color: #eee;
	padding: .6em 1em;
	display: block;
	position: relative;
	text-transform:uppercase;
}
.menu ul li a {
	padding: .3em 1em;
	text-transform:none;
	height:1%;
	}

.menu a:hover, .menu li:hover>a {
	color: #fc3;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

.menu li {
	background:url(images/dot.gif) left no-repeat;
	padding-left: 0px;

	}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

#left-sidebar {
	width:185px;
	float:left;
	}
#big-content {
	width:638px;
	float:left;
	/*background:url(images/bg-big-content.gif) repeat-y left;*/
	}
#big-content-dalam {
	width:638px;
	float:left;
	background:#e0e0e0;
	}	
h2.t-menu {
	display:none;
	}
.check {
	background: url(images/t-check-availability.gif) top right no-repeat;
	padding-top: 40px;
	margin-top: 3px;
	height:1%;
	}
	
select, input, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
select.calendar {
	border: solid 1px #cccccc;
	}
	
input[type=text] {
	border: solid 1px #888585;
	padding: 2px;
}	
	
.check .border {
	border-bottom: solid 1px white;
	padding-top: 5px;
	height:5px;
	}
.packages {
	background: url(images/t-packages.gif) top right no-repeat;
	padding-top: 40px;
	margin-top: 7px;
	height:1%;
	}
.pack-item {
	width:95%;
	margin:5px auto;	border-bottom: solid 1px white;
	padding-bottom: 7px;
	}
	
h3.t-item {
	margin:0;
	padding:0;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom:none;
	background:none;
	}
h3.t-item a {
	text-decoration:none;
	color:#8a7d3c;
	font-weight:bold;
	border-bottom:none;
	}
.c-item img, .news-item-dalam img {
	padding: 3px;
	border: solid 1px #cccccc;
	float:left;
	margin-right: 7px;
	margin-top: 4px;
	}
.c-item {
	}
.c-item p {
	margin: 0;
	padding: 5px 0;
	}
.welcome-wrap {
	background:url(images/t-welcome.gif) 20px 10px no-repeat;
	padding-top: 80px;
	height:1%;
	}
.welcome-txt {
	width: 90%;
	margin: 0 auto;
	}
.welcome-txt a, .c-item a {
	text-decoration:none;
	color:#8a7d3c;
	}
.welcome-txt a:hover, .c-item a:hover {
	color:#000000;
	border-bottom:solid 1px #efefef;
	background:#FFFFCC;
	}
.mid-content {
	width:205px;
	float:left;
	}
.right-content {
	width: 430px;
	float:left;
	}
.newsletter {
	background: url(images/t-newsletter.gif) top center no-repeat;
	padding: 40px 10px 10px 15px;
	margin-top: 10px;
	height:1%;
}
.subscribe {
	background:url(images/bg-subscribe.gif) center no-repeat;
	text-align:center;
	padding: 15px 0;
	}
.links {
	background: url(images/t-links.gif) top center no-repeat;
	padding-top: 40px;
	height:1%;
}
.links ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
.links ul li {
	margin:0 0 2px 0;
	padding:2px 0 2px 30px;
	background:url(images/dot2.gif) 10px 50% no-repeat #e8e8e8;
	}
.links ul li a{
	text-decoration:none;
	color:#333333;
	}
.whatsnews {
	background: url(images/t-whatsnews.gif) top center no-repeat;
	padding-top: 40px;
	margin-top: 10px;
	height:1%;
}
.news-item {
	width:400px;
	margin: 10px auto;
	border-bottom: dotted 1px #000;
	}
.news-item-dalam {
	margin: 10px auto;
	border-bottom: dotted 1px #000;
	}
.tanggal {
	font-size: 11px;
	color:#666666;
	}
.news-item p {
	margin: 5px 0;
	}
.archives-links a{
	text-decoration:none;
	color:#8a7d3c;
	}
.archives-links {
	text-align:right;
	background:#cccccc;
	padding:7px;	width:386px;
	margin: 0 auto;
	}
#footer-wrap {
	/*width: 823px;
	background:url(images/bg-plus.gif) top repeat-x transparent;*/
	margin: 0 auto;
	}
.footer-txt {
	/*background:url(images/bg-footer-bot.gif) bottom no-repeat;*/
	text-align:center;
	color:#999999;
	line-height:normal;
	padding: 15px 0 30px;
	font-size:11px;
	}
.footer-txt a {
	color:white;
	}
.footer-txt a:hover {color:#efefef; text-decoration:none; border-bottom:none;}
.content-txt {
	width:90%;
	margin: 20px auto;
	}
h2.t-page {
	font: 27px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	margin:0 0 10px;
	padding:10px 0 5px;
	letter-spacing: -.1em;
	color:#967117;
	border-bottom: dotted 1px #fff;
	}
h3 {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom: solid 1px #847737;
	background:#cccccc;
	}
.breadcrumb, .pagging {
	font-size: 10px;
	text-align:right;
	color:#666666;
	padding: 3px;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	background:#e5e5e5;
	margin-bottom:10px;
	}
.breadcrumb a {
	color:#000000;
	}
.pagging a {
	text-decoration:none;
	color:#000000;
	}
.pagging .prev {
	width: 100px;
	float:left;
	margin-left: 7px;
	text-align:left;
	}
.pagging .next {
	width: 100px;
	float:right;
	margin-right: 7px;
	}
.content-txt a {
	text-decoration:none;
	color:#837636;
	border-bottom: dotted 1px #cccccc;
	}
table th {
	background:white;
	}
.row-top, .row-mid, .row-bot {
		background:url(images/bg-big-content.gif) 185px 0 repeat-y ;
}
.packages-front {
	background: url(images/t-packages.gif) top right no-repeat;
	padding-top: 40px;
	margin-top: 10px;
	height:1%;
	width:185px;
	float:left;
	}
.pack-item-front {
	width:95%;
	margin:5px auto;	border-bottom: solid 1px white;
	padding-bottom: 7px;
	}
.forecast {
	background: url(images/t-localforecast.gif) top right no-repeat;
	padding-top: 40px;
	height:1%;
	width:185px;
	float:left;
	}
.check-front {
	background: url(images/t-check-availability.gif) top right no-repeat;
	padding-top: 40px;
	margin-top: 3px;
	height:1%;
		width:185px;
	float:left;

	}
.check-front table td .border {
	border-bottom: solid 1px white;
	padding-top: 5px;
	height:5px;
	}
#atas {
	background:url(images/bg-atas.gif) top repeat-x;
	}
#bg-wrap {
	background:url(images/bg-plus.gif) repeat-x bottom #555555;
	}