#subscribe {
	background: transparent url('/css/images/subscribe-background.gif') repeat-y scroll top left;
	font-size: 1.2em;
}
#subscribe fieldset {
	padding: 0;
	margin: 0;
}
#subscribe div.footer {
	background: transparent url('/css/images/subscribe-background-footer.gif') no-repeat scroll bottom left;
	height: 26px;
	width: 190px;
}
#subscribe span.title {
	color: #667e8e;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	margin: 15px 0 0 25px;
	text-transform: uppercase;
}
#subscribe p,
#subscribe form {
	background: none;
	border-left: none;
	margin: 15px 25px;
	padding: 0;
}
#subscribe form li {
	margin-left: 0;
}
#subscribe label {
	width: 110px;
	float: none;
}
#subscribe form input[type=text] {
	width: 120px;
}



#skip-to-nav {
	visibility: hidden;
}

#navigation {
	background: transparent url('/css/images/navigation-background.gif') no-repeat scroll 1px 0;
	font-family: Arial, sans-serif;
	font-size:1.2em;
	margin: 0 0 30px 0;
	padding: 0;
	width: 190px;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	list-style: none;
}
#navigation li.homepage {
/*	background: transparent url('/css/images/navigation-division.png') no-repeat scroll 1px bottom;*/
}
#navigation li.homepage a {
	padding-top: 26px;
}

#navigation li.division {
	background: transparent url('/css/images/navigation-division.png') no-repeat scroll 1px top;
}

#navigation li.used-boats a,
#navigation li.new-boats a {
	padding-bottom: 3px;
}

#navigation li ul {
	padding-bottom: 5px;
}
#navigation li ul li a {
	padding: 3px 0 3px 10px;
	background: transparent url('/css/images/navigation-arrow.gif') no-repeat scroll 0 center;
}

#navigation li a {
	color: #667e8e;
	display: block;
	padding: 8px 0 8px 0;
	margin-left: 22px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation a:hover {
}

#navigation a.active {
	color: #426074;
}



/* 
    Document   : reset
    Created on : 06/03/2009, 5:37:36 PM
    Author     : Luke Hoggett
    Description:
        resest file based upon the yui reset
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}




body {
	color: #2b4c62;
	font-family: Arial, sans-serif;
	font-size: .625em;
}
/* start tiny 
body {
	font-size: 0.72em;
	margin-left: 20px;
}
end tiny */

#content {
	font-size: 1.2em;
	width: 770px;
}

strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

a {
	color: #e07902;
}
a:hover {
	text-decoration: underline;
}
a.external {
	background:transparent url('/css/images/external-link.gif') no-repeat scroll right 0;
	padding-right:20px;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}

blockquote {
	-moz-border-radius-bottomRight: 8px;
	-webkit-border-radius-bottomRight: 8px;
	background: #EFEFEF;
	border-left: 2px solid #666;
	border-radius-bottomRight: 8px;
	margin: 1em 0 1em 3em;
	padding: 8px 5px 8px 1em;
}
blockquote p:nth-last-child(1) {
	margin-bottom: 0;
}

pre {
	font-size: 1.3em;
}

/* start headings */
h1, h2, h3, h4 {
	font-weight: bold;
	margin: .5em 0;
}
h1 {
	color: #e07902;
	font-size: 1.8em;
}
h2 {
	color: #e07902;
	font-size: 1.7em;
}
h3 {
	color: #e07902;
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
/* end headings */

/* start paragraphs */
p {
	line-height: 1.6em;
	margin-bottom: 1em;
}
/* end paragraphs */

/* start lists */
ul, ol {
	margin: 0;
}
li {
	line-height: 1.6em;
}

dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
	left: 0;
	padding: 3px;
	position: relative;
	top: 1.1em;
	width: 5em;
}
dd {
	border-left: 2px solid #666;
	margin: 0 0 0 6em;
	padding: 0 0 .5em .5em;
}
/* end lists */

/* start table */
table {
	
	margin: 5px 0;
	width: 100%;
}
th, td {
	padding: 3px;
}
thead th {
	border-bottom: 1px solid #666;
	font-weight: bold;
}
tbody td {
	background: #EFEFEF;
	border-bottom: 1px solid #CCC;
}
/* end table */

/* start form */
form {
/*
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #333;
	border-radius: 12px;
	color: #FFF;*/
	padding: 3px;
	background: #EFEFEF;
	border-left: 1px solid #666;
	margin:1em 0 1em 3em;
	/*display: inline-block;*/
}
fieldset {
/*
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FFF;
	border-radius: 8px;
	color: #666;*/
	padding: 5px;
}


legend {
	display: none;
}
form ul {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	margin: 8px;
	padding: 0;
}

form li > label {
	font-weight: bold;
	color: #333;
}
form fieldset ul li label{
	width: 210px;
	float: left;
}
form fieldset ul li div.input-area label{
	width: auto;
	float: none;
}
form fieldset ul li div.input-area span.helper{
	display:block;
	font-size: 0.95em;
}
form fieldset ul li{
	overflow: auto;
}
form fieldset ul li div.input-area{
	float: left;
}

textarea {
	line-height: 1.5em;
	width: 213px;
	height: 113px;
}
select,
input,
input.text{
	width: 213px;
	height: auto;
}
input.button,
input.radioInput,
input.checkbox,
input.submit{
	width: auto;
}
form select,
form textarea,
form input {
	background-color:#FFFFFF;
	border:1px solid #AAAAAA;
}
form input[type=checkbox],
form input[type=radio] {
	background-color:transparent;
	border:none;
}
/* specific for leisure marine */
form input.button {
	background-color: transparent;
	border: none;
	color: #e07902;
	cursor: pointer;
	display: block;
	height: 14px;
	width: 62px;
	text-indent: -10000px;
}
/* specific for leisure marine */

/* end form */



#content form.enquiryForm fieldset ul li {
	clear: both;
}

#content div.new-boats div.brand {
	overflow: visible;
	margin-bottom: 30px;
}
#content div.new-boats div.brand img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
#content div.new-boats,
#content div.used-boats {
	float: left;
	margin-right: 35px;
	overflow: auto;
	width: 320px;
}
#content div.new-boats {
	padding-left: 35px;
}
#content div.used-boats ul {
	overflow: auto;
	margin: 0;
}
#content li.used-boat-categories,
#content div.used-boats li.category {
	list-style: none;
	margin: 0 5px 25px 0;
	width: 155px;
	float: left;
}
#content div.used-boats li.category {
	float: left;
	padding: 0;
}
#content div.boats ul li.one-new-boat,
#content div.boats ul li.one-used-boat {
	background:transparent url(/css/images/boat-separator.gif) no-repeat scroll -10px 10px;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 5px 0 0;
	margin-left: 0;
	overflow:auto;
	padding-top:20px;
}

#content {
	background: #EBEEF1 url('/css/images/top-bar.gif') no-repeat scroll 0 0;
	padding-top: 22px;
}

#content div.boats-content,
#content div.content {
	background: #ebeef1 url('/css/images/content-divider.gif') no-repeat scroll bottom left;
	color: #333;
	overflow: auto;
	clear:both;
}
#content div.content div.company-description,
#content div.content div.news {
	float: left;
	width: 300px;
	padding: 0 30px 25px 30px;
	*padding: 30px 30px 25px 30px;
}
h2.news-header,
h2.company-description-header {
	background: transparent url('/css/images/logo-small.gif') no-repeat scroll top left;
	color: #333;
	font-size:1.1em;
	line-height:23px;
	padding-left: 35px;
}
#content div.boats {
	background: #f3f5f7 url('/css/images/content-bottom.gif') no-repeat scroll bottom left;
	overflow: auto;
	padding: 0 0 30px 0;
}
* html #content div.boats {
	height: 450px;
	overflow: visible;
}
#content div.boats-page {
	padding: 10px 35px 30px 35px;
}
#content div.boats img.frame {
	margin: 0 0 0 -11px;
}
#content div.boats p.new-boats {
	margin: 8px 0 0 35px;
}
#content div.boats h2.enquiry,
#content div.boats h2.used-boats,
#content div.boats h2.new-boats {
	margin: 10px 0 0 35px;
}

#content div.slideshow {
	background-color: #EBEEF1;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	margin: 0;
	position: relative;
}
#content #slides-parent {
	height:300px;
	left:0;
	position:absolute;
	text-align:center;
	top:0;
	width:770px;
}
#content #slides {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
#content div.slideshow {
}
#content #slideshow-navigation {
	left: 20px;
	position: absolute;
	top: 250px;
}
#content #slideshow-navigation li {
	background: #000 url('/css/images/slideshow-not-selected.gif') no-repeat scroll 0 0;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	list-style: none;
	margin-right: 10px;
	width: 19px;
	text-align: center;
}

#content div.boats-content {
	padding-left: 35px;
	padding-right: 35px;
	overflow: auto;
}
#content h1.used-category {

}
#content #new-boats-listing {
	margin: 0;
}
#content #new-boats-listing li {
	list-style: none;
}

#content div.enquire-now-button {
}
#content div.enquire-now-button div.button {
}
#content div.enquire-now-button div.enquiry-form {
	display: none;
}
#content #contact-form li.submit {
	padding-left: 227px;
	margin: 0;
}
#content #contact-form li.submit input[type=submit] {
	margin: 0;
	padding: 0;
}

div.news p {
	line-height: 1.2em;
}

#content div.boats-content div.brand-logo {
	float:left;
	padding: 0 20px 40px 0;
}
#content div.boats-content div.brand-description {
	overflow: auto;
	padding: 0 0 40px 0;
}
#content div.boats-content div.brand-description p {
	margin: 0;
}

#content li.one-used-boat h3,
#content li.one-new-boat h3 {
	display: none;
}

#content li.one-used-boat div.image,
#content li.one-new-boat div.image {
	width: 140px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 35px;
}
#content li.one-used-boat table,
#content li.one-new-boat table {
	width: 260px;
	float: left;
	overflow: auto;
	margin: 0;
}
#content li.one-used-boat table th,
#content li.one-new-boat table th {
	font-weight: normal;
	padding: 0 10px 0 0;
	text-align: right;
	width: 110px;
}
#content li.one-used-boat table td,
#content li.one-new-boat table td {
	background: none;
	border: none;
	padding: 0;
}
#content li.one-used-boat table:hover,
#content li.one-used-boat table tr:hover td,
#content li.one-used-boat table th:hover,
#content li.one-used-boat table td:hover,
#content li.one-new-boat table:hover,
#content li.one-new-boat table tr:hover td,
#content li.one-new-boat table th:hover,
#content li.one-new-boat table td:hover {
	background: none;
	color: #2B4C62;
}
#content li.one-used-boat div.description,
#content li.one-new-boat div.description {
	float:left;
	overflow:auto;
	padding:0 30px 0 0;
	width:300px;
}
* html #content li.one-used-boat div.description,
* html #content li.one-new-boat div.description {
	width:250px;
}
#content li.one-used-boat div.description p,
#content li.one-new-boat div.description p {
	margin: 0;
}
#content li.one-used-boat div.description div.complete-description,
#content li.one-new-boat div.description div.complete-description {
	display: none;
}
#content li.one-used-boat div.description a.more,
#content li.one-used-boat div.description a.less,
#content li.one-new-boat div.description a.more,
#content li.one-new-boat div.description a.less {
	color: #2B4C62;
	text-decoration: underline;
	font-style: italic;
	cursor: pointer;
}
#content #new-boats-listing div.boats-content {
	background:transparent none repeat scroll 0 0;
	padding:0 35px 0 35px;
	margin-top: 20px;
	overflow: visible;
}
#content #new-boats-listing li.brands {
	background: transparent url(/css/images/boat-separator.gif) no-repeat scroll left bottom;
}
#content #new-boats-listing div.boats-content div.brand-description {
	overflow:auto;
	padding: 0 0 20px 0;
}
#content #new-boats-listing li.brands h2 {
	display: none;
}

#content div.boats ul.used-boats-categories {
	width:320px;
}

#content div.boats p.other-categories {
	margin: 10px 0 0 35px;
}

#content #success-box {
	padding: 10px 0 0 35px;
}

#content div.sitemap {
	padding: 10px 0 35px 35px;
}
#content div.sitemap ul ul {
	padding: 0 0 0 35px;
}

#content #contact-us-left {
	width: 300px;
	height: 350px;
	float: left;
}
#content #contact-us-right {
	float: right;
	overflow:hidden;
}
#map_canvas {
	height: 310px;
	width: 350px;
}

#content div.boat-categories {
	padding: 10px 0 35px 35px;
}


ul li {
	list-style-type: disc;
}
ul li ul li {
	list-style-type: circle;
}

ul.contact-detail li {
	list-style-type: none;
}

#content div.boats ul li {
	margin-left: 18px;
}

form.enquiryForm ul li {
	list-style-type: none;
}
a[name=contact] {
	visibility: hidden;
}

.hidden {
	display: none;
}

#content img.content-image,
#content div.boats div.image a {
	cursor:url(/css/cursors/zoom.cur), auto;
}


#hero-slideshow {
	height: 300px;
}
#hero-slideshow img {
	position: absolute;
	left: 0;
}
#slideshow-images {
	position: relative;
	width: 770px;
	height: 300px;
	overflow: hidden;
}
#slideshow-controls {
	position: relative;
	top: -20px;
	left: 12px;
}
#slideshow-controls a {
	text-indent: -9999em;
	background: transparent url(/css/images/slideshow-control-sprite.png) no-repeat 0 0;
	/*background: transparent url(/css/images/slideshow-control-sprite-24.png) no-repeat 0 0;*/
	display: block;
	width: 21px;
	height: 14px;
	float: left;
	margin-right: 4px;
}
#slideshow-controls a:active,
#slideshow-controls a:focus {
	outline: none;
	-moz-outline-style: none;
}
#slideshow-controls a.active {
	background-position: 0 -14px;
}
#slideshow-controls a span {
	border: none;
}



#container {
	margin: 0 auto;
	width: 978px;
}

#header, 
#footer {
	margin: 0;
	padding: 0;
	overflow:auto;
	position:relative;
}

#footer {
	padding: 0;
}

#content {
	margin: 0 0 0 190px;
	overflow:hidden;
	position:relative;
}

#side {
	float:left;
}

#subscribe {
	width:180px;
	overflow: hidden;
}



/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


#footer {
	color: #6b6b6b;
	clear: both;
	padding-top: 25px;
	width: 978px;
}
#footer ul {
	margin: 0;
}
#footer ul li {
	background: transparent url('/css/images/footer-navigation-division.gif') no-repeat scroll center left;
	float: left;
	list-style: none;
	padding: 0 10px;
}
#footer ul li.first-link {
	background: none;
	padding: 0 10px 0 0;
}
#footer li a {
	color: #6b6b6b;
}
#footer p.copyright {
	clear: both;
	padding-top: 15px;
}
#footer a.fp-credit {
background:transparent url(/css/images/web-design-by-fatpublisher.png) no-repeat scroll right top;
border:medium none;
color:#6B6B6B;
cursor:pointer;
display:block;
float:right;
line-height:1.1em;
padding:5px 25px 5px 0;
position:absolute;
right:20px;
text-decoration:none;
top:23px;
}

#header {
	height: 130px;
	width: 960px;
}

#header a.logo {
	display: block;
	height: 66px;
	width: 309px;
	position: absolute;
	left: 10px;
	top: 25px;
	text-indent: -10000px;
	background: #fff url('/css/images/logo-with-words.gif') no-repeat scroll 0 0;
}

#contentControl {
	position: absolute;
	right: 10px;
	top: 10px;
	overflow:hidden;
}

#header div.visit-us {
	font-weight: bold;
	font-size: 1.05em;
}
#header div.visit-us,
#header div.phone {
	color: #557081;
	position: absolute;
	top: 30px;
}

#header div.phone {
	left: 690px;
}

#header div.visit-us {
	left: 385px;
}
#header div.phone p.head {
	color:#557081;
	font-size:1.05em;
	font-weight:bold;
	line-height:1.2em;
}
#header div.phone p.phone-number {
	color: #e07902;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom:0.4em;
}
#header div.phone p.enquiry {
	font-size: 1.2em;
}


/**
 * default CSS for the textControl cmslib component
 * Used in conjunction with /cmslib/HTMLElements/HTMLTextControl.php and /cmslib/js/textControl.js
 */
.textModifier10 #content {font-size: 1.0em;}
.textModifier11 #content {font-size: 1.1em;}
.textModifier12 #content {font-size: 1.2em;}
.textModifier13 #content {font-size: 1.3em;}
.textModifier14 #content {font-size: 1.4em;}
.textModifier15 #content {font-size: 1.5em;}
.textModifier16 #content {font-size: 1.6em;}
.textModifier17 #content {font-size: 1.7em;}
.textModifier18 #content {font-size: 1.8em;}
.textModifier19 #content {font-size: 1.9em;}
#contentControl button.decrease {background-position: 5px 0;}
#contentControl button.increase {background-position: -15px 0;}
#contentControl button.print {background-position: -35px 0;}
#contentControl button {
background-color:#FFFFFF;
background-image:url(/css/images/text-control.gif);
background-repeat:no-repeat;
cursor: pointer;
font-size:0;
height:18px;
line-height:0;
width:20px;
border:none;
}
#contentControl button:hover {background-color: #F0E68C;}
body ul#contentControl li {
display:block;
float:left;
line-height:0;
margin:0 0 0 1px;
padding:0;
}
#contentControl {
    /*overflow: auto;*/
}
#contentControl button span {display:none;}


