/* global declarations*/

html,body,table,tr,td,img,h4,h5,span,ol{
	margin : 0px;
	padding : 0px;
	font-size : 12px;
}

body {
	font-family : Arial, Helvetica, "sans-serif", Verdana;
	font-size : 11px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

small {
	font-size : 10px;
}

h1 {
	color: #016699;
	font-size : 18px;
	font-weight: bold;
	margin : 0px;
	margin-bottom : 5px;
	padding : 0px;	
}

h2 {
	color: #000000;
	font-size : 18px;
	font-weight: bold;
	margin : 0px;
	padding : 0px;
}

div#mainmenu{
	z-index: 5;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	height: 109px;	
}

div#splash {
	z-index: 3;
	margin: 0 auto;	
	position: relative;
	top: 85px;
	right: 20px;
	width: 730px;
	height: 250px;
	left: 15px;
}

div#mainbody{
	z-index: 1;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	/*top: -218px;	*/
	text-align: left;
	width: 100%;
	height: 100%;
}

/*style font*/

.splash_text {
	font-size : 11px;
	color : #FFFFFF;
	text-align:center;		
}

.section_text {
	font-size : 11px;
	color : #FFFFFF;
	text-align:center;		
}

.language_text {
	font-size : 11px;
	color : #FFFFFF;
	text-align:center;		
}

.submenu {
	height : 50px;
	font-size : 11px;
	color : #000000;
}

.featured {
	background-image:url(images/bg_featured-destination.jpg);
	background-repeat:repeat-x;
}

.footer_menu {
	font-size : 12px;
	color : #000000;	
}

.footer {
	height : 75px;
	font-size : 10px;
	color : #FFFFFF;	
}

a:link {
	color: #016699;
	text-decoration: underline;
}

a:visited {
	color: #016699;
	text-decoration: underline;
}

a:hover {
	color: #016699;
	text-decoration: none;
}

a:active {
	color: #016699;
	text-decoration: underline;
}

a.header:link {
	color: #FFC900;
	text-decoration: underline;
	font-weight: bold;	
}

a.header:visited {
	color: #FFC900;
	text-decoration: underline;
	font-weight: bold;	
}

a.header:hover {
	color: #FFC900;
	text-decoration: none;
	font-weight: bold;	
}

a.header:active {
	color: #FFC900;
	text-decoration: underline;
	font-weight: bold;	
}

a.light:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.light:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.light:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.light:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.button {
	font-size: 12px; 
	font-weight: bold;
	color: #000000; 
	background-color: #FFCD05; 
	margin-left: 0px		
}

.textbox {  
	font-size: 12px; 
	color: #333333; 
	background-color: #FFFFFF; 
	margin-left: 0px;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;	
}

.textbox-off {  
	font-size: 12px; 
	color: #333333; 
	background-color: #C9C9C9; 
	margin-left: 0px;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;		
}

.dropdown { 
	font-size: 12px; 
	color: #333333; 
	background-color: #FFFFFF; 
	margin-left: 0px;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	/*width: 275px;*/
}

.dropdown-off { 
	font-size: 12px; 
	color: #333333; 
	background-color: #F0F0F0; 
	margin-left: 0px;
	border-top: #00055B 1px solid;
	border-right: #00055B 1px solid;
	border-bottom: #00055B 1px solid;
	border-left: #00055B 1px solid;
	/*width: 275px;	*/
}