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

#interiorcontentbrochuredetail {
	min-height:400px;
	background-color: #969382;
	margin-top: 35px;
	padding: 20px;
}
#interiorcontentbrochuredetail p, #interiorcontentbrochuredetail span, #interiorcontentbrochuredetail td, #interiorcontentbrochuredetail li {
	font-size:1.2em;
	line-height:150%;
}
#brochuredetail {
	border: 1px solid #fff;
}
#brochuredetailtext {	
	background: url(/images/lsdetailbg.jpg) no-repeat bottom #827a6a;
	min-height: 300px;
	padding: 0 0 10px 17px;
}
#brochuredetailtext td {
	vertical-align: top;
	padding-left: 10px;
}
#brochuredetailtext p {
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
}
#maintopflash {
	background: url(/images/maintopflashbg.jpg) repeat-x #e4dfd5;
	position:relative;
}
#floorplanflash {
	background: url(/images/lsfloorplanbg.jpg) repeat-x #dfdbd2;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#floorplanflash2 {
	background: url(/images/lsfloorplanbg.jpg) repeat-x #dfdbd2;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.bluebgleft {
	background: url(/images/specsleft.gif) no-repeat left #465b6a;
}
.bluebgright {
	background: url(/images/specsright.gif) no-repeat right #465b6a;
	padding-right:5px;
}
.bluebgleftdouble {
	background: url(/images/specsleftdouble.gif) no-repeat left #465b6a;
}
.bluebgrightdouble {
	background: url(/images/specsrightdouble.gif) no-repeat right #465b6a;
	padding-right:5px;
}
#keyoptions h6, #keyfeatures h6 {

	padding-left: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/features_ls.gif) no-repeat;
background-position: 0px 5px;	
}


#bottomlogos {
/*	background: url(/images/bottomlogosbg.jpg) no-repeat #d9d6cb;*/
	background:#d9d6cb url(/images/showroom/luxury-series-pontoon-boats/template/background-logos.jpg) 0px 0px no-repeat;
	height: 94px;
	margin-top: 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
/*	padding-left: 170px;*/
	padding-top: 5px;
	text-align:center;
}
#bottomlogos img{
	margin-right: 70px;
}
/*
#seriesspecials {
	height:136px;
	background: url(/images/tag.jpg) no-repeat;
}
#seriesspecials ul {
	margin: 0 0 0 40px;
	padding: 0;
}
*/
				
#seriesspecials{
	background:none;
	background:url(/images/showroom/canvas-footer/background.png) 0px 0px no-repeat;
	height:137px;
	padding:5px 0 0 0;
	width:209px;
	top:15px;
	left:30px;
}

	#seriesspecials ul{
		margin:0 0 0 36px;
		padding:0px;
		width:161px;
	}

		#seriesspecials ul li a{
			display:block;
			width:161px;
		}
	
		#seriesspecials #construction{
			background:url(/images/showroom/canvas-footer/construction.png) 0px 0px no-repeat;
			height:32px;
		}
	
		#seriesspecials #construction:hover{
			background-position:0px -32px;
		}
	
		#seriesspecials #accessories{
			background:url(/images/showroom/canvas-footer/accessories.png) 0px 0px no-repeat;
			height:28px;
		}
	
		#seriesspecials #accessories:hover{
			background-position:0px -28px;
		}
	
		#seriesspecials #canvas{
			background:url(/images/showroom/canvas-footer/canvas.png) 0px 0px no-repeat;
			height:27px;
		}
	
		#seriesspecials #canvas:hover{
			background-position:0px -27px;
		}
	
		#seriesspecials #colors{
			background:url(/images/showroom/canvas-footer/colors.png) 0px 0px no-repeat;
			height:32px;
		}
	
		#seriesspecials #colors:hover{
			background-position:0px -32px;
		}
						


/**********************************************************
	Collapsible Tabs - Found On Individual Boat Pages
**********************************************************/
#collapsibleTabs{
	width:580px;
	position:relative;
	color:#FFF;
}

	#collapsibleTabs #options{
		width:270px;
		float:left;
		margin:0 0 0 5px;
		position:relative;
	}
	
	#collapsibleTabs #features{
		width:270px;
		float:right;
		margin:0 10px 0 0;
		position:relative;
	}

	#collapsibleTabs h1{
		height:25px;
		line-height:25px;
		padding:6px 6px 0 6px;
		color:#FFF;
		font-size:1.4em;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}
		
	#collapsibleTabs ul.actions{
		position:absolute;
		top:6px;
		right:0px;
		height:25px;
	}
		
		#collapsibleTabs ul.actions li{
			float:left;
		}
	

			#collapsibleTabs ul.actions li a{
				font-size:10px;
				color:#FFF;
				margin:0px;
				padding:0px 4px;
				line-height:25px;
			}

				#collapsibleTabs ul.actions li a.openAll{
					border-right:solid #fff 1px;
				}

	#collapsibleTabs .menu{
		width:270px;
		margin:0px;
		padding:0px;
	}
	
		#collapsibleTabs .menu li{
			clear:both;
			margin:3px 0 12px 0;
		}
	
		#collapsibleTabs  .menu a{
			cursor: pointer;
			display: block;
			font-weight: bold;
			text-decoration:none;
			width: 250px;
			color:#FFF;
		}

		#collapsibleTabs .menu ul{
			margin:0px;
			padding:0px;
			width:270px;
			font-weight: normal;
		}
	
		#collapsibleTabs .menu ul li{
			border-bottom:solid #FFF 1px;
			clear:left;
			min-height:5px;
			overflow:auto;
			margin:5px 0 0 10px;
			width:260px;
			padding:0 0 5px 0;
			font-size:14px;
		}
	
			#collapsibleTabs .menu ul li img{
				float:left;
				margin:3px 3px 7px 0;
				width:60px;
			}
	
			#collapsibleTabs .menu ul li span{
				float:left;
				width:187px;
				font-size:12px;
			}
	
		#collapsibleTabs .menu ul li:last-child{
			border:none;
		}
		
			#collapsibleTabs .menu ul li a{
				color:#FFF;
				font-weight:normal;
				width: 270px;
				text-decoration:underline;
				display:inline;
			}
		
			#collapsibleTabs .menu li a span{
				width:270px;
				display:block;
			}
	
			#collapsibleTabs .menu a.expanded, #collapsibleTabs .menu a.collapsed{
				height:24px;
				width:270px;
			}
			
			#collapsibleTabs .menu a.expanded,  #collapsibleTabs .menu a.collapsed{
				background:url(/images/features_ls.gif) 0px 0px no-repeat;
				font-size:12px;
			}
			
			#collapsibleTabs .menu a.expanded span, #collapsibleTabs .menu a.collapsed span{
				height:24px;
				line-height:24px;
				padding:0 6px 0 27px;
				width:237px;
			}
			
			#collapsibleTabs .menu a.expanded span {
				background:url(/images/minus.jpg) 10px 6px no-repeat;
			}
			
			#collapsibleTabs .menu a.collapsed span {
				background:url(/images/plus.jpg) 10px 6px no-repeat;
			}
	
			#collapsibleTabs .menu .footer {
				width:250px;
				background-color:#039;
			}
			
			#collapsibleTabs .menu .footer span {
				display: none;
			}
			
			
			
			
/**********************************************************
/	Navigation
**********************************************************/
#nav_container {
	border-top:1px solid white;
	border-bottom:1px solid white;
	width:100%;
	font-size:16px;
	color:white;
	background:#969382;
	height:33px;
}

	#nav_container h2{
		float:left;
		font-weight:bold;
		font-size:18px;
		height:33px;
		line-height:33px;
		padding:0 16px;
		font-family:"lucida grande",geneva,arial,sans-serif;
		background:#53606c;
		border-right:1px solid white;
		border-left:1px solid white;
	}

	#nav_container h2:first-child{
		border-left:none;
	}
	
	#nav_container a {
		color:#fff;
		text-decoration:none;
	}
	
	#nav_container a:hover{
		color:#53606c;
		text-decoration:underline;
	}
	
	#nav_container li.selected a{
		color:#53606c;
		text-decoration:none;
	}
	
	#nav_container li.selected a:hover{
		color:#fff;
		text-decoration:underline;
	}

	#nav_container ul{
	}
	
		#nav_container ul li{
			float:left;
			line-height:33px;
			padding:0 10px;
		}
		
		
		
		
/**********************************************************
/	Floorplans
**********************************************************/
#floorplan{
	background:url(/images/showroom/luxury-series-pontoon-boats/background-floorplan.jpg) 0px 0px repeat-x;
	border-bottom:solid #fff 1px;
	border-left:solid #fff 1px;
	cursor:pointer;
	height:246px;
	width:580px;
}

	#floorplan h1{
		background:#53606c;
		color:#FFF;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		padding:8px 10px;
	}
	
	#floorplan p{
		color:#000;
		float:left;
		font-size:18px;
		padding:5px 10px 0 10px;
		margin:0px;
	}
	
	
	
	
/**********************************************************
/	Landing Page
**********************************************************/
#interiorcontentls{
	background:#e9e8e3 url(/images/showroom/luxury-series-pontoon-boats/landing/background.jpg) 0px 0px;
	min-height:591px;
	height:auto !important;
	height:591px;
	margin:35px 0 0 0;
}

	#interiorcontentls .left{
		float:left;
		min-height:561px;
		height:auto !important;
		height:561px;
		padding:0 0 0 0;
		position:relative;
		width:330px;
	}
	
		#interiorcontentls .left #boat-models{
			border-bottom:solid #fff 1px;
			border-top:solid #fff 1px;
			margin:0px 0 3px 0;
		}
	
		#interiorcontentls .left h1{
			font-size:16px;
			font-family:Arial, Helvetica, sans-serif;
			text-align:center;
		}
	
		#interiorcontentls .left #small-boats{
			position:absolute;
			top:167px;
			left:29px;
		}
	
		#interiorcontentls .left ul{
/*			border-right:solid #fff 1px;*/
			float:left;
			margin:168px 0 0 0;
			padding:0 20px;
/*			width:124px;*/
		}
	
		#interiorcontentls .left ul:last-child{
			border-right:none;
		}
	
			#interiorcontentls .left ul li{
				margin:9px 0 0 0;
			}
	
/*			#interiorcontentls .left ul li:first-child{
				height:75px;
				margin:0px;
			}*/
	
				#interiorcontentls .left ul li a{
					color:#a09b8f;
					font-size:24px;
					text-decoration:none;
				}
	
				#interiorcontentls .left ul li a:hover{
					color:#fff;
				}
	
	
	#interiorcontentls .right{
		float:left;
		min-height:581px;
		height:auto !important;
		height:581px;
		padding:10px 17px 0 12px;
		position:relative;
		width:620px;
		border-left:solid #fff 1px;
	}
	
		#interiorcontentls .right p{
			font-size:12px;
			margin:0 0 17px 0;
		}
	
			#interiorcontentls .right p span{
				font-style:italic;
				font-weight:bold;
			}
	
		#interiorcontentls .right .photos{
			float:left;
			position:relative;
			text-align:right;
			width:393px;
		}
	
			#interiorcontentls .right .photos li{
				display:inline;
			}
	
				#interiorcontentls .right .photos li img{
					padding:0 0 5px 5px;
					vertical-align:top;
				}
			
		#interiorcontentls .right #featureTitle{
			float:left;
		}
			
		#interiorcontentls .right .features{
			color:#FFF;
			float:left;
			font-weight:bold;
			list-style-type:disc;
			padding:0 0 0 20px;
			margin:0 10px 0 0;
		}
			
			#interiorcontentls .right .features li{
				font-size:12px;
				margin:0 0 3px 0;
				line-height:normal;
			}
			
		#interiorcontentls .right #largeBoat{
			position:absolute;
			bottom:0px;
			right:0px;
		}
		
 /**********************************************************
FAMILY FUN GUIDE
**********************************************************/		

#family-fun{
	background:#f5f4f0;
	min-height:1160px;
	height:auto !important;
	height:1160px;
	margin:35px 0 0 0;
}

	#family-fun #title{
		display:block;
		margin:0 auto 0;
		padding:23px 0 14px 0;
	}
	
	#family-fun #details-link{
		background:url(/images/showroom/luxury-series-pontoon-boats/family-fun/main.jpg) 0px 0px no-repeat;
		display:block;
		height:407px;
		padding:14px 0 0 0;
		text-decoration:none;
		width:980px;
	}
	
	#family-fun #details-link:hover{
		background:url(/images/showroom/luxury-series-pontoon-boats/family-fun/main.jpg) 0px -421px no-repeat
	}
	
		#family-fun #details-link span{
			color:#000;
			display:block;
			font-size:14px;
			margin:7px 0 0 28px;
			width:205px;
		}
		
	#family-fun #features{
		background:url(/images/showroom/luxury-series-pontoon-boats/family-fun/background-features.jpg) 0px 0px repeat-x;
		border-bottom:solid #7b7769 15px;
		height:600px;
		padding:31px 0 0 0;
	}
	
	#family-fun table{
		margin:0 auto;
		width:960px;
	}
	
		#family-fun td{
			border-bottom:solid #fff 1px;
			border-right:solid #fff 1px;
			font-size:12px;
			height:280px;
			line-height:normal;
			padding:0 25px 0 25px;
			width:190px;
		}
	
			#family-fun td img{
				margin:0 0 3px 0;
			}
	
			#family-fun .lastRow{
				border-bottom:none;
				padding-top:10px;
			}
	
			#family-fun .lastCell{
				border-right:none;
			}