/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*********************************************
 *
 * Defaults
 *
 *********************************************/
body {
	background-color:#000;
	background-position:50% 0;
	background-repeat:no-repeat;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	text-align:center;
}

h1,h2 {
	color:#373737;
	font-weight:normal;
	text-transform:uppercase;
}
h1,h2,h3 {
	text-shadow:1px 1px 0 #fff;
}
h3,h4,h5 {
	color:#373737;
	font-weight:normal;
}
h1,h2,h3,h4,#nav {
	font-family:"trajan-pro-1","trajan-pro-2", Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:10px;
}
h2 {
	font-size:22px;
	line-height:26px;
	margin-bottom:8px;
}
h3 {
	font-size:18px;
	line-height:22px;
	margin-bottom:6px;
}

a {
	color:#046db5;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:none;
}

p {
	padding-bottom:18px;
}


ul,ol {
	padding-bottom:14px;
}
ul li, ol li {
	line-height:16px;
	padding-bottom:6px;
}
ul {
	list-style-type:square;
	padding-left:18px;
}


button {
	background:none;
	cursor:pointer;
	margin:0;
	padding:0;
	border:none;
	font-weight:bold;
	font-size:14px;
}

hr {
	/*border-top:1px dotted #c5c5c5;*/
	border-right:none;
	border-left:none;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #fff;
	margin-bottom:18px;
}

#nav, .sideNav, .sideNav ul, .siteMap {
	list-style-type:none;
	padding-left:0;
}

/*********************************************
 *
 * Global Layout
 *
 *********************************************/
#wrap {
	margin:0 auto;
	text-align:left;
	width:960px;
}
#printHeader {
	padding-bottom:10px;
}
#printHeader span {
	float:right;
	font-size:14px;
	padding-top:8px;
}
#header {
	background:url(../images/header_bg.png) repeat-x 0 0;
	height:98px;
}
#logospace {
	margin-left:10px;
	margin-top:10px;
	float:left;
}
#headerSwoop {
	background:url(../images/swoop_header.png) no-repeat 0 0;
	height:20px;
	margin-bottom:226px;
}
#contentSwoop {
	background:url(../images/swoop_content.png) no-repeat 0 0;
	height:20px;
}
.twocol #contentSwoop {
	background:url(../images/swoop_content_twocol.png) no-repeat 0 0;
}
#content {
	background-color:#e6e6e6;
	width:100%;
}
.twocol #content {
	background:#e6e6e6 url(../images/column_bg.gif) repeat-y 100% 0;
}
#content-main {
	padding:10px;
}
#content-right {
	display:none;
}
.twocol #content-main {
	float:left;
	width:700px;
}
.twocol #content-right {
	display:block;
	float:right;
	width:230px;
}
.splash #content-main {
	float:left;
	width:620px;
}
#footerSwoop {
	background:url(../images/swoop_footer.gif) no-repeat 0 0;
	height:20px;
}
#footer {
	background-color:#5d5d5d;
	color:#ccc;
	font-size:12px;
	padding-bottom:40px;
	padding-top:10px;
	width:100%;
}
#footer h3 {
	color:#ccc;
	text-shadow:1px 1px 0 #000;
}
#connect {
	float:right;
	width:310px;
}
#links, #copyright {
	padding-left:10px;
}


#links a {
	color:#ccc;
	display:inline-block;
	margin-right:12px;
}


/*********************************************
 *
 * Styles
 *
 *********************************************/
.printonly {
	display:none;
}
.thumb {
	border:1px solid #a7a7a7;
}
.thumb img {
	display:block;
	margin:3px;
}
.thumb.small {

}
.required {
	color:#CC0000;
}
.pricing {
	display:block;
	font-size:18px;
	font-weight:bold;
}
.priceSale {
	color:#CC0000;
}
.power {
	font-size:12px;
}


.box {
	background:url(../images/box_base.gif) no-repeat 0 100%;
	font-size:12px;
	line-height:16px;
	margin-bottom:18px;
	padding:0 10px 0 20px;
}
.box h3 {
	padding-bottom:10px;
}


/*********************************************
 *
 * Navigation
 *
 *********************************************/
#nav {
	margin-right:10px;
	margin-top:40px;
	float:right;
}
#nav li {
	float:left;
	padding-left:16px;
}
#nav a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	text-shadow:1px 1px 0 #043c5b;
	text-transform:uppercase;
}
#nav a:hover {
	color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	text-decoration:none;
}


.sideNav li {
	font-size:14px;
	font-weight:bold;
}
.sideNav a {
	text-shadow:1px 1px 0 #fff;
}
.sideNav .current {
	color:#999;
}
.sideNav ul {
	margin:0;
	padding:6px 0 2px 8px;
}
.sideNav ul li {
	font-size:12px;
	font-weight:normal;
}

/*********************************************
 *
 * Bits n pieces
 *
 *********************************************/
.oneHalf, .oneThird, .oneFourth, .oneFifth {
	float:left;
	margin-right:20px;
}
.oneHalf {
	width:460px;
}
.oneThird {
	width:300px;
}
.oneFourth {
	width:220px;
}
.oneFifth {
    width: 172px;
}
.twocol .oneHalf {
	width:340px;
}
.twocol .oneThird {
	width:220px;
}
.twocol .oneFourth {
	width:160px;
}
.splash .oneThird {
	width:193px;
}
.oneThird.last, .oneThird.first, .oneHalf.last, .oneFourth.last, .oneFifth.last {
	margin-right:0;
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}


/*********************************************
 *
 * Boats
 *
 *********************************************/
#homeSidebar {
	background:url(../images/boat_divider.gif) no-repeat 0 0;
	float:right;
	width:320px;
	min-height:470px;
	margin-top:10px;
}
#homeSidebar .content {
	padding-left:20px;
}

.boatsFeatured {
	padding-bottom:18px;
}
.boatListing {
	padding-bottom:18px;
}
.boatsFeatured .pricing, .boatListing .pricing {
	font-size:15px;
}
.boatsFeatured .thumb, .boatListing .thumb {
	float:left;
}
.boatsFeatured .boatOverview, .boatListing .boatOverview {
	padding-left:110px;
}
.boatsFeatured .pricing, .boatListing .pricing {
	padding-top:8px;
}


.thumb.statusSold, .thumb.statusPending {
	position:relative;
}
.thumb.statusSold span {
	background:url(../images/boats/flag_sold_sm.png) no-repeat 0 0;
	position:absolute;
	left:-5px;
	top:20px;
	width:108px;
	height:62px;
}
.thumb.statusPending span {
	background:url(../images/boats/flag_pending_sm.png) no-repeat 0 0;
	position:absolute;
	left:-5px;
	top:20px;
	width:108px;
	height:62px;
}
.thumb.statusSold:hover span, .thumb.statusPending:hover span {
	display:none;
}

.boatNotice {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	padding:10px;
}
.noticePending {
	background-color:#ee9f07;
}
.noticeSold {
	background-color:#cc0000;
}


#boatDetail .thumb {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
#boatContent {
	padding-bottom:18px;
}

#boatTabOptions {
	font-weight:bold;
	line-height:32px;
	margin-bottom:20px;
}
#boatTabOptions .optionLinks {
	padding:0 10px;
}
#boatTabOptions hr {
	margin:0;
}
#boatTabOptions #sgTabNav {
	float:left;
}
#boatTabOptions #sgTabNav a {
	display:inline-block;
	margin-right:12px;
}
#sgTabNav a.active {
	color:#999;
}
#boatTabOptions #boatButtons {
	float:right;
}
#boatTabOptions #boatButtons {
	display:inline-block;
	margin-left:12px;
}

.boatsFeatured a, #boatTabOptions, .boatListing a {
	text-shadow:1px 1px 0 #fff;
}

#boatDetail .pricing {
	background-color:#CCCCCC;
	line-height:40px;
	margin-bottom:10px;
	margin-right:350px;
	padding-left:0.5em;
	text-shadow:1px 1px 0 #EEEEEE;
	-moz-text-shadow:1px 1px 0 #EEEEEE;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
#boatDetail .priceSale, .boatListing .priceSale {
	padding-left:10px;
}
#boatGallery .thumb {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.boatSpecs li {
	font-size:13px;
	padding-left:16px;
}
.boatSpecs li.check {
	background:url(../images/check.gif) no-repeat 0 2px;
	color:#373737;
	font-weight:bold;
}
.boatSpecs em {
	font-size:12px;
	font-weight:normal;
}

/*********************************************
 *
 * Dealers
 *
 *********************************************/
.dealer-map {
	margin-bottom: 20px;
}
.dealer-map .dealer .aux {
	text-align: left;
}
.dealer-map .pull-left,
.dealer-map .pull-right {
	float: none;
}

.dealer .aux {
	text-align: right;
}


/*********************************************
 *
 * Site Map
 *
 *********************************************/
.siteMap li {
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}
.siteMap ul {
	margin-left:18px;
	padding-bottom:10px;
	margin-top:10px;
}
.siteMap ul li {
	font-weight:normal;
	text-shadow:none;
}

/*********************************************
 *
 * Boat Lines
 *
 *********************************************/
.boatLines {
	text-align:center;
}
.boatLines img {
	margin:0 auto;
}
.boatLines .linePreview {
	border:1px solid #fff;
	box-shadow:0 0 5px #666;
	-moz-box-shadow:0 0 5px #666;
}
.boatLines a:hover .linePreview {
	border-color:#046db5;
	box-shadow:0 0 5px #333;
	-moz-box-shadow:0 0 5px #333;
}

/******************************
 *
 * Form Styles
 *
 ******************************/
.sgForm {
	padding-top:18px;
}

.sgForm label {
	display:block;
}
.sgForm p {
	padding-bottom:8px;
}
.sgForm em {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.sgForm input.sgText, .sgForm textarea.sgTextArea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:5px 2px;
	background-color:#CCCCCC;
	border-color:#999999 #FFFFFF #FFFFFF #999999;
	border-style:solid;
	border-width:1px;
	width:350px;
}


.sgformbuilder {
	padding-top:18px;
}

.sgformbuilder label {
	display:block;
}
.sgformbuilder p {
	/** clear:left; **/
	padding-bottom:12px;
}
.sgformbuilder .text, .sgformbuilder .textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 2px;
	background-color:#CCCCCC;
	border-color:#999999 #FFFFFF #FFFFFF #999999;
	border-style:solid;
	border-width:1px;
	width:350px;
}
.sgformbuilder .text:focus, .sgformbuilder .textarea:focus {
	box-shadow:0 0 4px #999;
	-moz-box-shadow:0 0 4px #999;
}
.sgformbuilder .textarea {
	height:120px;
}
.sgformbuilder table {
	margin-bottom:12px;
}
.sgformbuilder table td {
	padding-right:18px;
	padding-bottom:6px;
}
.sgformbuilder table th {
	padding-bottom:4px;
}
.sgformbuilder p.sgform-submit {
	margin-top:18px;
}
.formBuilderBtns {
	padding-top:14px;
}

.field_contact_method .checkbox, .field_boat_make .checkbox {
	float:left;
	padding-right:14px;
}
.field_contact_method label:last-child, .field_boat_make label:last-child {
    float:none;
}

#fb-maillist .field_first_name {
	float:left;
	padding-right:20px;
}
#fb-maillist .field_first_name input, #fb-maillist .field_last_name input {
	width:160px;
}
#fb-maillist .field_lists .checkbox {
	float:left;
	padding-right:20px;
}


#footer-listjoin input {
	color:#fff;
	background-color:#7c7c7c;
	border:none;
	padding:4px 3px;
}
#footer-listjoin button {
	color:#CCCCCC;
	text-shadow:1px 1px 0 #000000;
}


/*********************************************
 *
 * Clearfixins
 *
 *********************************************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
* html .clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/*************
* Dealer map 
**************/
.dealer-map {
	height: 300px;
}