html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, h1, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
a img {
	border: none;
}


/*Start Navigation Sprite*/

#main-navigation { width:1000px; height:35px;margin-top: 20px;}
#main-navigation #Nav { width:1000px; height:35px; margin:0; padding:0; background:url(images/sprite.png) 0 0 no-repeat; }
#main-navigation #Nav li { display:inline; }
#main-navigation #Nav li a { float:left; outline:none; height:0px; padding:35px 0px 0px 0px; margin:0px; overflow:hidden; }
#main-navigation #Nav li a { background-image:url(images/sprite.png); background-repeat:no-repeat; }

#main-navigation #Nav li#nav00 a { width:112px; background-position: 0 0; }
#main-navigation #Nav li#nav01 a { width:141px; background-position: -112px 0; }
#main-navigation #Nav li#nav02 a { width:157px; background-position: -253px 0; }
#main-navigation #Nav li#nav03 a { width:130px; background-position: -410px 0; }
#main-navigation #Nav li#nav04 a { width:118px; background-position: -540px 0; }
#main-navigation #Nav li#nav05 a { width:223px; background-position: -658px 0; }
#main-navigation #Nav li#nav06 a { width:119px; background-position: -881px 0; }

#main-navigation #Nav li#nav00 a:hover,#main-navigation #Nav li#nav00 a:active { width:112px; background-position: 0 -35px; }
#main-navigation #Nav li#nav01 a:hover,#main-navigation #Nav li#nav01 a:active { width:141px; background-position: -112px -35px; }
#main-navigation #Nav li#nav02 a:hover,#main-navigation #Nav li#nav02 a:active { width:157px; background-position: -253px -35px; }
#main-navigation #Nav li#nav03 a:hover,#main-navigation #Nav li#nav03 a:active { width:130px; background-position: -410px -35px; }
#main-navigation #Nav li#nav04 a:hover,#main-navigation #Nav li#nav04 a:active { width:118px; background-position: -540px -35px; }
#main-navigation #Nav li#nav05 a:hover,#main-navigation #Nav li#nav05 a:active { width:223px; background-position: -658px -35px; }
#main-navigation #Nav li#nav06 a:hover,#main-navigation #Nav li#nav06 a:active { width:119px; background-position: -881px -35px; }

body#home #Nav li#nav00 a { background-position: 0 -35px; }
body#used #Nav li#nav01 a { background-position: -112px -35px; }
body#services #Nav li#nav02 a { background-position: -253px -35px; }
body#insurance #Nav li#nav03 a { background-position: -410px -35px; }
body#finance #Nav li#nav04 a { background-position: -540px -35px; }
body#about #Nav li#nav05 a { background-position: -658px -35px; }
body#contact #Nav li#nav06 a { background-position: -881px -35px; }

/*End Navigation Sprite*/

/*New CSS*/

h1{
	text-transform:uppercase;
	font-weight:bold;
}

.boat-search-title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
	color: #FFF;
}

#sent-container{
	width: 785px;
	padding:0px 10px 10px 0px;
	float:left;
}

#showsave{
	display:none;
}
#right-options{
	float: right;
    overflow: hidden;
    width: 175px;
}
#top-info{
	overflow:hidden;
}
.service{
	width:350px;
	margin:0 60px 20px 60px;
	float:left;
}
#save-search{
	width:970px;
	overflow:hidden;
	margin:4px;
}
#banner{
	overflow:hidden;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-top:10px;
    margin-bottom:5px;
}
#text-container form, #save-search form, #text-container-wide form{
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #E1E9F2;
    border: 1px solid #c7d6e7;
	padding:10px;
	overflow:hidden;
}
#boatTitle h3{
	font-weight:bold;
}
.hidebutton{
	position:absolute;
	right:30px;
	top:0px;
	border:0;
	background-color:#1757a1;
	color:#ffffff;
	cursor:pointer;
	padding:5px;
	display:block;
	border-left: 1px solid #0b417f;
	border-right: 1px solid #0b417f;
	border-bottom: 1px solid #0b417f;
    border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
}
/*End New CSS*/

div{
	margin:0px;
}
html{
	background-image:url('images/bg-blue.jpg');
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}
body{
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	font-family:arial,helvetica,verdana,sans-serif normal;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0px 0px 0px 0px;
	padding-top: 10px;
	color:#525E5E;
	}
#top{
	background-image:url('images/approved-top.jpg');
	height:12px;
	width:1000px;
}	
.widepage h1{
	text-transform:uppercase;
	line-height:30px;
	font-weight:bold;
	font-size:15px;
}
.boats h1{
	text-transform:uppercase;
	line-height:30px;
	font-weight:bold;
	font-size:15px;
	margin-bottom:10px;
}
.home h2{
	text-transform:uppercase;
	line-height:30px;
	font-weight:bold;
	font-size:15px;
}
.bodywrap{
	margin:0px auto;
	width:1000px;
}
.searchbox{
	z-index:202;
}
.searchbox h2{
	background:transparent url("images/looking.png") no-repeat scroll left top;
	display:block;
	height:50px;
	left:40px;
	position:relative;
	text-indent:-9999px;
	top:50px;
	width:549px;
}
.countdown-box{
	color: #FFFFFF;
    font-size: 16px;
    height: 120px;
    left: 15px;
    position: relative;
    top: 20px;
    width: 740px;
    z-index: 203;
}
.countdown-box h3{
	font-size:22px;
	font-weight:bold;
}
.countdown-box-sub{
	color: #FFFFFF;
    font-size: 16px;
    height: 120px;
    left: 15px;
    position: relative;
    top: 20px;
    width: 700px;
    z-index: 203;
}
.countdown-box-sub h3{
	font-size:22px;
	font-weight:bold;
}
.button{
	font-size:16px;
	display:block;
	width:260px;
	height:93px;
}
a.button {
	color:#477AAA;
}
a:hover.button {
	color:#477AAA;
}
.subheading{
	color:#c10b1f;
	font-weight:bold;
}
a, a:active, a:link, a:visited, a:hover {
	color:#477AAA;
	text-decoration:none;
}
a:hover {
	color:#163259;
}
.buttonshow {
	background:transparent url("images/submit175.png") no-repeat scroll left top;
	height:25px;
	width:175px;
	text-align:center;
	border:0;
	color:#ffffff;
	cursor:pointer;
	display:block;
	line-height:24px;
	overflow:hidden;
	margin-bottom:10px;
}
.buttonshow:hover {
	background:transparent url("images/submit175.png") no-repeat scroll 0 -25px;
}

input.submit, span.submit, a.submit {
	background:transparent url("images/submit.png") no-repeat scroll left top;
	height:25px;
	width:143px;
	text-align:center;
	border:0;
	color:#ffffff;
	cursor:pointer;
	display:block;
	line-height:24px;
	overflow:hidden;
	font-weight: bold;
}
.submitsb{
	margin:0 auto;
}
input.submit:hover, a.submit:hover {
	background:transparent url("images/submit.png") no-repeat scroll 0 -25px;
}
input.custom, span.custom{
	border:medium none;
	display:block;
	position:relative;
	text-indent:-9999px;
}
.homesubmit{
	margin-top:12px;
}
h1{
	font-size:16px;
	margin-top:0px;
	margin-bottom:10px;
}
p{
	color:#525E5E;
	margin-bottom:10px;
	line-height:17px;
}
ul{
	color: #525E5E;
	list-style-type: none;
}
#manufacturer{
	margin:10px;
	text-align:center;
	border:1px #525E5E solid;
}
.services-box-left{
	width: 300px;
	float: left;
	margin: 0px 0px 10px 0px;
}
.services-box-right{
	width: 300px;
	float: right;
	margin: 0px 0px 10px 20px;
}
#services-container{
	overflow:hidden;
	padding: 0px;
	margin-bottom:20px;
}
#mast{
	clear:both;
	display:block;
	margin-bottom:10px;
	width:1000px;
	height:70px;
}
#contact_info{
	float:right;
	margin-top: 18px;
}
.contact-top{
	width: 180px;
	font-size:14px;
	font-weight:bold;
}
.contact-top a{
	color:#525E5E;
}
.contact-top a:hover{
	text-decoration:underline;
}
#logo{
	float:left;
	margin-left: 10px;
}
#content, #contentsave{
	position:relative;
	width:978px;
	z-index:0;
	background-color:#ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
    margin: 15px 0;
    padding: 10px 10px;
    overflow:hidden;
}
#indexsearch{
	background:transparent url("images/searchbg.jpg") no-repeat scroll left top;
	display:block;
	margin:0px auto;
	position:relative;
	width:970px;
	z-index:201;
	overflow:hidden;
	padding-bottom: 5px;
	height:157px;
}
#contentarea{
	margin:0px auto 0px;
	position:relative;
	top:3px;
	width:970px;
	left:auto;
	z-index:201;
	overflow: hidden;
}
#content-home{
	margin: 0 0 20px 190px; 
	padding: 0pt; 
	width: 780px; 
}
#content-homenew{
	margin: 0 0 20px 0px; 
	padding: 0pt; 
	width: 515px; 
	height:390px;
}
#refine-container{
	position:absolute;
	width:175px;
}
#refine-home-container{
	width:970px;
}
.refine-top-home{
	width:215px;
	background-image:url('images/sidebar-top.jpg');
	height:25px;
	color:#ffffff;
	line-height:24px;
	padding-left:10px;
	font-size: 12px;
	margin:0px;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-khtml-border-radius: 7px 7px 0 0;
}
.refine-top{
	width:165px;
	background-image:url('images/sidebar-top.jpg');
	height:25px;
	color:#ffffff;
	line-height:24px;
	padding-left:10px;
	font-size: 12px;
	margin:0px;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-khtml-border-radius: 7px 7px 0 0;
}
.refine{
	width:153px;
	padding:5px 10px 10px 10px;
	border:1px #c7d7e2 solid;
	background-color:#d6e4ed;
	overflow:hidden;
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-khtml-border-radius: 0 0 7px 7px;
	margin-bottom:15px;
}
.refine-home{
	width:203px;
	padding:5px 10px 0px 10px;
	background-color:#F3F3F3;
	border-left:1px #E9E9E9 solid;
	border-right:1px #E9E9E9 solid;
}
.refine a, .refine a:active, .refine a:visited,#hidden a, #hidden a:active, #hidden a:visited{
	color:#1B4374
}
.refine a:hover, #hidden a:hover{
	color:#09254A;
	text-decoration:underline;
}
.refine-box{
	width:225px;
	float:left;
	margin:0 8px 0 8px;
}
#hidden{
	width:203px;
	padding:5px 10px 5px 10px;
	background-color:#F3F3F3;
	border-left:1px #E9E9E9 solid;
	border-right:1px #E9E9E9 solid;
}
.show{
	width:215px;
	background-image:url('images/sidebar-bottom.jpg');
	height:25px;
	margin-bottom:15px;
	color:#ffffff;
	line-height:24px;
	padding-left:10px;
	display:block;
	cursor:pointer;
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-khtml-border-radius: 0 0 7px 7px;
}
.show a {
	width:215px;
	background-image:url('images/sidebar-bottom-home.jpg');
	height:25px;
	margin-bottom:15px;
	color:#ffffff;
	line-height:24px;
	padding-left:10px;
	display:block;
	cursor:pointer;
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-khtml-border-radius: 0 0 7px 7px;
}
.showsearch{
	bottom: 30px;
    cursor: pointer;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 220px;
    z-index: 500;
}
.showsearch a{
	color:#ffffff;
}
.showsearch a:hover{
	text-decoration:underline;
}
#refine-base-right{
	width:165px;
	background-image:url('images/sidebar-right-bottom.jpg');
	height:10px;
	margin-bottom:15px;
	color:#ffffff;
	line-height:24px;
	padding-left:10px;
}
#refine-bottom{
	width:175px;
	background-image:url('images/home-bottom.jpg');
	height:10px;
	margin-bottom:15px;
}
#refine1exp{
	display:none;
}
#options-container{
	background-image:url('images/enquire-blue.jpg');
	background-repeat:repeat;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	overflow:hidden;

}
.options-top{
	background-image:url('images/sidebar-top.jpg');
	width:165px;
	height:25px;
	color:#ffffff;
	line-height:24px;
	padding-left:10px;
	margin:0px;
}
.options{
	width:155px;
	padding:5px 9px 5px 9px;
	background-image:url('images/enquire-bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	border-left:1px solid #225990;
	border-right:1px solid #225990;
}
.options-base{
	width:175px;
	background-image:url('images/enquire-bottom.jpg');
	height:10px;
}
.feature-title{
	font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}
#featured-container{
    width: 430px;
    position:absolute;
    right:0;
    top:0;
}
#text-container{
	width: 650px;
	margin-left: 0px;
	padding: 10px;
}
#text-container h2{
	font-size:14px;
	font-weight:bold;
}
#text-container-wide{
	width: 950px;
	margin-left: 0px;
	padding: 10px;
}
#side-container{
	float: right;
	width: 290px;
	margin-top:15px;
}
#sell-button{
	background-image:url('images/sell-button.png');
	width:260px;
	height:93px;
	text-align:right;
	padding:35px 15px 10px;
}
#boat-button{
	background-image:url('images/boat-button.png');
	width:260px;
	height:93px;
	text-align:left;
	padding:35px 15px 10px;
}
#results-container{
	margin-left: 175px;
    min-height: 770px;
    padding: 0 10px 10px;
    position: relative;
    float:left;
    width: 600px;
}
#featured{
	width: 168px;
	height: 160px;
	margin: 2px;
	padding: 0px 3px 8px 3px;
	text-align: center;
	position:relative;
}
.blue{
	background-color:#1959a3;
	color:#ffffff;
	padding:5px;
}
.blue a{
	color:#ffffff;
}
#trailimageid {
	position: absolute;
	display: none;
	margin-left: 0px;
	margin-top: 0px;
	width: 280px;
	height: 0px;
	z-index: 200;
}
#option{
	margin-bottom:5px;
}
.search-option{
	float:left;
	height:35px;
	padding: 0 14px 10px 0;
	font-size:12px;
}
.save-option{
	float:left;
	height:35px;
	padding: 0 15px 10px 0;
	font-size:12px;
}
#form-option{
	margin-bottom:10px;
	float:left;
	margin-right:20px;
	font-size:12px;
	color:#ffffff;
}
#boxes{
	overflow:hidden;
	width:1000px;
	padding:0;
	margin:0;
}
.startbox{
	margin:0;
}
.box{
	margin:0 0 0 16px;
}
.box,.startbox{
	width: 236px;
	height: 265px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
	overflow:hidden;
	position:relative;
	padding:30px 0 0 0;
}
.box h3,.startbox h3{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#ffffff;
	padding-left:10px;
	line-height:24px;
}
.box-main img{
	margin:3px;
}
.box p,.startbox p{
	padding:0px;
	margin: 0;
	color:#1B4374;
}
.box-text{
	padding:5px 10px;
}
.box-main{
	height:235px;
	padding:0px 1px 0px 1px;
}
.box-top{
	background-image:url('images/box-top.jpg');
	height:30px;
	color:#ffffff;
	line-height:29px;
	padding-left:10px;
	position: absolute;
    width: 236px;
    top:0;
}
.box-bottom{
	background-image:url('images/box-bottom.jpg');
	height:30px;
	color:#ffffff;
	line-height:29px;
	padding-left:10px;
	position: absolute;
    width: 236px;
    bottom:0;
}
.box-bottom a,.box-bottom a:active,.box-bottom a:visited{
	color:#ffffff;
}
.box-bottom a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#footer {
	float:none;
	margin:0 auto;
	width:1000px;
	padding-bottom:30px;
}
#footer address {
	color:#616161;
	font-size:0.9em;
	font-style:normal;
	line-height:1.4em;
	padding: 10px 15px 9px;
}
#bottombar{
	background-color:#bf0920;
    bottom: 0;
    display: block;
    height: 26px;
    padding-top: 14px;
    position: fixed;
    width: 100%;
    z-index: 10;
}
#barcontent{
	margin: 0 auto;
}
#sidelinks{
	float:right;
	margin:0 0 10px 15px;
	padding:10px 10px 10px 10px;
	border: 1px #525E5E solid;
}
#sidelinks h2{
	font-size:14px;
	font-weight:bold;
}

/*Navigation elements--------------------------------------------------------------*/


#Navigation{
	padding:0px;
	height:46px;
	z-index: 20000;
	text-align:left;
	width:1000px;
	margin-left:15px;
}

#tab {
	margin: 0;
	top: 0;
}
#tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height:35px;
}
#tab li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-align:center;
}
#tab a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	display: block;
	float: none;
	text-align:center;
}
#tab a span {
	display: block;
	height:35px;
	color: #ffffff;
	line-height:35px;
	font-weight:normal;
	font-family:arial,helvetica,verdana,sans-serif normal;
	font-size:16px;
	font-weight:normal;
	text-align:center;
}
#tab li.item_active a {
	background-position: right bottom;
	border-color: #000000;
}
#tab a:hover {
	background-position: right bottom;
	border-color: #000000;
}
#tab li.item_active a span {
	background-position: left bottom;
	color: #0a2153;
	font-style: normal;
	text-decoration: none;
	background-color:#ffffff;
}
#tab a:hover span {
	background-position: left bottom;
	color: #c10b1f;
	font-style: normal;
	text-decoration:none;
	cursor:pointer;
	height:35px;
	background-color:#ffffff;
}

.dropmenudiv {
	position: absolute;
	top: -20px;
	float: left;
	display: block;
	visibility: hidden;
	border:1px #666666 solid;	
	color: #0a2153;
	z-index: 10000;
	text-decoration: none;
	padding: 0px;
	font-family:arial,helvetica,verdana,sans-serif normal;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	margin-left:2px;
}
.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropmenudiv li {
	display: inline;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
}
.dropmenudiv a:visited {
	margin: 0;
	padding: 0;
	display: block;
	color: #0a2153;
	font-style: normal;
	text-decoration: none;
	width:220px;
}
.dropmenudiv a:link {
	margin: 0;
	padding: 0;
	display: block;
	color: #0a2153;
	font-style: normal;
	text-decoration: none;
	width:220px;
}
.dropmenudiv a span {
	float: none;
	display: block;
	line-height: 30px;
	background-color:#ffffff;
	background-repeat:repeat-y;
	padding: 0px;
	color: #c10b1f;
	padding-left:6px;
}
.dropmenudiv a:hover {
	float: none;
	display: block;
	line-height: 30px;
	background-color:#ffffff;
	background-repeat:repeat-y;
	color: #c10b1f;
	text-decoration:underline;
}
.dropmenudiv a:hover span {
	float: none;
	display: block;
	line-height: 30px;
	background-color:#ffffff;
	background-repeat:repeat-y;
	color: #c10b1f;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	list-style:none;
}
/*end navigation elements----------------------------------------------------------------*/


#Quick_Bar {
    background-image: url("images/quick_bar_bg.png");
    background-repeat: repeat-x;
    bottom: 0;
    display: block;
    height: 26px;
    padding-top: 14px;
    position: fixed;
    width: 100%;
    z-index: 10;
}
#Quick_Bar #Quick_Container {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
#Quick_Bar img.separator {
    display: block;
    float: left;
    height: 26px;
    width: 1px;
}
#Quick_Bar a {
    background-position: 8px top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 13px;
    padding: 6px 20px 7px 30px;
    text-decoration: none;
}
#Quick_Bar a:hover {
    background-position: 8px bottom;
    color: #FFFFFF;
}
#Quick_Bar a#Q_Home {
    background-image: url("images/quick_bar_home_btn.png");
}
#Quick_Bar a#Q_Inv {
    background-image: url("images/quick_bar_inv_btn.png");
}
#Quick_Bar a#Q_Sell {
    background-image: url("images/quick_bar_inv_btn.png");
}
#Quick_Bar a#Q_Search {
    background-image: url("images/quick_bar_search_btn.png");
}
#Quick_Bar a#Q_Contact {
    background-image: url("images/quick_bar_contact_btn.png");
}
#Quick_Bar a#Q_Rss {
    background-image: url("images/quick_bar_rss_btn.png");
}
#Quick_Bar a#Q_Mail {
    background-image: url("images/quick_bar_mail_btn.png");
    padding: 6px 20px 7px 38px;
}
#Quick_Bar a#Q_Facebook {
    background-image: url("images/quick_bar_facebook_btn.png");
}

