@charset "UTF-8";

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	width: 665px;
	height: 350px;
	padding: 0px;
	border: none;
	float: left;
	clear: both;
	margin-left: 25px;
	position: relative;
	display: inline;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height:0;
	border: none;
	float: left;
	width: 10000px;
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	width: 675px;
	height: 350px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}
.parpic {
	float: left;
	margin-right: 8px;
}

.SlidingPanelsContentGroup  ul {
	float: right;
	width: 380px;
	margin-right: 20px;
	padding-top: 5px;
}
.SlidingPanelsContentGroup  ul li {
	margin-left: 50px;
	padding-bottom: 5px;
	font-weight: bold;
}

.SlidingPanelsContentGroup  h4 {
	font-size: 14px;
	line-height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	color: #000;
}

#rope {
	clear: both;
	float: left;
	height: 350px;
	width: 800px;
	background-image: url(../images/rope.jpg);
}
#boatlist , #coverlist{
	margin-left: 15px;
	display: inline;
	float: left;
}

#boatlist li {
	float: left;
	width: 80px;
	text-align: center;
	list-style-type: none;
	display: block;
	margin-left: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#boatlist a {
	display: block;
	width: 80px;
	height: 30px;
	padding-top: 65px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #00F;
	text-decoration: none;
}
#boatlist a:hover {
	display: block;
	width: 80px;
	height: 15px;
	padding-top: 65px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
	text-decoration: underline;
}
#coverlist li {
	float: left;
	width: 125px;
	text-align: center;
	list-style-type: none;
	display: block;
	margin-left: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#coverlist a {
	display: block;
	width: 125px;
	height: 30px;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #00F;
	text-decoration: none;
}

.SlidingPanelsContentGroup  p {
	width: 380px;
	float: right;
	display: inline;
	margin-right: 20px;
}


.skipper {
	background-image: url(../images/small/skipper.jpg);
}
.firstmate {
	background-image: url(../images/small/firstmate.jpg);
}
.guide {
	background-image: url(../images/small/guide.jpg);
}
.yachtsman {
	background-image: url(../images/small/yachtsman.jpg);
}
.magnum {
	background-image: url(../images/small/magnum.jpg);
}
.rivermaster {
	background-image: url(../images/small/rivermaster.jpg);
}
.castingpad {
	background-image: url(../images/small/castingpad.jpg);
}
.patriot {
	background-image: url(../images/small/patriot.jpg);
}
.sportsman {
	background-image: url(../images/small/sportsman.jpg);
}
.highlaker2 {
	background-image: url(../images/small/highlaker2.jpg);
}
.deluxecushion {
	background-image: url(../images/small/deluxecushion.jpg);
}
.sportsmanwide {
	background-image: url(../images/small/sportsmanwide.jpg);
}
.sportdeluxe {
	background-image: url(../images/small/sportdeluxe.jpg);
}
.standardhelm {
	background-image: url(../images/small/standardhelm.jpg);
}
.b2bstationary {
	background-image: url(../images/small/b2bstationary .jpg);
	background-image: url(../images/small/b2bstationary.jpg);
}
.b2bsleeper {
	background-image: url(../images/small/b2bsleeper.jpg);
}
.sportbucket {
	background-image: url(../images/small/sportbucket.jpg);
}
.lowbackbucket {
	background-image: url(../images/small/lowbackbucket.jpg);
}
.standardbucket {
	background-image: url(../images/small/standardbucket.jpg);
}
.arms {
	background-image: url(../images/small/arms.jpg);
}
.headrest {
	background-image: url(../images/small/headrest.jpg);
}
.ybracket {
	background-image: url(../images/small/ybracket.jpg);
}
.seatswivel {
	background-image: url(../images/small/seatswivel.jpg);
}
.glideryde {
	background-image: url(../images/small/glideryde.jpg);
}
.columbiapedestal {
	background-image: url(../images/small/columbiapedestal.jpg);
}
.chairslide {
	background-image: url(../images/small/chairslide.jpg);
}
.explorerpedestal {
	background-image: url(../images/small/explorerpedestal.jpg);
}
.footrest {
	background-image: url(../images/small/footrest.jpg);
}
.seatstand {
	background-image: url(../images/small/seatstand.jpg);
}
.mainstay {
	background-image: url(../images/small/mainstay.jpg);
}
.harddoor{
	background-image: url(../images/small/harddoor.jpg);
}
.softdoor {
	background-image: url(../images/small/softdoor.jpg);
}
.lx {
	background-image: url(../images/small/lx.jpg);
}
.dx {
	background-image: url(../images/small/dx.jpg);
}
.camperextension {
	background-image: url(../images/small/camperextension.jpg);
}
.sterncover {
	background-image: url(../images/small/completestern.jpg);
}
.bimini {
	background-image: url(../images/small/bimini.jpg);
}
.tonneau {
	background-image: url(../images/small/tonneau.jpg);
}
.trailer {
	background-image: url(../images/small/trailer.jpg);
}
.straightdrop {
	background-image: url(../images/small/straightdrop.jpg);
}
.fisherman {
	background-image: url(../images/small/fisherman.jpg);
}
.bowcover {
	background-image: url(../images/small/bowcover.jpg);
}
.mooring {
	background-image: url(../images/small/mooring.jpg);
}
.elite {
	background-image: url(../images/small/overview.jpg);
}
.elitepacifica {
	background-image: url(../images/small/elitepacifica.jpg);
}
.elitenavigator {
	background-image: url(../images/small/elitenavigator.jpg);
}
.eliteadmiral {
	background-image: url(../images/small/eliteadmiral.jpg);
}
.elitemagnum {
	background-image: url(../images/small/elitemagnum.jpg);
}
.elitepedestal {
	background-image: url(../images/small/elitepedestal.jpg);
}
.marinerstandard {
	background-image: url(../images/small/marinerstandard.jpg);
}
.marinersevere{
	background-image: url(../images/small/marinersevere.jpg);
}
.marinerboot {
	background-image: url(../images/small/marinerboot.jpg);
}
.marinersuspension {
	background-image: url(../images/small/marinersuspension.jpg);
}
.marinerheavysuspension {
	background-image: url(../images/small/marinerheavysuspension.jpg);
}
.marinerswivel {
	background-image: url(../images/small/marinerswivel.jpg);
}
/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}
#p1 {

}

#p2 {

}
#p3 {

}
#p5 {

}
#p6 {

}
.boatlarge {
	float: left;
	display: inline;
	margin-right: 10px;
}
.SlidingPanelsContentGroup table {
	float: left;
	clear: left;
}
