@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

.content {
	font-family: Tahoma;
	font-size: 10px;
}
.room-avail-bg {
	background-image: url(images/room-avail-bg.png);
	height: 385px;
	width: 245px;
	background-repeat: no-repeat;
}
.special-services {
	background-image: url(images/home/specialservices.png);
	height: 114px;
	width: 320px;
	background-repeat: no-repeat;
}
.special-services-DIV {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	width: 150px;
	top: 21px;
	color: #FFF;
	left: 165px;
}
.welcome {
	background-image: url(images/home/panel-welcome.png);
	height: 530px;
	width: 336px;
	background-repeat: no-repeat;
}
.welcome-DIV {
	font-family: Tahoma;
	font-size: 11px;
	position: relative;
	width: 290px;
	left: 20px;
	top: 25px;
}
.welcome-DIV-Title {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #2378AB;
}


.rooms {
	background-image: url(images/home/rooms.png);
	height: 530px;
	width: 385px;
	background-repeat: no-repeat;
}
.rooms-DIV {
	font-family: Tahoma;
	font-size: 11px;
	position: relative;
	width: 320px;
	left: 20px;
	top: 25px;
}

.rooms-DIV a{
	font-family: Tahoma;
	font-size: 11px;
	color: #C2C22E;
	font-weight: bold;
	text-decoration: underline;
}

.rooms-DIV a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #E2E289;
}

.rooms-DIV a:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #C2C22E;
	font-weight: bold;
	text-decoration: none;
}

.room-DIV-room {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #409FD8;
}
.extras-DIV {
	font-family: Tahoma;
	font-size: 11px;
	position: relative;
	width: 165px;
	left: 0px;
	top: 0px;
}

.copyright {
	font-family: Tahoma;
	font-size: 10px;
}

.copyright a{
	font-family: Tahoma;
	font-size: 10px;
	color: #BABA2C;
	text-decoration: none;
}

.copyright a:visited{
	font-family: Tahoma;
	font-size: 10px;
	color: #BABA2C;
	text-decoration: none;
}

.copyright a:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #409FD8;
	text-decoration: underline;
}
.room-availability-DIV {
	font-family: Tahoma;
	font-size: 11px;
	position: relative;
	width: 190px;
	left: 23px;
	top: 25px;
	color: #1D638D;
}
.room-availability-DIV-Title {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
}
.room-availability-DIV-rooms {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFF;
	text-indent: 5px;
}
.availability-ON {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFF;
	text-indent: 4px;
	background-image: url(images/home/room-ON.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.availability-OFF {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFF;
	text-indent: 4px;
	background-image: url(images/home/room-OFF.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.availability-EMPTY {
	font-family: Tahoma;
	font-size: 10px;
	color: #D9D85E;
	text-indent: 4px;
	height: 16px;
	width: 16px;
}

.contentmenu {
	width: 655px;
	height: 32px;
	top: 55px;
	position: relative;
	background-image: url(images/bg-menu.png);
	background-repeat: no-repeat;
}









/* Author: Craig Erskine Description: Dynamic Menu System - Horizontal/Vertical */

ul#navmenu-h {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
} 

ul#navmenu-h ul {
	width: 200px;
	/* Sub Menu Width */
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: -40px;
} 

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul {
	top: 0;
	left: 100%;
} 

ul#navmenu-h li { 
float: left; display: inline; position: relative; } ul#navmenu-h ul li { width: 100%; display: block; 
} 

/* Root Menu */ 
ul#navmenu-h a {
	padding: 10px;
	float: left;
	display: block;
	color: #5B4E19;
	text-decoration: none;
	height: 1%;
	background-color: #D9D85E;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 25px;
} 

/* Root Menu Hover Persistence */ ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
	color: #FFF;
	background-color: #ACAC28;
} 

/* 2nd Menu */ ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
	float: none;
	background-color: #409FD8;
} 

/* 2nd Menu Hover Persistence */ ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
	background-color: #237BAF;
} 

/* 3rd Menu */ ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
	background-color: #013868;
} 

/* 3rd Menu Hover Persistence */ ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {
	background: #012647;
} 

/* 4th Menu */ ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background: #012647;
} 

/* 4th Menu Hover */ ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background: #012647;
} 

/* Hover Function - Do Not Move */ ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul {
	display: none;
} ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul {
	display: block;
}
.BodyPicture-Info {
	position: relative;
	width: 590px;
	left: 32px;
	top: 103px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
.BodyContent {
	width: 656px;
}
.BodySpace {
	width: 7px;
}
.BodyMenu {
	width: 237px;
}


.BodyContent-Font {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
}

.BodyContent-Font a{
	font-family: Tahoma;
	font-size: 12px;
	color: #2378AB;
}

.BodyContent-Font a:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #838325;
	text-decoration: none;
}

.BodyContent-Font a:visited{
	font-family: Tahoma;
	font-size: 12px;
	color: #2378AB;
}




.menu-div {
	position: relative;
	width: 170px;
	left: 20px;
	top: -4px;
}
.menu-div-Galapagos {
	position: relative;
	width: 170px;
	left: 15px;
	top: -4px;
}


.menu-content {
	font-family: Tahoma;
	font-size: 12px;
}

.menu-content a{
	font-family: Tahoma;
	font-size: 12px;
	color: #A4A428;
	text-decoration: none;
}

.menu-content a:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
}

.menu-content a:visited{
	font-family: Tahoma;
	font-size: 12px;
	color: #A4A428;
	text-decoration: none;
}


.BodyContent-Picture-SuitesMadrid {
	width: 656px;
	height: 343px;
	background-image: url(images/suites-madrid/body-picture-suites-madrid.png);
	background-repeat: no-repeat;
}
.BodyContent-Picture-Galapagos-Luxury {
	width: 656px;
	height: 343px;
	background-image: url(images/galapagos-cruises/galapagos-cruises-luxury.png);
	background-repeat: no-repeat;
}
.BodyContent-Picture-Galapagos-Premium-First-Class {
	width: 656px;
	height: 343px;
	background-image: url(images/galapagos-cruises/galapagos-cruises-premium-first-class.png);
	background-repeat: no-repeat;
}
.BodyContent-Picture-Galapagos-First-Class {
	width: 656px;
	height: 343px;
	background-image: url(images/galapagos-cruises/galapagos-cruises-first-class.png);
	background-repeat: no-repeat;
}
.BodyContent-Picture-Galapagos-Tourist-Superior {
	width: 656px;
	height: 343px;
	background-image: url(images/galapagos-cruises/galapagos-cruises-tourist-superior.png);
	background-repeat: no-repeat;
}
.BodyContent-Picture-Galapagos-Tourist {
	width: 656px;
	height: 343px;
	background-image: url(images/galapagos-cruises/galapagos-cruises-tourist.png);
	background-repeat: no-repeat;
}
.BodyContent-Picture-Galapagos-Diving {
	width: 656px;
	height: 343px;
	background-image: url(images/galapagos-cruises/galapagos-cruises-diving.png);
	background-repeat: no-repeat;
}
.BodyContent-Picture-Galapagos-Last-Minute-Deals {
	width: 656px;
	height: 343px;
	background-image: url(images/galapagos-cruises/galapagos-cruises-last-minute-deals.png);
	background-repeat: no-repeat;
}
.BodyContent-Picture-cruise-policies {
	width: 656px;
	height: 343px;
	background-image: url(images/reservations/reservations-policies.png);
	background-repeat: no-repeat;
}
.BodyContent-Picture-airfares {
	width: 656px;
	height: 343px;
	background-image: url(images/reservations/reservations-airfares.png);
	background-repeat: no-repeat;
}
.BodyContent-Picture-contactus {
	width: 656px;
	height: 343px;
	background-image: url(images/contactus/contactus.png);
	background-repeat: no-repeat;
}



.cruises-title {
	font-family: Tahoma;
	font-size: 18px;
	color: #888820;
	font-weight: bold;
}
.cruises-onboard {
	font-family: Tahoma;
	font-size: 14px;
	color: #2378AB;
}
.cruises-warning {
	font-family: Tahoma;
	font-size: 11px;
	color: #C00;
	font-weight: bold;
}
.cruises-deal {
	font-family: Tahoma;
	font-size: 20px;
	color: #2378AB;
	font-weight: bold;
	letter-spacing: -1px;
}
.cruises-deal-SAVE {
	font-family: Tahoma;
	font-size: 18px;
	color: #C00;
	font-weight: bold;
	text-decoration: blink;
	letter-spacing: -1px;
}
.cruises-deal-SAVE2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #C00;
	font-weight: bold;
	letter-spacing: -1px;
}

.cruises-deal-title {
	font-family: Tahoma;
	font-size: 14px;
	color: #888820;
	font-weight: bold;
}
.cruises-date {
	font-family: Tahoma;
	font-size: 11px;
}
.rooms-about-us {
	font-family: Tahoma;
	font-size: 14px;
	color: #2378AB;
}

.rooms-about-us a{
	font-family: Tahoma;
	font-size: 14px;
	color: #2378AB;
	text-decoration: none;
}

.rooms-about-us a:visited{
	font-family: Tahoma;
	font-size: 14px;
	color: #2378AB;
	text-decoration: none;
}

.rooms-about-us a:hover{
	font-family: Tahoma;
	font-size: 14px;
	color: #A7A727;
	text-decoration: underline;
}
.rooms-group {
	font-family: Tahoma;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}

.rooms-group a{
	font-family: Tahoma;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.rooms-group a:visited{
	font-family: Tahoma;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.rooms-group a:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #409FD8;
	text-decoration: underline;
	font-weight: bold;
}
.table-rates {
	background-color: #CCC;
	border: 1px solid #666;
}
.contactus-fields {
	background-color: #F5F5D6;
	border: 1px solid #2378AB;
	font-family: Tahoma;
	font-size: 11px;
	color: #2378AB;
	text-indent: 5px;
}
.contactus-fields-list {
	background-color: #F5F5D6;
	border: 1px solid #2378AB;
	font-family: Tahoma;
	font-size: 11px;
	color: #2378AB;
	margin-bottom: 5px;
}

#wrapper {width:900px;margin:0 auto;position:relative;}

.language {
	position:absolute;
	height: 70px;
	width: 200px;
	text-align: right;
	top: 10px;
	right:0;
	background: url(images/flags.png) no-repeat left bottom;
}
