/* @group Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size: 1em; font-weight: normal; font-style: normal;}
ul,ol {list-style: none;}
fieldset,img {border: none;}
caption,th {text-align: left;}
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 18px;}
.clear {clear: both; display: block; height: 0; overflow: hidden; width: 0;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block; display: block;}
* html .clearfix {height: 1%;}
:focus{outline:0}
/* @group General */
body {font: 14px/1.5 Arial, sans-serif; background-color: #fff; color: #000;}
a {color: #0018ff;}
a:hover {color: #0018ff;}
a:link, a:visited, a:active, a:hover {text-decoration: none;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
sup {padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #777; _position: static !important;}
abbr {border: 0;}
p {margin-bottom: 18px;}
h1 {font-weight: bold; font-size: 20px; line-height: 30px; margin-bottom: 18px;}
h2 {font-weight: bold; font-size: 16px; line-height: 20px; margin-bottom: 12px;}
h3 {font-weight: bold; font-size: 14px; line-height: 18px; margin-bottom: 8px;}
h4,h5,h6 {font-weight: bold; font-size: 1em; line-height: 16px; margin-bottom: 8px;}
blockquote {margin: 1.5em 0; padding: 18px 18px 0; color: #333; border:1px solid #ccc; background-color: #fff;}
hr {border: 0 none #ddd; clear: both; height: 0; border-top: 1px solid #ccc; border-bottom: 1px solid #fff; margin: 18px 0;}
pre, code {font-family: Courier, "Courier New", monospace; font-size: 12px; color: #666;}
pre {margin: 0 0 1em 0; padding: 0 0 0.5em 0; white-space: pre-wrap;}
dl {margin-bottom: 18px;}
.hide {display: none;}
/* iPhone */
@media screen and (max-device-width: 480px) {
html {-webkit-text-size-adjust: none;}
}


/* @group Content */

#wrapper, body {
	font: 14px/1.5 Helvetica,Arial,Tahoma,FreeSans,sans-serif;
}
body {
	background: #fff url('http://gulfcraft.com/images/gulfcraft/bg.jpg') repeat-x scroll center bottom;
}
#header-wrap {
	position: relative;
}
#header-content {
	background: transparent url('http://gulfcraft.com/images/gulfcraft/header-bg.jpg') no-repeat scroll center top;
	width: 950px;
	height: 190px;
	margin: 0 auto;
	position: relative;
}

#header-content .header-boat {
	background: transparent url('http://gulfcraft.com/images/gulfcraft/head-boat.png') no-repeat scroll right top;
	width: 361px;
	height: 163px;
	position: absolute;
	right: 0;
}
#header-content .flag  {
	position: absolute;
	left: 15px;
	top: 10px;
}

#header-content .flag ul li {
	float: left;
}


#navigation-wrap {

}
#navigation-content {
	background: transparent url('http://gulfcraft.com/images/gulfcraft/nav-bg.png') no-repeat scroll center top;
	width: 950px;
	height: 67px;
	margin: 0 auto;
	position: relative;
}
#navigation-content ul.main-menu li {
	float: left;
	border-left: 1px solid #a0d9f5;
	height: 48px;
	margin-top: 6px;
}
#navigation-content ul.main-menu li.nav-home {
	width: 90px;
	border: none;
}
#navigation-content ul.main-menu li.nav-about {
	width: 110px;
}
#navigation-content ul.main-menu li.nav-crew {
	width: 150px;
}
#navigation-content ul.main-menu li.nav-passenger {
	width: 120px;
}
#navigation-content ul.main-menu li.nav-catamarans {
	width: 140px;
}
#navigation-content ul.main-menu li.nav-blog {
	width: 86px;
}
#navigation-content ul.main-menu li.nav-channel {
	width: 118px;
}
#navigation-content ul.main-menu li.nav-contact {
	width: 110px;
}
#navigation-content ul.main-menu li a {
	color: #06374c;
	font-size: 18px;
	padding: 10px 0 0 10px;
	display: block;
	height: 38px;
}

#navigation-content ul.main-menu li a:hover {color:#fff;}
#navigation-content ul.main-menu li:hover a {color:#fff;}
#navigation-content .main-menu ul li a:hover {color:#fff;}



#navigation-content ul.main-menu li a.active {
	color: #fff;
}

.boat-thumb {
	margin: 10px auto 0 auto;
	background: #465773;
	padding: 27px 10px;
	overflow: hidden;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.boat-content>div {
	float: left;
	padding: 0 8px;
	position: relative;
}
.boat-content a {
	background: #fff;
	display: block;

}
.boat-content img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.boat-content .caption-white {
	width: 284px;
	font-size: 28px;
	color: #16598d;
	padding: 8px 0 4px 10px;
	position: absolute;
	bottom: -18px;
	left: 8px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff)";
}
#content {
	position: relative;
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
}
.content-main {
	background: #fff;
	overflow: hidden;
	padding-bottom: 23px;
	margin-top: 23px;
	border: 1px solid #c2c7cc;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
}
.content-main h1 {
	font-size: 24px;
	font-weight: bold;
	color: #465773;
	margin: 0 0 18px 0;
}
.content-main h1.full-w {
	margin: 16px 0 18px 25px;
}
.content-main h2 {
	font-size: 24px;
	font-weight: bold;
	color: #465773;
	margin: 0 0 18px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #808080;
}
.content-main .l-col {
	width: 580px;
	margin-left: 25px;
	margin-top: 28px;
	float: left;
}
.content-main .r-col {
	margin-left: 635px;
}
.content-main .youtube {
	text-align: center;
	overflow: hidden;
}
.content-main .youtube>div {
	padding: 0 20px 0 20px;
	float: left;
}
.content-main .boat-l-col {
	width: 335px;
	margin-left: 25px;
	float: left;
}
.content-main .boat-r-col {
	margin-left: 440px;
	margin-right: 25px;
}

#sidebar {
	margin-top: 28px;
	width: 292px;
}
#sidebar .sidebar-head{
	background: transparent url('http://gulfcraft.com/images/gulfcraft/sidebar-header-bg.png') no-repeat scroll center top;
	height: 29px;
	color: #fff;
	font-size: 18px;
	padding: 15px 0 0 13px;
	border-bottom: 1px solid #fff;
}
#sidebar .sidebar-bottom {
	background: #3ba4df;
	height: 9px;
	border-top: 1px solid #fff;
}

#sidebar .sidebar-detail {
	background: #e0e0e0;
	overflow: hidden;
	padding: 15px 7px;
}
#sidebar .sidebar-detail ul li:first-child {
	border-top: 1px dotted #000000;
}
#sidebar .sidebar-detail ul li {
	border-bottom: 1px dotted #000000;
	padding: 2px 2px;
	overflow: hidden;
}
#sidebar .sidebar-thumb {
	float: left;
	margin-right: 10px;
}
#sidebar .sidebar-desc {
	float: left;
}
#sidebar .sidebar-desc a {
	display: block;
}
#sidebar .sidebar-year {
	color: #656565;
}
#sidebar .sidebar-year a {
	color: #656565;
	font-weight:normal;
}
#sidebar .sidebar-year a:hover {text-decoration:underline;}
#sidebar .sidebar-about {
	color: #454545;
	margin: 10px;
}
#sidebar .sidebar-about-image {
	border: 1px solid #64beed;
}

#footer-wrap {
	padding-bottom: 50px;
}
#footer-wrap a,
#footer-wrap a:hover {
	color: #fff;
}
#footer-content {
	position: relative;
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	background: transparent url('http://gulfcraft.com/images/gulfcraft/footer-bg.png') no-repeat scroll center top;
	height: 172px;
	color: #fff;
	font-size: 12px;
}
#footer-content .logo {
	float: left;
	margin: 35px 0 0 30px;
}
#footer-content .col-1 {
	float: left;
	margin: 48px 0 0 25px;
}
#footer-content .col-2 {
	float: left;
	margin: 48px 0 0 60px;
}
#footer-content .col-3 {
	float: left;
	margin: 25px 0 0 50px;
}
#footer-content .title {
	font-size: 14px;
	font-weight: bold;
}
#footer-content ul {
	float: left;
}
#footer-content ul li {
	list-style-type: disc;
	list-style-position: inside;
}


body#popup {
	background: #fff;
	width: 760px;
}

#popup-wrap .col-1 {
	width: 525px;
	float: left;
}
#popup-wrap .col-2 {
	margin-left: 550px;
	width: 174px;
}
#popup-wrap .title {
	color: #749fc9;
	font-size: 20px;
}
#popup-wrap .title span {
	color: #bb6601;
}
#popup-wrap .thumb {
	padding-bottom: 15px;
}

#popup-wrap .caption-white {
	color: #000;
	font-weight: bold;
}
#popup-wrap .desc {
	color: #646463;
}
#popup-wrap a,
#popup-wrap a:hover {
	color: #bb6601;
}
#popup-wrap .popup-list {
	float: left;
	max-height: 380px;
	overflow: auto;
	overflow-x:hidden;
	overflow-y:auto;
}
#popup-wrap .popup-list li {
/*	list-style-type: disc;
	list-style-position: inside; */
	color: #164373;
	width: 174px;
	border-bottom: 2px dashed #d0d9e3;
	background:#ffffff url(http://gulfcraft.com/images/gulfcraft/bullet.png) left no-repeat;
	padding-left: 15px;
	font-size: 15px;
}
#popup-wrap .popup-list li a,
#popup-wrap .popup-list li a:hover {
	color: #164373;
	padding: 5px 0 5px 2px;
	display: block;
	margin: 4px 0;
}
#popup-wrap .popup-list li.activeSlide a {
	background: #e6b77f;
}
#popup-wrap .nav-title {
	display: none;
}


#breadcrumb {
	margin-left: 25px;
	margin-top: 16px;
	font-size: 12px;
}
#breadcrumb a {
	color: #0024ff;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
.specification {
	color: #626262;
	margin: 0 0 16px 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #808080;
	font-weight: bold;
        font-size:12px;
line-height:13px;
}
.specification table {
	margin: 0px;
        width:100%;
}
.specification table tr {
	border-bottom: 1px dotted #CFCFCF;
}
.specification .title {
	color: #39a3df;
	font-size: 16px;
margin:0px 0px 10px 0px;
}
.specification.last {
	margin: 0 0 36px 0;
}
.specification.other {
	font-weight: normal;
	border: none;
}
.specification.other .title {
	font-size: 16px;
	font-weight: bold;
	color: #626262;
}
.future-info {
	color: #19455c;
	font-size: 18px;
	text-align: center;
}
.sep {
	border-bottom: 1px solid #808080;
	margin: 0 0 36px;
	padding-bottom: 16px;
}











/* @group misc */
.pr-20 {
	padding-right: 20px;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;border:10px solid #fff;background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:transparent; padding:1px;}
        #cboxLoadingGraphic{background:url(http://gulfcraft.com/images/gulfcraft/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext {text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(http://gulfcraft.com/images/gulfcraft/controls.png) no-repeat 0 0;}
		#cboxClose{text-indent:-9999px; width:63px; height:26px; position:absolute; top:0px; background:url(http://gulfcraft.com/images/gulfcraft/popup-close.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{right:0px;}
        #cboxClose.hover{background-position: 0px 0px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}




/* pika Styles */
.pika-wrap {width: 400px; margin: 0 auto;}
.pika-image {position: relative; height: 340px; width: 492px; padding: 0px 0px 0px 0px;}
	/*position image holders */
	.pika-image .animation, .pika-image .main-image {position: absolute; top: 0px; left: 0px;}
	.pika-image .animation {display: none;z-index:2;}
	.pika-image img {border:0;}

.pika-image .caption {position: absolute; xbackground: url(http://gulfcraft.com/images/gulfcraft/75-black.png);  xborder: 1px solid #141414; font-size: 10px !important; color: #000; padding: 0px 12px 0px 0px; text-align: right; xbottom: -15px; right: 0px;}
	.pika-image .caption p {padding: 0; margin: 0; line-height: 14px;}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url(http://gulfcraft.com/images/gulfcraft/prev.png) no-repeat left 50%; height: 340px; width: 50px; top: -10px; left: 0px;cursor:pointer; display:none;}
	.pika-imgnav a.next {background: url(http://gulfcraft.com/images/gulfcraft/next.png) no-repeat right 50%; height: 340px; width: 50px; top: -10px; right: 10px;cursor:pointer; display:none;}
	.pika-imgnav a.play {background: url(http://gulfcraft.com/images/gulfcraft/play.png) no-repeat 50% 50%; height: 100px; width: 40px;top:110px;left:47%;display: none;cursor:pointer;}
	.pika-imgnav a.pause {background: url(http://gulfcraft.com/images/gulfcraft/pause.png) no-repeat 50% 50%; height: 100px; width: 40px;top:110px;left:47%;display:none;cursor:pointer;}

.pika-textnav {overflow: hidden; margin: 10px 0 0 0;}
.pika-textnav a {font-size: 12px; text-decoration: none; font-family:  helvetica, arial, sans-serif; color: #333; padding: 4px;}
		.pika-textnav a:hover {background: #e5e5e5; color: #0065B2;}
	.pika-textnav a.previous {float: left; width: auto; display: none;}
	.pika-textnav a.next {float: right; width: auto; display: none; margin-right:15px;}

.pika-thumbs {margin: 10px 0 0 0; padding: 0; overflow: hidden; }
	.pika-thumbs li {float: left; list-style-type: none; width: 74px; padding: 3px; margin: 0 2px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
		.pika-thumbs li:last {margin: 0;}
		.pika-thumbs li .clip {position:relative;width: 74px; height: 74px; text-align: center; vertical-align: center; overflow: hidden;}

.clip span{background-color:black;position:absolute;top:5px;left:5px;display:block;}
ul#pikame{width:570px;}
ul#pikame-2{width:570px;}


/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 15px 0px 15px 10px;}
.jcarousel-skin-pika .jcarousel-container-vertical { width: 90px; height: 350px; padding: 20px 20px;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 90px; width: 460px;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  90px; height: 350px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}
.jcarousel-skin-pika .jcarousel-item-vertical {margin-bottom: 10px;}
.jcarousel-skin-pika .jcarousel-item-placeholder {background: #fff; color: #000;}




/* Blog Styles */

#blog-posts {
	width: 580px;
	float: left;
}

#blog-posts h2 {
border-bottom:none;
font-weight: bold; 
font-size: 20px; 
line-height: 20px; 
margin:0px 0px 0px 0px;
}

#blog-posts h2 a {color:#465773;}

.blog-info {
padding:8px;
width:560px;
background:#eaeaea;
margin:0px 0px 15px 0px;
}

.blog-info p {
font-size:11px;
line-height:14px;
margin:0px;
padding:0px;
}


.blog-info a {color:#000;}

.blog-info a:hover {text-decoration:underline;}
