<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div {
	font-family: 'century gothic';
}
body {
	font-family: "gill sans mt", "lucida sans unicode", sans-serif;
	line-height: 1.3;
}
.MainContainerA {
	text-align: center;
	/*margin-left: 10px;*/
}
.BoatBoxes {
	float: left;
	margin: 3px;
	width: 32.5%;
	border: 1px solid white;
	font-family: 'century gothic';
	/*min-width: 500px;
	height: 350px;
	min-width: 400px;*/
	height: 280px;
	/*-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;*/
	border: 1px solid #EC8E00 ;
}
.BoatBoxes.w2 {
	width: 49%;
}
.BoatBoxes.w3 {
	width: 99%;
}

.LogoBox {
	float: left;
	margin:3px;
	width: 32.5%;
	/*min-width: 500px;
	height: 350px;*/
	min-width: 400px;
	height: 280px;
	border: 1px solid #EC8E00 ;
	font-family: 'century gothic';
	color: gray;
	font-size: 14px;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}


@media screen and (min-width: 1260px) {
 .BoatBoxes { width: 32.5% }
 .LogoBox {width: 32.5%}
}
@media screen and (min-width: 850px) and (max-width: 1259px) {
 .BoatBoxes { width: 49% }
 .LogoBox{width: 49%}
 .c3 {}
}
@media screen and (max-width: 849px) {
 .BoatBoxes { width: 99% }
 .LogoBox{width: 99%}
}

.overlay_contents {
	position: absolute;
	text-align:right;
	width: 32%;
	z-index:-1;
	font-family: 'century gothic';
	/*min-width: 500px;*/
	min-width: 400px;
}

img.boat {
	/*min-width: 500px;
	height: 350px;*/
	min-width: 400px;
	height: 280px;
	width: 100%;
}
h1 {
	font-size: 20px;
	color: #005BA8;
	text-align:center;
	padding: 30px;
	font-weight: normal;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}
hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.boatDescriptionTitle {
	float:left;
	color: gray;
	text-transform: uppercase;
	width: 50%;
	margin-right: 20px;
}
.boatDescritionValue {
	color: gray;
	float:left;
	text-align:left;

}
.sidebarBoatModel {
	color:white;
	text-align:center;
	font-family: 'century gothic';
	margin-bottom: 5px;
}

.menu {
	float:right; 
	font-family: "gill sans mt","lucida sans unicode",sans-serif;
	font-size:100%;
}
.sidebarTitle {
	font-size: 11px;
	color:white;
	float:left;
	margin-right: 10px;
	margin-left:5px;
}
.sidebarDescription {
	font-size: 11px;
	color: white;
}

#slide {
    position:fixed;
    bottom:0px;
    right:0;
    width:220px;
    height:100%;
    background-color:#EC8E00;
	/*background-color:white;
	border: 1px solid #EC8E00;*/
    layer-background-color:#ffffff;
	display:none;
}
.sidebar_handle {
	position: fixed;
	width: 33px;
	height: 64px;
	/*background: url("http://DenisonYachtSales.com/images/APIWebsites/sidebar_handle.png") no-repeat scroll 0px 0px transparent;*/
	background: url("http://DenisonYachtSales.com/images/APIWebsites/arrow-ab.png") no-repeat scroll 0px transparent;
	right: 0px;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
}
.top_navi {
	float: right;
	color: #EC8E00;
	text-decoration: none;
	padding: 2px 8px 3 px;
	letter-spacing: 2px;
	height: auto;
	margin-right: 20px;
}
.main_navi {
	 font-size:1.1em;text-transform: uppercase; /*border:1px solid blue;*/
}
li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style:none;
	float:left;
	font-size: 12px;
	padding: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-right: 1px solid #fca31c;
}
li:hover {
	background-color: #EC8E00;
	color: white;
}
a {
	outline: none;
}
.top_belt {
	position: fixed;
	right: 0px;
	top: 0px;
	background-color: white;
	width:100%;
	z-index:1000;
}


/* Tiny Carousel */
#slider1 { height: 10%; margin: 30px 0 0; overflow: hidden; position: relative; padding: 0 50px 10px; }
#slider1 .viewport { height:100px; overflow: hidden; position: relative; }
#slider1 .buttons {
    background: #C01313;
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#slider1 .next {
    right: 0;
    left: auto;
    top: 50%;
}
#slider1 .buttons:hover {
    color: #C01313;
    background: #fff;
}
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; height: 240px; width: 50px; left: 0; top: 0; }
#slider1 .overview li { margin: 0 20px 0 0; padding: 1px; height: 121px; border:0px;}



/* jCarusel */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
	width: 300px;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a &lt;ul&gt; element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like &lt;li&gt;'s */
    float: left;
	width: 100px;
}
.jcarousel-prev {
}</pre></body></html>