#seriesBand
{
  position: absolute;
  top: 394px;
  left: 0;
  width: 940px;
  height: 29px;
  background-color: #e4dcc2;
}

#seriesBand h4
{
  color: #102c3c;
  font-size: 22px;
  white-space: nowrap;
}

#seriesBand #classicSeries
{
  position: absolute;
  left: 40px;
  top: 4px;
}

#seriesBand #ventureSeries
{
  position: absolute;
  left: 550px;
  top: 4px;
}

#seriesBand #tomCatSeries
{
  position: absolute;
  left: 740px;
  top: 4px;
}

#ventureSeriesVerticalLine, #tomCatSeriesVerticalLine
{
  position: absolute;
  top: 434px;
  width: 1px;
  height: 216px;
  background-color: #405260;
}

#ventureSeriesVerticalLine
{
  left: 520px;
}

#tomCatSeriesVerticalLine
{
  left: 700px;
}

.copyBlock
{
  position: absolute;
  top: 134px;
  left: 40px;
  width: 890px;
  height: 220px;
  background: url("/boats/images/default.jpg") right 2px no-repeat;
}

.overview
{
  width: 620px;
}

#requestLiterature
{
  position: absolute;
  top: 210px;
  right: 40px;
}

#requestLiterature a:link, #requestLiterature a:visited
{
  color: #333333;
}

#requestLiterature a:hover
{
  color: #000000;
}

#tabLinks li
{
  width: 140px;
}

#tabLinks li img
{
  float: none;
}

#tabLinks li a
{  
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 20px;
}

#tabLinks li a:link, #tabLinks li a:visited
{
  text-decoration: none;
  color: #102c3c;
}

#tabLinks li a:hover, .ui-tabs-selected
{
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #798890;
}

#tabLinks li a:hover
{
  border: none;
}

#tabLinks #cruiser25link
{
  position: absolute;
  top: 560px;
  left: 360px;
}

#tabLinks #cruiser22link
{
  position: absolute;
  top: 560px;
  left: 200px;
}

#tabLinks #angler22link
{
  position: absolute;
  top: 560px;
  left: 40px;
}

#tabLinks #angler19link
{
  position: absolute;
  top: 440px;
  left: 360px;  
}

#tabLinks #cruiser16link
{
  position: absolute;
  top: 440px;
  left: 200px;  
}

#tabLinks #angler16link
{
  position: absolute;
  top: 440px;
  left: 40px;
}

#tabLinks #ventureCruiser23link
{
  position: absolute;
  top: 440px;
  left: 544px;
}

#tabLinks #ventureCruiser26link
{
  position: absolute;
  top: 560px;
  left: 544px;
}

#tabLinks #tomcatlink
{
  position: absolute;
  top: 440px;
  left: 730px;
}

/* UI Tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen 
{ 
  .ui-tabs-hide 
  {
    display: none;
  }
}

.ui-tabs-panel 
{
  background: #ffffff; /* declare background color for container to avoid distorted fonts in IE while fading */
}