@charset "utf-8";
/* 
D O N ' T   T O U C H   M Y   S T U F F
Copyright (c) 2009 by Cityweb Indonesia.  All Rights Reserved.
*/


* {
	margin: 0;
	padding: 0;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #e0e0e0;
	font: normal 12px Arial;
	color: #000;
	line-height: 19px;
	text-align: center;
	}
	
	
img, div, a, input { behavior: url(iepngfix.htc) }



a:link, a:visited, a:active {
	color: #fe6000;
	}

a:hover {
	color: #000;
	}

#container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	border: 10px solid #fff;
	}

#mainmenu {
	margin: 0;
	padding: 0;
	background: transparent url(images/bg_main_menu.jpg) repeat-x top left;
	height: 34px;
	}

#mainmenu ul {
	margin: 0;
	padding: 0;
	}

#mainmenu ul li {
	list-style: none;
	display: inline;
	margin: 0 3px;
	}

#mainmenu ul li a:link, #mainmenu ul li a:visited, #mainmenu ul li a:active {
	color: #000;
	font: bold 13px Arial;
	text-decoration: none;
	}

#mainmenu ul li a:hover {
	color: #fff;
	}

#bannerarea {
	background: transparent url(images/bg_banner.jpg) repeat-x top left;
	height: 250px;
	}

#intro {
	background: transparent url(images/light.jpg) no-repeat top left;
	height: 250px;
	}

#content {
	background: #f4f4f4 url(images/bg.gif) no-repeat top left;
	height: 329px;
	}

#content ul {
	margin-left: 15px;
	}

.shortwelcome {
	font: normal 12px Arial;
	color: #c5ccd8;
	line-height: 21px;
	}

a#more {
	background: transparent url(images/icon.gif) no-repeat center left;
	padding-left: 17px;
	text-decoration: none;
	}

#mainbanner {
	width: 454px;
	position: relative;
	/*display: none;*/
	}

#mainbanner img {
	border: 5px solid #fff;
	position: absolute;
	margin-top: 28px;
	margin-left: 30px;
	z-index: 7;
	/*display: none;*/
	}

#mainbanner span {
	background: transparent url(images/shadow.png) no-repeat left bottom;
	width: 447px;
	position: absolute;
	z-index: 5;
	padding-top: 270px;
	margin-left: 18px;
	/*display: none;*/
	}

h3 {
	font: bold 18px Arial;
	color: #ff6000;
	}

h3 span {
	font: normal 18px Arial;
	color: #000;
	}

#list {
	margin: 0;
	padding: 0;
	}

#list li {
	list-style: none;
	margin-bottom: 11px;
	}

#list li img {
	float: left;
	border: 4px solid #fff;
	margin-right: 15px;
	}

#list li .judul a:link, #list li .judul a:visited, #list li .judul a:active {
	font: bold 16px Arial;
	color: #fe6000;
	text-decoration: none;
	}

#list li .judul a:hover {
	color: #000;
	}

.short {
	margin-top: 5px;
	}

.short a:link, .short a:visited, .short a:active {
	font-style: italic;
	}

.tgl {
	font: normal 11px Arial;
	color: #000;
	}

.title a:link, .title a:visited, .title a:active {
	font: bold 12px Arial;
	color: #fb853d;
	text-decoration: none;
	}

.title a:hover {
	color: #000;
	}

#flight_area {
	border: 1px solid #b8b8b8;
	background-color: #fff;
	}

#btnflight {
	margin: 0 0 0 10px;
	padding: 0;
	*width: 185px;
	}

#btnflight ul {
	margin: 0;
	padding: 0;
	}

#btnflight ul li {
	list-style: none;
	float: left;
	padding-bottom: 10px;
	}

#searchflight {
	background: #fff url(images/btn_search.gif) no-repeat top left;
	width: 68px;
	height: 24px;
	cursor: pointer;
	margin-right: 5px;
	border: 0;
	}

#reservation {
	background: #fff url(images/btn_reservation.gif) no-repeat top left;
	width: 97px;
	height: 24px;
	cursor: pointer;
	border: 0;
	}

#footer {
	background-color: #04153a;
	height: 75px;
	color: #6b758b;
	font: normal 11px Arial;
	line-height: 18px;
	padding-top: 25px;
	}

#footer a:link, #footer a:visited, #footer a:active {
	font: normal 11px Arial;
	color: #6b758b;
	border-bottom: 1px dotted #6b758b;
	text-decoration: none;
	}

#footer a:hover {
	color: #fff;
	border-bottom: 0;
	}

h2 {
	font: normal 27px Century Gothic, "Helcetica", Arial;
	color: #fff;
	}


