@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image: url(../../test_bg/grey_paper_bw_photo_swatch07.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}
html {
	height: 100%;
}
.oneColFixCtrHdr #header { 
	/* padding: 0 0px 0 0px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* padding: 10px 0; using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent { 	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:none;
	margin: 0;
	/* background-color:#19F3B9; */
	/* height: 3836px; */
}
.oneColFixCtrHdr #footer {
padding: 0; 	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:none; */
}
.oneColFixCtrHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.copyright
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.style2
{
	font-size: x-large;
}
.style3
{
	font-size: large;
}
.menu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.84em;
	font-weight:700;
	letter-spacing:-.02em;
	line-height:1.3em;
	padding:.9em 0 0 .9em;
	color:#ece6d8;
	text-decoration:none;
}
.tn
{
	display:inline-block;
	margin: 15px;
	padding: 15px;
	letter-spacing: 50px;
	text-align:center;
}
.tn_end
{
	display:inline-block;
	margin: 15px;
	padding: 15px;
	letter-spacing: 50px;
	vertical-align:text-top;
	line-height: 25px;
}
#leftCol /* really is right column */
{	
	height:100%;
	width: 50px; /* defined here (240914) to replace using 0 spacer gif to define in HTML */
	/* background-color:#FCBCCC; */
	/* border: 2px solid black; */
}
#rightBorder
{
	background-image:url(../../images/sliced/right_border_tile.png);
	background-repeat: repeat-y;
}
#rightCol /* really is left column */
{
	height:100%;
	width: 50px; /* defined here (240914) to replace using 0 spacer gif to define in HTML */
	/* background-color:#FCBCCC; */
	/* border: 2px solid black; */
	/* background-image:url(../../images/sliced/left_border_tile.png); */
}
#leftBorder
{
	background-image:url(../../images/sliced/left_border_tile.png);
	background-repeat: repeat-y;
}
#insideCol
{
	position:relative;
	top:50px;
	height:100%;
	background-color:#FCBCCC;
	/* border: 2px solid black; */
}
#galleryMenu {
	position:relative;
	left:43px;
	top:-4px;
	width:150px;
	height:140px;
	z-index:3;
	visibility:hidden;
	background-image:url(../images/gallery_nav_bg.jpg);
	border:none;
	float:left;
}
#aboutMenu {
	position:relative;
	left:143px;
	top:-4px;
	width:116px;
	height:45px;
	z-index:3;
	visibility:hidden;
	background-image:url(../images/about_nav_bg.jpg);
	border:none;
	float:left;
}
#contactMenu {
	position:relative;
	left:250px;
	top:-4px;
	width:116px;
	height:45px;
	z-index:3;
	visibility:hidden;
	background-image:url(../images/contact_nav_bg.jpg);
	border:none;
	float:left;
}
#galleryMenu a:link {
	text-decoration: none;
	color: #ece6d8;
	background: transparent;
}
#galleryMenu a:visited {
	text-decoration: none; 
	color: #ece6d8; 
	background: transparent;
}
#galleryMenu a:hover {
	text-decoration: none; 
	color: #ece6d8;
	background: #6196BC;
}
#galleryMenu a:focus {
	text-decoration: none; 
	color: #ece6d8; 
	background: #6196BC;
}
#galleryMenu a:active {
	text-decoration: none; 
	color: #ece6d8; 
	background: transparent;
}
#aboutMenu a:link {
	text-decoration: none;
	color: #ece6d8;
	background: transparent;
}
#aboutMenu a:visited {
	text-decoration: none; 
	color: #ece6d8; 
	background: transparent;
}
#aboutMenu a:hover {
	text-decoration: none; 
	color: #ece6d8;
	background: #6196BC;
}
#aboutMenu a:focus {
	text-decoration: none; 
	color: #ece6d8; 
	background: #6196BC;
}
#aboutMenu a:active {
	text-decoration: none; 
	color: #ece6d8; 
	background: transparent;
}
#contactMenu a:link {
	text-decoration: none;
	color: #ece6d8;
	background: transparent;
}
#contactMenu a:visited {
	text-decoration: none; 
	color: #ece6d8; 
	background: transparent;
}
#contactMenu a:hover {
	text-decoration: none; 
	color: #ece6d8;
	background: #6196BC;
}
#contactMenu a:focus {
	text-decoration: none; 
	color: #ece6d8; 
	background: #6196BC;
}
#contactMenu a:active {
	text-decoration: none; 
	color: #ece6d8; 
	background: transparent;
}
#description a:link {
	text-decoration: none;
	color: #2659ce;
	background: transparent;
}
#description a:visited {
	text-decoration: none; 
	color: #2659ce; 
	background: transparent;
}
#description a:hover {
	text-decoration: none; 
	color: #ece6d8;
	background: #6196BC;
}
#description a:focus {
	text-decoration: none; 
	color: #ece6d8; 
	background: #6196BC;
}
/* 68d3db 3056c5 */
#description a:active {
	text-decoration: none;
	color: #2659ce;
	background: transparent;
}
#bottom a:link {
	text-decoration: none;
	color: #2659ce;
	background: transparent;
}
#bottom a:visited {
	text-decoration: none; 
	color: #2659ce; 
	background: transparent;
}
#bottom a:hover {
	text-decoration: none; 
	color: #ece6d8;
	background: #6196BC;
}
#bottom a:focus {
	text-decoration: none; 
	color: #ece6d8; 
	background: #6196BC;
}
/* 68d3db 3056c5 */
#bottom a:active {
	text-decoration: none;
	color: #2659ce;
	background: transparent;
}
#splash {
	position:relative;
	left:0px;
	top:0px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#splash02 {
	position:relative;
	left:25px;
	top:0px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#splashtxt {
	position:relative;
	left:25px;
	top:0px;
	width:969px;
	height:1px;
	z-index:1;
	visibility:visible;
	clear:both;
}
#headerDodgers {
	position:relative;
	left:290px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#headerRunaboutStandupTops {
	position:relative;
	left:80px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#headerBiminiTops {
	position:relative;
	left:250px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#headerEnclosures {
	position:relative;
	left:245px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#headerAftDeckEnclosures {
	position:relative;
	left:153px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#headerCovers {
	position:relative;
	left:285px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#headerWindowCovers {
	position:relative;
	left:196px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#headerMiscCovers {
	position:relative;
	left:140px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#headerDiscography {
	position:relative;
	left:240px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#headerHistory {
	position:relative;
	left:285px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#headerInfo {
	position:relative;
	left:220px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#headerUs {
	position:relative;
	left:240px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#callToday {
	position:relative;
	left:20px;
	top:50px;
	width:1px;
	height:1px;
	z-index:1;
	visibility:visible;
}
#orca {
	z-index:1;
	padding: 0px 0px 0px 150px;
	/* background-color:#19F3B9; */
	margin:0;
}
#orcaDesc {
	z-index:1;
	padding: 37px 0px 0px 265px;
	/* background-color:#19F3B9; */
	margin:0;
	text-align: center;
}
#lures {
	z-index:1;
	padding: 0px 0px 0px 620px;
	/* background-color:#19F3B9; */
	margin:0;
}
#orcaImg {
	z-index:1;
	padding: 0px 0px 0px 505px;
	/* padding: 0px 0px 0px 620px; */
	/* background-color:#19F3B9; */
	margin:0;
}
#orcaImgInline {
	float: right;
	margin: 0 0 0 15px;
}
#header {
	z-index:1;
	padding: 0px 0px 0px 0px;
	/* background-color:#19F3B9; */
	background-image:url(../../images/sliced/header_top.png); /* added (240914) sliced */
	background-repeat: no-repeat; /* added (240914) no-repeat */
	margin:0;
}
#bottom {
	z-index:1;
	padding: 0px 0px 0px 0px;
	/* background-color:#19F3B9; */
	background-image:url("../../images/sliced/footer_bottom-02.png"); /* added (240914) sliced */
	background-repeat: no-repeat; /* added (240914) no-repeat */
	background-position: bottom;
	margin:0;
	position: absolute;
	bottom: 0;
	width: 1024px;
	height: 295px;
}
#copyright {
	position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
}
#mainContent {
	z-index:4;
	padding: 0px 0px 0px 0px;
	margin:0;
}
#footer {
	position:relative;
	width:100%;
	z-index:3;
	margin:0;
	padding:0;
	clear:both;
	/* border: 2px solid black; */
	/* background-color:#19F3B9; */
}
#container-All {
	position: relative;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* height: 4340px; */
	height: 8810px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* here's where background was displayed until 240914 */
	/* background-image:url(../../images/temp_border_back_8810.gif); */
	padding: 0;
	/* border: 2px solid black; */
	background-color:#ffffff;
}
#container-Sale {
	position: relative;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* height: 4340px; */
	height: 2675px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* here's where background was displayed until 240914 */
	/* background-image:url(../../images/temp_border_back_8810.gif); */
	padding: 0;
	/* border: 2px solid black; */
	background-color:#ffffff;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/* margin-left: 8px; */
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	/*margin-right: 8px; */
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}