.doth{
	background-image:url(img/doth.gif);
	background-repeat:repeat-x;
}

.dothyellow{
	background-image:url(img/dothyellow.gif);
	background-repeat:repeat-x;
}

.dotv{
	background-image:url(img/dotv.gif);
	background-repeat:repeat-y;
}

.bg{
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
}

.bgbatstory{
	background-image:url(img/bg_batstory.jpg);
	background-repeat:no-repeat;
}

.bgtrip{
	background-image:url(img/bg_trip.jpg);
	background-repeat:no-repeat;
}

.bggallery{
	background-image:url(img/bg_gallery.jpg);
	background-repeat:no-repeat;
}

.bgaboutus{
	background-image:url(img/bg_aboutus.jpg);
	background-repeat:no-repeat;
}

.bgtravellervoice{
	background-image:url(img/bg_travellervoice.jpg);
	background-repeat:no-repeat;
}

.bgcontactus{
	background-image:url(img/bg_contactus.jpg);
	background-repeat:no-repeat;
}


.bgback{
	background-image:url(img/bg_back.jpg);
	background-repeat:repeat-x
}

.bgback2{
	background-image:url(img/bg_back_bk.jpg);
	background-repeat:repeat-x
}

.bgdown{
	background-image:url(img/bg_down.jpg);
	background-repeat:no-repeat
}

.GalleryPopup{
	background-image:url(img/bg_popup.jpg);
	background-repeat:no-repeat;
}

/*---------- fonts ----------*/
img{
	border:0px;
}

table{
	border:0px;
}

body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#ffffff;
}

.redlab{
	font-size:10px;
	color:#999999;
}

.small{
	font-size:10px;
	color:#666666;
}

.blackH{
	font-size:13px;
	color:#000000;
	font-weight:bold;
}

.black{
	color:#000000;
}

.blackUl{
	color:#000000;
	
	/*text-decoration: underline;	*/
}

.grey1H{
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

.grey1{
	color:#333333;
}

.grey2H{
	font-size:13px;
	color:#666666;
	font-weight:bold;
}

.grey2{
	color:#666666;
}

.grey3H{
	font-size:13px;
	color:#999999;
	font-weight:bold;
}

.grey3{
	color:#999999;
}

.grey4H{
	font-size:13px;
	color:#CCCCCC;
	font-weight:bold;
}

.grey4{
	color:#CCCCCC;
}

.redH{
	font-size:13px;
	color:#CC0000;
	font-weight:bold;
}

.red{
	color:#CC0000;
}

.orangeH{
	font-size:13px;
	color:#FF9900;
	font-weight:bold;
}

.orange{
	color:#FF9900;
}

.blueH{
	font-size:13px;
	color:#0099CC;
	font-weight:bold;
}

.blue{
	color:#0099CC;
}

.greenH{
	font-size:13px;
	color:#669900;
	font-weight:bold;
}

.green{
	color:#669900;
}

.yellowHUL{
	font-size:15px;
	color:#918155;
	/*text-decoration: underline;	*/
		/*font-weight:bold;*/
}

.yellow3{
	color:#918155;
		/*font-weight:bold;*/
}

.white4{
font-size:12px;
	color:#FFFFFF;
		/*font-weight:bold;*/
}

.yellow2{
	color:#5a4a29;
}

.yellowH{
	font-size:13px;
	color:#FFCC00;
	font-weight:bold;
}

.yellow{
	color:#FFCC00;
}

.pinkH{
	font-size:13px;
	color:#FF00CC;
	font-weight:bold;
}

.pink{
	color:#FF00CC;
}

.purpleH{
	font-size:13px;
	color:#660099;
	font-weight:bold;
}

.purple{
	color:#660099;
}

.whiteH{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}

.white{
	color:#FFFFFF;
}



tr{
	vertical-align:top;
}

img{
	border:0px;
}

input{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

select{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

textarea{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

.border{
	border:1px solid #cccccc;
}

.border2{
	border:2px solid #ffffff;
}

.borderDot{
	border:1px dashed #cccccc;
}

.borderTop{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopDot{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderBottom{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottomDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderLeft{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLeftDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRightDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:dashed; 
}

ul{
	list-style:circle;
}

.form{
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	border-color:#666666;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:solid;
	background-color:#333333;
	color:#999999;
	scrollbar-face-color:#4C4747;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#666666;
	scrollbar-arrow-color:#999999;
	scrollbar-track-color:#333333;
	scrollbar-darkshadow-color:#000000;
}

/*---------- text-link ----------*/
a:link{text-decoration:none; color:#918155;}
a:visited{text-decoration:none; color:#918155;}
a:hover{text-decoration:underline; color:#d9c99d;}

a.redlabLink:link{text-decoration:underline; color:#999999;}
a.redlabLink:visited{text-decoration:underline; color:#272217;}
a.redlabLink:hover{text-decoration:underline; color:#CC0000;}

a.BlackLink:link{text-decoration:underline; color:#272217}
a.BlackLink:visited{text-decoration:underline; color:#272217;}
a.BlackLink:hover{text-decoration:underline; color:#ffffff;}

a.yellowLink:link{text-decoration:underline; color:#918155}
a.yellowLink:visited{text-decoration:underline; color:#918155;}
a.yellowLink:hover{text-decoration:underline; color:#d9c99d;}

a.yellow2Link:link{text-decoration:none; color:#5a4a29}
a.yellow2Link:visited{text-decoration:none; color:#5a4a29;}
a.yellow2Link:hover{text-decoration:underline; color:#5a4a29;}

a.white2Link:link{text-decoration:none; color:#ffffff}
a.white2Link:visited{text-decoration:none; color:#ffffff;}
a.white2Link:hover{text-decoration:underline; color:#5a4a29;}

a.white2Link2:link{text-decoration:none; color:#ffffff}
a.white2Link2:visited{text-decoration:none; color:#ffffff;}
a.white2Link2:hover{text-decoration:underline; color:#d9c99d;}