/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0px;
	padding: 0px;
	background-image: url(bgroundphuketkl.jpg);
	font-family: verdana;
	font-size: 12px;
}

h1{
	margin: 0px;
	padding: 0px;
	font: verdana;
	font-size: 12px;
	font-style: normal;
}

/*************** list tag styles ***************/

/********* form and related tag styles *********/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 106px;
	left: 5%;
	right: 5%;
	width: 90%;
	background-color: #ffffff;
}

#masthead{
	position: absolute;
	top: 12px;
	left: 5%;
	right: 5%;
	width: 90%;
}

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color: #000000;
	width: auto;

}

#content a:link, a:visited{
	text-decoration: none;
	color: #0000FF;
	
}

#content a:visited{
	text-decoration: none;
	color: #0000FF;
	
}

#content a:hover{
	text-decoration: underline;
	color: #0099FF;

}


#quicklink a:link{
	text-decoration: none;
	color: #000000;
	font-size: 10px;	

}

#quicklink a:hover{
	text-decoration: underline;
	color: #0099FF;
	font-size: 10px;

}

#hoteltravel{
     background:#FC0;
	 width:168px;
	 padding-bottom:1px;
	 font:12px Verdana; 
	 list-style:none;
}

#hoteltravel ul{
     padding:0px;
	 margin:0px;
}
	 
#hoteltravel li{
     background: transparent url(images/htarrow.gif) no-repeat 5px 3px;
	 text-indent: 12px;
	 }
	 
#hoteltravel a:link, #hoteltravel a:visited, #hoteltravel a:active{
     color:#00349A;
	 text-decoration:none;
	 display:block;width:100%;
	 cursor:hand;
	 }
	 
#hoteltravel a:hover{
     background:#FFE680;
	 color:#812818;
	 }

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px;
	margin: 0px;
	
}

#pageName h2{
	font: bold large Verdana;
	color: #000066;
	margin:0px;
	padding: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	background-image:   url("glbnav_background.gif");
}

#globalLink{
	position: relative;
	top: 9px;
	height: 20px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
	width: 90%;
	
}

a.glink, a.glink:visited{
  	color: #000000;
	
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	border-left: 1px solid #8FB8BC;
}

a.glink:hover{
	background-image:   url("glblnav_selected.gif");
	text-decoration: none;
	color: #0099FF;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 80px;
	left: 4px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #0099FF;
}

html>body .feature {height: auto;}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #000066;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#siteInfo a:link, a:visited{
	text-decoration: none;
	color: #000066;
	
}

#siteInfo a:hover{
	text-decoration: underline;
	color: #0099FF;

}

