/*
//-----------------------------------------------------------------------------

	shell.css
	
	version:	1.0
	date:		September 2008
	author:		[Martin Olson @ innertwined]
	email:		[martin@innertwined.com]

	website:	[www.larsonboats.com]

	version history: [1.1] - Updated static menu 11.04.08
	

// -----------------------------------------------------------------------------
*/


/*

	Import external stylesheets
	
-----------------------------------------------------------------------------*/

@import url("reset.css");
@import url("model.css");
@import url("inner.css");


/* colors

		lt blue #e1f1f2
		md blue #9fbecf
		md gray #969694
		
		
*/
.clearall{
	clear:both;
	font-size: 1px;
	height:0;
	line-height: 0px;
}
body {
	background: #f2f2f3;
	margin: 0;
	padding: 0 0 30px;
	/* text format */
	/*
		font-family: "lucida sans unicode","lucida grande",sans-serif;
		font-family: georgia,serif;
		font-family: "palatino linotype",palatino,serif;
		font-family: "times new roman",times,serif;
		font-family: arial,sans-serif;
		font-family: "trebuchet MS",sans-serif;
	*/
	font-family: "helvetica", arial, trebuchet ms, san-serif;
	font-size: 12px;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 1.5em;
	color: #969694;
	text-align: center
	}
.wrap {
	background: url(../images/frame_shadow.gif) center bottom no-repeat;
	margin: 0 auto;
	padding: 2% 5px 7px;
	width: 930px;
	}
#header {
	background: transparent url(../images/bg_masthead.gif) 0 bottom repeat-x;
	height: 83px;
	margin: 0 8px 0 7px;
	}
#content {
	background: #fff;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	}
#footer {
	background: #fff url(../images/footer_bkg.jpg) 0 bottom repeat-x;
	border-top: 1px solid #f2f2f3;
	clear: both;
	font-size: 10px;
	line-height: 1.4em;
	padding: 25px 38px;
	text-align: left;
	}
	#footer a:link,
	#footer a:visited {
		color: #969694;
		}
	#footer a:hover {
		color: #333;
		}
	.legal {
		background: url(../images/footer_globeIcon.gif) 0 3px no-repeat;
		padding-left: 28px;
		}
	.sponsors {
		float: right;
		height: 40px;
		width: 100px;
		}

a:link,
a:visited {
	outline:none;
	text-decoration: none
	}


/*			Header / Nav
-----------------------------------------------------------------------------*/

.logo a:link,
.logo a:visited {
	background: url(../images/larson_logo.gif) center center no-repeat;
	color: #666;
	float: left;
	font-size: 14px;
	font-weight:  100;
	line-height: 30px;
	margin: 27px 0 0 70px;
	text-indent: -9999px;
	width: 180px;
	}

ul#siteNav {
	float: right;
	height: 24px;
	margin: 59px 0 0 0;
	}
ul#siteNav li {
	display: block;
	float: left;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	}
	ul#siteNav li#b_findDealer a {
		background: transparent url(../images/bg_a-dealer.gif) 0 bottom repeat-x;
		margin-left: 10px;
		text-align: center;
		width: 100px;
		}
ul#siteNav li a {
	display: block;
	color: #95bcff;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 12px;
	}
ul#siteNav li a:hover {
	background: none;
	color: #fff;
	text-decoration: none;
	}
ul#siteNav li a.current {
	color: #5c8196;
	text-decoration: none;
	}
.navwrap {
	position: relative;
	}
	/* Show only to IE PC \*/
	* html .navwrap {position:static} /* For IE 5 PC */
	
/* -- non-flash navigation -- */
	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


.menu {
	background: #fff;
	height: 35px;
	margin: 0 0 0 7px;
	position: relative;
	width: 915px;
	}
.menu ul li {
	float: left;
	font-size: 13px
	}
	.menu ul li span { font-weight: 700; margin-right: 4px }
.menu ul li a,
.menu ul li a:visited {
	color: #676767;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	}
	/* 5 nav = 183px */
	.menu ul li#s2009 { width: 142px }
	.menu ul li#s180 { width: 152px }
	.menu ul li#sEscape { width: 152px }
	.menu ul li#sSenza { width: 152px }
	.menu ul li#sLXi { width: 152px }
	.menu ul li#sCabrio { width: 152px }
.menu table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	}
.menu ul li ul {
	font-size: 11px;
	visibility: hidden;
	position: absolute;
	top: 35px;
	left: 0;
	}
.menu ul li:hover a,
.menu ul li a:hover {
	color: #676767;
	background: #fff;
	}
.menu ul li:hover a span,
.menu ul li a:hover span {
	color: #53bae0;
	}
.menu ul li:hover a.ghilite span,
.menu ul li.ghilite a:hover span {
	color: #bcba84;
	}
.menu ul li:hover ul,
.menu ul li a:hover ul {
	background: #fff url(../images/subnavBkg.jpg) center 0 no-repeat;
	visibility: visible;
	width: 915px;
	}
.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
	left: 0;
	position: absolute;
	top: 35px;
	visibility: hidden;
	}

/* models */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	background: none;
	color: #676767;
	display:inline /*block*/;
	font-size: 11px;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
	padding: 0 6px;
	}
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	color: #53bae0;
	}
.menu ul li:hover ul.ghilite li a:hover,
.menu ul li a:hover ul.ghilite li a:hover {
	color: #bcba84;
	margin:0;
	}
/* 5 series nav
li.w0 { width: 40px; text-indent: -9999px }
li.w1 { width: 230px; text-indent: -9999px }
li.w2 { width: 410px; text-indent: -9999px }
li.w3 { width: 590px; text-indent: -9999px }
li.w4 { width: 510px; text-indent: -9999px }*/

li.w0 { width: 130px; text-indent: -9999px }
li.w1 { width: 325px; text-indent: -9999px }
li.w2 { width: 475px; text-indent: -9999px }
li.w3 { width: 610px; text-indent: -9999px }
li.w4 { width: 510px; text-indent: -9999px }
li.w5 { width: 40px; text-indent: -9999px } /* added New for 2009 */


/*			Find A Dealer
-----------------------------------------------------------------------------*/	

#findDealer {
	background: #000 url(../images/worldmap_blk.gif) -60px -20px no-repeat;
	display: none;
	font-size: 11px;
	line-height: 1.4em;
	height: 150px;
	padding: 20px 0 0;
	margin: 0 8px 0 7px;
	text-align: left;
	}
	.dealerForm {
		padding: 10px 60px 10px 255px;
		}
		p.dealerHdr {
			color: #fff;
			font-size: 16px;
			font-weight: 700;
			margin: .5em 0;
			}
		.dealerForm label {
			color: #fff;
			display:block;
			font-size: 11px;
			font-weight:bold;
			line-height: 25px;
			padding-right: 8px;
			text-align: left;
			float: left;
			}
		.dealerForm input.zip {
			color: #666;
			float: left;
			font-size: 12px;
			padding: 2px;
			margin: 0 10px 0 0;
			border: solid 1px #000;
			width: 100px;
			}
		.dealerForm select {
			color: #666;
			float: left;
			font-size: 11px;
			padding: 1px;
			margin: 0 15px 0 0;
			width: 120px;
			}
	.closeBtn {
		clear: both;
		height: 25px;
		line-height: 25px;
		padding-right: 20px;
		text-align: right;
		}
		.closeBtn a:link,
		.closeBtn a:visited {
			color: #53bae0
			}
		.closeBtn a:hover {
			color: #fff;
			}
			
/*			Flash Navigation/Photos
-----------------------------------------------------------------------------*/	

#flash {
	background-color: #fff;
	height: 435px;
	}
#stage {
	height: 270px;
	}
	/* images for static headers */
	.nf_company { background: url(../images/img_company.jpg) 7px bottom no-repeat }
	.nf_boats { background: url(../images/img_boats.jpg) 7px bottom no-repeat }
	.nf_fthrottle { background: url(../images/img_fthrottle.jpg) 7px top no-repeat }
	.nf_boatshows { background: url(../images/img_boatshow.jpg) 7px bottom no-repeat }
	.nf_mylarson { background: url(../images/img_mylarson.jpg) 7px bottom no-repeat }
	.nf_contact { background: url(../images/img_contactus.jpg) 7px bottom no-repeat }
	.nf_dealers { background: url(../images/img_dealers.jpg) 7px bottom no-repeat }
	.nf_warranty { background: url(../images/img_warranty.jpg) 7px bottom no-repeat }
	.nf_sportboats { background: url(../images/img_sportboats.jpg) 7px bottom no-repeat }
	.nf_cruisers { background: url(../images/img_cruisers.jpg) 7px bottom no-repeat }

	.nf_home { background: url(../images/img_home.jpg) 7px bottom no-repeat }






h1 {
	color: #5a5858;
	font-size: 22px;
	font-weight:normal;
	margin-bottom: 15px;
	}
h1 span.small {
	color: #949393;
	font-size: 13px;
	font-weight: 700;
	}
h2 {
	color: #5a5858;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	}
h3 {
	color: #5a5858;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
	}

#inner{
	background:transparent url(../images/model_contentBkg.jpg) repeat-x scroll 0 -50px;
	margin:0 8px 0 7px;
	padding:25px 40px 40px;
}

.pagination{
	border-bottom:1px solid #F1F1F1;
	height:20px;
	margin:0;
	padding:0 0 0 295px;
}
.pagination.bottom{
	border-bottom:0;
	border-top:1px solid #F1F1F1;
	margin-top:22px;
	padding-top:2px;
}
.pagination li{
border:0; margin:0; padding:0;
display:inline;
font-size:11px;
list-style:none;
/*margin-right:2px;*/
}
.pagination a{
/*border:solid 1px #9aafe5;
margin-right:2px;*/
}
.pagination .previous-off,
.pagination .next-off {
/*border:solid 1px #DEDEDE;*/
color:#888888;
display:block;
display:inline;
font-weight:bold;
/*margin-right:2px;*/
padding:1px 7px;
}
.pagination .next a,
.pagination .previous a {
font-weight:bold;
}
.pagination .active{
background:#0B43A3;
color:#FFFFFF;
font-weight:bold;
display:block;
display:inline;
padding:3px 7px;
}
.pagination a:link,
.pagination a:visited {
color:#5A5858;
/*display:block;
display:inline;*/
font-weight:bold;
padding:3px 7px;
text-decoration:none;
}
.pagination a:hover{
/*border:solid 1px #0e509e;*/
background-color:#DADADA;
}

#gallery{
	margin:20px 0 0 0;
	padding:0 27px;
}
#gallery li{
	border:1px solid #e6e6e6;
	float:left;
	list-style-type:none;
	margin:9px;
	padding:12px 12px 9px;
	width:150px;
}
#gallery li .image{
	background-color:#f4f4f4;
	margin-bottom:4px;
	height:100px;
	text-align:center;
}
#gallery .filename{
	font-size:9px;
	line-height:12px;
	margin-bottom:4px;
	overflow:hidden;
	text-align:center;
}
#gallery .filename:hover{
	overflow:visible;
}
#gallery li a{
	color:#5A5858;
}
#gallery li a:hover{
	text-decoration:underline;
}
#gallery li .dpi-small{
	float:left;
}
#gallery li .dpi-large{
	float:right;
}