@charset "utf-8";
/* CSS Document */
.mleft .pgtxt {
	padding: 15px;
}
.options{
   padding: 3px;
   margin-bottom: 4px;
   border: 1px solid #666666;
}
.options ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.options ul li {
	margin: 0;
    padding: 2px;
    list-style: none;	

}
.modelsmenu {
   padding: 5px 4px;
   margin: 0px;
   border-bottom: 1px solid #666666;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 13px;
   text-align: right;
}
.modelsmenu ul {
	margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    height: 25px;
}
.modelsmenu ul li{
	margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 4px;
    float: left;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}
.modelsmenu ul li:hover{
   border-top: 1px solid #CCCCCC;
   border-left: 1px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
   color: #FFFFFF;
   background: #333333;
}
.modelsmenu a {
   margin: 0px;
   text-transform: uppercase;
   color: #CCCCCC;
   font-weight: bold;
   font-size: 12px;
   text-decoration: none;
}
.modelsmenu a:hover {
color: #fff;
}
.options ul li a {
   padding: 1px;
   padding-left: 25px;
   text-transform: uppercase;
   color: #FFFFFF;
   text-decoration: none;
   border: 1px solid #000;
}
.options ul li a:hover { 
border: 1px solid #fff;
}
.theclassic {
   width: 700px;
   height: 224px;
   margin: 0 auto;
   background: url(/models/classic-default.png) no-repeat center top;
   z-index: 1;
   position: relative;	
}
.thegentle  {
   width: 700px;
   height: 224px;
   margin: 0 auto;
   background: url(/models/gentle-default.png) no-repeat center top;
   z-index: 1;
   position: relative;	
}
.storm  {
   width: 700px;
   height: 224px;
   margin: 0 auto;
   background: url(/models/storm-default.png) no-repeat center top;
   z-index: 1;
   position: relative;	
}
.sport  {
   width: 700px;
   height: 224px;
   margin: 0 auto;
   background: url(/models/sport-default.png) no-repeat center top;
   z-index: 1;
   position: relative;	
}
.boatbottom {
   width: 700px;
   height: 224px;
   margin: 0 auto;
   z-index: 10;
   position: relative;
}
.waterline {
   width: 700px;
   height: 224px;
   margin: 0 auto;
   z-index: 100;
   position: relative;	
}
/* COLOUR LINKS */
.mah {
   background: url(/models/mahogany.gif) no-repeat left center;
   height: 15px;
   display: block;
}
.blk {
   background: url(/models/black.gif) no-repeat left center;
   height: 15px;
   display: block;
}
.crm {
   background: url(/models/cream.gif) no-repeat left center;
	height: 15px;
   display: block;
}
.cop{
   background: url(/models/copper.gif) no-repeat left center;
	height: 15px;
   display: block;
}
.wht{
   background: url(/models/white.gif) no-repeat left center;
	height: 15px;
   display: block;
}
.red{
   background: url(/models/red.gif) no-repeat left center;
	height: 15px;
   display: block;
}
.gold{
   background: url(/models/gold.gif) no-repeat left center;
	height: 15px;
   display: block;
}
.blkmah{
   background: url(/models/blkmah.gif) no-repeat left center;
	height: 15px;
   display: block;
}
.burg{
   background: url(/models/burg.gif) no-repeat left center;
	height: 15px;
   display: block;
}