/* CSS Document */

/* Styling the body content */
body {

	background-color:#FFFFFF;
/*	background:url("../images/bgTile.gif") repeat;*/
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin-top:20px;
}

.Textsize{
font-size:12px;
}

.clr{
	clear:both;
}

h1{
	font-family:Helvetica, Times, serif;
	font-size:16pt;
	margin-top:10px;
}

h2{
	font-family:Helvetica, Times, serif;
	font-size:12pt;
	border-bottom:1px solid #C1B5A1;
	clear:both;
}
.indexTitle{
	font-family:Helvetica, Times, serif;
	font-size:12pt;
	border-bottom:1px solid #C1B5A1;
	clear:both;
	font-weight:bold;
}

.h2tidbit{
	font-size:10pt;
	font-weight:normal;
	font-style:italic;
	margin-left:5px;
}

h3{
	font-family:Helvetica, Times, serif;
	font-size:10pt;
	margin:0;
	clear:both;
}

/* Styles for the header area */
#header{
	width:1000px;
	height:78px;
/*	background-color:#F8F7F1;*/
	background-color:transparent;
	background:url("../images/logo.gif") no-repeat top left;
	position:relative;
	margin:0 auto;
	z-index:50;
}

/* Styling pipe navigation elements */
.pipeNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

.pipeNav ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: inherit;
	list-style: none;
	display: inline;
}
	
/* Styling the standard links area */
#standardLinks{
	text-align:right;
	padding-top:10px;
}

#standardLinks ul li{
	border-left:1px solid #A4A684;
}

#standardLinks ul li.first{
	border-left:none;
}

#standardLinks a{
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;
	color:#633F12;
}

#standardLinks a:hover{
	color:#A4A684;
}

/* Styling the main tab navigation */

.blue{
    background:url("../images/RtabBl.gif")
      no-repeat right top;
}

.blue a{
    background:url("../images/LtabBl.gif")
    no-repeat left top;
}

.green{
    background:url("../images/RtabGr.gif")
      no-repeat right top;
}

.green a{
    background:url("../images/LtabGr.gif")
      no-repeat left top;
}

.red{
    background:url("../images/RtabRd.gif")
      no-repeat right top;
}

.red a{
    background:url("../images/LtabRd.gif")
      no-repeat left top;
}

.purple{
    background:url("../images/RtabPrpl.gif")
      no-repeat right top;
}

.purple a{
    background:url("../images/LtabPrpl.gif")
      no-repeat left top;
}

.yellow{
    background:url("../images/RtabYel.gif")
      no-repeat right top;
}

.yellow a{
    background:url("../images/LtabYel.gif")
      no-repeat left top;
}

.index{
    background:url("../images/RtabIndex.gif")
      no-repeat right top;
}

.index a{
    background:url("../images/LtabIndex.gif")
      no-repeat left top;
}




#mainNav {
	position:absolute;
	bottom:0;
	right:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
    line-height:normal;
}
	
#mainNav ul {
    margin:0;
	margin-right:20px;
    padding:0;
    list-style:none;
}

#mainNav li {
    float:right;
    margin:0;
    padding:0 10px 0 0;
}

#mainNav a {
    display:block;
    padding:5px 15px;
	text-decoration:none;
	color:#391021;
}
	
#mainNav a:hover {
	color:#D7E6C5;
}


/* Styling the main content area */
#frame{
	width:960px;
	background-color:#FFFFFF;
	padding:15px 20px;
	margin:0 auto;
	z-index:0;
}

#content{
	width:960px;     /* framewidth - 40 frame padding - 60 column padding - 360 colLeft/colRight widths */
	overflow:hidden; /* hide the extra height of the columns */
	margin:0 auto;
}

#content .column{
	float:left;
	padding-bottom:110px; /* x + padding-bottom */
	margin-bottom:-100px; /* x */
}






/*for table */
#content_table{
	background-color:#F8F7F1;
	width:840px; /* framewidth - 40 frame padding - 60 column padding - 360 colLeft/colRight widths */
	/*overflow:hidden;  hide the extra height of the columns */
}

#content_table .column{
	float:left;
	padding-bottom:20010px; /* x + padding-bottom */
	margin-bottom:-20000px; /* x */
}

/**/



#colLeft{
	width:260px; /* full width */
	padding:0px;
	background-color:transparent;
	font-family:Arial, Lucinda, sans-serif;
	font-size:9pt;
}




#colCentre{
	width:689px;
	background-color:#FFFFFF;
	font-size:10pt;
	margin-left:5px;
	padding: 3px;
}
#colCentre .remarks{
word-wrap:break-word;
}


#colCentre ul{
	margin-left:0.7em;
	padding-left:0.7em;
}

#colCentre p{
clear:left;
}

#colRight{
	width:180px; /* full width */
	padding:0px;
	background-color:transparent;
	font-size:9pt;
	margin-left:5px;
}



/* Styles for package descriptions on landng pages */
#packages{
/*	width:440px;*/
	width:99%;
	margin-top:0;
	margin-bottom:15px;
	/*border:1px solid #DCD8BA;*/
}

#packages .oddRow{
	float:none;
	background-color:#FFFFFF;
	border-bottom:1px dashed #F0D9DA;
	padding:5px;
}

#packages .evenRow{
	float:none;
	background-color:#FCFBF8;
	border-bottom:1px dashed #F0D9DA;
	padding:5px;
}

#packages .oddRowLast{
	float:none;
	background-color:#FFFFFF;
	padding:5px;
}

#packages .evenRowLast{
	float:none;
	background-color:#FCFBF8;
	padding:5px;
}

#packages .title{
	font-weight:bold;
	font-size:12pt;
	margin-bottom:5px;
	border-bottom:1px solid #DCD8BA;
	clear:both;
}

#packages .description img{
	float:left;
	margin:3px 5px 3px 0;
}

#packages .description{
	width:100%;
	margin-top:7px;
	font-size:10pt;
}

#packages .details{
/*	float:none;*/
	clear:both;
	width:100%;
	font-size:10pt;
	margin-bottom:5px;
}

#packages .previewleft{
	float:left;
	/*	width:247px;*/
	width:68%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size:10pt;
	text-align:left;
	background-color: #DEDABE;
/*	background-color:#F8F7F1;*/
}

#packages .previewright{
	/*	float:left;*/
	float:left;
	/*	width:167px;*/
	width:30%;
	font-size:10pt;
	text-align:right;
	margin-left:2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right:3px;
	padding-left: 4px;
	background-color: #DEDABE;
}


#packages .duration{
	float:left;
	/*	width:247px;*/
	width:100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size:10pt;
	text-align:left;
/*	background-color:#F8F7F1;*/
}

#packages .price{
	/*	float:left;*/
	float:left;
	/*	width:167px;*/
	width:100%;
	font-size:10pt;
	text-align:left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
/*	background-color:#EFEACC;*/
}

#packages .durationnow{
	float:left;
/*	width:247px;*/
	width:68%;
	padding:2px 4px;
	font-size:10pt;
/*	background-color:#F8F7F1;*/
}

#packages .pricenew{
/*	float:left;*/
	float:right;
/*	width:167px;*/
	width:28%;
	padding:2px 4px;
	font-size:10pt;
	text-align:right;
/*	background-color:#EFEACC;*/
}

/* Styles for sidebar elements - colours are dealt with in individual colour.css files */
#colLeft h3, #colRight h3{
	font-size:9pt;
	padding:2px 5px;
	margin:0;
}

#colLeft h4, #colRight h4{
	font-size:9pt;
	padding:5px;
	margin:0;
}

#colLeft h5, #colRight h5{
	font-size:10pt;
	padding:5px 5px;
	margin:0;
}

#colLeft h6, #colRight h6{
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	list-style-type:none;
	font-size:10pt;
	font-weight:bold;
}

#colLeft .more, #colRight .more, #packages .more{
	text-align: right;
	padding-top: 4px;
	font-style:normal;
	font-size:8pt;
	margin-bottom:5px;
}

#colLeft .typeindexmore, #colRight .typeindexmore, #packages .typeindexmore{
	text-align: left;
	padding-top: 4px;
	font-style:normal;
	font-size:8pt;
	color:#4E8134;
	float:right;
	width:80px;
}
#colLeft .typeindexmore a, #colRight .typeindexmore a, #packages .typeindexmore a{
	color:#4E8134
}


#newsAndAd{
width:960px; height:180px; overflow:hidden; margin-top: 20px;margin-bottom:5px; overflow:hidden;
}

#news{
float:left; width:260px; height:180px; font-family:Arial, Lucinda, sans-serif; font-size:9pt; font-weight:bold; overflow:hidden; 
}


#adMax{
 float:left; width:695px; height:180px; padding-left:5px; text-align: center; overflow:hidden;
}


#adMin{
 float:left; width:510px; height:180px; padding-left:5px; padding-right:5px; text-align: center; overflow:hidden;
}

#adMinRight{
 float: left; width: 180px; height: 180px; font-size:12px; font-weight:bold;
}
#adMinRight a{
text-decoration:none;
color:#333333;
}

#adMinRight a img{
	border:none;
}

#sideNav{
	margin-bottom:5px;
}


#sideNav ul {
	margin: 0px;
	padding: 2px 0;
	padding-bottom:2px;
	list-style-type: none;
}

#sideNav li{
	margin: 0 3px 0 2px;
	padding: 1px 0px 0px 1px;
}

#sideNav li.first {
	border-top: none;
}

#sideNav a{
	text-decoration:none;
}

#sideNav li a{
	display:block;
	padding: 0.1em 5px;
}

#sideNav li li{
	margin:0;
	font-size:8pt;
	font-weight:normal;
}

#sideNav li li a{
	display:block;
	padding:0 10px;
/*	margin:0 0 0 3px;*/
}

.Textsize{
font-size:12px;
}

.Textsize2{
font-size:11px;
}


.sideNavExtra {
	border-top:none;
	margin-bottom:5px;
}

.sideNavExtra p, .sideNavExtra table{
	padding:5px;
	margin:0;
	font-size:8pt;
}

.sideNavExtra p a, .sideNavExtra tr a{
	text-decoration:underline;
}

.sideNavExtra ul {
	margin:0px;
	padding:0px;
	padding-bottom:3px;
	list-style-type:none;
}

.sideNavExtra li, .sideNavExtra li.more {
	margin: 0 3px 0 2px;
	padding: 1px 0px 0px 1px;
}

.sideNavExtra li.more{
	font-size:8pt;
}

.sideNavExtra a{
	text-decoration:none;
}


.sideNavExtra li a{
	display:block;
	padding: 0.1em 3px;
}

.sideNavExtra li.first{
	border-top:none;
}

.sideNavTourDetails {
	border-top:none;
	margin-bottom:0px;
}



.sideNavTourDetails ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:10pt;
}

.sideNavTourDetails li, .sideNavTourDetails li.more {
	padding: 1px 0px 1px 1px;
}

.sideNavTourDetails a{
	text-decoration:underline;
}


.sideNavTourDetails li a{
	display:block;
	padding: 0.1em 0;
}

.sideNavTourDetails li.first{
	border-top:none;
}

/* Styles for right col. promotions area */
.promo{
	margin-bottom:5px;
}

.promo img{
	float:left;
	padding:2px 3px 2px 0;
}

.promo ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.promo li{
	border-top:1px solid #FFEAEB;
	margin: 0 3px 0 2px;
	padding: 3px 0px 0px 1px;
	zoom:1;
	font-size:8pt;
	clear:both;
}

.promo li.first {
	border-top: none;
}

.promo a{
	text-decoration:none;
}

.promo a img{
	border:none;
}

.promo li a{
	display:block;
	padding: 0.1em 5px;
}

/* Styles for testimonial sidebar */
.testimonial{
	margin-bottom:5px;
	padding:10px 7px;
	font-size:8pt;
}

.testimonial .name{
	text-align:left;
	font-style:italic;
	margin-top:5px;
}

.testimonialHand{
background:none;
	margin-bottom:5px;
	padding:10px 7px;
	font-size:8pt;
	font-family:Lucida Handwriting,Blackadder ITC;
}

.testimonialHand .name{
	text-align:left;
	font-style:italic;
	margin-top:5px;
}


/* Styles for images in center column */
#colCentre .imageLeft{
	float:left;
	margin:0 3px 0 0;
}

#colCentre .imageRight{
	float:right;
	margin:0 0 0 3px;
}

.formstyle{
margin:0px;}

.micetype{
	font-size:8pt;
}

/* Styles for list centre column */
.list ul {
	margin:0px;
	padding:0px;
	padding-bottom:3px;
	list-style-type:none;
}

.list li, .list li.more {
	margin: 0 3px 0 2px;
	padding: 1px 0px 0px 1px;
}

.list li.more{
	font-size:8pt;
}

.list a{
	text-decoration:none;
}

.list a:hover{
	text-decoration:underline;
}

.list li a{
	display:block;
	padding: 0.1em 3px;
}

.list li.first{
	border-top:none;
}

/* Drop-shadow styles for random images */
.wrap1 {
	float:left;
	background:url(../images/dropShadow/shadow.gif) right bottom no-repeat;
	

}

.wrap2 {
	background:url(../images/dropShadow/bl_shadow.gif) left bottom no-repeat;
}

.wrap3 {
	padding:0 8px 8px 0;
	background:url(../images/dropShadow/tr_shadow.gif) right top no-repeat;
  }
  
.wrap3 img {
	display:block;
	border:none;
}
    
.imgBorder{
	border: 5px solid #FFFFFF;
}
.imgbooking{
	border: 0px solid #FFFFFF;
}

.itinerypreview{
clear:both;
margin-top:10px;
}
.itinerypreviewtitle{
font-weight:bold;
}
.itinerypreviewphoto{
float:right;
}
.itinerypreviewname{
	margin-top:2px;
	margin-bottom:1px;
	margin-right:1px;
}






/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}

.gallery_img_left {
	background: #fff;
	border: solid 1px #ccc;
	padding: 3px;
	float:left;
	margin-right:5px;
}

.gallery_img_right{
	background: #fff;
	border: solid 1px #ccc;
	padding: 3px;
	float:right;
	margin-right:5px;
}

.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 3px;
}
.gallery span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.gallery .favorite {
	background: url(images/favorite.gif) no-repeat;
}
.gallery .photo {
	background: url(images/photo.gif) no-repeat;
}
.gallery .video {
	background: url(images/video.gif) no-repeat;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover img  {
	border-color: #666;
}
.gallery a:hover span {
	background-position: left -22px;
}

/*----*/
.container, .container * {
	margin:0;
	padding:0;
}
.container {
	width:510px;
	height:180px;
	overflow:hidden;
	position:relative;
}
.slider {
	position:absolute;
}
.slider li {
	list-style:none;
	display:inline;
}
.slider img {
	width:510px;
	height:180px;
	display:block;
}
.slider2 {
	width:2000px;
}
.slider2 li {
	float:left;
}
.num {
	position:absolute;
	right:5px;
	bottom:10px;
}
.num li {
	clear:both;
	color: #0093dd;
	text-align: center;
	line-height: 16px;
	width: 14px;
	height: 14px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 2px 1px;
	border: 1px solid #0093dd;
	background-color: #fff;
}
.num li.on {
	color: #fff;
	line-height: 18px;
	width: 16px;
	height: 16px;
	font-size: 12px;
	margin: 0 1px;
	border: 0;
	background-color: #0093dd;
	font-weight: bold;
}



/*下拉菜单*/
.menu {position:absolute;bottom:0;right:0;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10pt;	font-weight:normal; line-height:normal;
}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#391021;text-align:left; padding:5px 10px;}
.menu ul {margin:0; margin-right:20px; padding:0; list-style:none; }
.menu ul li {float:right; margin-right:1px; position:relative;   padding:0 10px 0 0;}
.menu ul li ul {display: none; width:180px;}
/* specific to non IE browsers */
.menu ul li:hover ul {display:block; position:absolute; top:25px; left:0; width:auto;}
.menu ul li:hover ul li{ border:1px solid #fff; padding:0px; height:22px; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9pt;  }
/*.menu ul li:hover ul li a.hide {background-color:#7fc9ee; color:#fff;}  子目录开始
.menu ul li:hover ul li:hover a.hide {background:#7fc9ee; color:#000;}  */
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	background:#ADD477;
	color:#000;
	width:180px;
}
.menu ul li:hover ul li a:hover {
background-color:#7fc9ee;
	color:#000099;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:200px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-135px;}