/* fix the png for ie6 */
png, #side_navi, #bottom_strip, #middle_strip, .img-shadow {
behavior: url(iepngfix.htc);
}

body {
	background-color:#000;
	margin:0;
	padding:0;
	background-image:url(images/bkgrd.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	}
p,h1 {
	margin:0;
	padding:0;
	}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#AE2404;
	padding-top:7px;
	margin-bottom:7px;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	margin:0;
	padding-top:20px;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#AE2404;
	margin:0;
	Padding:0;
	}
#header {
	margin:0 auto;
	background:url(images/logoheader.jpg) no-repeat 100% 0;
	position:relative;
	width:880px;
	height:86px;
	}
.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707070;
	}	
.clearance {
	clear:both;
	}
.clearfix {
	clear:both;
	}
	
.lefty {
	float:left;
	margin:0 7px 0 0;
	}
	
.right_text {
	float:right;
	}
.left_text {
	float:left;
	}
.right_pixx {
	float:right;
	margin-left:15px;
	padding:4px;
	background-color:#fff;
	border:1px solid #999;
	}
.hordotline {
	clear:both;
	width:100%;
	padding-top:7px;
	margin-bottom:7px;
	border-bottom:1px dotted #666;
	}

/*----------------------------------------general link style -----------------*/
a:link, a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AE2404;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
/*------------------------------------------------------------------------ top menu navi scripts -------*/
#topnavi {
	width:880px;
	height:60px;
	margin:0 auto;
	background:url(images/nav_bkgrd2.jpg) no-repeat 100% 0;
	}
a span {
	display:none;
	}	
/*------------------------------------------------------------------------drop shadow script for img (none)-------*/
.img-shadow-none {
  z-index:-1;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 10px 0 5px;

  }

.img-shadow-none img {
  display: block;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

/*------------------------------------------------------------------------drop shadow script for img (float-left)-------*/
.img-shadow {
  z-index:-1;
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 10px 0 5px;

  }

.img-shadow img {
  display: block;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
 /*------------------------------------------------------------------------drop shadow script for img (float-right)-------*/ 
.img-shadow-pr {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 20px 0 10px !important;
  margin: 10px 20px 0 5px;
  }

.img-shadow-pr img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
    
/*------------------------------------------------------------------------ divider (navi) -----------------*/
#navi_divider {
	width:760px;
	height:27px;
	margin:0 auto;
	background:url(images/nav_divider.jpg) no-repeat 100% 0;
	}
/*---------------------------------------------------------------------- side navi container ------------------*/
#side_navi {
	width:213px;
	height:290px;
	float:left;
	/*background-color:#993300;----*/
    background-image:url(images/trans_menu.png);
    background-repeat:no-repeat;
	}
	
/*---------------------------------------------------------------------- side navi container ------------------*/
#side_navi2 {
	width:213px;
	height:240px;	/*height:266px;----*/
	float:left;
	background-position: 100px;
	}	
	
/*-----------------------------------------------------------------side navi listing mechanism section------ */

ul.makeMenu {
  padding:15px 0 0 26px;
  margin:0;
  width: 160px;  
  cursor: default;             /* gives an arrow cursor */              
}

ul.makeMenu ul {				/* the submenu charecteristics */
  width: 220px;                 /* sets the size of the menu blocks */
  border: 1px solid #000;      /* puts a black border around the menu blocks */
  /*background-color:#3366FF;        makes the menu blue - a bg-color MUST be included for IE to work properly! */
  background-image:url(images/subbkrgd.jpg);
  background-repeat:repeat-x;
  background-color:#FBF8F3;
  padding-left: 0px;           /* stops the usual indent from ul */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  cursor: default;             /* gives an arrow cursor */ 
}

ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0;                /* Opera 7 puts large spacings between li elements */
  padding-right:7px;
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  font-style:normal;
  line-height:24px;
  text-align:right;
  color: #000;                 /* sets the default font colour  */
}

ul.makeMenu li > ul {
	display: none;
	position: absolute;
	top:1px;
	left: 160px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  /* --- background-color: #ffa;       gives the active menu items a yellow background */
  color:#990000;                 /* makes the active menu item text blood color */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a, ul.makeMenu li a:visited { color:#000; display: block; width: 100%; font-family:"Times New Roman", Times, serif; font-size:16px; text-decoration: none; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink{ color: #990000; }
ul.makeMenu li:hover > a { color: #990000; } /* supports links in branch headings - should not be display: block;  notice the selector > again */



/*-------------------------------------------------------------------------- middle ground -------------*/
#middle_ground {
	width:880px;
	height:300px;
	margin:0 auto;
	background:url(images/mid_bkgrd.gif) no-repeat 100% 0;
	}
#middle_side_wrap {
	float:left;
	width:607px;
	/*-----background-color:#009999; -----*/
	}
ul.middlelist {
	float:left;
	margin:7px 0 0 25px;
	padding:0;
	list-style-type:none;
	}
ul.middlelist li {
	padding-left:20px;
	background:url(images/arrow_bullet.gif) no-repeat 0 4px;
	}
ul.middlelist a, ul.middlelist a:visited {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	}
ul.middlelist a:hover {
	text-decoration:underline;
	color:#AE2404;
	}
ul.middlelist_right {
	margin-left:100px;
	}
/*---------------------------------------------------------------------- middle divider ----*/
#middle_strip {
	width:880px;
	height:28px;
	margin:0 auto;
	background-image:url(images/mid_hor_strip.png);
	background-repeat:no-repeat;
	}
/*--------------------------------------------------------------------------content (container)---------------*/
#content_bkgrd {
	margin:0 auto;
	width:880px;
	background-image:url(images/content_page.gif);
	background-repeat:repeat-y;
	}
/*----------------------------------------------------------------content (container - padding - surround)-------*/
#content_cellpad {
	margin:0 auto;
	padding-bottom:15px;
	width:730px;
/*--background-color:#99CC00;-------*/
	}
/*------------------------------------------------------------------index page content area-----------------------------*/
#leftsidewide {
	float:left;
	width:430px;
	}
#leftside {
	float:left;
	width:320px;
	/*----background-color:#FF9933; 360----*/
	}
#rightside {
	float:right;
	width:390px;
	/*----background-color:#FF9999;350----*/
	padding-left:7px;
	border-left:1px dotted #666;
	}
#rightsidenarrow {
	float:right;
	width:280px;
	/*----background-color:#FF9999;310----*/
	padding-left:7px;
	border-left:1px dotted #666;
	}
/* ---------------------------------------------------------content text header (maroontext wif underline) section -------*/
#textheader {
	float:left;
	width:100%;
	/*----background-color:#FFCC99;----*/
	border-bottom:1px dotted #999;
	margin-bottom:10px;
	padding:0;
	}
#textheader h1 {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#AE2404;
	padding:7px 0 0 0;
	}
#textheader h1 span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	font-style:italic;
	color:#3775BC;
	}
#textheader h1.blue {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	font-style:italic;
	color:#3775BC;
	}

/* -------------------------------------------------------------------content anchor up text/icon section -------*/
.uptext {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding-left:15px;
	margin:13px 25px 0 0;
	background:url(images/up_arrow.gif) no-repeat 0 4px;
	}
.uptext a:link, .uptext a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#AE2404;
	text-decoration:none;
	}
.uptext a:hover {
	text-decoration:underline;
	}
/* -------------------------------------------------------------------textheader right text part (read more/etc) -------*/
.rrtext {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	padding-left:15px;
	margin:12px 5px 0 0;
	}
.rrtext a:link, a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#AE2404;
	text-decoration:none;
	}
.rrtext a:hover {
	text-decoration:underline;
	}
	
	
/* -------------------------------------------------------------------dragontails makeup-------*/
	
#pix_block {
	float:left;
	width:233px;
	margin-right:7px;
	/*--background-color:lavender;--*/
	}
	
#text_block {
	float:left;
	width:450px;
	/*--background-color:silver;--*/
	}
	
	
/* -------------------------------------------------------------------testimonials box-------*/
#testimonial_box {
	clear:both;
	width:360px;
	margin-bottom:15px;
	padding:7px;
	background-color:#E7E2D2;
	}

/* ---------------------------------------------------------content (left/right) for pix and table section -------*/
#pixside {
	float:left;
	margin-top:10px;
	width:160px;
	/*-------background-color:#999966; -----------*/
	}
#tableside {
	float:right;
	margin:10px 0 10px 0;
	width:550px;
	/*----background-color:#999966;----*/
	}
/* --------------------------------------------------------- content table (mountain,etc) section -------*/
#mtable {
	margin-bottom:10px;
	width:520px;
	}
th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	}
.altcolor {
	background-color:#E7E0CD;
	}
/*------------------------------------------------------------------------partners box-------*/
.partnerbox {
	float:left;
	width:210px;
	height:180px;
	margin-right:10px;
	margin-bottom:10px;
	padding-top:10px;
	/*----background-color:yellow;----*/
	text-align:center;
	border:1px dotted #666;
	}
.partnerbox img {
	border:1px dotted #666;
	margin-bottom:12px;
	}
.partnerbox a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	}
.partnerbox a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	}
.partnerbox a:hover {
	color:#AE2404;
	text-decoration:underline;
	}


/* -------------------------------------------------------------------- content icon link section -------*/
p.price {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3775C2;
	padding:0 0 7px 25px;
	background:url(images/dollar_icon.gif) no-repeat 0 -2px;
	}
p.price a:link, p.price a:visited {
	color:#3775C2;
	text-decoration:none;
	font-size:12px
	}
p.price a:hover {
	text-decoration:underline;
	}
p.map {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3775C2;
	padding:0 0 7px 25px;
	background:url(images/map_icon.gif) no-repeat 6px 0;
	}
p.map a:link, p.map a:visited {
	color:#3775C2;
	text-decoration:none;
	font-size:12px
	}
p.map a:hover {
	text-decoration:underline;
	}
p.booktrip {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3775C2;
	padding:0 0 7px 25px;
	background:url(images/booktrip_icon.gif) no-repeat 0 -2px;
	}
p.booktrip a:link, p.booktrip a:visited {
	color:#3775C2;
	text-decoration:none;
	font-size:12px
	}
p.booktrip a:hover {
	text-decoration:underline;
	}
p.video {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3775C2;
	margin:10px 0 10px 5px;
	padding:0 0 5px 25px;
	background:url(images/video_icon.gif) no-repeat 0 -2px;
	}
p.video a:link, p.video a:visited {
	color:#3775C2;
	text-decoration:none;
	font-size:12px
	}
p.video a:hover {
	text-decoration:underline;
	}
/*-----2 parts icon list for certain category-------*/	
#iconleft {
	float:left;
	width:270px;
	/*---- background-color:#999999; ------*/
	}
#iconright {
	float:right;
	width:250px;
	/*----background-color:#999999; ------*/
	}
	
/*-----------------------------------------------------------------------------form section-------*/
	

form fieldset {
    display:block;
	width:95%;
	margin:10px 0 15px 10px;
	padding:0px 0 10px 20px;
	border:1px solid #999;
	}
form input.textfield {
	display: block;
	width: 200px;
	margin:3px 0 15px 0;
	}
form textarea {
	margin:3px 0 5px 0;
	}
form select {
	display: block;
	margin:3px 0 15px 0;
	}
form label.first {
	display:block;
	padding-top: 15px;
   }


/*-----------------------------------------------------------------------------bottom strip (divider)-------*/
#bottom_strip {
	width:880px;
	height:26px;
	margin:0 auto;
	background:url(images/bottom_strip.jpg) no-repeat 100% 0;
	}
/*-----------------------------------------------------------------------------footer----------------*/
#footer {
	width:760px;
	height:50px;
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
											
#footer ul {
	margin:5px 0 0 0;
	padding:0;
	}
#footer li {
	display:inline;
	list-style-type:none;
	}
#footer a, #footer a:visited {
	font-size:10px;
	text-decoration:none;
	color:#666
	}
#footer a:hover {
	text-decoration:underline;
	}
#dalat {
	position:absolute;
	width:213px;
	height:242px;
	z-index:1;
	visibility: hidden;
	background-image: url(images/dalatbg.jpg);
	top: 137px;
	left: 61px;
}
#hoian {
	position:absolute;
	top: 137px;
	left: 61px;
	width:213px;
	height:242px;
	z-index:2;
	visibility: visible;
	background-image: url(images/hoianbg.jpg);	
}
.category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}