@charset "utf-8";

/*------------------------------------------------------------------------------------------------------------------
basic styling
------------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	text-align: center;
}

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

.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
	font-size: 14px;
	margin-bottom: .8em;
	line-height: 1.5;
}

div#container div#productsNav a.green {
	 background: green;
}

/*------------------------------------------------------------------------------------------------------------------------
bannerArea styling
------------------------------------------------------------------------------------------------------------------------*/
div#bannerArea {
	position: relative;
	width: 900px;
	height: 154px;
	border-bottom: 7px solid #383233;
	background-color:#fff;
}

div#bannerArea {
	position: relative;
	width: 900px;
	height: 107px;
	/*border-bottom: 7px solid #383233;*/
	border-bottom: none;
	background-color:#fff;
}

div#logo {
	width: 202px;
	height: 79px;
	background-image: url(../assets/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 23px;
	/*top: 16px;*/
	top:35px;
	text-indent: -9999px;
	z-index: 100px;
}

/*---------------------------------------
mainNav styling
---------------------------------------*/
div#mainNav {
	position: absolute;
	left: 223px;
	top: 90px;
	width: 677px;
}
div#mainNav ul {
	float:right;
}
div#mainNav ul li {
	padding:2px 10px;
	list-style-type:none;
	float:left;
	border-left:1px solid #3a3a3a;
}
div#mainNav ul li:first-child {
	border:none;
}
div#mainNav ul li a {
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#313131;
}
/*

div#mainNav ul {
	height: 33px;
	list-style: none;
	background-color:#383233;
	padding-left: 20px;
	padding-right: 10px;
	float: right;
}

div#mainNav {
	position: absolute;
	left: 223px;
	top: 112px;
	background-color: #fff;
}

div#mainNav ul {
	height: 33px;
	list-style: none;
	background-color:#383233;
	padding-left: 20px;
	padding-right: 10px;
	float: right;
}

div#mainNav ul li {
	float: left;
	line-height: 33px;
}

div#mainNav ul li a {
	text-decoration: none;
	padding: 0 10px;
	line-height: 33px;
	display: block;
	background-color: #383233;
	color: #fff;
	font-size: 14px;
}

div#mainNav ul li a:hover {
	background-color: #fff;
	background-color: #ddd;
	color: #383233;
}

div#mainNav ul li.selected a {
	background-color: #fff;
	color: #383233;
}*/

/*--------------------------------------------------------------------------------------------------------------------------
mainContentArea styling
--------------------------------------------------------------------------------------------------------------------------*/
div#mainContentArea {
	width: 880px;
	height: 455px;
	background-color:#fff;
	padding: 33px 0;
	padding-left: 20px;
}

div#mainContentArea img {
	/*display: block;*/
}

/*---------------------------------------------
mainContent styling
---------------------------------------------*/
div#mainContent {
	width: 677px;
	height: 455px;
	float: right;
	background-color:#333333;
	position: relative;
}

div#mainContent h1 {
	color: #fff;
	font-size: 16px;
	/*background-color: #383234;*/
	line-height: 33px;
	padding-left: 10px;
	background-image: url(../assets/transparent_title_bg.png);
}

div#mainContentText {
	color: #fff;
	/*width: 200px;
	height: 381px;
	position: absolute;
	top: 45px;
	left: 12px;*/
	width: 200px;
	height: 56px;
	position: absolute;
	left: 12px;
	top: 372px;
	padding: 9px;
	background-image: url(../assets/trasparent_bg.png);
}

p#pdfLink {
	line-height: 56px;
	margin-bottom: 0;
	text-align: center;
}

p#pdfLink a {
	color: #fff;
}

p#pdfLink a:hover {
	text-decoration: none;
}

/*---------------------------------------------------------
form styling
----------------------------------------------------------*/
#container form#form1 * {
/*	width: 179px;
	height: 330px;
	background-image: url(form_bg3.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 70px;
	top: 150px;
	text-align: left;
	background-color: #000;
	overflow: hidden;*/
	font-size: 12px;
}
	
#container form#form1 h2 {
	font-size:16px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

form p {
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 12px;
}

div#quoteForm fieldset {
	border: none;
}



div#quoteForm form p.dob input {
	width: 20px;
}


label {
	font-size: 12px;
	color: #fff;
	text-align: left;
}

textarea {
	width: 170px;
	height: 100px;
}

input {
	width: 170px;
}

/*---------------------------------------------------------------------------------
products gallery styling
---------------------------------------------------------------------------------*/
div#thumbNailArea {
	width: 411px;
	height: 56px;
	position: absolute;
	top: 372px;
	left: 242px;
	padding: 8px;
	background-image: url(../assets/trasparent_bg.png);
}

div#thumbNailArea a#previousLinkButton {
	width: 15px;
	height: 55px;
	background-image:url(../assets/gallery_previous_button.jpg);
	display: block;
	float: left;
}

div#thumbNailArea a#previousLinkButton:hover {
	background-position: 0 -55px;
	border: none;
}

div#thumbNailArea a#nextLinkButton {
	width: 15px;
	height: 55px;
	background-image:url(../assets/gallery_next_button.jpg);
	display: block;
	float: right;
}

div#thumbNailArea a#nextLinkButton:hover {
	background-position: 0 -55px;
	border: none;
}

div#thumbNailArea a.selected {
	border: 1px solid #fff;
}

div#thumbNailArea a:hover {
	width: 53px;
	height: 53px;
	border: 1px solid #fff;
}

/*--------------------------------------------------------------------------------------
productsNav styling
----------------------------------------------------------------------------------------*/
div#productsNav {
	width: 160px;
	float: left;
	height: 443px;
	padding: 5px;
}

div#accordion h3 {
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	background:#e1e1e1;
}
div#accordion div {
	padding:5px 3px;
	background:#fefefe;
}
div#accordion div ul li {
	list-style-type:none;
	float:left;
	margin:0 5px 0 5px;
}
div#accordion div ul li a {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
div#accordion div ul li a:hover {
	text-decoration:underline;
}

/*div#productsNav ul {
	list-style: none;
}

div#porductsNav ul li {
	height: 20px;
	width: 80px;
	color: #006600;
	display: inline;/*fixed the spacing bug with ie6*//*
}

div#productsNav ul li a {
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 20px;
	padding-left: 10px;
}


div#productsNav ul li a:hover {
	background-color: #383233;
	color: #fff;
	background-color:  #666;
}

div#productsNav ul li.selected a,div#productsNav ul li.selected a:hover {
	background-color: #383233;
	color: #fff;
}

div#productsNav ul.productsNavLeft {
	width: 84px;
	float:left;
	margin-bottom: 3px;
}

div#productsNav ul.productsNavRight {
	width: 76px;
	float: right;
	margin-bottom: 3px;
}

ul.productsNavLeft li, ul.productsNavRight li, ul.productHeaders li, ul.productHeadersLeft li, ul.productHeadersRight li {
	display: inline;/*fixed the spacing bug with ie6*//*
}

ul.productHeaders {
	margin-top: 3px;
}

ul.productHeadersLeft {
	width: 79px;
	float: left;
}

ul.productHeadersRight {
	width: 78px;
	float: right;
}

ul.productHeaders li a, ul.productHeadersLeft li a, ul.productHeadersRight li a {
	background-color: #E1E1E1;
	font-weight: bold;
}

ul#vesselBasinsUL {
margin-bottom: 3px;
}

div#productsNav h1 {
	font-size:12px;
	color: #333333;
	padding: 4px 10px;
	background-color:#eee;
	background-color: #E1E1E1;
/*	background-color:#383233;
	color: #fff;
}*/

/*div#productsNav ul li a.pdf {
 text-decoration:line-through;
} */

/*---------------------------------------------------------------------------------------------------------------------------
footer styling
---------------------------------------------------------------------------------------------------------------------------*/
div#footer {
	position: relative;
	top:-10px;
	width: 850px;
	height: 100px;
	background-color:#fff;
	padding: 10px 25px;
}
div#footer p {
	text-align:right;
	font-size: 12px;
	padding:0;
}
div#footer p a {
	color: #333333;
}
div#footer p a:hover {
	color: #666;
	text-decoration: underline;
}
p#footerLinks {
	width: 500px;
	float: left;
	font-size: 14px;
	color: #333;
}

p#copyright {
	width: 200px;
	float: right;
	text-align: right;
	color: #333333;
	font-size: 12px;
}

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

p#footerLinks a:hover {
	color: #666;
	text-decoration: underline;
}

