
div.TabView div.Tabs
{
  height: 35px;
  width:189px;
  overflow: hidden;
  padding-left:4px;
}

div.TabView div.Tabs a
{
  float: left;
  width:189px;
  text-align: center;
  height:35px;
  padding-top: 0px;
  border: 1px solid #bbb;
  border-bottom-width: 0;
  text-decoration: none;
  font-family: "Times New Roman", Serif;
  font-weight: 900;
  color: #000080;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{

}

div.TabView div.Pages
{
  clear: both;
  border: 1px solid #bbb;
  overflow: hidden;
}

div.TabView div.Pages div.Page
{
  height: 152px;
  padding: 0px;
  overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad
{
  padding: 0px 0px;
}
#firstpage {
  background-image:url(images/rolls.gif);
  background-repeat:no-repeat;
  width:759px;
  height:152px;
  clear:both;
  padding-top:12px;
  padding-left:15px;
  }
#secondpage {
  background-image:url(images/bentley-car.gif);
  background-repeat:no-repeat;
  width:759px;
  height:152px;
  clear:both;
  padding-top:12px;
  padding-left:15px;
  }
#thirdpage {
  background-image:url(images/chauffer.gif);
  background-repeat:no-repeat;
  width:759px;
  height:152px;
  clear:both;
  padding-top:12px;
  padding-left:15px;
  }
#fourthpage {
  background-image:url(images/beauford.gif);
  background-repeat:no-repeat;
  width:759px;
  height:152px;
  clear:both;
  padding-top:12px;
  padding-left:15px;
  }
.tabbg {
  background-image:url(images/tabbg.gif);
  background-repeat:repeat-x;
  height:26px;
  width:249px;
  clear:both;
  padding-left:3px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
  font-weight:bold;
  }
 .tabtxt {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#7A7A7A;
  font-weight:600;
  line-height:17px;
  padding-left:10px;
  padding-right:10px;
  text-align:justify;
  }
