#bodytext {
	float: left;
	width: 522px;
	margin-left: 176px;
	padding: 0 30px;
	border-right: solid #999 1px;
	background: #fff;
}

#bodytext p.bigphoto {
	margin-left: -30px;
	margin-bottom: 0
}

#product-shots img {
	border: solid #999 1px;
	float:left;
	margin-right: 4px;
	margin-bottom: 3px;
}

#product-shots div.film-strip {
	clear: both;
	padding-top: 5px;
}

#section-photo {
	margin-top: -186px;
	margin-left: 1px;
}

#section-nav {
	float: left;
	position: relative;
	width: 174px;
	margin-left: -759px;
	padding: 0 1px 186px 1px;
}

#section-nav ul {
	list-style: none;
	margin: 15px 0 0 15px;
	padding: 0;
}

#section-nav li {
	margin: 5px 0;
}

#section-nav h2 {
	height: 31px;
	line-height: 31px;
	background-image: url(../images/gui/boatmenu-bg.jpg);
	color: #036;
	font-size: 1em;
	margin: 0;
	padding-left: 25px;
}

#section-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#section-nav ul li {
	margin: 0;
}

#section-nav a:link,
#section-nav a:visited
{
	color: #036;
	text-decoration: none;
	height: 31px;
	line-height: 31px;
	background-image: url(../images/gui/boatmenu-bg.jpg);
	display: block;
	border-bottom: solid #999 1px;
	border-top: solid #999 1px;
	padding-left: 40px;
}

#section-nav a:link:hover,
#section-nav a:visited:hover {
	color: #b1233a;
	background-image: url(../images/gui/boatmenu-bg-over.jpg);
}

#section-nav a.current:link,
#section-nav a.current:visited {
	color: #b1233a;
	padding-left: 40px;
	background-image: url(../images/gui/boatmenu-bg-over.jpg);
}

#section-nav a:link img,
#section-nav a:visited img,
#section-nav h2 img {
	margin-top: 12px;
}

div.faq p {
	margin-left: 1.5em;
	text-indent: -1.5em;
}

/**
 * Boats page tabs (see http://www.barelyfitz.com/projects/tabber/)
 * Adapted from sample.css
 */

.tabberlive .tabbertabhide {
	display:none;
}

.tabberlive
{
	margin: 1em 0;
	width: 520px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin: 0;
	padding: 0;
	border-color: #999;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	background: #c9d7f1;
	list-style: none;
	overflow: hidden;
	height: 19px;
}

ul.tabbernav li
{
	margin: 0;
	display: block;
	float: left;
	
}

/**
 * Styles that define the various states of the tab
 *
 * The tab's appearance is controlled with background images, that depend on the state
 * of adjacent tabs (whether or not it's the active tab, or whether or not the adjacent tab
 * is in a hover state.
 *
 * Appearance is changed by manipulating the element's className with JavaScript
 *
 * Class Names:
 * 
 * - tabberactive:         The currently displayed tab
 * - tabberadjacent:       The tab to the right of tabberactive
 * - tabberadjacenthover:  The tab to the right of the tab that is being moused over
 * - tabberadjacentactive: The tab to the left of the active tab (only when that tab is being moused over)
 */
 
ul.tabbernav li a {
	width: 129px;
}

ul.tabbernav li a:link,
ul.tabbernav li a:visited
{
	display: block;
	text-align: center;
	text-decoration: none;
	border-bottom: solid #999 1px;
	background-image: url(../images/gui/tab-corner-blue.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	line-height: 18px;
	color: #000;
}

ul.tabbernav li a:link:hover,
ul.tabbernav li a:visited:hover,
ul.tabbernav li.tabberactive a:link,
ul.tabbernav li.tabberactive a:visited
{
	background-color: #fff !important;
	background-image: url(../images/gui/tab-corner-blue-to-white.png);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.tabbernav li.tabberadjacent a:link,
ul.tabbernav li.tabberadjacent a:visited {
	background-image: url(../images/gui/tab-corner-white-to-blue.png);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.tabbernav li.tabberadjacentactive a:link,
ul.tabbernav li.tabberadjacentactive a:visited,
ul.tabbernav li.tabberadjacent a:link:hover, 
ul.tabbernav li.tabberadjacent a:visited:hover {
	background-image: url(../images/gui/tab-corner-white.png);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.tabbernav li.tabberadjacenthover a:link,
ul.tabbernav li.tabberadjacenthover a:visited {
	background-image: url(../images/gui/tab-corner-white-to-blue.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* knock out bottom border for the active tab */

ul.tabbernav li.tabberactive a:link,
ul.tabbernav li.tabberactive a:visited
{
	border-bottom: 1px solid #fff;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab
{
	padding: 5px 20px;
	border-color: #999;
	border-width: 0 1px;
	border-style: solid;
	background-color: transparent;
	background-image: url(../images/gui/infobox-btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 { display: none; }
.tabberlive .tabbertab h3 { display: none; }

.tabberlive .tabbertab ul {
	margin-left: 1.5em;
	padding-left: 1.5em;
}

/* styles for individual tabs */
.tabberlive #tab0 {
	background-image: url(http:);
	width: 130px
}

.tabberlive #tab3 {
	width: 130px;
}