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




/**********************************************************
/	Showroom
**********************************************************/
#showroom_wrapper{
	background:#c0bdb2 url(/images/showroom/template/background.jpg) 0px 0px no-repeat;
	height:463px;
	margin:35px 0 0 0;
	padding:25px 16px 0 16px;
	position:relative;
	width:948px;
}

	#showroom_wrapper #title{
		position:relative;
		left:33px;
		top:13px;
	}


#boat-lines{
	position:relative;
	left:11px;
	top:16px;
	width:320px;
}

	#boat-lines #separator{
		display:block;
		margin:10px 0 10px 39px;
	}

	#boat-lines a{
		display:block;
		height:42px;
		margin:14px 0 0 0;
		text-indent:-9000px;
		width:320px;
	}

	#boat-lines #LS{
		background:url(/images/showroom/template/ls-luxury-series.png) 0px 0px no-repeat;
	}
	
	#boat-lines #SS{
		background:url(/images/showroom/template/ss-sport-series.png) 0px 0px no-repeat;
	}
	
	#boat-lines #GS{
		background:url(/images/showroom/template/gs-value-series.png) 0px 0px no-repeat;
	}
	
	#boat-lines #SD{
		background:url(/images/showroom/template/sd-sport-deck-series.png) 0px 0px no-repeat;
	}
	
	#boat-lines #LS:hover, #boat-lines #SS:hover, #boat-lines #SD:hover, #boat-lines #GS:hover{
		background-position:0px -42px;
	}
	
	#boat-lines #lowe{
		background:url(/images/showroom/template/lowe-fish-boats.png) 0px 0px no-repeat;
		height:26px;
		margin-top:0px;
	}
	
	#boat-lines #lowe:hover{
		background-position:0px -26px;
	}
	
#showroom_slideshow, #solo_slides{
	height:427px;
	position:absolute;
	right:30px;
	top:38px;
	width:621px;
}

#showroom_slideshow{
	background:url(/images/showroom/template/slide-shadow.png) 0px 0px no-repeat;
}

	#showroom_slideshow img{
		position:absolute;
		margin:5px 0 0 6px;
	}

#solo_slides{
	z-index:12;
}
		
		#solo_slides div{
			clip:rect(0px, 0px, 410px, 0px);
			height:410px;
			width:603px;
			position:absolute;
			top:5px;
			left:6px;
		}
		
			#solo_slides div p{
				height:27px;
				line-height:23px;
				color:#FFF;
				padding:2px 11px;
				position:relative;
				top:376px;
				font-size:14px;
				font-family:Arial, Helvetica, sans-serif;
				background:url(/images/showroom/template/background-text.png) 0px 0px repeat-x;
			}
			
	#solo_slides #slide_lowe{
		clip:rect(0px, 603px, 410px, 0px);
	}
	
	#solo_slides #slide_lowe img{
		clip:rect(0px, 603px, 410px, 0px);
		left:0px;
		top:0px;
		opacity:0;
		filter:alpha(opacity='0'); 
	}
	
/*
	#solo_slides img{
		position:absolute;
		top:5px;
		left:6px;
		clip:rect(0px 0px 410px 0px);
	}*/