/*Eric Meyer’s CSS Reset*/
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,
small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus{outline:0;}
body{
	line-height:1;
	color:black;
	background:white;
}
ol,ul{list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse:separate;
	border-spacing:0;
}
caption,th,td{
	text-align:left;
	font-weight:normal;
}
blockquote:before,blockquote:after,
q:before,q:after{content: "";}
blockquote,q {quotes: "" "";}

html{
	background:#e0e1e2 url(../engines/rec/img/bg-html.gif) repeat-x 0 0;
	font-size:62.5%;
}
body{
	background:url(../img/bg-body_front.jpg) no-repeat 50% 32px;
	margin:0;
	padding:0;
	font-family:arial,tahoma,verdana,helvetica,sans-serif;
	font-size:100.01%;
	color:#414042;
	padding:0 0 20px;
}
#main{
	width:940px;
	margin:0 auto;
	padding:10px 0 5px 10px;
	overflow:hidden;
	background:#404041;
}

ul{
	margin:0;
	padding:0;
	color: #414042;
}
li{
	list-style:none;
}
img{
	border:none;
	display:block;
}
a:link {
	color: #414042;
}
a:visited {
	color: #333333;
}
a:active {
	color: #414042;
}
a:hover {
	color: #D00000;
}
a {
	text-decoration: none;
}
img.news{
	border:none;
	display:block;
	margin-left: auto;
	margin-right: auto;
}
/*header*/
#header{
	height:95px;
	width:940px;
	margin:0 auto;
	background:url(../engines/rec/img/bg-header.jpg) no-repeat 0 0;
	overflow:hidden;
}
/*logo*/
h1{
	margin:7px 0 0 17px;
	background:url(../engines/rec/img/logo1.gif) no-repeat 0 0;
	width:400px;
	height:58px;
	float:left;
	display:inline;
}h1 a{
	width:338px;
	height:64px;
	float:left;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
}

/*location*/
div.location{
	float:right;
	width:143px;
	height:65px;
	background:#000 url(../engines/rec/img/blackboxBG.gif);
	margin:0 2px 0 0;
	display:inline;
	position:relative;
	
}
div.location span{
	position:absolute;
	border-bottom:4px solid #ed1b2e;
	width:117px;
	color:#999;
	font:10px Arial;
	line-height:22px;
	text-align:center;
	left:10px;
	bottom:9px;
	letter-spacing: 4px;
}
/*top navigation*/
ul.nav{
	float:right;
	overflow:hidden;
	margin:42px 7px 0 0;
	padding-bottom: 5px;
	font:10.5px Arial;
}
ul.nav li{
	float:left;
	background:url(../engines/rec/img/bg-nav.gif) no-repeat 100% 50%;
	padding:0 13px 0 11px;
	margin:0 -2px 0 0;
}
ul.nav li a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
ul.nav li a:hover{
	color:#da2128;
	text-decoration:none;
	font-weight:bold;
}

/*main navigation*/
#menu{
	float:left;
	width:100%;
	background:url(../engines/rec/img/bg-menu1.gif) no-repeat 0 100%;
	padding:0 0 0px;
	margin:0px 0 0;
}
#menu li{
	float:left;
}
#menu li a{
	float:left;
	text-indent:-9999px;
	height:43px;
	background:url(../engines/rec/img/bg-menu-items1.gif) no-repeat 0 0;
}
#menu li a:hover, #menu li a.active{
	background:url(../engines/rec/img/bg-menu-items-active1.gif) no-repeat 0 0;
}
#main #menu li.home a{
	width:104px;
}
#main #menu li.company a{
	width:157px;
	background-position:-104px 0;
}
#main #menu li.engines a{
	width:127px;
	background-position:-261px 0;
}
#main #menu li.system a{
	width:209px;
	background-position:-388px 0;
}
#main #menu li.smartcraft a{
	width:150px;
	background-position:-597px 0;
}
#main #menu li.directory a{
	width:183px;
	background-position:-747px 0;
}

/*ftp buttons*/
.ftp-buttons{
margin: 0;
padding: 3px 0 20px 0;
}

.ftp-buttons ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html .ftp-buttons ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

.ftp-buttons ul li{
display: inline;
}


.ftp-buttons ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 4px 6px 4px 6px;
text-decoration: none;
background: white url(../engines/rec/img/menudivide.gif) top right repeat-y;
}

.ftp-buttons ul li a:hover{
color: #414042;
background-color: #F3F3F3;
border-bottom: 4px solid #ff0000;
padding-bottom: 0;
} 
div.ftp-image{
	width:170px;
	float:left;
}

div.ftp-text{
	width:223px;
	float:left;
}
div.ftp-text h2{
	color:#222c6f;
	font-size:1.1em;
	font-weight:bold;
}
#clear{
	clear:both;
}




/*content*/
#content{
	padding:0 0 8px;
	float:left;
}
div.cap-brief{
	width:393px;
	float:left;
	background: #FFFFFF;
	padding:20px 50px 20px;
}
/*banner*/
div.banner{
	position:relative;
	background:url(../engines/rec/img/bg-banner.gif) no-repeat 0 100%;
	padding:0 8px 7px 0;
	float:left;
	width:932px;
}
div.page-banner{
	background:url(../engines/rec/img/bg-page2-banner.gif) no-repeat 0 100%;
	padding:0 8px 7px 0;
}
/*buttons*/
ul.switch{
	position:absolute;
	right:23px;
	bottom:20px;
	height:23px;
}
ul.switch li{
	float:left;
	margin:0 2px 0 0;
}
ul.switch li a{
	float:left;
	width:23px;
	height:20px;
	line-height:1.6em;
	background:url(../engines/rec/img/bg-switch.png) no-repeat 0 0;
	text-align:center;
	font:bold 1.4em Arial;
	color:#fff;
	text-decoration:none;
	padding:3px 0 0;
}
ul.switch li a:hover{
	background:url(../engines/rec/img/bg-switch-hover.png) no-repeat 0 0;
}
/*four boxes*/
ul.info{
	float:left;
	padding:0 0 27px;
}
ul.info li{
	float:left;
	margin:0 3px 0 0;
	position:relative;
}
div.topic-banner{
	background:url(../engines/rec/img/bg-block.gif) no-repeat 100% 100%;
	padding:0 6px 7px 0;
	float:left;
	margin:0 0 4px;
}
ul.info li p{
	width:190px;
	clear:left;
	margin:0 0 0 5px;
	color:#fff;
}
a.go{
	width:17px;
	height:17px;
	background:url(../engines/rec/img/bg-go.gif) no-repeat 0 0;
	position:absolute;
	top:138px;
	right:11px;
}

/*page*/
div.container{
	width:930px;
	overflow:hidden;
	background:url(../engines/rec/img/bg-container.gif) repeat-y 0 0;
	float:left;
	margin:2px 0 0;
}

/*-------------------------------Bullet List for Body Text-------------------*/
ul.bodylist li{
	margin:0 0 5px -20px;
	padding-left:20px;
	background: url(../img/littlearrows.gif) no-repeat 8px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}
ul.bodylist ul.bodylist {
    margin-left:15px;
}


/*------------------------End Bullet List for Body Text--------------------*/
/*sidebar*/
div.sidebar{
	width:150px;
	float:left;
	padding:30px 40px;
}
ul.sidebar-nav li{
	padding-left:30px;
	margin:0 0 10px -30px;
}
ul.sidebar-nav li a{
	font:bold 1.1em Arial;
	color:#fff;
	text-decoration:none;
}
ul.sidebar-nav #li a:visited{
	font:bold 1.1em Arial;
	color:#000;
	text-decoration:none;
}
ul.sidebar-nav li a:hover{
	font:bold 1.1em Arial;
	color:#000;
	text-decoration:none;
}
ul.sidebar-nav #li a:active{
	font:bold 1.1em Arial;
	color:#000;
	text-decoration:none;
}
ul.sidebar-nav li.selected {
	background: url(../img/arrows.gif) no-repeat scroll 8px 1px;
	line-height: 18px;
}
ul.sidebar-nav li.selected a {
	color:#000;
}


/* nested menus */
ul.sidebar-nav ul {
	margin-left:10px;
	line-height: 16px;
}
ul ul.sidebar-nav li a{
	font:normal 1.1em Arial;
	color:#d9dbdc;
	text-decoration:none;
}
ul ul.sidebar-nav #li a:visited{
	font:normal 1.1em Arial;
	color:#000;
	text-decoration:none;
}
ul ul.sidebar-nav li a:hover{
	font:normal 1.1em Arial;
	color:#000;
	text-decoration:none;
}
ul ul.sidebar-nav #li a:active{
	font:normal 1.1em Arial;
	color:#000;
	text-decoration:none;
}
ul ul.sidebar-nav li {
	padding-left:30px;
}
ul ul.sidebar-nav li.nestselect {
	line-height: 16px;
}
ul ul.sidebar-nav li.nestselect a {
	color:#000;
}


/*center block*/
div.colcenter{
	width:700px;
	float:left;
}

/* states list */
div.states1{
	width:210px;
	float:left;
	padding-top: 10px;
}
div.states2{
	width:170px;
	float:left;
}
div.states3{
	width:170px;
	float:left;
}

div.colcenterTwo{
	width:700px;
	float:left;
}
/*left block*/
div.colleft{
	width:393px;
	float:left;
	padding:10px 50px 100px;
	color: #999999;
}
div.colleft #title{
	width:393px;
	float:left;
	padding:0 50px 100px;
}
div.colleft p.bold{
	width:393px;
	font-weight: bold;
}
ul.bulletlist li{
	margin:0 0 5px 5px;
	list-style: none;
	color: #414042;
	line-height: 12px;
}
ul.bulletlist a:link{
	color: #414042;
	text-decoration: none;
}
ul.bulletlist a:visited{
	color: #333333;
	text-decoration: none;
}
ul.bulletlist a:active{
	color: #414042;
	text-decoration: none;
}
ul.bulletlist a:hover{
	color: #D80000;
	text-decoration: none;
}
ul.states li{
	margin:0 0 5px 20px;
	width:320px;
	list-style-image: url(../img/littlearrows.gif);	
}
#main ul.states li p{
	width:270px;
	margin:20px 35px 0 5px;
	font-weight:bold;
	
}
ul.states a:link {
	color: #414042;	
}
ul.states a:visited {
	color: #333333;	
}
ul.states a:hover {
	color: #D00000;	
}
ul.states a:active {
	color: #414042;	
}
/*------------ftp paragraphs-----------*/
div.colleft p.ftp{
	width:393px;
	float:left;
	padding:10px 40px;
	color: #414042;
}


/*right block*/
div.colright{
	width:181px;
	float:right;
	background:url(../engines/rec/img/bg-colright.gif) repeat-x 0 0;
	padding:13px;
	min-height:275px;
	overflow:visible;
}
div.colright2{
	width:181px;
	float:right;
	padding:13px;
	min-height:275px;
	overflow:visible;
}

* html div.colright{
	height:275px;
}
div.colcenter h2{
	font:2.0em  Trebuchet MS;
	color:#414042;
	margin:10px 0 0;
	padding-bottom:5px;
}
div.colcenter h2.title{
	font:2.0em  Trebuchet MS;
	color:#CCCCCC;
	margin:0 0 10px;
	
}
div.colcenter h3{
	font:2.0em  Trebuchet MS;
	color:#414042;
	margin:10px 0 0;
}
div.colcenter p{
	margin:20px 0;
	font-size:1.1em;
	line-height:1.5em;
	color: #414042;
}
div.colcenter p.boats{
	margin:20px 0;
	font-size:1.1em;
	line-height:1.5em;
	color: #CCCCCC;
}
div.ftp-text{
	width:223px;
	float:left;
}
div.ftp-text h2{
	color:#414042;
	font-size:1.1em;
	font-weight:bold;
	margin: 0 0 5px 0;
}
div.ftp-downlaods h2{
	color:#414042;
	font-size:1.1em;
	font-weight:bold;
	margin: 0 0 5px 0;
}
div.collapsed{
	width:395px;
	margin:30px 0 0;
}
div.collapsed h2{
	font-size:1.8em;
	color:#808285;
	margin:0;
}
div.collapsed p{
	margin:0;
}
div.featured-content{
	background:#c1c2c4;
	margin:0 0 10px;
	height: 78px;
}
/*featured content block*/

div.colright2{
	width:181px;
	float:left;
	padding:13px;
	min-height:275px;
	overflow:visible;
}
div.colright3{
	width:181px;
	float:right;
	padding:13px;
	overflow:visible;
}


div.featured-content p{
	text-align:center;
	color:#fff;
	font-weight:bold;
}

div.axius-content{
	margin:0 0 10x;
	padding-bottom: 30px;
}

div.axius-content img{
}
div.colright a.go{
	position:static;
	float:right;
	background:url(../engines/rec/img/bg-go2.gif) no-repeat 0 0;
}
/*page3*/
div.page3{
	background:url(../engines/rec/img/bg-page3-container.gif) repeat-y 0 0;
}
/*page4*/
div.page4{
	background:url(../engines/rec/img/bg-page4-container.gif) repeat-y 0 0;
}
/*page3 center block*/
div.page3 div.colcenter{
	background:url(../engines/rec/img/bg-page3.gif) repeat-x 0 0;
	padding:25px 35px;
	width:630px;
}
div.page3 div.colcenter p, div.page3 div.colcenter h2{
	margin:7px 30px 0 5px;
}
div.page3 div.colcenter img{
	margin:0 0 0 35px;
}
div.page4 div.colcenter p, div.page4 div.colcenter h2{
	margin:10px 110px 0 40px;
	color:#97999c;
}
div.page4 div.colcenter h2{
	color:#fff;
	margin:27px 110px 0 40px;
}
/*search form*/
form.search, form.search fieldset{
	margin:0;
	padding:0;
	border:0;
}
form.search{
	padding:20px 0 0 15px;
}
/*search form left column*/
ul.leftcol{
	float:left;
	width:300px;
	overflow:hidden;
}
ul.leftcol li{
	float:left;
	width:342px;
	padding:0 0 0 12px;
	color:#222c6f;
	font-size:1.1em;
	margin:1px 0;
	font-weight:bold;
}
ul.leftcol li ul li{
	font-size:1.0em;
}
ul.leftcol li.labels label{
	min-width:55px;
	color:#000;
	float:left;
	margin:3px 0 0;
	font-weight:normal;
}
* html ul.leftcol li.labels label{
	width:55px;
}
ul.leftcol li.labels input{
	width:121px;
}
ul.leftcol li.labels{
	margin:1px 0 5px;
}
ul.leftcol li input{
	background:none;
	border:1px solid #b2b4b5;
	border-top:2px solid #87898a;
	padding:1px 0 1px 3px;
}
ul.leftcol li input.code{
	width:90px;
}
ul.leftcol li input.city{
	width:180px;
}
ul.leftcol li span{
	float:left;
	padding:5px 0;
	color:#91a7df;
}
ul.leftcol li select{
	width:186px;
}
ul.leftcol li div.border{
	background:url(../engines/rec/img/bg-border-blue.png) no-repeat 0 0;
	height:2px;
	font-size:1px;
	margin:12px 0 0 3px;
	overflow:hidden;
}
ul.leftcol li ul li div.border{
	background:url(../engines/rec/img/bg-border.png) no-repeat 0 0;
	height:2px;
	font-size:1px;
}
ul.leftcol li ul li span{
	color:#7f8085;
}
ul.leftcol li select{
	font:1.0em Arial;
}
ul.leftcol li h3{
	margin:5px 0 0;
	font-size:1.0em;
}
/*search form right column*/
ul.rightcol li div.border{
	margin:7px 0 0 3px;
}
ul.rightcol li{
	margin:2px 0;
}
ul.rightcol li span{
	padding:0;
}
ul.rightcol li label{
	color:#000;
	font-weight:normal;
}
ul.rightcol li input{
	width:15px;
	height:15px;
	margin:0 7px 0 0;
	padding:0;
	border:0;
}
ul.rightcol li.unactive{
	background:url(../engines/rec/img/bg-unactive.gif) no-repeat 13px 4px;
	padding:12px 0 0 13px;
	color:#7f8085;
}
ul.rightcol li.disabled{
	margin:2px 0 10px;
}
ul.rightcol li.disabled select{
	color:#7f8085;
}
ul.rightcol li.buttons input{
	width:auto;
	border:0;
	height:auto;
	margin:0 2px 0 0;
	height:14px;
	font:0.9em Arial;
	color:#4a628f;
	background:url(../engines/rec/img/btn-search.gif) no-repeat 0 0;
	width:42px;
}
ul.rightcol li.buttons input.reset{
	width:33px;
	background:url(../engines/rec/img/btn-reset.gif) no-repeat 0 0;
}
ul.rightcol li select{
	width:93px;
}
/*page4 three boxes*/
/* fancy table listing for engines */
ul.engines {
	margin-left:-50px;
}
ul.engines li{
	float:left;
	margin:0px 0 0;
	padding:20px;
	width:453px;
}
#boatingbox{
		width:500px;
		float:left;
		padding:5px;
}

ul.engines li.recreational{
	background:#818385 url(../engines/rec/img/bg-engines-recreation.gif) repeat-y right top;
}
ul.engines li.recreational2{
	background:#d0d1d3 url(../engines/rec/img/bg-engines-sterndrives.gif) repeat-y right top;
}
ul.engines li.commercial{
	background:#abacaf url(../engines/rec/img/bg-engines-commercial.gif) repeat-y right top;
}
ul.engines li.commercial2{
	background:#d0d1d3 url(../engines/rec/img/bg-engines-sterndrives.gif) repeat-y right top;
}
ul.engines li.sterndrives{
	background:#d0d1d3 url(../engines/rec/img/bg-engines-sterndrives.gif) repeat-y right top;
}
#main ul.engines li #engine_content{
	width:310px;
	margin:25px 0 0px 5px;
	float:left;
	font-size:11px;
	color:#202020;
}
#main ul.engines li #engine_content ul#specs{
	float:right;
	color:#FFFFFF;
	font-size:11px;
	width:100px;
	padding:0px;
	margin:0px 0px 0px 15px;
}
#main ul.engines li #engine_content ul#specs li {
	padding:2px;
	margin:0px;
	width:100px;
}
#main ul.engines li #engine_content ul#specs li label{
	font-weight:bold;
}
#main ul.engines li img{
	float:left;
}
#main ul.engines li p a{
	color:#58595b;
	text-decoration:none;
}
/*----------------------*/

#main ul.engines li #engine_content2{
	width:125px;
	margin:20px 0 0px 10px;
	float:left;
	font-size:11px;
	color:#000000;
}
#main ul.engines li #engine_content2 ul#specs{
	float:right;
	color:#FFFFFF;
	font-size:11px;
	width:100px;
	padding:0px;
	margin:0px 0px 0px 15px;
}
#main ul.engines li #engine_content2 ul#specs li {
	padding:2px;
	margin:0px;
	width:100px;
	color: #000000;
}
#main ul.engines li #engine_content2 ul#specs li label{
	font-weight:bold;
}
#main ul.engines li img{
	float:left;
}
#main ul.engines li p a{
	color:#58595b;
	text-decoration:none;
}

/*---------------------------*/

#main ul.engines li #engine_content3{
	width:400px;
	margin:20px 0 0px 10px;
	float:left;
	font-size:11px;
	color:#000000;
}
#main ul.engines li #engine_content3 ul#specs{
	float:right;
	color:#FFFFFF;
	font-size:11px;
	width:325px;
	padding:0px;
	margin:0px 0px 0px 15px;
}
#main ul.engines li #engine_content3 ul#specs li {
	padding:2px;
	margin:0px;
	width:320px;
	color: #333333;
}
#main ul.engines li #engine_content3 ul#specs li label{
	font-weight:normal;
}
#main ul.engines li img{
	float:left;
}
#main ul.engines li p a{
	color:##414042;
	text-decoration:none;
}

a.example
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 16px;
}

ul.product li{
	float:left;
	margin:30px 0 0 10px;
	padding:0 0 0px;
}
#main ul.product li p{
	width:120px;
	margin:20px 45px 0 35px;
}
#main ul.product li p a{
	color:#58595b;
	text-decoration:underline;
}

/*--------Capatains Briefing-------------*/
div.cap-brief{
	width:393px;
	float:left;
	background: #FFFFFF;
	padding:0px 50px 20px;
}

div.cap-brief h2{
	font:2.0em  Trebuchet MS;
	color:#414042;
	margin:30px 0 0;
}
div.cap-brief h3{
	font:1.5em  Trebuchet MS;
	color:#414042;
	margin:30px 0 0;
}
div.cap-brief p{
	margin:20px 0;
	font-size:1.1em;
	line-height:1.5em;
	color:#414042;
}
/*--------End Captains Briefing------------*/
ul.states li{
	margin:0 0 5px 20px;
	list-style-image: url(../img/littlearrows.gif);	
}
ul.states a:link {
	color: #414042;
	text-decoration:none;	
}
ul.states a:visited {
	color: #333333;	
}
ul.states a:hover {
	color: #D00000;	
}
ul.states a:active {
	color: #414042;	
}
/*footer*/
#footer{
	width:940px;
	clear:both;
	/*background:url(../img/bg-footer.gif) no-repeat 100% 100%;*/
	padding:0 0 0px;
	overflow:hidden;
}

#copy {
	width:940px;
	margin:0 auto;
	padding:10px 0 0 10px;
	overflow:hidden;
	color:#666666;
	margin-top:0pt;
}
div.footer-inner p{
	color:#666666;
	margin:0;
}

/*------------------------------------------------left--------------------*/
#left{
	width:400px;
	float:left;
	margin-left: 0px;
	padding: px 0 20px 0;
}
#left1{
	width:375px;
	background:#cccccc;
	border:#999999 solid 2px;
	margin:0 0 4px 0;
	padding:5px 10px 6px 9px;
	color:#333333;
	height: 80px;
}
#left1 p.pic1{
	display:block;
	background:url(../engines/rec/img/lft_pic1.gif) 0 0 no-repeat;
	width:88px;
	height:78px;
	margin:2px 0 0 0;
	float:left;
}
#left1 p.boxTxt1{
	float:right;
	padding:10px 0 0 5px;
	border-left:#666666 dotted 2px;
	font:normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:275px;
	height: 70px;
}
#left1 p.boxTxt1 span{
	font:normal 19px/17px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:inherit;
	padding:0 0 3px 25px;
	margin:0 0 10px 0;
	background:url(../engines/rec/img/one.gif) 0 0 no-repeat;
	height:17px;
	display:block;
	width: 275px;
	border-bottom: 2px dotted #666666;
}
#left2{
	width:316px;
	background:url(../engines/rec/img/lft_box_bg.gif) 0 0 no-repeat #EAEADA;
	border:#DDDDCA solid 7px;
	margin:0 0 4px 0;
	padding:5px 10px 6px 17px;
	color:#878767;
	height: 80px;
}
#left2 p.pic2{
	display:block;
	background:url(../engines/rec/img/lft_pic2.gif) 0 0 no-repeat;
	width:74px;
	height:74px;
	margin:8px 0 0 0;
	float:left;
}
#left2 p.boxTxt2{
	float:right;
	padding:0 0 0 15px;
	border-left:#F9F9F1 solid 2px;
	font:normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:199px;
}
#left2 p.boxTxt2 span{
	font:normal 19px/17px Arial, Helvetica, sans-serif;
	color:#D76E08;
	background-color:inherit;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	background:url(../engines/rec/img/two.gif) 0 0 no-repeat;
	height:17px;
	display:block;
}
#left3{
	width:324px;
	background:url(../engines/rec/img/lft_box_bg.gif) 0 0 no-repeat #EAEADA;
	border:#DDDDCA solid 7px;
	margin:0;
	padding:5px 10px 6px 9px;
	color:#878767;
}
#left3 p.pic3{
	display:block;
	background:url(../engines/rec/img/lft_pic3.gif) 0 0 no-repeat;
	width:94px;
	height:71px;
	margin:5px 0 0 0;
	float:left;
}
#left3 p.boxTxt3{
	float:right;
	padding:0 0 0 15px;
	border-left:#F9F9F1 solid 2px;
	font:normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:199px;
}
#left3 p.boxTxt3 span{
	font:normal 19px/17px Arial, Helvetica, sans-serif;
	color:#D76E08;
	background-color:inherit;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	background:url(../engines/rec/img/three.gif) 0 0 no-repeat;
	height:17px;
	display:block;
}
/*------------------------------------------------left--------------------*/

/*-----------------------------------------table for boats ---------------*/

a {
}
a:hover {
	color:#D00000;
}

#mytable {
	width: 625px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../engines/rec/img/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../engines/rec/img/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../engines/rec/img/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
body#home .colleft {
	padding-bottom:0px;
	background-color: #3d3a3a;
}
