@import url("pagination.css");

/* General HTML */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #003d6a url(../img/bg.jpg) top center no-repeat;
}

body,td {
	color: #333333;
	font-size: 12px;
	font-family: "Arial";
}

a img {
	border: none;
}

a {
	color: #333333;
	text-decoration: none;
}

img{border: none;}

a:hover {
	color: #000099;
}

.clear {
	clear: both;
}

h1 {
	margin: 0px 0px 12px 0px;
	padding-bottom: 5px;
	font-family: "Georgia";
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
	border-bottom: 1px solid #dededd;
	font-family: "Georgia";
}

div#wrapper {
	margin: 0 auto;
	width: 980px;
}

div#header {
	height: 150px;
	position: relative;
}

div#top_menu {
	background: url(../img/menu_bg.gif) bottom left no-repeat;
	height: 30px;
}

div#top_menu ul {
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	list-style-type: none;
}

div#top_menu ul li {
	display: inline;
	position: relative;
	float: left;
	height: 24px;
}

div#top_menu ul li a {
	font-size: 12px;
	color: #1379a4;
	font-weight: bold;
	padding: 9px;
}

div#top_menu ul li a img{float: right;}

div#top_menu ul li a:hover,div#top_menu ul li a.current {
	color: #003D6A;
	background: url(../img/menu_hover.gif) bottom center no-repeat;
}

div#top_menu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background-color: #f2f5f7;
	top: 24px;
	border-top: 3px solid #003D6A;
	padding: 0px;
}

div#top_menu ul li ul li ul{
	padding: 0px;
	border: none;
}
div#top_menu ul li ul li {
	display: list-item;
	float: none;
	height: auto;
}

div#top_menu ul li ul li a {
	padding: 5px 10px;
	font-size: 12px;
	width: 160px; /*width of sub menus*/
	display: block;
}

div#top_menu ul li ul li a:hover,div#top_menu ul li ul li a.current {
	background: none;
	padding: 5px 10px;
}

div#logo{margin-top: 35px;}

div#phone{
	position: absolute;
	top: 90px;
	right: 0px;
}

div#page_header {
	background: url(../img/cruise_bg.png) bottom left no-repeat;
	height: 98px;
	display: block;
}

div#page {
	background-color: #FFF;
}

div#page_wrapper {
	padding: 10px;
}

div#splash {
	margin-bottom: 10px;
}

div#content {
	float: left;
	width: 710px;
}

div#content_wrapper {
	padding-right: 30px;
}

div#sidebar {
	float: left;
	width: 250px;
}

div#footer {
	margin-top: 10px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	margin-bottom: 20px;
}

div#footer a{
	color: #FFF;
}

div.widget {
	margin: 0px 0px 12px 0px;
	border: 1px solid #cccccc;
	width: 250px;
}

div.widget_wrapper {
	padding: 6px 6px 6px 6px;
}

div.widget h2 {
	color: #FFF;
	background-color: #003D6A;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
}

table.offers_mini_list {
	width: 100%;
}

table.offers_mini_list a {
	display: block;
}

table.offers_mini_list a:hover {
	color: #e62227;
}

table.offers_mini_list tbody tr th {
	text-align: left;
}

table.offers_mini_list tbody tr td.price {
	width: 55px;
}

table.offers_mini_list tbody tr:hover {
	background-color: #E9E9E9;
}

#content .widget {
	width: 100%;
}

#content .widget table {
	width: 100%;
}

#content .widget table th {
	text-align: left;
}

#content table.list th {
	font-weight: normal;
	height: 65px;
	border-bottom: 1px solid #cccccc;
}

#content table.list th img {
	float: left;
	border: 3px solid #cccccc;
	margin-right: 10px;
	margin-left: 5px;
}

#content table.list th b {
	font-size: 14px;
	color: #e62227;
	display: block;
}

#content table.list td {
	border-bottom: 1px solid #cccccc;
	width: 80px;
}

#content table.list td b {
	font-size: 25px;
	color: #003D6A;
	display: block;
}

a.list_readmore {
	padding: 5px 0;
	display: block;
	font-weight: bold;
	color: #003D6A;
	text-align: center;
}

div#partners{
	text-align: center;
	margin-top: 10px;
	background-color: #FFF;
}

div#partners img{
	padding: 10px;
}

/* Splash */
#splash {
	background-color: #e62227;
	cursor: pointer;
	position: relative;
}

#splash img {
	border: 0px;
}

#splash .splash-text-holder {
	height: 80px;
	width: 960px;
	opacity: .30;
	filter: alpha(opacity =   "30");
	position: absolute;
	background-color: #000000;
	margin: -80px 0px 0px 1px;
	bottom: 0px;
	left: 0px;
}

#splash .splash-text {
	height: 80px;
	width: 900px;
	position: absolute;
	margin: -74px 0px 0px 32px;
	bottom: 0px;
	left: 0px;
}

#splash .splash-text .left {
	float: left;
}

#splash .splash-text .right {
	float: right;
}

#splash .splash-text .title {
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
}

#splash .splash-text .desc {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

#splash .splash-text .price {
	font-size: 52px;
	color: #ffffff;
	font-weight: bold;
}

div#content a.booking_button{
	background-color: #003D6A; 
}