

/* Header */

#header {
	width: 777px;
	height: 113px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF url(../images/1blueplanet_logo.jpg) no-repeat center top;
	border: 3px solid #FFFFFF;
}
#headerHotels {
	width: 777px;
	height: 113px;
	margin: 0 auto;
	padding: 0px;
	border: 3px solid #FFFFFF;
}
#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
}
#header_main {
	width: 777px;
	height: 113px;
	margin: 0 auto;
	padding: 0px;
	border: 3px solid #FFFFFF;
}

#header h1 {
	font-weight: bold;
	padding-top: 60px;
	padding-right: 30;
	padding-bottom: 0;
	padding-left: 457px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h2 {
	padding: 128px 0 0 0;

}

.indentmenu{
font: bold 13px Arial;
width: 782px;
height: 27px;
margin: 0px auto
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	background: black url(../images/indentbg.gif) center center repeat-x;
	border-top: 1px solid #564c66;
	border-right: 0 solid #564c66;
	border-bottom: 3px solid #FF3300;
	border-left: 0 solid #564c66;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important;
	padding-top: 6px;
	padding-bottom: 4px;
	background: black url(../images/indentbg2.gif) center center repeat-x;
	
}


.indentmenu a:hover,{
color: white !important;
	padding-top: 6px;
	padding-bottom: 4px;
	background: black url(../images/indentbg2.gif) center center repeat-x;
	
	border-bottom-width: 3px;
border-bottom-color: #FF3300;
	
}


