 /* Global Reset */
* {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
html {
	font-size: 100%; /* 16px */
	height: 100%;
}
body {
	color: #333;
	font: 0.625em Verdana, Arial, Helvetica, sans-serif;
	background: #E9E9E9;
	height: 100%;
}
p, blockquote, span, ul, ol, dl, table, label, input, textarea {
	font-size: 1em; /*10px*/
	line-height: 1.6em; /*16px*/
	margin-bottom: 1.6em; /*16px*/
}
form {
	margin-bottom: 1.6em; /*16px*/
}
blockquote {
	background: #E9E9E9;
	color: #FF0000;
	padding: 18px;
}
blockquote ul {
	font-size: 1em;
	margin-bottom: 0;
}
ul, ol {
	margin-left: 36px;
}
li ul, li ol {
	font-size: 1em;
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
a {
	color: #336699;
}
a:hover {
	color: #51B8B8;
}
h1 {
	font: bold 1.6em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1A426C;
	margin-bottom: 1em;
}
h2 {
	font: bold 1.4em/1.15em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1A426C;
	margin-bottom: 1em;
}
h3 {
	font: bold 1em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #1A426C;
	margin-bottom: 0em;
}
/****************************************************************************************************************** Containers */
#container {
	width: 100%;
	background: #FFFFFF url(/img/container_bg.gif) repeat-x 0px 63px;
	border-top: 9px none #336699;
}
#content-container {
	width: 936px;
	padding-right: 18px;
	padding-left: 18px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
/********************************************************************************************************************** Header */
#header {
	width: 936px;
	height: 63px;
	position: relative;
}
#header-logo {
	position: absolute;
	top: 9px;
	left: 8px;
}
/************************************************************************************************************************ Menu */
#menu {
	height: 33px;
	width: 468px;
	background: url(/img/menu_bg.gif) no-repeat;
	position: absolute;
	right: 0px;
	top: 30px;
}
#menu li {
	list-style: none;
	position: absolute;
	top: 0px; /* top rather than bottom fixed a strange bug in IE6? */
}
#menu li, #menu li a {
	height: 33px;
	display: block;
	text-indent: -9999px;
}
#menu li a {
	overflow: hidden;
}
#home {
	left: 0px;
	width: 116px;
}
#home:hover {
	background: url(/img/menu_bg.gif) 0px -33px;
}
#home.active {
	background: url(/img/menu_bg.gif) 0px -66px;
}
#vessel-fleet {
	left: 117px;
	width: 116px;
}
#vessel-fleet:hover {
	background: url(/img/menu_bg.gif) -117px -33px;
}
#vessel-fleet.active {
	background: url(/img/menu_bg.gif) -117px -66px;
}
#track-record {
	left: 234px;
	width: 116px;
}
#track-record:hover {
	background: url(/img/menu_bg.gif) -234px -33px;
}
#track-record.active {
	background: url(/img/menu_bg.gif) -234px -66px;
}
#contact {
	left: 351px;
	width: 117px;
}
#contact:hover {
	background: url(/img/menu_bg.gif) -351px -33px;
}
#contact.active {
	background: url(/img/menu_bg.gif) -351px -66px;
}
/********************************************************************************************************************* Banners */
#banner {
	height: 216px;
	width: 936px;
	position: relative;
	background: #1A426C;
}
#banner img {
	position: absolute;
	right: 0px;
	top: 0px;
}
h1.home {
	height: 216px;
	width: 468px;
	background: url(/img/h_home.gif) no-repeat;
	text-indent: -9999px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
h1.profile {
	height: 216px;
	width: 468px;
	background: url(/img/h_profile.gif) no-repeat;
	text-indent: -9999px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
h1.vessel-fleet {
	height: 216px;
	width: 468px;
	background: url(/img/h_vessel-fleet.gif) no-repeat;
	text-indent: -9999px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
h1.track-record {
	height: 216px;
	width: 468px;
	background: url(/img/h_track-record.gif) no-repeat;
	text-indent: -9999px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
h1.contact {
	height: 216px;
	width: 468px;
	background: url(/img/h_contact.gif) no-repeat;
	text-indent: -9999px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/********************************************************************************************************************* Content */
#content {
	width: 936px;
	position: relative;
	overflow: auto;
	margin-top: 3px;
	border-top: 6px solid #CFE67A;
}
/*Gallery Mod*/
#content_reverse {
	color: #FFFFFF;
	width: 936px;
	position: relative;
	overflow: auto;
	margin-top: 9px;
}
#content_reverse h1, #content_reverse h2, #content_reverse h3 {
	color: #FFFFFF;
}
/************************************************************************************************************** Column Classes */
.colset {
	clear: both;
	font-size: 125%;
	width: 918px;
	position: relative;
	overflow: auto;
	padding-top: 18px;
	padding-right: 9px;
	padding-left: 9px;
	margin-bottom: 18px;
}
.colset-1111 {
	clear: both;
	width: 936px;
	background: url(/img/colset-1111_bg.gif) repeat-y;
	position: relative;
	overflow: auto;
	margin-bottom: 18px;
}
.colset-211 {
	clear: both;
	width: 936px;
	background: url(/img/colset-211_bg.gif) repeat-y;
	position: relative;
	overflow: auto;
	margin-bottom: 18px;
}
.colset-22 {
	clear: both;
	width: 936px;
	background: url(/img/colset-22_bg.gif) repeat-y;
	position: relative;
	overflow: auto;
	margin-bottom: 18px;
}
/*Gallery Mod*/
.colset-22_reverse {
	clear: both;
	width: 936px;
	position: relative;
	overflow: auto;
	background: #336699 url(/img/colset-22_reverse_bg.gif) no-repeat;
	padding-top: 18px;
	padding-bottom: 9px;
}
/*End Mod*/
.span1 {
	width: 216px;
	float: left;
	background: url(/img/span1_bg.gif) no-repeat;
	padding-top: 18px;
	padding-right: 9px;
	padding-left: 9px;
}
.span1 ul {
	margin-left: 13px;
}
.span2 {
	font-size: 112.5%; /*Leading 18px*/
	width: 450px;
	float: left;
	padding-top: 18px;
	padding-right: 9px;
	padding-left: 9px;
}
/*Gallery Mod*/
.span2_reverse {
	font-size: 112.5%; /*Leading 18px*/
	width: 432px;
	float: left;
	padding-left: 18px;
	padding-right: 18px;
}
.span4_reverse {
	font-size: 112.5%; /*Leading 18px*/
	width: 900px;
	float: left;
	padding-left: 36px;
}
.span4_reverse a {
	float: left;
	margin-right: 36px;
}
/*End Mod*/
.span3 {
	font-size: 125%;
	width: 648px;
	float: left;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 18px;
}
/***************************************************************************************************** Content Styles & Layout */
h1.about-westsea-marine {
	background: url(/img/h_about-westsea-marine.gif) no-repeat;
	width: 216px;
	height: 64px;
	text-indent: -9999px;
	margin-bottom: 9px;
}
h2.iso-certified {
	background: url(/img/h_iso-certified.gif) no-repeat;
	width: 216px;
	height: 64px;
	text-indent: -9999px;
	margin-bottom: 9px;
}
h2.hse-policy {
	background: url(/img/h_hse-policy.gif) no-repeat;
	width: 216px;
	height: 64px;
	text-indent: -9999px;
	margin-bottom: 9px;
}
h2.westsea-marine-policies {
	background: url(/img/h_westsea-marine-policies.gif) no-repeat;
	width: 216px;
	height: 64px;
	text-indent: -9999px;
	margin-bottom: 9px;
}
.hr {
	height: 1.455em;
	background: url(/img/hr_bg.gif) repeat-x left top;
	clear: both;
}
/*Reverse Mods*/
.hr_reverse {
	height: 36px;
	background: url(/img/hr_reverse_bg.gif) repeat-x left center;
	clear: both;
	margin-right: 18px;
	margin-left: 18px;
}
.reverse-footer {
	background: #336699 url(/img/reverse-footer_bg.gif) no-repeat left bottom;
	height: 27px;
	margin-bottom: 18px;
}
/*End Mod*/
.hr hr, .hr_reverse hr, .reverse-footer hr {
	display: none;
}
.alert {
	color: #FF0000;
}
p.pdf {
	padding-left: 24px;
	background: url(/img/i_pdf.gif) no-repeat left top;
}
ul.pdf {
	margin-left: 0px;
	list-style: url(/img/i_pdf.gif);
}
ul.pdf li {
	list-style: none;
	background: url(/img/i_pdf.gif) no-repeat left top;
	padding-left: 24px;
}
ul.pdf ul li {
	list-style: disc;
	background: none;
	padding-left: 0;
}
.link {
	background-image: url(/img/i_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.float-right {
	float: right;
}
img.inline {
	margin-bottom: 1.6em;
}
img.float-right {
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
}
img.thumbnail {
	border: 1px solid #FFFFFF;
}
img.thumbnail:hover {
	border: 1px solid #CFE67A;
}
/********************************************************************************************************************** Footer */
#footer-container {
	background: #E9E9E9;
}
#footer {
	width: 798px;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	padding: 18px 129px 18px 9px;
}
#btn_back-to-top {
	position: fixed;
	height: 24px;
	width: 21px;
	display: block;
	text-indent: -9999px;
	right: 0px;
	bottom: 106px;
	overflow: hidden;
	background: url(/img/btn_back-to-top.png) no-repeat;
}
/********************************************************************************************************************** Credit */
#credit {
	height: 16px;
	width: 114px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 18px;
}
#credit a {
	display: block;
	height: 16px;
	width: 114px;
	text-indent: -9999px;
	background: url(/img/credit_bg.gif);
}
#credit a:hover {
	background-position: 0px -16px;
}
/********************************************************************************************************************** Forms */
div.form {
	clear: both;
}
form.contact {
	font-size: 1em;
	width: 432px;
	padding-right: 18px;
}
form.contact em {
	color: #FF0000;
}
form div.hr {
	background: url(/img/form-hr_bg.gif) repeat-x left center;
}
fieldset {
	border-style: none;
}
label {
	display: block;
	width: 126px;
	float: left;
	text-align: right;
	padding-right: 18px;
}
input.text {
	width: 286px;
	height: 1.455em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #C3C3C3;
}
textarea {
	width: 286px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #C3C3C3;
}
input.btn_submit {
	background: url(/img/btn_submit.png) no-repeat;
	height: 18px;
	width: 53px;
	border-style: none;
	margin: 0;
	text-indent: -9999px;
	display: block;
	float: right;
}
