* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

/* ----------------------------------------------------------------------------------- General Styles */

.clear {clear: both;}

.floatclear {
  overflow : hidden; /* clear floats */
  _height : 1%; /* clear floats */
}

a img {border: none;}

a {color: #18547c;}

h3 {
  color: #18547c;
  font-size: 0.9em;
}

p {
  font-size: 0.7em;
  color: #666;
}

.hide {
  position: absolute;
  left: -4000px;
  top: -4000px;
}

hr {
    display: block;
    height: 1px;
    border: none 0;
    border-top: 1px solid #eabb00;
}

th, td {
  vertical-align: top;
}

/* ----------------------------------------------------------------------------------- Structure */

div#container {
  width: 770px;
  margin: 0 auto;
  text-align: left;
}

/* ----------------------------------------------------------------------------------- Columns */

div.col-half {
  float: left;
  margin-right: 10px;
  display: inline;
  width: 370px;
}

div.col-quarter {
  float: left;
  margin-right: 10px;
  display: inline;
  width: 180px;
}


/* ----------------------------------------------------------------------------------- Top Nav */

div#topnav {
  background: #eabb00 url(../images/bg_topnav.gif) bottom left no-repeat;
  font-size: 0.7em;
  margin-bottom: 22px;
  width: 750px;
}

div#topnav ul {
  padding: 5px 0 10px 12px;
  text-align: center;
}

div#topnav li {
  display: inline;
  list-style: none;
}

div#topnav li a {
  color: #fff;
  padding-right: 8px;
}

div#topnav li a:hover {
  color: #18547c;
}

/* ----------------------------------------------------------------------------------- Logo */

h1#logo {
  float: left;
  margin-bottom: 10px;
}

p#mailphone {
  float: right;
  margin: 46px 20px 10px 0;
  display: inline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #18547c;
		font-weight: normal;
		font-size: 13px;
}

p#mailphone a {
		color: #18547c;
		text-decoration: none;
}

p#mailphone a:hover {
		color: #18547c;
		text-decoration: underline;
}


/* ----------------------------------------------------------------------------------- Small Panel */

div.panel-small {
  width: 180px;
  height: 115px;
  background: url(../images/bg_panelsmall.gif) no-repeat top left;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

div.panel-small h2 {
  font-size: 1.2em;
  font-weight: normal;
  padding-top: 5px;
  margin-bottom: 5px;
}

div.panel-small p {
  margin-bottom: 10px;
  color: #fff;
}

div.panel-small select {
  width: 125px;
  padding: 2px 0;
}

div.panel-small input.textfield {
  width: 120px;
  padding: 1px 0;
}

div.panel-small input.button {
  margin-bottom: -5px;
}

/* ----------------------------------------------------------------------------------- Special Offers */

div.special-offer {
  width: 180px;
  height: 206px;
  position: relative;
  margin-bottom: 10px;
}

div.special-offer h3 {
  padding-top: 10px;
}

div.special-offer a.button {
  background: url(../images/bg_btn_specialoffer.gif) no-repeat left top;
  width: 180px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  text-indent: 5px;
}

div.special-offer a.button span {
  font-weight: bold;
  font-size: 20px;
}


/* ----------------------------------------------------------------------------------- Forms - Default Styles */

select {
  font-size: 0.7em;
  color: #666;
}

input.textfield {
  font-size: 0.7em;
  color: #666;
}






ul#bottomnav {
  padding: 5px 0 10px 0;
  font-size: 0.7em;
  width: 600px;
		margin: 0 auto;
}

ul#bottomnav li {
  display: inline;
  list-style: none;
}

ul#bottomnav li a {
  color: #18547c;
  padding-right: 8px;
}




div#slideshow {
  width: 370px;
  height: 260px;
  margin-bottom: 10px;
}

div#welcomebox p {
  font-style: italic;
  color: #fff;
  padding: 68px 15px 0 15px;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.5em;
}


/* ----------------------------------------------------------------------------------- Destinations List */

div#destinations-list h3 {
  border-top: 3px solid #eabb00;
  padding: 5px 0;
}

div#destinations-list ul {
  font-size: 0.7em;
  padding-bottom: 20px;
}

div#destinations-list a {
  color: #18547c;
  text-decoration: none;
}

div#destinations-list a:hover {
  color: #000;
}

div#destinations-list a.active {
  font-weight: bold;
}


div#destinations-list li {
  border-bottom: 1px solid #eabb00;
  padding-bottom: 5px;
}

/* ----------------------------------------------------------------------------------- Results */

div.result h3 {
  border-top: 3px solid #eabb00;
  padding-top: 5px;
		margin-bottom: 5px;
}

div.result div.left {
  float: left;
		width: 180px;
}

div.result div.right {
  float: left;
		width: 180px;
		margin-left: 10px;
		display: inline;
}

div.result p.price {
  font-size: 11px;
		color: #18547c;
		margin-bottom: 15px;
}

div.result p.price span {
  font-weight: bold;
  font-size: 20px;
}

div.result p {
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------------- Results */

div.detail th, div.detail td {
  font-size: 0.7em;
		text-align: left;
		color: #666;
		padding-bottom: 10px;
}

div.detail th {
  font-weight: normal;
		padding-right: 20px;
}

div.detail td {
  font-weight: bold;
}

div.detail p.price {
  font-size: 11px;
		color: #18547c;
		margin: 10px 0 15px 0;
}

div.detail p.price span {
  font-weight: bold;
  font-size: 20px;
}

div.content h3 {
  border-top: 3px solid #eabb00;
  padding-top: 5px;
		margin-bottom: 5px;
}

div.content p {
  line-height: 1.4em;
		margin-bottom: 1em;
}

div.content li {
  font-size: 0.7em;
		margin-left: 3em;
		margin-bottom: 1em;
		padding-left: 10px;
}

div.content h4 {
  color: #18547c;
  font-size: 0.9em;
		margin-bottom: 8px;
}

div.content h5 {
  color: #18547c;
  font-size: 0.7em;
		margin-bottom: 5px;
}


/* ----------------------------------------------------------------------------------- Contact */

body#page-contact th {
  font-weight: normal;
  width: 134px;
  color: #666;
}

body#page-contact th, body#page-contact td {
  text-align: left;
  padding-bottom: 5px;
  font-size: 0.7em;
  color: #666;
  line-height: 1.4em;
}

form#contact-form label {
  font-size: 1em;
  color: #666;
}

form#contact-form input.textfield, form#contact-form textarea {
  width: 230px;
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666;
}

form#contact-form textarea {
  height: 150px;
}

form#contact-form input.button {
  margin-left: 54px;
}

/* --------------------------------------------------------------------- offer booking */


form#book label, form#book p.label {
  width: 150px;
  display: block;
  float: left;
  padding-bottom: 5px;
  font-size: .7em;
  color: #666;
}

form#book fieldset {
  border: 0;
  padding: 10px 0;
}

form#book select {
  margin-bottom: 5px;
  font-size: .7em;
  width: 50px;
}

form#book input {
  margin-bottom: 5px;
  color: #666;
}

form#book input.textfield {
  width: 190px;
  padding: 2px;
}

form#book textarea {
  width: 194px;
  height: 40px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666;
}

form#book textarea {
  width: 194px;
  height: 40px;
}

fieldset#travelinsurance label {
  width: 300px;
}


form#cruiseform {
	background:url(../images/cruise_search_bg.gif) no-repeat; 
	padding:0 15px 8px 35px;
	color:#fff;
	height:330px;
}

form#cruiseform a {
 color:#ccc;
}

form#cruiseform h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 5px;
}


form#cruiseform p {
 color:#fff;
}
 
form#cruiseform select {
	margin-bottom:15px;
	margin-top:5px;
	font-size:0.78em;
}









.submit-button {
  margin: 20px 0 30px 0;
  text-align: center; 
}

label.checkbox {width: 300px !important;}

div#phoneref {
  position: relative;
}

p#phone {
	 position: absolute;
	 font-size: 17px;
	 font-weight: bold;
  top: 25px;
  left: 42px;
}

p#reference {
	 position: absolute;
	 font-size: 25px;
	 font-weight: bold;
  top: 100px;
  left: 41px;
  color: #18547c;
}


