*{
	margin:0px;
	padding:0px;
	border:none;
}

body{
	background-image:url(images/body_bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2d2d2d;
	background-color:#ffffff;
}

a{
	text-decoration:none;
	outline:none;
}

table{
	border-collapse:collapse;
	padding:0px;
}

h1{
	font-size:22px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	color:#098ac3;
	line-height:22px;
	text-transform: uppercase;
	margin-bottom:12px;
}

h2{
	font-size:20px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#0067a2;
	line-height:22px;
	margin-bottom:10px;
}
h2 span.small{
	font-size:16px;
	color:#758188;
	font-weight:normal;
	font-style:italic;
}
h2 a{
	color:#0067a2;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}

h3{
	font-size:14px;
	margin-bottom:8px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

p{
	margin-bottom:17px;
	line-height:17px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p a{
	color:#006da6;
	text-decoration:none;
	font-weight:bold;
}
p a:hover{
	color:#4cbaff;
	text-decoration:underline;
}

ul{
	margin-left:10px;
	font-size:12px;
	display:block;
	clear:both;
	margin-bottom:20px;
}
ol{
	margin-left:10px;
	font-size:12px;
	display:block;
	clear:both;
	margin-bottom:20px;
}
li{
	padding-left:10px;
	margin-left:14px;
	line-height:16px;
	margin-bottom:12px;
	color:#2d2d2d;
}
li a{
	color:#0067a2;
	text-decoration:none;
}
li a:hover{
	text-decoration:underline;
}

#Page_Container{
	width:100%;
	position:relative;
	background-image:url(images/middle_bg.jpg);
	background-position:center 266px;
	background-repeat:no-repeat;
}

#Full_Container{
	width:100%;
	position:relative;
	background-image:url(images/footer_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

#Content_Container{
	width:960px;
	position:relative;
	margin:0px auto;
	min-height:700px;
}

.interior{
	position:relative;
	margin:0px 10px;
	width:940px;
}

#Header{
	width:960px;
	height:202px;
	position:relative;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	z-index:10000;
}



/*Navigation elements*/
#Navigation{
	position:relative;
	height:44px;
	z-index: 10000;
	text-align:center;
	width:940px;
	padding:3px 10px 7px 10px;
	background-image:url(images/nav_bg.png);
}

#tab {
	margin: 0;
	top: 0;
}
#tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#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;
}
#tab a span {
	display: block;
	height:14px;
	line-height: 14px;
	background-image:url(images/nav_hover_bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	padding:15px 10px;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #054e7f;
}
#tab li.item_active a {
	background-position: right bottom;
}
#tab a:hover {
	background-position: right bottom;
}
#tab li.item_active a span {
	font-style: normal;
	text-decoration: none;
}
#tab a:hover span {
	font-style: normal;
	text-decoration: none;
	cursor:pointer;
	background-position:center top;
}

#tab a span#Left_Nav_Button{
	background-position:left bottom;
	padding:15px 11px 15px 16px;
}
#tab a:hover span#Left_Nav_Button{
	background-position:left top;
}
#tab a span#Right_Nav_Button{
	background-position:right bottom;
	padding:15px 16px 15px 11px;
}
#tab a:hover span#Right_Nav_Button{
	background-position:right top;
}

.dropmenudiv {
	position: absolute;
	top: -20px;
	float: left;
	display: block;
	visibility: hidden;
	color: #ffffff;
	z-index: 10000;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	margin-top:2px;
}
.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
	letter-spacing:1px;
}
.dropmenudiv li {
	display: inline;
	margin: 0;
	padding: 0;
}
.dropmenudiv li.subnav_top{
	width:264px;
	background-image:url(images/subnav_top.png);
	height:8px;
	display:block;
	line-height:8px;
	font-size:6px;
}
.dropmenudiv li.subnav_bottom{
	width:264px;
	background-image:url(images/subnav_bottom.png);
	height:12px;
	display:block;
	line-height:12px;
	font-size:6px;
}
.dropmenudiv li.subnav_separator{
	width:264px;
	background-image:url(images/subnav_separator.png);
	height:3px;
	display:block;
	line-height:3px;
	font-size:1px;
}
.dropmenudiv a:visited {
	margin: 0;
	padding: 0;
	display: block;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	width:250px;
}
.dropmenudiv a:link {
	margin: 0;
	padding: 0;
	display: block;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	width:264px;
}
.dropmenudiv a span {
	float: left;
	display: block;
	line-height: 28px;
	padding: 0px 12px;
	color: #b0d3eb;
	background-image:url(images/subnav_bg.png);
	background-repeat:repeat-y;
	width:240px;
}
.dropmenudiv a span {
	float: none;
}
.dropmenudiv a:hover {
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}
.dropmenudiv a:hover span {
	color: #ffffff;
	width:232px;
	padding:0px 16px;
}

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


a.contact_btn{
	width:228px;
	height:22px;
	display:block;
	text-decoration:none;
	float:right;
	background-image:url(images/contact_btn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:16px 8px 0px 0px;
	color:#c5c5c5;
	font-size:11px;
	line-height:12px;
	padding:31px 0px 1px 15px;
}
a.contact_btn:hover{
	cursor:pointer;
	text-decoration:none;
	background-position:0px -54px;
	color:#ffffff;
}



a.home_btn{
	width:464px;
	height:115px;
	display:block;
	text-decoration:none;
	float:left;
	margin:2px 0px 0px 6px;
	color:#1ea5d2;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/home_icon.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:7px 0px 0px 30px;
}
a.home_btn:hover{
	cursor:pointer;
	text-decoration:none;
	color:#ffffff;
}

.spacer{
	width:100%;
	clear:both;
}	





#Footer{
	width:100%;
	background-image:url(images/footer_main_bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:130px;
	position:relative;
	padding-top:40px;
}
#Footer_Body_Table{
	width:960px;
	margin:0px auto;
}
#Footer_Body_Table td.left{
	vertical-align:top;
	width:300px;
	padding-top:12px;
}
#Footer_Body_Table td p{
	font-size:11px;
	color:#cacaca;
	line-height:14px;
}
#Footer_Body_Table td h4{
	font-size:12px;
	color:#e2e1e1;
}
#Footer_Body_Table td a{
	font-size:11px;
	color:#cacaca;
}
#Footer_Body_Table td.center{
	vertical-align:top;
	width:220px;
	padding-left:20px;
	padding-top:12px;
}
#Footer_Body_Table td.right{
	vertical-align:top;
	padding-left:20px;
	padding-top:12px;
}





#Social_Links{
	float:right;
	height:54px;
	width:241px;
	width:241px;
	background-image:url(images/social_holder.png);
	margin:0px 10px;
}
#Social_Links_Top{
	height:18px;
	padding:7px 18px;
}	
#Social_Links_Top span{
	float:left;
	display:block;
	line-height:12px;
	padding:3px 0px;
	font-size:11px;
	color:#b3cfdc;
	font-weight:bold;
}
#Social_Links a{
	display:block;
	margin-left:18px;
	float:right;
}
#Social_Links_Bottom{
	text-align:center;
	display:block;
	line-height:13px;
	padding:5px 0px;
	font-size:11px;
	color:#2f76a4;
}

#Slideshow{
	width:664px;
	height:318px;
	z-index:1;
	float:right;
	margin:0px 8px 0px 0px;
}



#Search{
	width:264px;
	height:318px;
	background-image:url(images/home_search.png);
	float:left;
	margin-left:8px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
}
#Search label{
	white-space:nowrap;
}
#Search_Radios_Table{
	width:240px;
	margin:0px 12px;
	border-collapse:collapse;
}
#Search_Radios_Table input{
	height:12px;
	width:12px;
	padding-top:2px;
}
#Search table td{
	line-height:14px;
	padding-top:6px;
}
#Search_Body_Table{
	width:240px;
	margin:0px 12px;
	border-collapse:collapse;
}
#Search_Body_Table input{
	border:1px solid #d2601b;
	height:14px;
	font-size:11px;
	color:#cdbfbf;
	padding:2px 4px;
}
#Search_Body_Table select{
	border:1px solid #d2601b;
	padding:1px;
	height:20px;
	width:100%;
	font-size:11px;
	color:#333333;
}
#Search_Body_Table select:focus{
	border:1px solid #993333;
}
#Search_Body_Table option{
	padding:2px 6px;
}



#Search_Body_Table input.submit_01{
	display:block;
	line-height:15px;
	height:26px;
	padding:4px 0px 5px 0px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:11px;
	background-image:url(images/btn_01.png);
	background-position:top;
	width:100px;
	border:none;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	margin-top:6px;
}
#Search_Body_Table input.submit_01:hover{
	background-position:bottom;
	text-decoration:none;
	border:none;
	cursor:pointer;
}

#Inventory_Search_Holder{
	position:absolute;
	right:10px;
	width:264px;
	height:318px;
}


a.button_01{
	display:block;
	line-height:12px;
	padding:7px 0px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:11px;
	background-image:url(images/btn_01.png);
	background-position:top;
	width:100px;
}
a.button_01:hover{
	background-position:bottom;
	text-decoration:none;
	cursor:pointer;
}





#OEM_Logos{
	height:50px;
	width:960px;
	text-align:center;
	margin-bottom:10px;
}
#OEM_Logos td{
	padding:0px 30px;
}
#OEM_Logos a img{
	border-top:2px solid #FFFFFF;
	border-bottom:none;
}
#OEM_Logos a:hover img{
	border-top:none;
	border-bottom:2px solid #286e9d;
}





.left_column{
	float:left;
	width:670px;
}
.left_column2{
	float:left;
	width:660px;
	margin-left:10px;
}
.right_column{
	float:right;
	width:275px;
}



#Welcome{
	margin-left:10px;
}
#Welcome h2{
	margin-bottom:1px;
}
#Welcome h1{
	margin-bottom:4px;
}
#Welcome p{
	margin-bottom:20px;
}




#Home_Featured_Boat{
	width:640px;
	height:117px;
	background-image:url(images/featured_boat_bg.png);
	background-repeat:no-repeat;
	margin-left:8px;
	padding:11px 12px 0px 12px;
}
.home_featured_block{
	text-align:left;
	display:block;
}
.home_featured_block p{
	font-size:11px;
	color:#a6c3d0;
	line-height:14px;
	margin-bottom:10px;
}
.home_featured_block a span{
	font-size:12px;
	color:#55c5ef;
	font-weight:bold;
	line-height:14px;
	display:block;
	float:right;
	text-align:right;
	text-decoration:none;
}
.home_featured_block a:hover span{
	color:#b0dcee;
	text-decoration:underline;
}
.home_featured_block a h3{
	padding-top:28px;
	line-height:16px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}
.home_featured_block a:hover h3{
	color:#ffffff;
}
.home_featured_block a img{
	float:left;
	width:140px;
	height:100px;
	margin-right:12px;
	border:1px solid #a5cfe4;
}
.home_featured_block a:hover img{
	border:1px solid #ffffff;
}





#Latest_News_Bar{
	width:266px;
	height:380px;
	background-image:url(images/latest_news_bg.png);
	margin:8px 8px 0px 1px;
}

.latest_new_block{
	margin:26px 12px 0px 12px;
	text-align:left;
}
.latest_new_block a{
	display:block;
}
.latest_new_block a h3{
	line-height:14px;
	font-size:12px;
	font-weight:bold;
	color:#233f57;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}
.latest_new_block a:hover h3{
	color:#198ac5;
}
.latest_new_block p{
	font-size:11px;
	color:#84888b;
	line-height:14px;
	margin-bottom:3px;
}
.latest_new_block a span{
	font-size:11px;
	color:#007ece;
	font-weight:bold;
	line-height:12px;
	display:block;
	float:right;
	text-align:right;
	text-decoration:none;
}
.latest_new_block a:hover span{
	color:#f27011;
	text-decoration:underline;
}




#Contact_Form{
	background-color:#e0eaed;
	padding:6px 0px 10px 0px;
	width:938px;
	border:1px solid #c9dae1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#Contact_Form table td{
	line-height:16px;
	font-size:11px;
	padding:4px 10px 0px 10px;
}
#Contact_Form table input{
	border:1px solid #abc7d3;
	height:18px;
	padding:1px 4px;
	width:278px;
}
#Contact_Form table input:focus{
	border:1px solid #0e5ba4;
}
#Contact_Form table textarea{
	border:1px solid #abc7d3;
	height:150px;
	padding:2px 4px;
	width:600px;
}
#Contact_Form table textarea:focus{
	border:1px solid #0e5ba4;
}

iframe.map{
	width:454px;
	height:300px;
	padding:2px;
	border:1px solid #abc7d3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}





.wordpress img.alignleft{
	float:left;
	border:1px solid #222222;
	padding:1px;
	background-color:#FFFFFF;
	margin:2px 10px 1px 0px;
}
.wordpress img.alignright{
	float:right;
	border:1px solid #222222;
	padding:1px;
	background-color:#FFFFFF;
	margin:2px 0px 1px 10px;
}
.wordpress img.aligncenter{
	border:1px solid #222222;
	padding:1px;
	background-color:#FFFFFF;
	margin:2px auto 1px auto;
	clear:both;
	display:block;
}
.wordpress img{
	border:1px solid #222222;
	padding:1px;
	background-color:#FFFFFF;
	margin:2px 10px 1px 10px;
}

.wordpress a:hover img{
	border:1px solid #008ed8;
}

.wordpress h1{
	font-size:18px;
	margin:0px 0px 18px 0px;
	line-height:18px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress h2{
	font-size:16px;
	margin:0px 0px 16px 0px;
	line-height:16px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress h3{
	font-size:14px;
	margin:0px 0px 14px 0px;
	line-height:14px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress h4{
	font-size:12px;
	margin:0px 0px 12px 0px;
	line-height:12px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.wordpress ul{
	margin-left:3px;
	font-size:12px;
	display:block;
	clear:both;
	margin-bottom:15px;
}
.wordpress ol{
	margin-left:3px;
	font-size:12px;
	display:block;
	clear:both;
	margin-bottom:15px;
}
.wordpress li{
	padding-left:3px;
	line-height:16px;
	margin-bottom:12px;
	color:#2d2d2d;
}

.wordpress li ul{
	padding-left:20px;
	line-height:16px;
	margin-bottom:0px;
	color:#2d2d2d;
}
.wordpress li ol{
	padding-left:20px;
	line-height:16px;
	margin-bottom:0px;
	color:#2d2d2d;
}
.wordpress li ul li{
	padding-left:5px;
	line-height:16px;
	margin-bottom:5px;
	color:#2d2d2d;
}
.wordpress li ol li{
	padding-left:3px;
	line-height:16px;
	margin-bottom:5px;
	color:#2d2d2d;
}
.wordpress table td{
	padding:4px;
}
.wordpress table p{
	margin-bottom:0px;
}


#Inventory_Frame_Holder{
	width:664px;
	float:right;
	margin:0px 8px 0px 0px;
}

#Inventory_Frame_Holder iframe{
	width:658px;
	height:500px;
	padding:2px;
	border:1px solid #abc7d3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color:#FFFFFF;
}

.small_side_box{
	width:266px;
	background-image:url(images/small_side_box.png);
	margin:0px 8px 0px 1px;
	padding:36px 0px 4px 0px;
}
.small_side_box_bottom{
	width:266px;
	background-image:url(images/small_side_box_bottom.png);
	height:14px;
	margin:0px 8px 0px 1px;
}
.small_side_box a.biglink{
	font-size:14px;
	text-align:right;
	display:block;
	padding:4px 20px;
	color:#004c77;
	font-weight:bold;
	line-height:18px;
	margin:8px 0px;
}
.small_side_box a.biglink:hover{
	color:#e26e10;
	text-decoration:underline;
}

span.title a{
	font-size:16px;
	font-weight:bold;
	color:#003366;
}
span.powered{
	display:none;
}


#Super_Small_Weather_Links{
	position:absolute;
	top:73px;
	right:256px;
	width:52px;
	z-index:1000;
	text-align:right;
}
#Super_Small_Weather_Links a{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
	color:#7d8c94;
	display:block;
	line-height:15px;
}
#Super_Small_Weather_Links a:hover{
	color:#0d7ebe;
}