body {
	background-color: #ccc;
	background-position: top left;
	background-repeat: repeat-x repeat-y;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#main .mceEditor {
	display: block;
	width: 940px;
}
#leftSide .mceEditor {
	display: block;
	width: 300px;
}
#rightSide .mceEditor {
	display: block;
	width: 300px;
}
#website {
	background-color: #fff;
	margin: 0px auto;
	position: relative;
	width: 960px;
	padding: 0px;
	border: 1px solid #000;
	text-align: left;
}
#header {height: 350px;}
#header div {
	float: right;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	top: 70px;
	display: block;
	position: relative;
}
#menu {
	background-color: rgb(85,197,210);
	padding: 1px;
	height: 25px;
	clear: both;
	overflow: hidden;
	font-size: 10pt;
}
#main {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 11px;
	padding: 5px;
	display: block;
}
#main img {
	padding: 5px;
}
#leftSide {
	background-image: url('i/side.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	float: left; 
	width: 310px;
	height: 150px; 
	margin-top: 5px;
}
#rightSide {
	background-image: url('i/greece.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	float: left; 
	width: 310px;
	height: 150px; 
	margin-top: 5px;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: auto;
	text-align: center;
	font-size: 8pt;
}
#copyright a {
	color: #666;
}
h1 {
	color: #55c5d2;
	font-size: 20px;
	display: block;
	border-bottom: 1px solid #55c5d2;
	font-family: Verdana, Arial, Helvetica, serif;
}
h2 {color: #55c5d2;font-size: 18px;}
h3 {color: #55c5d2;font-size: 16px;}
h4 {color: #55c5d2;font-size: 15px;}
h5 {color: #55c5d2;font-size: 14px;}
h6 {color: #55c5d2;font-size: 13px;}
/***************************************************
  Header Menu
 ***************************************************/
#headerMenu {
  width: 900px; /* was 767*/
  margin: 0 auto;
  text-align: left;
}
#headerMenu ul {
  margin: 0;
  padding: 4px 0 0 0;
 }
#headerMenu ul li {
  /*min-width: 11em;*/
  display: inline;
  float: left;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  line-height: 10px;
  margin: 0px;
  padding: 0 10px 0 0;
}
#headerMenu ul li a {
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  padding-bottom: 13px;
  margin: 0px;
  color: #fff;
}
#headerMenu ul li a:hover,
#headerMenu ul li a.active {
  color: #fff;
  background: url(i/menu_tab_w.gif) no-repeat bottom center;
}

fieldset {
	padding-top: 10px;
}
fieldset.shipMenuQuicksearch {
	font: 0.62em Verdana, Arial, Helvetica, serif;
	width: 220px;
	border-color: #000000;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	background-color: #eee;
	margin-bottom: 10px;
}
.shipMenuQuicksearch legend {
	font-weight: bold;
	font-size: 12px;
}
.shipMenuQuicksearch label {
	width: 120px;
	text-align: right;
	font-size: 12px;
	display: block;
	float: left;
	padding-right: 4px;
}
/***************************************************
 Sidemenu Styles
 ***************************************************/
.sideMenu {padding: 10px 0;}
.sideMenu a {
  display: block;
  text-decoration: none;
  margin-bottom: 1px;
}
.sideMenu a span {
  display: block;
  padding: 1px;
}
.sideMenu a {color: #000;}
.sideMenu a:hover {background: #ccc;}
.sideMenu a:hover span {}
/* modShips */
/* ships.css */
div.modShips {
	font-family: Verdana, Arial, Helvetica, serif;
	display: block;
	font-size: 14px;
}
/* shipsModule */
div.modShipsResultNav {
	width: 100%;
	text-align: center;
}
div.modShipsResultNav a {
	color: #057582;
	font-weight: bold;
}
div.modShipsResultNav a:hover {color: #f00;}
span.modShipsResultNavButtons {margin: 0 5px 0 5px;}
span.modShipsResultNavPages {font-size: 11px;}
div.modShips fieldset {width: 660px;} 
div.modShips fieldset.modShipsResult {background-color: #eee;}
/* End shipsModule */
/* shipsOffers.css */
.modShipsOffers {
	display: block;
	margin-left: 10px;
	font-size: 12px;
}
div.modShipsOffers:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
.modShipsOffersBlock {
	margin: 4px 0 0 4px;
	padding: 5px 2px 2px 2px;
	border: 2px solid #55c5d2;
	background: #eee;
	float: left;
	width: 300px;
	min-height: 400px;
	height: auto;
	_height: 400px;
	text-align: center;
}
.modShipsOffersImageBlock {
	height: auto;
	vertical-align: middle;
	align: center;
	display: block;
	width: 250px;
	padding: 0;
	margin-left: auto;
    margin-right: auto;
}
.modShipsOffersURL {display: block;}
/* End shipsOffers module */
fieldset.shipQuickSearch {
	height: 150px; 
	padding: 0 0 0 5px; 
	margin: 0px;
}
fieldset.shipQuickSearch legend {color: #335eb4;}
