/* Body Style */
body {
	margin: 0px 0px 30px 0px;
	background-color: #271b0b;
	text-align: center;
	font-size: 13px;
	color: #60543c;
}

body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: "Times New Roman", Helvetica, sans-serif;
}

/* standard Hyperlink */
a {
	color: #7c5925;
	text-decoration: underline;
}

.errRed{
	border:1px solid #FAC5C7;
	padding:5px 5px 5px 5px;
	margin:10px 0;
	background-color:#FEF0F0;
	color:#FF0000;
}
.susBrown{
	border:1px solid #663300;
	padding:5px 5px 5px 5px;
	margin:10px 0;
	background-color:#FFD2A6;
	color:#370000;
}

a:hover {
	color: #3a311e;
	text-decoration: underline;
}

/* standard Form */
form {
	margin: 0px;
}
input, select, textarea {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
}

input.button {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #d4d0c8;
	border-top: 1px solid #eae9e8;
	border-left: 1px solid #eae9e8;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
	cursor: pointer;
}

/* standard cell */
td, th {
}

img, object {
	border: 0px;
}

.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
	margin: 0px 10px 5px 0px;
}

.center{
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear {
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	height: 0px;
	overflow: hidden;
}

/* --------- main element -------- */
.body {
	padding: 0px;
	text-align: center;
	background: url(../images/bg.jpg) top repeat-x #fff;
}
.container {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

/* --------- header element -------- */
.header {
	height: 113px;
	padding: 0px;
	overflow: hidden;
	background-color: #876020;
	border-bottom: 1px solid #7e591d;
}
.headerTop {
	height: 19px;
	padding: 7px 0px 6px 0px;
	overflow: hidden;
	text-align: right;
	background-color: #3a2812;
	border-bottom: 1px solid #876020;
}
.header ul.nav {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.header ul.nav li {
	display: inline;
	padding: 0px 10px;
	border-left: 1px solid #876020;
}
.header ul.nav li.first {
	border: none;
}
.header ul.nav li a {
	color: #f3b959;
	text-decoration: none;
}
.header ul.nav li a:hover {
	color: #fff;
	text-decoration: none;
}
.headerCell {
	height: 80px;
	padding: 0px;
	overflow: hidden;
}
a.sitename {
	float: left;
	display: block;
}
.lang {
	float: right;
	padding-top: 25px;
}
.lang span {
	float: right;
	margin-left: 5px;
	height: 17px;
	padding: 6px 23px;
	color: #e2b96f;
}
.lang a {
	float: right;
	margin-left: 5px;
	color: #ffe1ac;
	text-decoration: none;
}
.lang a:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.lang a span {
	float: left;
	height: 17px;
	padding: 6px 23px;
	margin-left: 0px;
}
.lang span.langEN {
	background: url(../images/bgLang-en.gif) no-repeat;
	background-position: 0px -29px;
}
.lang span.langID {
	background: url(../images/bgLang-id.gif) no-repeat;
	background-position: 0px -29px;
}
.lang a span.langEN {
	background: url(../images/bgLang-en.gif) no-repeat;
	background-position: 0px 0px;
}
.lang a span.langID {
	background: url(../images/bgLang-id.gif) no-repeat;
	background-position: 0px 0px;
}
.lang a:hover span.langEN {
	color: #fff;
	background: url(../images/bgLang-en.gif) no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}
.lang a:hover span.langID {
	color: #fff;
	background: url(../images/bgLang-id.gif) no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

/* --------- wrapper element -------- */
.wrapper {
	min-height: 420px;
	padding: 10px 0px 30px 0px;
	border-bottom: 1px solid #f0eeec;
	margin-bottom: 1px;
}
*html .wrapper {
	height: 420px;
	overflow: visible;
}
.page {
	float: right;
	width: 678px;
	padding: 0px;
	overflow: hidden;
}
.sidebar {
	float: left;
	width: 267px;
	padding: 0px;
}
.pageBar {
	padding-left: 15px;
}
.mainBar {
	float: left;
	width: 455px;
	padding: 0px;
	overflow: hidden;
}
.rightBar {
	float: right;
	width: 180px;
	padding: 0px;
	overflow: hidden;
}

.flowNav {
	margin-bottom: 10px;
	height: 16px;
	padding: 7px 15px;
	overflow: hidden;
	background: url(../images/bgFlow.gif) top left no-repeat;
}
.flowNav p {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 13px;
	color: #a18653;
}
.flowNav p a {
	color: #a18653;
	text-decoration: none;
}
.flowNav p a:hover {
	color: #e6cea0;
	text-decoration: none;
}

.content {
	min-height: 545px;
	padding: 14px;
	background: url(../images/bgPage-content.png) top left no-repeat #fff;
}
*html .content {
	height: 545px;
	overflow: visible;
}
h1.pageTitle {
	margin: 5px 0px 15px 0px !important;
	padding: 0px 0px 5px 0px !important;
	font-size: 24px;
	font-weight: lighter;
	color: #a57822;
	border-bottom: 1px solid #d3c9b9;
}
.content h2 {
	margin: 10px 0px !important;
	padding: 5px 0px !important;
	font-size: 16px;
	color: #60543c;
}
h2.headTitle {
	margin: 20px 0px 15px 0px !important;
	padding: 7px 4px !important;
	font-size: 14px;
	color: #60543c;
	background-color: #e5dfcc;
}
.content p {
	margin: 10px 0px !important;
	line-height: 130%;
}
.content legend {
	font-size: 14px;
	color: #a57822;
}

#content {
	padding: 5px 0px;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

.mainImage {
	height: 335px;
	padding: 0px;
	overflow: hidden;
	background-color: #482d13;
	border: 1px solid #482d13;
}

.welcome {
	position: relative;
	margin-top: -42px;
	padding: 10px 15px;
	z-index: 16;
}
.welcome h2 {
	margin: 0px !important;
	padding: 1px 0px 10px 0px !important;
	font-size: 18px;
	color: #c9b285;
	font-weight: lighter;
}
.welcomeCell {
	padding: 5px 0px 10px 0px;
}
.welcomeCell h3 {
	margin: 10px 0px !important;
	padding: 0px !important;
	font-size: 16px;
}
.welcomeCell p {
	margin: 10px 0px !important;
	padding: 0px !important;
	line-height: 130%;
}

.banner {
	margin: 10px 0px;
}
.sidebar .banner {
	padding: 5px 15px;
}
.banner h2 {
	margin: 5px 0px !important;
	padding: 0px !important;
	font-size: 16px;
	color: #ccc;
}
.banner p {
	margin: 10px 0px !important;
	padding: 0px !important;
	text-align: center;
}

.menu {
	padding: 30px 15px 35px 15px;
	color: #a18653;
	background-color: #382711;
}

.cs {
	margin-bottom: 15px;
	padding: 5px 15px 15px 15px;
	color: #ddcab0;
	background-color: #615441;
}
.cs h2 {
	margin: 0px !important;
	padding: 5px 10px 10px 10px !important;
	font-size: 16px;
	color: #a18653;
}
.csCell {
	padding: 0px 0px 8px 0px;
	background: url(../images/csBot.gif) bottom left no-repeat #6c5d46;
}
.csCell table {
	width: 100%;
	border: none;
	background: url(../images/csTop.gif) top left no-repeat;
}
.csCell table td {
	padding: 8px 15px 0px 15px;
}
.csCell table td img {
	float: right;
	border: none;
}

.reservasi {
	margin-bottom: 15px;
	padding: 8px 14px 20px 14px;
	background: url(../images/serviceBot.gif) bottom left no-repeat #fff;
	border: 1px solid #d3c9b9;
}
.reservasi h2 {
	margin: 0px !important;
	padding: 5px 10px 10px 10px !important;
	font-size: 16px;
	color: #a57822;
}
.reservasiCell {
	padding: 10px 12px 5px 15px;
	line-height: 130%;
	font-family: tahoma;
	font-size: 11px;
	background: url(../images/serviceTop.gif) top left no-repeat #f0eeec;
}
.reservasiCell table {
	width: 100%;
	border: none;
}
.reservasiCell th {
	font-family: tahoma;
	font-size: 11px;
	padding: 8px 4px;
	color: #444;
	text-align: center;
}
.reservasiCell td {
	font-family: tahoma;
	font-size: 11px;
	padding: 8px 4px;
	text-align: center;
}
.reservasiCell td.bgRow {
	background-color: #d9d5d1;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.reservasiCell td select {
	width: 60px;
	padding: 2px 0px 2px 4px;
	font-size: 11px;
	border: 1px solid #dad7d3;
}
input.hideleft {
	float: left;
	font-size: 11px;
	background-color: #f0eeec;
	border: none;
}
input.reservBtn {
	padding: 4px 15px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background: url(../images/bgButton-grad.gif) left repeat-x #c8bb92;
	border: 1px solid #c6c6c6;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
*html input.reservBtn {
	padding: 4px 0px;
}
*:first-child+html input.reservBtn {
	padding: 4px 0px;
}
input.reservBtn:hover {
	color: #fff;
	cursor: pointer;
}


.service {
	padding: 8px 14px 20px 14px;
	background: url(../images/serviceBot.gif) bottom left no-repeat #fff;
	border: 1px solid #d3c9b9;
}
.service h2 {
	margin: 0px !important;
	padding: 5px 10px 10px 10px !important;
	font-size: 16px;
	color: #60543c;
}
.serviceCell {
	padding: 17px 12px 5px 15px;
	line-height: 130%;
	background: url(../images/serviceTop.gif) top left no-repeat #f0eeec;
}
.serviceCell p {
	margin: 8px 0px !important;
	padding: 5px 0px !important;
}
.serviceCell p a.linkMore {
	padding: 3px 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	background: url(../images/bgButton-grad.gif) left repeat-x #c8bb92;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.serviceCell p a.linkMore:hover {
	color: #fff;
	text-decoration: none;
}

/* product */
.product {
	
}
.product h2 {
	margin: 5px 0px !important;
	padding: 0px !important;
	font-size: 16px;
	color: #a57822;
}
.productItem {
	padding: 5px 0px 8px 0px;
	border-bottom: 1px solid #d3c9b9;
}
.productItem .img {
	float: left;
}
.productItem .img img {
	margin: 5px 15px 5px 0px;
	border: none;
}
.productItem .desc {
	display: table;
	height: 1%;
}
.productItem .desc h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 14px;
	color: #60543c;
}
.productItem .desc p {
	margin: 1px 0px !important;
	padding: 5px 0px !important;
	line-height: 130%;
}
.productItem .desc p a.linkMore {
	padding: 5px 0px;
	color: #7c5925;
	text-decoration: underline;
}
.productItem .desc p a.linkMore:hover {
	color: #333;
	text-decoration: underline;
}
.productLink {
	padding: 10px 0px 5px 0px;
	text-align: right;
}
.productLink a {
	padding: 3px 20px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	background: url(../images/bgButton-grad.gif) left repeat-x #c8bb92;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.productLink a:hover {
	color: #fff;
	text-decoration: none;
}

.productItem .desc blockquote {
	margin: 10px 0px !important;
	padding: 0px !important;
	line-height: 150%;
}
.productItem .desc blockquote span {
	clear: left;
	float: left;
	width: 125px;
	padding-left: 12px;
	color: #888;
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0px 4px;
}

p.btnsilver {
	margin-top: 15px !important;
}
p.btnsilver a.btn {
	margin-right: 4px;
	margin-left: 4px;
	padding: 3px 20px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	background: url(../images/bgButton-grad.gif) left repeat-x #c8bb92;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
p.btnsilver a.btn:hover {
	color: #fff;
	text-decoration: none;
}

/* news */
.news {
	
}
.content .news {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #d3c9b9;
}
.news h2 {
	margin: 5px 0px !important;
	padding: 0px 0px 5px 0px !important;
	font-size: 16px;
	color: #a57822;
}
.newsCell {

}
.newsItem  {
	padding: 5px 0px;
}
.newsItem .date {
	width: 40px;
	height: 52px;
	padding: 0px 3px 0px 1px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(../images/bgDate.gif) top left no-repeat;
}
*html .newsItem .date {
	margin-bottom: 0px;
}
*:first-child+html .newsItem .date {
	margin-bottom: 0px;
}
.newsItem .date h4 {
	margin: 0px !important;
	padding: 3px 0px !important;
	font-size: 10px;
	text-align: center;
	color: #d4d35e;
	font-weight: lighter;
	line-height: 100%;
}
.newsItem .date h3{
	margin: 0px !important;
	padding: 1px 0px !important;
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 100%;
}
.newsItem .date h5{
	margin: 0px !important;
	margin-top: -1px !important;
	padding: 0px !important;
	font-size: 10px;
	text-align: center;
	color: #496060;
	font-weight: lighter;
	line-height: 100%;
}
.newsItem .desc {
	
}
.newsItem .desc span {
	color: #444;
}
.newsItem .desc h2 {
	margin: 0px 0px 3px 0px !important;
	padding: 0px !important;
	font-size: 14px;
	border: none;
}
.newsItem .desc h2 a {
	text-decoration: none;
}
.newsItem .desc h2 a:hover {
	text-decoration: none;
}
.newsItem .desc h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-family: tahoma;
	font-size: 11px;
	font-weight: lighter;
	color: #a1915c;
}
.newsItem .desc p {
	clear: left;
	margin: 10px 0px !important;
}
.newsLink {
	border-top: 1px solid #d3c9b9;
	padding: 10px 0px 5px 0px;
	text-align: right;
}
.newsLink a {
	padding: 3px 20px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	background: url(../images/bgButton-grad.gif) left repeat-x #c8bb92;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.newsLink a:hover {
	color: #fff;
	text-decoration: none;
}

ul.links {
	margin: 10px 0px !important;
	padding: 0px !important;
	list-style: none;
}
ul.links li {
	clear: both;
	padding: 8px 0px 8px 20px;
	background: url(../images/bullet.gif) no-repeat;
	background-position: 5px 14px;
}
ul.links li img.img {
	float: left;
	margin-right: 15px;
}
ul.links li span {
	padding-right: 10px;
}

.pageNav {
	margin: 5px 0px;
	padding: 5px 0px;
	text-align: right;
}
.pageNav p {
	padding: 0px 6px;
	display: inline;
	border-left: 1px solid #d3c9b9;
}
.pageNav p.first {
	padding-left: 0px;
	border: none;
}

/* TABLES */
table.contactTbl {
	margin: 10px 0px;
	width: 100%;
	border: none;
}
table.contactTbl td {
	padding: 4px 10px;
	vertical-align: top;
	line-height: 130%;
}
table.contactTbl td input, table.contactTbl td select, table.contactTbl td textarea {
	font-size: 12px;
}
table.contactTbl td input.text{
	padding: 2px 3px;
	color: #7b7976;
	background-color: #f0eeec;
	border: 1px solid #d3c9b9;
}

table.contactTbl td .text-input{
	padding: 2px 3px;
	color: #7b7976;
	background-color: #f0eeec;
	border: 1px solid #d3c9b9;
}

table.contactTbl td input.text:focus {
	color: #333;
	background-color: #f8f7f6;
	border: 1px solid #827053;
}
table.contactTbl td textarea {
	padding: 2px 3px;
	color: #7b7976;
	background-color: #f0eeec;
	border: 1px solid #d3c9b9;
	overflow: auto;
}
table.contactTbl td textarea:focus {
	color: #333;
	background-color: #f8f7f6;
	border: 1px solid #827053;
}
table.contactTbl td select {
	padding: 1px 0px 1px 3px;
	color: #7b7976;
	background-color: #f0eeec;
	border: 1px solid #d3c9b9;
}
table.contactTbl td input.button {
	margin-right: 5px;
	padding: 3px 20px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background: url(../images/bgButton-grad.gif) left repeat-x #c8bb92;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
}
*html table.contactTbl td input.button {
	padding-right: 8px;
	padding-left: 8px;
}
*:first-child+html table.contactTbl td input.button {
	padding-right: 8px;
	padding-left: 8px;
}
table.contactTbl td input.button:hover {
	color: #fff;
	cursor: pointer;
}

/* --------- footer element -------- */
.footer {
	border-top: 1px solid #d3c9b9;
}
*html .footer {
	height: 30px;
	overflow: visible;
}
*:first-child+html .footer {
	min-height: 30px;
	overflow: visible;
}
.footer .newsletter {
	float: left;
	padding: 18px 0px 15px 0px;
}
.footer .newsletter h2 {
	margin: 0px 5px 0px 0px !important;
	padding: 0px !important;
	font-size: 13px;
	color: #333;
	display: inline;
}
.footer .newsletterCell, .footer .newsletterCell form {
	display: inline;
}
.footer .newsletter p {
	margin: 0px !important;
	padding: 0px !important;
	display: inline;
}
.footer .newsletter input.text {
	width: 140px;
	padding: 2px 3px;
	color: #7b7976;
	background-color: #f0eeec;
	border: 1px solid #d3c9b9;
}
.footer .newsletter input.text:focus {
	color: #333;
	background-color: #fff;
	border: 1px solid #827053;
}
.footer .newsletter input.button {
	width: 64px;
	height: 19px;
	padding-bottom: 1px;
	color: #dbc397;
	background: url(../images/newsletter-btn.gif) top left no-repeat;
	border: none;
	cursor: pointer;
}
.footer .newsletter input.button:hover {
	color: #fff;
	cursor: pointer;
}
.footerCell {
	float: right;
	padding: 20px 0px;
}
.footerCell p {
	margin: 0px !important;
	padding: 0px !important;
}
.footerCell a {
	text-decoration: none;
}
.footerCell a:hover {
	text-decoration: underline;
}

/*** set the width and height to match your images **/
#slideshow {
    position: relative;
    height: 335px;
}
#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}
#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}
#slideshow img.last-active {
    z-index: 9;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	padding: 15px;
	text-align: center;
	background-color: #271b0b;
}
#gallery ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 5px solid #615441;
}
#gallery ul a:hover img {
	border: 5px solid #a18653;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}

