@charset "utf-8";

/* global */
body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #999999;
}
#page{
	width: 794px;
	background-color: #000000;
	margin: auto;
}
.clearall, .clearfix:after {
    content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	margin: 0;
}
a, a:link, a:active, a:visited {
	color: #9D9D9D;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
}
h2 {
}
h3 {
}
.hidden{
	display: none;
}
p {
	line-height: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.formfield{
	padding: 2px;
	width: 140px;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.submit{
	margin-left: 5px;

}
.lastItem .subButton{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lastItem .subButtonHit{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lastItem a.subButton, .lastItem a.subButton:link, .lastItem a.subButton:active, .lastItem a.subButton:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.viewDetails, a.viewDetails:link, a.viewDetails:active, a.viewDetails:visited {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 30px;
	width: 113px;
	background-image: url(../images/buttons/viewDetails.jpg);	
}
a.viewDetails:hover {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 30px;
	width: 113px;
	background-image: url(../images/buttons/viewDetails.jpg);
}
a.download, a.download:link, a.download:active, a.download:visited {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 30px;
	width: 113px;
	background-image: url(../images/buttons/download.jpg);
}
a.download:hover {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 30px;
	width: 113px;
	background-image: url(../images/buttons/download.jpg);
}
a.cBrochure, a.cBrochure:link, a.cBrochure:active, a.cBrochure:visited {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 30px;
	width: 155px;
	background-image: url(../images/buttons/caravanBrochure.jpg);
}
a.cBrochure:hover {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 30px;
	width: 155px;
	background-image: url(../images/buttons/caravanBrochure.jpg);
}
a.mBrochure, a.mBrochure:link, a.mBrochure:active, a.mBrochure:visited {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 30px;
	width: 155px;
	background-image: url(../images/buttons/motorhomeBrochure.jpg);
}
a.mBrochure:hover {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 30px;
	width: 155px;
	background-image: url(../images/buttons/motorhomeBrochure.jpg);
}


/* Global Menu */
.menuHolder{}
#menu{
	height: 120px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li{
	margin: 0px;
	list-style-type: none;
	float-left: 0px;
	display: inline;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
}

a.button, a.button:link, a.button:active, a.button:visited {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
a.button:hover {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}
#menuHome a.button, #menuHome a.button:link, #menuHome a.button:active, #menuHome a.button:visited {
	background-image: url(../images/general/logo.jpg);
	width: 122px;
	height: 99px;
	margin-top: 10px;
	margin-left: 5px;
}
#menuCompany a.button, #menuCompany a.button:link, #menuCompany a.button:active, #menuCompany a.button:visited {
	background-image: url(../images/menu/company.gif);
	width: 74px;
	height: 20px;
	margin-top: 90px;
}
#menuCompany a.buttonHit {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/menu/company.gif);
	width: 74px;
	height: 20px;
	margin-top: 90px;
}
#menuCaravans a.button, #menuCaravans a.button:link, #menuCaravans a.button:active, #menuCaravans a.button:visited {
	background-image: url(../images/menu/caravans.gif);
	width: 82px;
	height: 20px;
	margin-top: 90px;
}
#menuCaravans a.buttonHit {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/menu/caravans.gif);
	width: 82px;
	height: 20px;
	margin-top: 90px;
}
#menuMotorhomes a.button, #menuMotorhomes a.button:link, #menuMotorhomes a.button:active, #menuMotorhomes a.button:visited {
	background-image: url(../images/menu/motorhome.gif);
	width: 114px;
	height: 20px;
	margin-top: 90px;
}
#menuMotorhomes a.buttonHit {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/menu/motorhome.gif);
	width: 114px;
	height: 20px;
	margin-top: 90px;
}
#menuService a.button, #menuService a.button:link, #menuService a.button:active, #menuService a.button:visited {
	background-image: url(../images/menu/service.gif);
	width: 140px;
	height: 20px;
	margin-top: 90px;
}
#menuService a.buttonHit {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/menu/service.gif);
	width: 140px;
	height: 20px;
	margin-top: 90px;
}
#menuSpecs a.button, #menuSpecs a.button:link, #menuSpecs a.button:active, #menuSpecs a.button:visited {
	background-image: url(../images/menu/specs.gif);
	width: 97px;
	height: 20px;
	margin-top: 90px;
}
#menuSpecs a.buttonHit {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/menu/specs.gif);
	width: 97px;
	height: 20px;
	margin-top: 90px;
}
#menuContact a.button, #menuContact a.button:link, #menuContact a.button:active, #menuContact a.button:visited {
	background-image: url(../images/menu/contact.gif);
	width: 70px;
	height: 20px;
	margin-top: 90px;
}
#menuContact a.buttonHit {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/menu/contact.gif);
	width: 70px;
	height: 20px;
	margin-top: 90px;
}
#menuClassified a.button, #menuClassified a.button:link, #menuClassified a.button:active, #menuClassified a.button:visited {
	background-image: url(../images/menu/classifieds.gif);
	width: 78px;
	height: 20px;
	margin-top: 90px;
}
#menuClassified a.buttonHit {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/menu/classifieds.gif);
	width: 78px;
	height: 20px;
	margin-top: 90px;
}



/* Global Sub Menu */
.subTitle{ 
	background-color: #D6D6D6;
	height: 19px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left; 
}
#subMenu{
	height: 42px;
	background-color: #FFFFFF;
}
#subMenu li a{
	display: inline;
	float: left;
}
#subMenu li{
	display: inline;
	float: left;
}
a.subButton, a.subButton:link, a.subButton:active, a.subButton:visited {
	display: block;
	height: 17px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-top: 5px;
	color: #666666;
	font-weight: bold;
}
a.subButton:hover {
	display: block;
	height: 17px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-top: 5px;
	color: #D20000;
	font-weight: bold;
}
a.subButtonHit, a.subButtonHit:link, a.subButtonHit:active, a.subButtonHit:visited {
	display: block;
	height: 17px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-top: 5px;
	color: #D20000;
	font-weight: bold;
}
a.subButtonHit:hover {
	display: block;
	height: 17px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-top: 5px;
	color: #D20000;
	font-weight: bold;
}





/* global Footer */
.footer{
	margin-top: 40px;
	height: 140px;
}
.footerOne{
	width: 120px;
	padding-right: 40px;
	padding-left: 20px;
	float: left;
}
.footerTwo{
	width: 110px;
	float: left;
	padding-right: 350px;
}
.footerThree{
	float: left;
	width: 150px;
	padding-right: 40px;
	line-height: 18px;
}
.footerFour{
	float: left;
	width: 140px;
	line-height: 18px;
}
.footer li{
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
}
.footer li.lastItem {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.faceLeft{
	float: left;
	height: 16px;
	width: 16px;
	padding-right: 5px;
	margin-top: 10px;
}
.faceRight{
	height: 16px;
	padding-top: 10px;
}



/* common boxes */
.commonBoxOne{
	float: left;
	width: 212px;
	padding-left: 20px;
	padding-top: 25px;
	height: 280px;
	position: relative;
}
.commonBoxOne .stripes{
	background-image: url(../images/backgrounds/lines.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 191px;
	padding: 10px;
	height: 155px;
}




/* home page old */
#homeOld h2{
	padding-bottom: 15px;
	font-size: 14px;
}
#homeOld  h3{
	padding-bottom: 5px;
	font-size: 14px;
}
#homeOld  .rowOne{}
#homeOld  .rowOneLeft{
	float: left;
	width: 445px;
	padding-top: 20px;
	padding-left: 20px;
}
#homeOld  .rowOneRight{
	width: 260px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
#homeOld  .newsBox{
	border: 1px solid #9D9D9D;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#homeOld  .submit{
}
#homeOld  .rowTwo{
}
#homeOld  .rowTwoRight{
	float: left;
	width: 260px;
	padding-top: 25px;
	padding-left: 20px;
	height: 280px;
	position: relative;
}
#homeOld  .stripesWide{
	background-image: url(../images/backgrounds/linesWide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 260px;
}
#homeOld  a.visitSite, #homeOld  a.visitSite:link, #homeOld  a.visitSite:active, #homeOld  a.visitSite:visited {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 30px;
	width: 114px;
	background-image: url(../images/buttons/visitSite.jpg);
	position: absolute;
	bottom: 10px;
	left: 25px;
}
#homeOld  a.visitSite:hover {
	display: block;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 30px;
	width: 114px;
	background-image: url(../images/buttons/visitSite.jpg);
	position: absolute;
	bottom: 10px;
	left: 25px;
}
#homeOld  .dealHolder{
	width: 140px;
	float: left;
}
#homeOld  .dealInfo{
	height: 32px;
	width: 117px;
	background-image: url(../images/general/price.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	padding-top: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
#homeOld  .dealImg{
	padding-top: 5px;
}
#homeOld  a.viewDetails, #homeOld  a.viewDetails:link, #homeOld  a.viewDetails:active, #homeOld  a.viewDetails:visited {
	position: absolute;
	left: 20px;
	bottom: 10px;
}
#homeOld  a.viewDetails:hover {
	position: absolute;
	left: 20px;
	bottom: 10px;
}



#homeOld  .rowThree{}
#homeOld  .rowThreeLeft{
	float: left;
	width: 442px;
	padding-left: 20px;
	padding-top: 25px;
}
#homeOld  .rowThreeRight{
	float: left;
	width: 263px;
	padding-top: 25px;
	padding-left: 20px;
}
#homeOld  .compRight{
	float: left;
	margin-left: 5px;
}
#homeOld  .compLeft{
	height: 132px;
	width: 185px;
	background-image: url(../images/general/kit.jpg);
	float: left;
}
#homeOld  .question{
	height: 34px;
	background-image: url(../images/titles/q.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	float: left;
	width: 200px;
	border: 1px solid #9D9D9D;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#homeOld  .answer{
	border: 1px solid #9D9D9D;
	float: left;
	width: 240px;
	padding-right: 5px;
	padding-left: 5px;
}
#homeOld  .answer label{
	display: block;
	width: 170px;
	clear: both;
	padding-left: 30px;
}
#homeOld  .answer label input{
	float: right;
}
#homeOld  .qaDetails input{
	margin-right: 5px;
}
#homeOld  .qaDetails{
	border: 1px solid #9D9D9D;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#homeOld  .classifiedHolder{
	background-image: url(../images/backgrounds/linesWide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 262px;
	height: 180px;
}
#homeOld  .classifiedHolder .imgBorder{
	border: 1px solid #FFFFFF;
	margin-bottom: 2px;
}
#homeOld  .classifiedItem{
	color: #FF0000;
	float: left;
	width: 83px;
	padding-right: 4px;
	padding-bottom: 15px;
	font-size: 11px;
	position: relative;
}
#homeOld  .classifiedSold{
	background-image: url(../images/icons/sold.png)!important;
	background-image: url(../images/icons/sold.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 48px;
	width: 48px;
	float: left;
	position: absolute;
	left: 45px;
	top: 26px;
}









/* home page */

#home .leftContent{
	width: 180px;
	float: left;
	padding-left: 20px;
}
.leftPanel{
	width: 170px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	padding-left: 10px;
	display: block;
}
.searchBG{
     background-image: url(../images/backgrounds/leftPanelSearch.jpg);
}
.newsBG{
     background-image: url(../images/backgrounds/leftPanelNews.jpg);
}
.panelTitle{
	height: 20px;
	padding-left: 0px;
	padding-top: 7px;
}
.leftPanelEnd{
	background-image: url(../images/backgrounds/leftPanel_End.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 8px;
	width: 180px;
}
.leftPanel p{
	font-weight: bold;
	text-align: left;
	padding-bottom: 25px;
	padding-top: 15px;
    
}
.leftPanel p span{
	color: #FF0000;
}
.leftPanel p strong{
	font-size: 12px;
}
.leftPanel .formList{
	padding: 2px;
	width: 160px;
	margin-bottom: 10px;
	font-size: 11px;
}
.leftPanel .formField{
	width: 150px;
	margin-bottom: 10px;
	font-size: 11px;
	padding: 1px;
}
.leftPanel .submit{
	margin-left: 73px;
}
.leftPanel .newsLetterForm{
	padding-top: 11px;
}
#home .rightContent{
	float: left;
	width: 580px;
	margin-top: 20px;
}
#home .stockContainer{
	padding-left: 7px;
}
#home .stockContainer h1{
	padding-left: 17px;
}
#home .stockLeftHolder{
	padding-left: 17px;
}
#home .stockLeft{
	width: 127px;
	float: left;
	margin-top: 12px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #3D3D3D;
}
#home .stockLeft h2{
	font-size: 13px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272727;
	padding-bottom: 4px;
	margin-right: 4px;
}
#home .stockLeft p{
	padding-top: 15px;
	padding-bottom: 15px;
}
.dealInfo{
	height: 34px;
	width: 123px;
	background-image: url(../images/general/dealPrice.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	padding-top: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#home .stockContainer .topDeal{
	height: 89px;
	width: 123px;
	position: relative;
}
#home .stockContainer .topDealIcon{
	background-image: url(../images/icons/topDeal.png)!important;
	background-image: url(../images/icons/topDeal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	width: 65px;
	position: absolute;
	top: -8px;
	left: -10px;
}
#home .newsImg{
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.imgBorder{
	border: 1px solid #FFFFFF;
}
#home .stockRight{
	width: 424px;
	float: left;
}
#home .stockItem{
	height: 128px;
	width: 123px;
	float: left;
	position: relative;
	padding-top: 12px;
	padding-left: 17px;
}
#home .stockItem span{
	color: #FF0000;
	font-size: 11px;
}
#home .stockItem p{
	font-weight: bold;
	font-size: 10px;
}
#home .classifiedSold{
	background-image: url(../images/icons/soldSmall.png)!important;
	background-image: url(../images/icons/soldSmall.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 48px;
	width: 48px;
	position: absolute;
	right: -12px;
	bottom: 28px;
}

#home .classifiedBestBuy{
	background-image: url(../images/icons/bestBuySmall.png)!important;
	background-image: url(../images/icons/bestBuySmall.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 48px;
	width: 48px;
	position: absolute;
	left: 8px;
	top: 4px;
}
#home .topLeft{
	float: left;
	width: 410px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#home .topLeft ul{
	padding-top: 10px;
}
#home .topLeft li{
	padding-bottom: 5px;
}
#home .topLeft h1{
	padding-bottom: 5px;
}
#home .innerLeft{
	float: left;
	width: 300px;
	padding-left: 24px;
	padding-top: 15px;
}
#home .innerLeft h1{
	padding-bottom: 10px;
}
#home .innerLeft h2{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
}
#home .innerLeft p{
	padding-bottom: 5px;
}
#home .innerLeft .newsBullet h2{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 0px;
}
#home .innerLeft .newsBullet p{
	padding-bottom: 0px;
	padding-top: 0px;
}
#home .innerLeft .newsBullet{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #2D2D2D;
	padding-top: 10px;
}
#home .innerRight{
	float: left;
	width: 234px;
	margin-top: 15px;
	margin-left: 20px;
}
#home .innerRight h1{
	padding-bottom: 10px;
}
#home .innerRight p{
	padding-top: 10px;
	padding-bottom: 20px;
}



/* Ranges */
.newRange{
	position: absolute;
	top: 175px;
	left: 270px;
}
#ranges .rangeItemLeft{
	padding-left: 25px;
	float: left;
	margin-bottom: 30px;
	width: 350px;
	position: relative;
}
#ranges .rangeItemRight{
	padding-right: 20px;
	float: right;
	margin-bottom: 30px;
	width: 350px;
	position: relative;
}
#ranges .rangeHolder h3{
	padding-top: 20px;
	padding-bottom: 15px;
}
#ranges .rangeHolder p{
	padding-bottom: 15px;
}
#ranges .rangeHolder li{
	display: inline;

}
#ranges .selectRange{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#ranges .rangeHolder{
	background-image: url(../images/backgrounds/horizonLine.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	height: 390px;
}
#ranges .rangeItem li a{
	font-size: 11px;
	text-decoration: underline;
}
#ranges .rangeContainer{
	padding-top: 20px;
	padding-left: 35px;
}
#ranges .rangeDetailsHolder{
	margin-top: 30px;
	height: 220px;
}
#ranges .rangeDescriptionsHolder{
	height: 180px;
}
#ranges .rangeDescription{
	float: left;
	width: 285px;
	text-align: left;
	padding-top: 15px;
	padding-right: 40px;
}
#ranges .rangeDescription p{
	margin-top: 15px;
}
#ranges .rangeDetailsOne{
	float: left;
	width: 70px;
	text-align: center;
	padding-top: 15px;
}
#ranges .rangeDetailsOne li a{
}
#ranges .rangeDetailsOne li {
	padding-bottom: 10px;
}
#ranges .rangeDetailsTwo{
	width: 260px;
	float: left;
	text-align: center;
}
#ranges .rangeDetailsThree{
	float: left;
	width: 105px;
	padding-top: 15px;
}
.rangeDetailsFour{
	width: 84px;
	padding-left: 20px;
	float: left;
	padding-top: 15px;
}
.rangeDetailsFive{
	float: left;
	width: 151px;
	padding-left: 20px;
	padding-top: 15px;
}





/* Ranges view Buttons*/
#ranges a.viewZoom, #ranges a.viewZoom:link, #ranges a.viewZoom:active, #ranges a.viewZoom:visited {
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 114px;
	background-image: url(../images/buttons/viewDetails.jpg);
	margin-right: 50px;
	margin-top: 10px;
}
#ranges a.viewZoom:hover {
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	width: 114px;
	background-image: url(../images/buttons/viewDetails.jpg);
	margin-top: 10px;
	margin-right: 50px;
}

#virtual a.viewZoom, #ranges a.viewZoom:link, #ranges a.viewZoom:active, #ranges a.viewZoom:visited {
	display: block;
	float: left;
	clear:both;
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 114px;
	background-image: url(../images/buttons/viewDetails.jpg);
	margin-right: 50px;
	margin-top: 10px;
	margin-left:30px;
}
#virtual a.viewZoom:hover {
	display: block;
	float: left;
	clear:both;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	width: 114px;
	background-image: url(../images/buttons/viewDetails.jpg);
	margin-top: 10px;
	margin-right: 50px;
	margin-left:30px;
}
#ranges a.viewDealer, #ranges a.viewDealer:link, #ranges a.viewDealer:active, #ranges a.viewDealer:visited {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 158px;
	background-image: url(../images/buttons/viewDealerList.jpg);
	margin-left: 7px;
}
#ranges a.viewDealer:hover {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 158px;
	background-image: url(../images/buttons/viewDealerList.jpg);
}
#ranges a.viewSpirit, #ranges a.viewSpirit:link, #ranges a.viewSpirit:active, #ranges a.viewSpirit:visited {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 166px;
	background-image: url(../images/buttons/viewSpiritRange.jpg);
}
#ranges a.viewSpirit:hover {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 166px;
	background-image: url(../images/buttons/viewSpiritRange.jpg);
}
#ranges a.viewTouring, #ranges a.viewTouring:link, #ranges a.viewTouring:active, #ranges a.viewTouring:visited {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 177px;
	background-image: url(../images/buttons/viewTouringRange.jpg);
}
#ranges a.viewTouring:hover {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 177px;
	background-image: url(../images/buttons/viewTouringRange.jpg);
}
#ranges a.viewPhantom, #ranges a.viewPhantom:link, #ranges a.viewPhantom:active, #ranges a.viewPhantom:visited {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 185px;
	background-image: url(../images/buttons/viewPhantomRange.jpg);
}
#ranges a.viewPhantom:hover {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 185px;
	background-image: url(../images/buttons/viewPhantomRange.jpg);
}
#ranges a.viewMatterhorn, #ranges a.viewMatterhorn:link, #ranges a.viewMatterhorn:active, #ranges a.viewMatterhorn:visited {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 157px;
	background-image: url(../images/buttons/viewMatterhorn.jpg);
}
#ranges a.viewMatterhorn:hover {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 157px;
	background-image: url(../images/buttons/viewMatterhorn.jpg);
}
#ranges a.viewAclass, #ranges a.viewAclass:link, #ranges a.viewAclass:active, #ranges a.viewAclass:visited {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 177px;
	background-image: url(../images/buttons/viewAclassRange.jpg);
}
#ranges a.viewAclass:hover {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 177px;
	background-image: url(../images/buttons/viewAclassRange.jpg);
}
#ranges a.viewAktiv, #ranges a.viewAktiv:link, #ranges a.viewAktiv:active, #ranges a.viewAktiv:visited {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 166px;
	background-image: url(../images/buttons/viewAktivRange.jpg);
}
#ranges a.viewAktiv:hover {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 166px;
	background-image: url(../images/buttons/viewAktivRange.jpg);
}
#ranges a.viewXklusiv, #ranges a.viewXklusiv:link, #ranges a.viewXklusiv:active, #ranges a.viewXklusiv:visited {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 177px;
	background-image: url(../images/buttons/viewXklusivRange.jpg);
}
#ranges a.viewXklusiv:hover {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 177px;
	background-image: url(../images/buttons/viewXklusivRange.jpg);
}



.divider{
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
a.viewHit{
	color: #D20000;
}
.modelPrice{
	font-size: 20px;
	color: #D20000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.otr{
	font-size: 9px;
	color: #666666;
}
.tourThumb{
	padding-top: 12px;
	padding-bottom: 6px;
}
.planThumb{
	padding-top: 8px;
	padding-bottom: 8px;
	height: 65px;
}
.zoom{
	padding-top: 2px;
	float: left;
	padding-left: 5px;
}
.enlarge{
	float: left;
}




.specsMenu{
	height: 42px;
	background-color: #D6D6D6;
	margin-top: 40px;
}
#specsHolder{
	background-color: #EDEDED;
	color: #666666;
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#specsHolder h3{
	font-size: 11px;
	padding-bottom: 5px;
}
#specsHolder ul{
	font-size: 10px;
	padding-bottom: 20px;
}
#specsHolder li{
	font-size: 10px;
}
.specsColOne{
	width: 260px;
	float: left;
	margin-right: 20px;
}
.specsColOne h3{
	padding-left: 20px;
}
.specsColOne li{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 10px;
}
.listLeft{
	float: left;
	width: 150px;
	padding-left: 20px;
	clear: both;
}
.listRight{
	width: 80px;
	float: left;
}
.specsColTwo{
	float: left;
	width: 230px;
	padding-left: 20px;
}
#accHolder{
    background-color: #EDEDED;
	color: #666666;
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom:20px;
}








/* Classified*/
.classifiedContainer{
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
.classifiedHolder{
	float: left;
	width: 570px;
}
.classifiedSearch{
	float: left;
	width: 180px;
}
.classifiedContainer h2{
	padding-bottom: 20px;
}
.classifiedContainer h3{
	font-size: 12px;
	padding-top: 5px;
}
.classifiedContainer p{
}
#classified .classifiedItem{
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 18px;
	float: left;
	position: relative;
}
.classifiedFirstItem{
	padding-top: 20px;
	padding-bottom: 25px;
	float: left;
}
.classifiedItem .viewDetails{
}
.classifiedImg{
	border: 3px solid #FFFFFF;
}
.classifiedPrice{
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
	padding-bottom: 5px;
}

#classified #classImgHolder {
	position: relative;
	width: 380px;
	height: 270px;
}
#classified .classifiedSold{
	background-image: url(../images/icons/soldSmall.png)!important;
	background-image: url(../images/icons/soldSmall.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 48px;
	width: 48px;
	position: absolute;
	right: -13px;
	bottom: 83px;
}

#classified .classifiedBestBuy{
	background-image: url(../images/icons/bestBuySmall.png)!important;
	background-image: url(../images/icons/bestBuySmall.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 48px;
	width: 48px;
	position: absolute;
	left: 5px;
	top: 10px;
}

#classified .classifiedZoomSold{
	background-image: url(../images/icons/soldLarge.png)!important;
	background-image: url(../images/icons/soldLarge.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 116px;
	width: 116px;
	position: absolute;
	right: -13px;
	bottom: -10px;
}

#classified .classifiedZoomBestBuy{
	background-image: url(../images/icons/bestBuyLarge.png)!important;
	background-image: url(../images/icons/bestBuyLarge.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 116px;
	width: 116px;
	position: absolute;
	left: -35px;
	top: -10px;
}

p.page_links {
    float: right;
    margin-right: 20px;
}
p.page_links a {
    text-decoration: underline;
    margin-right: 5px;
}


/* Classified Zoom*/
.classifiedLeft{
	width: 360px;
	float: left;
}.classifiedLeft ul{
	font-size: 12px;
	color: #9D9D9D;
	width: 250px;
}
.classifiedLeft li{
	padding-top: 3px;
	padding-bottom: 3px;

}
.classifiedRight{
	float: right;
	width: 380px;
}
.clickHolder{
	background-color: #363636;
	margin-top: 5px;
}
.clickFirst{
	float: left;
	width: 85px;
	padding-left: 10px;
	padding-top: 15px;
	text-align: center;
}
.clickItem{
	float: left;
	width: 85px;
	padding-left: 10px;
}
.classifiedSpecs{
	background-color: #000000;
	margin-top: 30px;
	padding-left: 10px;
	padding-bottom: 20px;
	color: #FFFFFF;
}
.classifiedSpecs ul{
	color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-size:12px;
}
.classifiedSpecs li{
	color: #FFFFFF;
	margin-bottom:8px;
}
.feature{
    font-size: 24px;
}
.split {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
.white{
	color: #FFFFFF;
}
.red{
	color: #FF0000;
}
.specsFull{
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	padding-bottom: 20px;
}
.specsFull a{
	color: #FF0000;
}














/* Company*/
.companyContainer{
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 40px;
	color: #666666;
	padding-bottom: 50px;
}
.companyContainer p{
	padding-bottom: 10px;
}
.companyContainer a{
	color: #D62020;
	text-decoration: underline;
}
.companyContainer a:hover{
}
.companyContainer h2{
	padding-bottom: 20px;
}
.companyContainer h3{
	padding-bottom: 5px;
	font-weight: bold;
}
.aboutLeft{
	float: left;
	width: 420px;
}
.aboutRight{
	width: 295px;
	padding-right: 10px;
	float: right;
	padding-top: 20px;
}
.video1{
	padding-bottom: 10px;
}
.video2{
	padding-bottom: 50px;
}
.terms{
	width: 700px;
}













/* Virtual Tours*/
.virtualContainer{
	padding-top: 20px;
}
.vMenu{}
.vMenu .hit{
	color: #FF0000;
}
.vMenu a{}
.vMenu a:hover{}
.vMenu li{
	display: inline;
	padding-right: 20px;
	font-size: 12px;
}
.vLeft p span{
	color: #FF0000;
}
.vLeft{
	float: left;
	width: 362px;
}
.vDescription{
    margin-bottom:20px;
}

.vLeft p{
	padding-left: 35px;
	padding-top: 20px;
	padding-right: 35px;
}
.vLeft h1{
	padding-left: 35px;
	padding-top: 20px;
}
.vRight{
	height: 500px;
	width: 432px;
	float: right;
	background-image: url(../virtual/images/box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.appletHolder{
	border: 1px solid #FFFFFF;
	width: 360px;
	height: 240px;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.vPlan{
	width: 237px;
	float: left;
	clear: both;
	text-align: right;
}
.vGuide{
	float: left;
	width: 140px;
	padding-left: 20px;
}
.vDivider{
	height: 40px;
	width: 794px;
	background-repeat: no-repeat;
	background-position: center center;
}
.vPricing{
	padding-top: 20px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	height: 55px;
	margin-right: 50px;
	margin-left: 30px;
}
.vModelPrice{
	float: left;
	width: 100px;
}
.vPrice{
	color: #FF0000;
	font-size: 20px;
	font-weight: normal;
	float: left;
	width: 130px;
}
.vPriceNB{
	padding-top: 22px;
	width: 120px;
	float: left;
}
.vSplit{
	float: left;
}
.vItemHolder{
	background-color: #EFEFEF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 774px;
	padding-bottom: 20px;
}
#virtual #subMenu{
	border: 1px solid #999999;
}
.vItem{
	float: left;
	width: 150px;
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
}
.vItem a{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
.vItem a:hover{
	color: #FF0000;
}
.vItem a.hit{
	color: #FF0000;
}
.vLine{
	width: 110px;
	margin: auto;
	height: 110px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.title {
	width: 360px;
	text-align: center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}
.footMenu {
	width: 360px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	height: 15px;
	margin-left: 25px;
}
.footMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
		
}










/* Contact us*/
#contact .header{
	height: 260px;
	width: 794px;
	background-image: url(../images/headers/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contact .headerLincoln{
	height: 260px;
	width: 794px;
	background-image: url(../images/headers/contactLincoln.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contact .googleMaps{
	float: right;
	margin-top: 190px;
	margin-right: 30px;
}

#contact .contactHolder{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#contact .contactLeft{
	float: left;
	width: 400px;
}
#contact .contactLeft h1{
	margin-bottom: 20px;
}
#contact .contactRight{
	width: 300px;
	margin-left: 30px;
	float: left;
	margin-top: 48px;
}
#contact .contactRight p{
	padding-top: 10px;
	padding-bottom: 30px;
}
#contact .addressHolder{
	margin-top: 25px;
	font-weight: bold;
	line-height: 16px;
}
#contact .addressLeft{
	float: left;
	width: 100%;
}
#contact .addressRight{
	float: left;
	width: 250px;
	margin-top: 25px;
}
#contact .linkContainer{
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 20px;
}
#contact .linkContainerEnd{
	padding-top: 20px;
}
#contact .linkContainerEnd li{
	line-height: 25px;
}
#contact .addressRight span{
	color: #FF000E;
}
#contact .textField{
	padding: 2px;
	font-size: 11px;
	width: 300px;
	margin-bottom: 5px;
}
#contact .textArea{
	font-size: 11px;
	padding: 2px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
#contact .listMenu{
	font-size: 11px;
	padding: 2px;
	margin-bottom: 5px;
}
#contact .submitEnq{}
#contact .resetEnq{
	margin-left: 15px;
}

.contactMenu{
	height: 42px;
	background-color: #000000;
	float:right;
}







/* service*/

#service .serviceHolder{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#service .serviceHolder h2{
}
#service .serviceHolder p{
	padding-top: 6px;
	padding-bottom: 6px;
}
#service .serviceLeft{
	float: left;
	width: 380px;
}
#service .serviceLeft ul{
	padding-left: 20px;
}
#service .serviceLeft li{
	padding-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
}
#service .serviceRight{
	float: left;
	width: 360px;
	margin-left: 20px;
}
#service .camperUK{
	background-image: url(../images/general/camperUk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 93px;
	width: 717px;
	color: #333333;
	padding-top: 20px;
	margin-left: 18px;
}
#service .camperUKleft{
	width: 185px;
	float: left;
	padding-left: 315px;
}
#service .camperUKright{
	float: left;
	width: 210px;
}
#service .camperUKright a{
	color: #333333;
}
#service h3{
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 14px;
	margin-left: 18px;
}
#service .serviceCentre{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	width: 717px;
	margin-left: 18px;
}









/* geist news*/
#news .newsContainer{
	padding: 25px;
}

#news .newsContainer .topContainer{
	padding-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	height: 234px;
}
#news .newsContainer .topContainer .topImg{
	text-align: center;
	height: 207px;
	width: 214px;
	padding-top: 0px;
	float: left;
}
#news .newsContainer .topContainer .topCopy{
	float: left;
	width: 505px;
	padding-left: 20px;
	height: 214px;
	position: relative;
}
#news .newsContainer .topContainer .topDate{
	width: 500px;
	float: left;
	font-size: 11px;
	color: #FF0000;
	text-align: left;
	margin: 5px 0 5px 0;
}
#news .newsContainer .topContainer .topCopy h2{
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
}
#news .newsContainer .topContainer .topCopy p{
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#news .newsContainer .topContainer .topCopy a{
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	bottom: -2px;
	left: 20px;
}

#news .newsContainer .midContainer{
	padding-top: 20px;
	height: 120px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#news .newsContainer .midContainer .midImg{
	float: left;
	height: 100px;
	width: 100px;
}
#news .newsContainer .midContainer .midCopy{
	float: left;
	width: 620px;
	height: 100px;
	position: relative;
	margin-left:10px;
}
#news .newsContainer .midContainer .midDate{
    width: 620px;
	float: right;
	color: #FF0000;
	text-align: left;
	clear: left;
	display: block;
	margin: 5px 0 5px 0;
}
#news .newsContainer .midContainer .midCopy h3{
	font-size: 18px;
	line-height: 18px;
}
#news .newsContainer .midContainer .midCopy p{
	padding-top: 5px;
	padding-bottom: 5px;
}
#news .newsContainer .midContainer .midCopy a{
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: -3px;
}

#news .newsContainer .botContainer{
	width: 335px;
	float: left;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	height: 50px;
}
#news .newsContainer .botContainer.right{
	margin-left: 70px;
}
#news .newsContainer .botContainer .botCopy{
	width: 245px;
	float: left;
}
#news .newsContainer .botContainer .botCopy a{}
#news .newsContainer .botContainer .botDate{
	color: #FF0000;
	text-align: right;
	width: 80px;
	float: right;
}






#news .newsZoomContainer{
	padding: 25px;
}
#news .newsZoomContainer h2{
	font-size: 30px;
	padding-top: 25px;
	padding-bottom: 20px;
}
#news .newsZoomContainer p{
	font-size: 12px;
	padding-bottom: 20px;
	clear:both;
}
#news .newsZoomContainer a{
	font-size: 15px;
	font-weight: bold;
}
#news .newsZoomContainer .zoomImg{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* pagination */
#pagination {
	clear:both;
}

#pagination ul {
	list-style:none;
	margin-left:26px;
	padding:20px 0;
}

#pagination ul li {
	float:left;
	padding-right:5px;
}

#pagination a {
    text-decoration: underline;
    margin-right: 5px;
}






/*Accesories*/

.accessory {
    width:500px;
}

.price {
    width:80px;
}

td.BasicPrice p {
font-size:12px;
font-weight:bold;
padding:8px 0 0 0;
}

td.BPrice {
border-top:dotted thin #666666;
border-bottom:dotted thin #666666;
font-size:12px;
font-weight:bold;
padding:4px 0 4px 0;
}

td.TotalPrice {
font-size:14px;
font-weight:bold;
padding:8px 0 0 0;
}

td.TPrice {
border-top:dotted thin #666666;
border-bottom:dotted thin #666666;
font-size:16px;
font-weight:bold;
padding:8px 0 8px 0;
color:#FF0000;
}



.imgMargin {
margin:10px 0 10px 0;
}








/*printing*/
#specsHolder{
page-break-before: avoid;
}
#accHolder{
page-break-before: avoid;
}

/**
 ** ADDED BY GARY **
 **/

strong, p.page_links strong a {
	font-weight: bold;
	color: #f00;
}

.classifiedLeft a.emailReq, .classifiedLeft a.emailReq:link, .classifiedLeft a.emailReq:active, .classifiedLeft a.emailReq:visited {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 180px;
	background-image: url(../images/buttons/moreInfo.jpg);
}
.classifiedLeft a.emailReq:hover {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 29px;
	width: 180px;
	background-image: url(../images/buttons/moreInfo.jpg);
}
