/* Description: ISO89 WE ARE FREEELANCE WEB DESIGNERS & PHOTOGRAPHERS / Author: parinya na ranong / e-mail : parinya.n@iso89.com */
html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}
p{
	padding: 3px;
}
body
	{
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #666666;
	}
/***********************************************/
/* Other                                 	   */
/***********************************************/
.main_center {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
/***********************************************/
/* MENU                                 	   */
/***********************************************/
.menuheader {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #808080;
	padding-left: 20px; /*offset of tabs relative to browser left edge*/
}
.menuheader ul{
	padding: 5px 0 2px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	list-style-type: none;
	}
	
/*Top level list items*/
.menuheader ul li{
	display: inline;
	position: relative;
	display: inline;
	float: left;
	z-index: 999;	
	}
	
/*Top level menu link items style*/
.menuheader  ul li a{
	color: #808080;
	padding: 6px 0px 4px 0px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 35px; /*spacing between each menu link*/
	text-decoration: none;
	display: block;	
	}
.menuheader ul li a:hover, .underlinemenu ul li a.selected{
	color: #000000;
	}
.menuheader #current a{
	color: #000000;
}
/*1st sub level menu*/
.menuheader ul li ul{
	position: absolute;
	padding:0px;
	margin:0px;
	display: block;
	visibility: hidden;
	height: 105px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
	.menuheader ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menuheader ul li ul li ul{
	padding: 0px;
	margin: 0px;
}

/* Sub level menu links style */
.menuheader ul li ul li a{
	font-family: "Century Gothic";
	font-size: 11px;
	background-color:#FFF;
	width: 100px;
	color: #808080;
	margin: 0px;
	padding: 5px;
}

.menuheader ul li ul li a:hover{ /*sub menus hover style*/
	color: #000000;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

/***********************************************/
/* ETC                                  	   */
/***********************************************/
.footer
	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #666666;
	}
.footer a{
	color:#CCCCCC
	}
.footer a:hover {
	color: #000000;
}

h1 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}
.price {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
.pricehead {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

.txt_content {
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
.txt_content2 {
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.txt_content_Itinerary {
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
}
.scroll-area_Itinerary {
	margin-top:10px;
	width: 100%;
	height: 335px;
	overflow: auto;
}
.bg_index{
	width:1024px; 
	height:562px;
	position:relative;
}
.Recommended {
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	position:absolute;
	top:15px;
	right:5px;
	width:490px;
	height:30px;
	color:#FFF;	
}
.Recommended a:link,  a:visited, a:active{
	color:#F00;
	text-decoration: none;
}