html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#FFF;	
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	font-size:11px;
	background-image:url(../images/main-bg.jpg);
	background-repeat:repeat-x;
}

h1{
	font-family:"Lucida Sans Unicode","Lucida Grande",geneva,verdana,sans-serif;
	font-size:25px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	line-height:normal;
	color: #454545;
	padding:0px 0px 4px 0px;
}
h2{
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#894F1C;
	margin: 20px 0px 0px 0px;
	line-height:normal;
}
h3{
	clear:both;
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	background-image:url(../images/icon.gif);
	background-repeat:no-repeat;
	background-position: 0px;
	border-bottom: 1px solid #F0F0F0;
	font-size:16px;
	color:#894F1C;
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}
h4{
	color:#0E86E7;
	font-size:14px;
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}
a{
	color:#F48F05;
	text-decoration:underline;
}
.link1 a{
	color:#357CDC;
	text-decoration:underline;
	background-image:url(../images/arrow3.gif);
	background-repeat:no-repeat;
	background-position:0px;
	padding-left:15px;
}
a:hover{
	text-decoration:none;
	color:#000000;
}
p{	
	margin:6px 0px 15px 0px;
}
b,strong{
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333333;
}
.form1 {
	margin:0; padding: 10px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
/*--------------------------------------------------------------*/
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}
/*--------------------------------------------------------------*/
div#header {
	width:1000px;
	height:115px;
	background-image: url(../images/bg-header.gif);
	background-repeat:no-repeat;
}
/*--------------------------------------------------------------*/
div#logo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F3D584;
	padding:0 0 0 110px;
	float:left;
	margin-top:20px;
}
div#logo img{
	float:left;
	margin-right:10px;
}
div#logo h1{
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	font-size:27px;
	color:#FFFFFF;
	margin:10px 0 -4px 0;
}
div#logo a{
	color:#FFA71D;
	text-decoration:none;
}
#header #right{
	float:right;
	margin:20px 0 0 0;
	text-align:right;
	color:#FFFFFF;
}
#header #right #search{
	font-size:18px;
	margin-bottom:8px;
	margin-right:10px;
}
#header #right #search form{
	margin:0;
}
#header #right #search input{
	border:1px solid #7C5025;
	margin:0;
}
#header #right #search input.button{
	margin-top:10px;
	background-image:url(../images/bg-button.gif);
	background-repeat:repeat-x;
	width:28px;
	height:19px;
	border:1px solid #DD6D00;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}
/*-------------------------------------------------------------------------------------------------------------*/
div#mainmenu{
	height:32px;
	background-image: url(../../baliforyou/images/mainmenu-bg.jpg);
	font-size:12px;
	font-weight:bold;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	/*border-left:1px solid #E2E2E2;
	border-right:1px solid #E2E2E2;*/
}
div#mainmenu a{
	text-decoration:none;
	color:#FFF;
	padding:0 10px 0 10px;
	
}
div#mainmenu a:hover{
	color:#F1BA6A;
}
div#mainmenu ul{
	margin:0;
	padding:0;
}
div#mainmenu ul li{
	float:left;
	list-style:none;
	border-right:1px solid #FFF;
}
div#mainmenu ul li.last{
	border:none;
}
/*-------------------------------------------------------------------------------------------------------------*/
#content{
	width:985px;
	padding:0 10px 0 10px;
	margin:0;
}
#stuffleft{
	float:left;
	width:161px;
	background-color:#FFF;
	margin-top:66px;
}
#stuffcenter{
	float:left;
	width:532px;
	margin:0 10px;
}
#stuffcenter #banner{
	background-color:#f8f8f8;
	padding:9px;
	width:512px;
	border:1px solid #BCBCBC;
	border-top:1px solid #FFF;
	margin-top:-26px;
	position:absolute;
}
#stuffcenter #maincontent{
	padding:30px 10px 10px 10px;
	font-size:11px;
	line-height:18px;
	color:#454545;
	margin:234px 0 0 0;
	background:url(../images/bg-maincontent.jpg) no-repeat;
}
#stuffcenter #maincontent h1{
	font-size:20px;
	color:#000;
	margin:0 0 10px 0;
	/*border-bottom:1px solid #f0f0f0;*/
}
#stuffcenter #maincontent h2{
	/*background-image:url(../images/bg-h2.gif);
	background-repeat:repeat-x;*/
	font-size:16px;
	font-weight:bold;
	color:#5075A8;
	/*border-top:1px solid #DCE0E9;*/
	border-bottom:1px solid #DCE0E9;
	line-height:30px;
	margin-bottom:10px;
}
#stuffcenter #banner #pagenav{
	margin-top:7px !important;
	margin-top:4px;
}
#stuffright{
	float:left;
	width:267px;
	background-color:#FFF;
	margin-top:66px;
}
#footer{
	background-image:url(../images/bg-footer.jpg);
	background-repeat:repeat-x;
	height:56px;
	margin-top:20px;
	text-align:center;
	padding-top:38px;
}
#footer ul{
	padding:0;
	margin:0 auto 6px auto;
	list-style:none;
	width:1000px;
}
#footer ul li{
	padding:0 6px;
	display:inline;
	border-right:1px solid #CCC;
}
#footer ul li.last{
	border:none;
}



#balinews h1{
	font-family: "Lucida Sans Unicode", Helvetica, Arial;
	font-size:16px;
	color:#FFFFFF;
	background-image:url(../images/bg-balinews.gif);
	background-repeat: repeat-x;
	padding: 4px 0px 0px 14px;
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	height:30px;
	letter-spacing:-1px;
}
#balinews #newscontent{
	padding:10px;
}


#navigation h1{
	font-family: "Lucida Sans Unicode", Helvetica, Arial;
	font-size:15px;
	color:#FFFFFF;
	background-image:url(../images/bg-navigation.gif);
	background-repeat: repeat-x;
	background-position:0 50%;
	padding: 0 0 0 8px;
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	height:25px;
	line-height:25px;
	letter-spacing:-1px;
}


.listOne{
	float: left; 
	width: 33%; 
	margin: 0px 0px 0px 0px;
	text-align:center;
}
.listOne img{
	background-color:#FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 6px;
}


.nav2 ul{
	list-style: none;
	margin: 0;
	padding:0px 0px 12px 0px;
}
.nav2 ul li{
}
.nav2 ul li a
{
	font-weight:normal;
	color: #144768;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position:14px;
	white-space: nowrap;
	padding-left: 28px;
	padding-top: 5px;
	height:18px;
	display:block;
	text-decoration:none;
	line-height: normal;
	border-bottom:1px solid #E8E8E8;
}
.nav2 ul li a:hover
{
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-color: #F6EFE1;
	display:block;
	text-decoration:none;
}
.nav2 .active a{
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-color: #F6EFE1;
	background-position:14px;
	display:block;
	text-decoration:none;
}

#support{
}
#support h1{
	font-family: "Lucida Sans Unicode", Helvetica, Arial;
	font-size:16px;
	color:#FFFFFF;
	background-image:url(../images/bg-support.gif);
	background-repeat: repeat-x;
	padding: 4px 0px 0px 14px;
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	height:25px;
	letter-spacing:-1px;
}
#support #detail{
	background-image: url(../images/customer-support-banner.gif);
	width:101px;
	height:30px;
	padding:20px 0 0 60px
}

#wedding{
	padding:9px;
	border:1px solid #BCBCBC;
	margin-bottom:10px;
}

#besthotel h1{
	font-family: "Lucida Sans Unicode", Helvetica, Arial;
	font-size:16px;
	color:#FFFFFF;
	background-image:url(../images/bg-balinews.gif);
	background-repeat: repeat-x;
	padding: 4px 0px 0px 14px;
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	height:25px;
	letter-spacing:-1px;
}
#besthotel h2{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5075A8;
	font-weight:bold;
	letter-spacing: normal;
	height: 18px;
	margin:0;
	padding:0;
	line-height:normal;
}
#besthotel #besthotelcontent{
	padding:10px;
	background-image:url(../images/bg-besthotel.gif);
	background-repeat:repeat-x;
	color:#909090;
}
#besthotel #besthotelcontent .list{
	border-bottom:1px solid #D9D9D9;
	list-style:none;
	margin-bottom:4px;
	padding-bottom:4px;
	height:55px;
}
#besthotel #besthotelcontent .price{
	color:#CA9626;
	font-size:11px;
	font-weight:normal;
}
#besthotel #besthotelcontent a{
	color:#5075A8;
	text-decoration:none;
}
#besthotel #besthotelcontent a:hover{
	color:#666666;
}
#populartour h1{
	font-family: "Lucida Sans Unicode", Helvetica, Arial;
	font-size:16px;
	color:#FFFFFF;
	background-image:url(../images/bg-populartour.gif);
	background-repeat: repeat-x;
	padding: 4px 0px 0px 14px;
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	height:25px;
	letter-spacing:-1px;
}
#populartour  #populartourcontent{
	padding:10px;
	background-image:url(../images/bg-besthotel.gif);
	background-repeat:repeat-x;
	color:#909090;
}
#populartour h2{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5075A8;
	font-weight:bold;
	letter-spacing: normal;
	height: 18px;
	margin:0;
	padding:0;
	line-height:normal;
}
#populartour  #populartourcontent h2 a{
	color:#5075A8;
	text-decoration:none;
}
#populartour  #populartourcontent h2 a:hover{
	color:#666666;
}




.img1{
	background-color:#FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 4px;
	margin: 0 6px 4px 0;
	float:left;
}
.img2{
	background-color:#FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 6px;
	margin: 0 6px 2px 0;
	float:left;
}
.imgleft{
	background-color:#FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 6px;
	margin: 0 6px 4px 0;
	float:left;
}
.imgright{
	background-color:#FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 6px;
	margin: 0 4px 0 6px;
	float:right;
}
.imgcenter{
	background-color:#FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 6px;
	clear:both;
	margin-bottom: 6px;
}






.clear{
	clear:both;
	margin:0px;
	padding:0px;
	line-height:0px;
}
.price{
	font-size:12px;
	color: #000;
	font-weight:bold;
}
.square{
	margin: 0px 0px 40px 0px;
	padding: 12px 12px 12px 12px;
	background-color: #F8F8F8;
	display:block;
}
.button{
	background-image:url(../images/bg-button.jpg);
	background-repeat:repeat-x;
	border:1px solid #DB6002;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	padding: 2px 10px 2px 10px;	
}

/*-------------TESTI---------------------*/
.testi{
	background-image:url(../images/bg-testi.jpg);
	background-repeat:repeat-x;
	padding:9px 9px 15px 9px;
	background-color:#FFF;
	display:block;
	margin-bottom:6px;
}
.testititle{
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	background-image:url(../images/icon.gif);
	background-repeat:no-repeat;
	background-position: 0px;
	font-size:14px;
	color:#000000;
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	display:block;
}
.testicontent{
	margin-left:20px;
}
.testidate{
	background-image:url(../images/note.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 18px;
	color:#333333;
	font-size:11px;
}
.testi .email{
	color:#CC9900;
	font-size:11px;
}




.normalist ul{
	margin:0px 0px 10px 0px;
	list-style:none;
	border-bottom:1px solid #F0F0F0;
	padding: 0px 0px 0px 0px;
}
.normalist ul li{
	font-size: 11px;
	color: #636363;
	border-bottom:1px solid #F0F0F0;
	margin:0px 0px 0px 0px;
	padding:16px 10px 16px 0px !important;
	padding:16px 10px 16px 0px;
	display:block;
	list-style:none;
}
.normalist ul li a{
	list-style:none;
	font-size:14px;
	font-weight:bold;
}
.normalist ul li a:hover{

}


/* Ditto 2 Blog
------------------------------------------------------------------------------- */

.ditto_summaryPost .ditto_info {
    background-color: #F8F8F8;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}
.ditto_link {
    font-size: 76%;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #618100;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #618100;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #9c0; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #9c0; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #618100;
} 
#ditto_pages a:hover {
    background-color: #9c0;
	border: 1px solid #618100;
    color: #FFF;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}






.mostpopular{
	width:500px;
	float:left;
	padding:6px;
}
.mostpopular .list{
	width:240px;
	float:left;
	border-bottom:1px solid #F4F4F4;
	list-style:none;
	margin:5px;
	padding-bottom:4px;
}
.mostpopular .list .title{
	font-size:12px;
	font-weight:bold;
}




.featured{
	width:500px;
	float:left;
	padding:0px 6px 6px 6px;
}

.featured .hotellist{
	width:155px;
	float:left;
	margin:4px;
	text-align:center;
	padding-bottom:8px;
	border-bottom:1px solid #D9D9D9;
}
.featured .imgcrop{
	overflow:hidden;
	height:95px;
	width:145px;
}
.featured .imgborder{
	background-color:#FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 4px;
	margin-bottom:4px;
	width:145px;
}




#advert h1{
	font-family: "Lucida Sans Unicode", Helvetica, Arial;
	font-size:16px;
	color:#FFFFFF;
	background-image:url(../images/bg-balinews.gif);
	background-repeat: repeat-x;
	padding: 4px 0px 0px 14px;
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	height:25px;
	letter-spacing:-1px;
}
#advert h2{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5075A8;
	font-weight:bold;
	letter-spacing: normal;
	height: 18px;
	margin:0;
	padding:0;
	line-height:normal;
}
#advert #advertcontent{
	padding:16px 10px 10px 10px;
	background-image:url(../images/bg-besthotel.gif);
	background-repeat:repeat-x;
	color:#909090;
}
#advert #advertcontent .list{
	border-bottom:1px solid #D9D9D9;
	list-style:none;
	margin:0 0 10px 0;
	padding-bottom:4px;
}
#advert #advertcontent img{
	border:none;
	clear:both;
	margin-bottom:10px;
	background-color:#FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 4px;
}
