/* CSS Document */

/******************************************** GENERIC *******************************************/
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_body.jpg) repeat-x #365597;
	padding: 0;
	margin: 0;
}

img, a img {
	margin: 0;
	padding: 0;
	border: none;
}

ul {
	list-style-type: circle;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #163c60;
	text-align: left;
	margin: 0;
	padding: 10px 10px 10px 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005eab;
	text-decoration: none;
}

div#page {
	width: 925px;
	padding: 0;
	margin: 0;
	/**background: url(../images/page_bg.jpg) no-repeat;
	background-position:  0 510px;**/
	float: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #152136;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #152136;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	margin: 0;
	padding :0;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: 100;
	font-size: 14px;
	margin: 0;
	padding :0;
}

div.clear {
	clear: both;
	height: 0;
}


/***************************************** HEADER ********************************************/
div#header {
	width: 979px;
	background: url(../images/header.jpg) no-repeat left top;
	padding: 19px 0 0 0;
	height: 132px;
	margin: 0;
}

div#headerExtra {
	width: 25px;
	height: 95px;
	padding-left: 951px;
	margin: 0;
}

#header div#headerMenu {
	width: 952px;
	height: 37px;
	padding: 0;
	margin: 0;
}

#header #headerMenu ul#navMenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#header #headerMenu ul#navMenu li{
	float: left;
	height: 37px;	
}

a#home {
	width: 68px;
	height: 37px;
	background: url(../images/nav_home.gif);
	background-repeat: no-repeat;
	display: block;
}

a#home:hover {
	background-position: -68px 0;
}

a#boats {
	width: 73px;
	height: 37px;
	background: url(../images/nav_boats.gif);
	background-repeat: no-repeat;
	display: block;
}

a#boats:hover {
	background-position: -73px 0;
}

a#motors {
	width: 94px;
	height: 37px;
	background: url(../images/nav_motors.gif);
	background-repeat: no-repeat;
	display: block;
}

a#motors:hover {
	background-position: -94px 0;
}

a#trailers {
	width: 67px;
	height: 37px;
	background: url(../images/nav_trailers.gif);
	background-repeat: no-repeat;
	display: block;	
}

a#trailers:hover {
	background-position: -67px 0;
}

a#accessories {
	width: 86px;
	height: 37px;
	background: url(../images/nav_accessories.gif);
	background-repeat: no-repeat;
	display: block;	
}

a#accessories:hover {
	background-position: -86px 0;
}

a#notice {
	width: 88px;
	height: 37px;
	background: url(../images/nav_notice.gif);
	background-repeat: no-repeat;
	display: block;	
}

a#notice:hover {
	background-position: -88px 0;
}

a#service {
	width: 140px;
	height: 37px;
	background: url(../images/nav_service.gif);
	background-repeat: no-repeat;
	display: block;	
}

a#service:hover {
	background-position: -140px 0;
}

a#customer {
	width: 122px;
	height: 37px;
	background: url(../images/nav_customer.gif);
	background-repeat: no-repeat;
	display: block;	
}

a#history {
	width: 60px;
	height: 37px;
	background: url(../images/nav_history.gif);
	background-repeat: no-repeat;
	display: block;	
}

a#disclaimers {
	width: 80px;
	height: 37px;
	background: url(../images/nav_disclaimers.gif);
	background-repeat: no-repeat;
	display: block;	
}

a#contact {
	width: 74px;
	height: 37px;
	background: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
	display: block;	
}



/***************************************** MAIN *******************************************/





/****************************************** LEFT MENU ****************************************/
div#leftMenu {
	width: 204px;
	margin: 0;
	float: left;
	background: #3398c3;
}

#leftMenu div#search {
	background: url(../images/search_bg.gif) repeat-x bottom #79d4fb;
	border-left: #32b2e9 1px solid;
	border-right: #32b2e9 1px solid;
	padding: 15px 15px;
	margin: 0;
	width: 172px;
}

#leftMenu #search p {
	padding: 5px 0;
	width: 165px;
}

#searchButtonContainer{
	padding-top: 10px;
	padding-left: 85px;
}

#searchButton {
	width: 82px;
	height: 26px;
	background: url(../images/search_button.gif) no-repeat bottom right;
	border: none;
}

.searchInput {
	width: 165px;
}

.priceSelect {
	width: 63px;
}

div#leftSpace {
	width: 204px;
	height: 40px;
	background: url(../images/side_left_fill.gif) repeat-x;
}

div#label {
	width: 170px;
}

/****************************************** CONTENT *****************************************/
div#content {
	width: 748px;
	float: left;
}

div#contentHead {
	width: 748px;
	float: left;
}

div#contentMain {
	width: 708px;
	padding: 0 0 0 40px;
	background: #152136;
	float: left;
}

div#indexText {
	width: 520px;
	padding: 20px 0 0 33px;
	background: url(../images/content_back.gif) repeat-x top #ffffff;
	float: left;
	min-height: 400px;
	_height: 400px;
}

div#contentText {
	width: 675px;
	padding: 20px 0 0 33px;
	background: url(../images/content_back.gif) repeat-x top #ffffff;
	float: left;
	min-height: 700px;
	_height: 700px;
}

div#rightAd {
	width: 155px;
	float: left;
	background: #102a56;
	padding-bottom: 20px;
}

#insurance {
	background: url(../images/insurance_bg.gif) repeat-x top #20376a;
	padding: 10px 0;
}

#access {
	background: url(../images/access_bg.gif) repeat-x top #102a56;
	padding: 10px 0;
}

#detailText {
	width: 248px;
	padding-right: 15px;
	float: left;
}

#enquiries {
	width: 387px;
	padding-right: 25px;
	float: left;

}

#enquiries #picture {
	width: 345px;

}

#enquiries #enquireForm {
	width: 325px;
	border: 1px solid #c4c6c7;
	background: url(../images/enquire_bg.gif);
	padding: 22px 0 55px 20px;
	height: 409px;
}

#enquireForm #enquireLeft{
	width: 102px;
	float: left;
}

#enquireForm #enquireRight{
	width: 202px;
	float: left;
}

.enquireInput {
	width: 200px;
	border: 1px solid #8c9195;
}

.nameLabel {
	padding: 12px 0 6px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}

#detailText #detailPrice {
	color: #214761;
	font-weight: 600;
	font-size: 12px;
}

#detailText #priceInclude {
	font-weight: 100;
	color: #434343;
	font-size: 12px;
}

#detailText #specs {
	padding: 10px 0;
}

#specs ul{
	padding: 10px 0 0 0;
	margin: 0;
	list-style-type: none;
}

#specs .specDetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #333b46;
}


/****************************************** FOOTER *****************************************/
div#footer {
	width: 952px;
	height: 15px;
	padding: 11px 0;
	background: url(../images/footer_bg.gif) repeat-x top;
	color: #596ebd;
}

div#footer a {
	color: #596ebd;
	font-size: 11px;
}

div#footer #copy {
	padding: 0px 20px;
}

div#footer #links {
	padding: 0px 0 0 410px;
}


/******************************************* LEFT AREA **************************************/

#leftArea {
	padding-top: 500px;
	_padding-top: 520px; 
}

*+html #leftArea {
	padding-top: 506px;

}
/****************************************** PRODUCTS *****************************************/

.productList{
	padding: 0px 0 0 0;
	margin: 0;
}

.productList ul {
	padding: 0px 0px 0 0px;
	margin: 0;
	list-style-type: none;
}

.productList li {
	padding: 15px 0 0 0;
	float: left;
	display: block;
	width: 182px;
	min-height: 250px;
}

img.productNew, img.productSale {
	position:absolute;
	z-index:2;
	padding-left: 3px;
}

.productList li.productLayoutA {
	padding-bottom: 10px;
	margin-top: 3px;
	clear: left;
}

.productList li.productLayoutB {
	padding-left: 44px;

	padding-bottom: 10px;
	margin-top: 3px;
}

.productList li.productLayoutC {
	padding-left: 44px;

	padding-bottom: 10px;
	margin-top: 3px;
}

.productList li img.thumb{
	height: 180px;
	width: 180px;
	border: 1px #dcdcdc solid;
}

.productList p.description {
	color: #163c60;
	font-size: 11px;
	padding: 10px 0 11px 0;
	margin: 0;
	width: 136px;
	height: 50px;
}

.productList p.price {
	font-size: 11px;
	display: block;
	vertical-align: top;
	color: #484848;
	height: 20px;
	padding: 5px 10px 0 0px;
	width: 60px;
	float: left;
}

.productList .button {
	height: 25px;
	float: left;
}

.productList .buttonLog {
	height: 25px;
	width: 60px;
	float: left;
	padding-left: 9px;
	_padding-left: 8px;
	padding-top: 8px;
}

.productList .listInfoBox {
	height: 73px;
	width: 182px;
	position: relative;
	top: 3px;
}

.productList a {
	font-size: 12px;
	font-weight: bold;
	color: #4d4737;
	padding: 0px 0 0 0;
	margin: 0;
	text-decoration: none;
}

.productContainer {
	padding: 0 0 0 7px;
	width: 175px;
	color: #163c60;
}

.productContainer h2{
	color: #163c60;
}

/* ----- Browse navigation ----- */
#contentBrowseNav {
	color: #005eab;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0 0 0;
	margin: 0;
}

#contentBrowseNav a{
	font-size: 12px;
	color: #005eab;
	text-decoration: none;
	padding: 0px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}

#sendButton {
	padding-left: 85px;
}

/********************** GALLERY ******************************/

.categoryPics {
	
}

#imageContainer {
	width: 330px;
	height: 330px;
	padding: 0;
	margin: 0;
}

#gallery {
	height: 140px;
	width: 330px;
	padding: 0px 0 0px 0px;
	margin: 0;
	overflow: auto;
	white-space: nowrap;
}

#gallery img{
	margin: 0;
	padding-left: 5px;
}

#scrollBar {
	width: 330px;
	height: 8px;
	background: url(../images/img_scroller.gif) repeat-x center;
}	

#scrollHandle {
	width: 35px;
	height: 8px;
	background-image: url(../images/img_scroller_handle.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#bigpic {
	text-align: center;
}

/***************************SHOPPING CART *******************************/
.shoppingCart {
	text-align: centre;
}

.shoppingCart th{
	background: #f1f1f1;
}

