@charset "utf-8";
/* CSS Document 
   Created by : I Putu Rudiarsana
   Blog Address : http://www.balisidenotes.com
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #86806e;
}
body {
	background: #13100d url(images/common/bg-wood.jpg) center top repeat-x;
	margin: 0px;
	text-align: center;
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}
strong {
	font-weight: bold;
	color: #666666;
}
.grs {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d4bd74;
	clear: both;
}
.imgleft {
	float: left;
	margin-right: 10px;
}
a:link {
	color: #86806e;
	text-decoration: none;
}
a:visited {
	color: #86806e;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #86806e;
	text-decoration: none;
}
#wrapper {
	width: 941px;
	text-align: left;
	margin: auto;
	background: url(images/common/bg-body.gif) left top repeat-y;
}
#header {
	width: 941px;
	text-align: center;
}
#content {
	width: 941px;
	float: left;
}
#leftbar {
	width: 220px;
	float: left;
}
#leftbar-menu {
	width: 180px;
	background: url(images/common/bg-menu.jpg) left top repeat-y;
	border: 1px solid #e8e2d7;
	padding: 20px;
}
#leftbar-menu ul{
	margin: 20px 0 0 0;
	padding: 0;
}
#leftbar-menu li{
	list-style: none;
	border-bottom: 1px dashed #d4bd74;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
}
#leftbar-botoom {
	height: 21px;
	background: url(images/common/bg-menu-btm.jpg) left top no-repeat;
}
#rightbar {
	width: 690px;
	float: right;
}
#main-text {
	width: 413px;
	float: left;
}
#reserve-cap {
	width: 242px;
	float: right;
}
#reserve {
	width: 172px;	
	padding-right: 20px;
}
#promo {
	width: 192px;
	margin-top: 30px;	
}
#footer-top {
	height: 159px;
	background: url(images/common/footer-bg.jpg) left top no-repeat;
}
#footer {
	padding-bottom: 20px;
	width: 941px;
	clear: both;
	text-align: center;
	background: #13100d;
	color: #FFFFFF;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #FF3300;
	text-decoration: none;
}
#footer a:active {
	color: #fff;
	text-decoration: none;
}

