@charset "utf-8";

/* fonts */

@font-face{
	font-family: dinBlack;
	src: url(fonts/DINWeb-Black.woff);
	font-weight: normal;
}

@font-face{
	font-family: dinRegular;
	src: url(fonts/DINWeb.woff);
	font-weight: normal;
}

h1,h2,h3{
	font-family: 'dinBlack', sans-serif;
	color:#FFF;
}


h1{
	font-size:1.5em;
}

div.inner{
/* 	overflow:hidden; */
	margin:0 auto;
}

div.kamContent p{
	padding-top:10px;
	font-size:17px;	
}

.kamContent img{
	margin:10px 0;
}

div.kamContent img.photo{
	box-shadow:0px 4px 14px 0px rgba(0, 0, 0, 0.75);
}

/* invalid browser overlay */

div.invalidBrowserOverlay{
	display:none;
	position:absolute;
	left:0;
	top:0;
	background-color:#EF0800;
}

	div.invalidBrowserOverlay .wrapper{
		color:#fff;
		font-face:Ariel;
		font-size:14px;
		text-align:center;
		width:550px;
		margin:auto;
	}
	
		div.invalidBrowserOverlay .wrapper img{
			display:block;
			margin:auto;
			margin-bottom:20px;
		}
		
		div.invalidBrowserOverlay .wrapper a{
			display:block;
			background:url(/style/temp/googleChromeIcon.png) no-repeat center top transparent;
			margin-top:20px;
			padding-top:40px;
			text-align:center;
			color:#fff;
			text-decoration:none;
			font-weight:bold;
		}
	
div.kamContent div.text{
	padding:20px;
}

div.serious{
	float:left;	
}

div.fun{
	float:right;	
}

div.serious div.content{
	float:right;
	margin:0;
}

div.content p,
div.content li{
	color:#FFF;
	font-family: 'dinRegular', sans-serif;
}

.textColourDark div.content p,
.textColourDark div.content li,
.textColourDark h1,
.textColourDark h2, 
.textColourDark h3,
.textColourDark a{
	color:#585858;
}  

div.serious div.content,
div.fun div.content{
	width:450px;
	float:left;
	margin:0;
}

div.serious div.content{
	float:right;	
}

div.content ul.images{
	list-style:none;
	padding:30px 0;	
}

div.content ul.images li{
	float:left;
	margin:0 7px 7px 0;
	border:2px solid #151515;
	padding:0;
}

div.content ul.images li:hover{
	border:2px solid #D20B04;
}

div.content ul.images li img{
	margin:0;
}

/** z indexing */

div.invalidBrowserOverlay{
	z-index:6;
}

.kamUiOverlayMask,
.kamUiOverlay{
	z-index:5;
}
div.loadingInformation{
	z-index:4;	
}
div.siteLogo{
	z-index:3;
}
div.header{
	z-index:2;
}
div.outer{
	z-index:0;
}
div.homeIntroduction{
	z-index:1;
}
div.footer{
	z-index:2;
}

/** loading information */
div.loadingInformation{
	display:none;
	position:absolute;
	opacity:0;
	background-color:#555;
	left:0px;
	top:0px;
}

div.loadingInformation div{
	width:200px;
	padding-top:80px;
	text-align:center;	
	background:url(images/loading.gif) no-repeat center top;
	font-size:1.5em;
	color:#fff;
	margin:auto;
	margin-top:500px;
	font-family: 'dinRegular', sans-serif;
}

/* video handling */

.kamUiOverlayMask{
	background-color: #000;
	opacity:0.5;
}

.kamUiOverlay{
	border: 1px solid #000;
	background-color:#fff;
}

/* navigation/logo */

div.header,
div.footer,
div.outer{
	position:relative;
}

div.header{
	width:100%;
	background:url(images/header-background.png) no-repeat center top transparent;
	height:106px;
}

div.siteLogo{
	width:45px;
	height:62px;
	position:absolute;
	left:50%;
	top:10px;
	margin-left:-22px;
}

div.headerNav{
	float:right;
	margin:17px 40px 0 0;
}

div.headerNav ul{
	padding-top:20px;	
}

div.headerNav ul li{
	float:left;
	padding-right:5px;	
}

div.headerNav ul li:last-child{
	padding-right:2px;
}

div.headerNav ul li:last-child a:after{
	content:"";
}

div.headerNav ul li a,
div.headerNav ul li a:link,
div.headerNav ul li a:visited{
	color:#000;
	font-size:1.7em;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'dinRegular', sans-serif;
}

div.navigation{
	float:left;
	margin:37px 0 0 222px !important;
	width:712px;
}

div.navigation ul{
	padding-top:0px;	
}

div.navigation ul li{
	float:left;
	margin-right:20px;
}

div.navigation ul li:hover{
	background:url(images/topnavIndicator.png) no-repeat center 30px;	
}

div.navigation ul li:nth-child(4){
	margin-right:135px;
}

div.navigation ul li:last-child{
	margin-right:0;
}

div.navigation ul li a,
div.navigation ul li a:link,
div.navigation ul li a:visited{
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:1.7em;
	text-decoration:none;
	font-family: 'dinBlack', sans-serif;
	padding-bottom:30px;
	font-weight:normal;
}

div.navigation ul li a:hover,
div.navigation ul li a.selected,
div.navigation ul li a.selected:link,
div.navigation ul li a.selected:visited{
	color:#FFF;	
}

div.navigation ul li ul{
	display:none;
	opacity:0;
	position:absolute;
	z-index:150;
	padding:15px;
	color:#FB291B;
	background:#151515;
	margin:0;
	width:150px;
	margin-left:-65px;
}

div.navigation ul li:hover ul{
	display:block;
	opacity:1;
	transition-duration:0.8s;
}

div.navigation ul li ul li{
	padding:0;
	margin:0;
	float:none;
	clear:both;
	width:150px;
}

div.navigation ul li ul li a,
div.navigation ul li ul li a:link,
div.navigation ul li ul li a:visited{
	display:block;
	float:none;
	clear:both;
	color:#FFF;
	font-size:1.5em;
	text-transform:none;
	padding:3px 8px;
	margin:2px 0;
	border-left:2px solid #151515;
	border-right:2px solid #151515;	
}

/* footer */
div.footer{
	width:100%;
	height:31px;
	background:#151515;
	color:#fff;
	font-size:1.2em;
	padding-top:8px;
	text-align:left;
	border-top:2px solid #BE0C07;
}

	div.footer div.navigation ul{
		padding-top:40px;
	}

	div.footer .inner{
		color:#f0f0f0;
		text-decoration:none;
		font-family: 'dinRegular', sans-serif;
		font-size:20px;
		font-weight:600;
		text-transform:uppercase;
		text-align:center;
	}
	
	div.footer .inner a:first-child{
		margin-left:-340px
	}

/* quotes */

ul.quotes{
	list-style:none;
	padding:0 0 10px 0;
}

ul.quotes li{
	font-family: 'dinBlack', sans-serif;
	font-size:2.6em !important;
	color:#FFF;
	font-weight:600;
	line-height:1.1;
	padding-top:10px;
}

/* misc */
.red{
	color:#e5190d;
}

body{
	overflow:hidden;
	height:100%;
	width:100%;
	-webkit-text-size-adjust: 100%;
}

body.loaded{
	background:none;
}

div.header,
div.outer,
div.footer{
	display:none;
}

div.outer{
/* 	overflow:hidden; */
	margin-top:-19px;
}

div.pageBackground,
div.contentBackground,
div.ajaxNavigation,
div.intro{
	position:absolute;
	width:100%;
	left:0;
	top:0;
/* 	overflow:hidden; */
}

div.overlayPanel{
	position:fixed;
	left:0;
	top:86px;	
	overflow:hidden;
}

img.pageBackground, 
img.contentBackground{
	display:none;	
}

div.kamLayoutHome .sliderWrapper{
	position:fixed;
	width:100%;
}

div.kamLayoutHome .sliderWrapper,
div.kamLayoutHome .slide{
	overflow:hidden;
}

div.kamLayoutHome .sliderWrapper .slider{
	margin:auto;
	width:960px;
}

div.kamLayoutHome .subnav{
	padding:0 20px;
	margin-top:-50px;
	display:none;
}

div.kamLayoutHome .subnav a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:1.4em;
	margin-right:10px;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover{
	color:#f0f0f0;
	font-size:15px;
	font-family:'dinRegular', sans-serif;
	text-decoration:none;
	margin-right:6px;
	opacity:0.85;
	border-left:2px solid #f0f0f0;
	background-size:8px 8px;
	padding:0 4px 0 10px;
	line-height:1;
}

.footer a:first-child{
	border:0;
	padding-left:0px;
}

.footer a:last-child{
	margin-right:0;
}

.footer a:hover,
.footer a.selected{
	opacity:1;
}


div.coloursWrapper{
	margin:auto;
	margin-top:20px;
}

div.overlayPanel a.getStarted{
	display:block;
	margin:auto;
	width:220px;
	margin-top:530px;
	color:#fff;
	font-size:30px;
	font-family: 'dinRegular', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}

div.overlayPanel a.getStarted:hover{
	color:#e5190d;
}

/** standard */

.kamLayoutSlides{
	height:100%;
}

.kamLayoutSlides .slider{
	height:100%;
	overflow:hidden;
	overflow-y:auto;
}

.kamLayoutSlides .slider .slide{
	box-sizing:border-box;
	overflow:hidden;
	clear:both;
	box-sizing:border-box;
	opacity:0;
/* 	border-top:2px solid #0f0;	 */
/* 	border-bottom:2px solid #00f;	 */
}

.kamLayoutSlides .slider .slide:first-child{
	opacity:1;
}


/* .kamLayoutSlides .slider .slide:LAST-CHILD{ */
/* 	PADDING-BOTTOM:0PX; */
/* } */

.kamLayoutSlides .slider .slide.twoPaneLeftScrollRightFixed .colB{
	position:relative;
}

.kamLayoutSlides h2{
	padding:50px 20px 0 20px;
	font-size:3em;
	font-weight:bold;
}

.kamLayoutSlides .colA,
.kamLayoutSlides .colB{
	width:475px
}

.kamLayoutSlides .colA{
	float:left;
}

	.kamLayoutSlides .slide.singlePane .colA{
		width:100%;
	}

.kamLayoutSlides .colB{
	float:right;
	margin-right:100px;
}

/* 	.kamLayoutSlides .slide{ */
/* 		overflow:hidden; */
/* 	} */
	
		.kamLayoutSlides .slide h2.navigationTitle{
			display:none;
		}


/** additions 28/12/2014 **/

div.inner{
	width:1060px;
}

div.header div.logo{
    margin-left:460px;
	left:auto;
}

div.kamContent div.text{
	padding:30px 0;
}

div.kamContent p{
	font-size:14px;
	line-height:16px;
	padding:0 30px 20px 50px;
}

.standard .text.right{
	float:left;
}

div.quote{
	padding-left:30px;
}
	
	div.quote p{
		background:url(/style/temp/quoteOpen.png) no-repeat top left,url(/style/temp/quoteClose.png) no-repeat bottom right;
		font-size:4em;
		line-height:1;
		font-weight:bold;
		padding:30px 0 10px 0;
		font-family:'dinBlack', sans-serif;
		position:relative;
	}

		div.quote.relative p{
			background:url(/style/temp/quoteOpen.png) no-repeat top left;	
		}
	
			div.quote.relative.noOpenQuote p{
				background:none;	
			}
		
		div.quote img.openQuote,
		div.quote img.closeQuote{
			position:relative;
			display:inline;
			margin:0;
			padding:0;
			top:13px;
		}
		
			div.quote img.openQuote{
				top:-13px;
			}
	
		div.quote p span.credit{
			display:block;
			font-size:0.5em;
			font-weight:normal;
			padding-top:5px;
			text-align:right;
			padding-right:40px;
		}

			div.quote.relative p span.credit{
				position:relative;
				display:inline;
				text-align:left;
				padding:0;
				margin:0;
			}		

div.kamContent img.photo{
	box-shadow:0px 4px 14px 0px rgba(0, 0, 0, 0.75);
}

div.kamContent video,
div.kamContent iframe{
	box-shadow:0px 4px 14px 0px rgba(0, 0, 0, 0.75);
}

/* 29/12/2014 */
/* --------------------------------------------------------- */

/* general */

div.quote{
	padding-left:30px;
}

div.quote p{
	background:url(/style/temp/quoteOpen.png) no-repeat top left,url(/style/temp/quoteClose.png) no-repeat bottom right;
	font-size:4em;
	line-height:1;
	font-weight:bold;
	padding:30px 0 10px 0;
}

div.quote span.credit{
	display:block;
	font-size:0.4em;
	font-weight:normal;
	padding-top:5px;
	text-align:right;
	padding-right:40px;
	color:#9f9f9f;
	font-family:dinRegular;
}


/* home */

.homeIntroduction{
	position:absolute;
	left:0;
	top:0;
	background-color:#0f0f0f;
	overflow:hidden;
}

	.homeIntroduction .content,
	.homeIntroduction .sliceBackground{
		position:absolute;
		width:1380px;
		height:1086px;
	}
	
		.homeIntroduction .sliceBackground{
			background:url(/style/temp/homeAnimation/slice.png) no-repeat center top transparent;	
		}
	
		.homeIntroduction .seriousTitle,
		.homeIntroduction .funTitle{
			position:absolute;
		}
		
			.homeIntroduction .seriousTitle{
				left:410px;
				width:750px;
				height:140px;
				background:url(/style/temp/homeAnimation/serious.png) no-repeat left top transparent;
			}
		
			.homeIntroduction .funTitle{
				left:603px;
				width:282px;
				height:141px;
				background:url(/style/temp/homeAnimation/fun.png) no-repeat left top transparent;
			}
			
				.homeIntroduction .funTitle.animating{
					background:url(/style/temp/homeAnimation/fun_blur.png) no-repeat -200px top transparent;	
				}
	
		
		.homeIntroduction div.atom,
		.homeIntroduction div.nomad,
		.homeIntroduction div.ace{
			position:absolute;
			width:560px;
			height:1095px;
		}
		
			.homeIntroduction div.atom{
				left:50px;
				top:0px;
				background:url(/style/temp/homeAnimation/track.png) no-repeat 0 0 transparent;	
			}
			
			.homeIntroduction div.nomad{
				left:405px;
				top:0;
				background:url(/style/temp/homeAnimation/sand.png) no-repeat 0 0 transparent;	
			}
			.homeIntroduction div.ace{
				left:760px;
				top:0;
				background:url(/style/temp/homeAnimation/gravel.png) no-repeat 0 0 transparent;	
			}
		
			.homeIntroduction a.atom,
			.homeIntroduction a.nomad,
			.homeIntroduction a.ace{
				position:absolute;
				display:block;
				text-indent: -9999px;
				opacity:0;
			}
			
			.homeIntroduction a.atom{
			    width: 265px;
			    height: 125px;
				left:303px;
				background:url(/style/temp/homeAnimation/atomLogo.png) no-repeat 0 0;
			}
	
			.homeIntroduction a.nomad{
			    width: 265px;
			    height: 125px;
				left:660px;
				background:url(/style/temp/homeAnimation/nomadLogo.png) no-repeat 0 0;
			}
			
			.homeIntroduction a.ace{
			    height: 125px;
			    width: 265px;
				left:1013px;
				background-color:#f00;
				background:url(/style/temp/homeAnimation/aceLogo.png) no-repeat 0 0;
			}
	
/* options */

ul.optionsNavigation{
	padding:0;
}

ul.optionsNavigation li{
	list-style:none;
	padding:0;
	font-family:'dinBlack', sans-serif;
}

ul.optionsNavigation li.optionsGroupTitle{
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	margin-top:20px;
}

ul.optionsNavigation li.optionsGroupTitle.first{
	margin-top:0;
}

ul.optionsNavigation li.jsInitialised:hover{
	cursor:pointer;
}

ul.optionsNavigation li.jsInitialised img,
ul.optionsNavigation li.jsInitialised p{
	display:none;	
}

ul.optionsNavigation li h2{
	font-size:14px;
	font-weight:normal;
	font-family:'dinRegular', sans-serif;
	padding:0 10px 3px 0;
	text-align:right;
	margin:0;
}

ul.optionsNavigation li:hover h2,
ul.optionsNavigation li.selected h2{
	color:#E5190D;
}

div.optionsIntro img.photo,
div.optionDetail img.photo{
	float:none;
	margin:0 0 20px 65px;
}

div.optionsIntro div.quote{
	margin-right:30px;	
}

div.optionDetail h2{
	width:385px;
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 5px 65px;
	padding:0;
}

div.optionDetail p{
	width:385px;
	font-size:14px;
	margin:0 0 40px 65px;
	padding:0;
}

ul.specs{
	margin:0;
	padding:0;
	list-style:none;	
}

ul.specs li{
	margin:0 0 25px 0;
	padding:0 10px 0 0;
	border-right:1px solid #a0a0a0;
}

ul.specs li h2{
	font-size:14px;
	text-transform:uppercase;
	text-align:right;
	padding:0 0 5px 0;
	margin:0;
}

ul.specs li p{
	font-size:14px;
	padding:0;
	text-align:right;
}

div.specsIntro img.photo{
	float:none;
	margin:0 0 20px 65px;
}

div.specsIntro div.quote{
	margin-right:30px;	
}

div.twoPaneOpposingScroll div.colA p,
div.twoPaneLeftScrollRightFixed div.colA p{
	text-align:right;
}

/** added 04/01/2015 **/

a.videoLink{
	display:block;
}

a.videoLink span{
	display:block;
	width:100%;
	height:100%;
	background:url(../temp/playIcon.png) no-repeat center center;
}

div.pageBackground{
	background-size:cover !important;
}

div.quote p{
	line-height:42px;
	letter-spacing:-2px;

}

/* dealers */

div.dealers .colA{
	width:1060px;
	overflow:hidden;	
}

div.dealers .map{
	position:relative;
	height:580px;
	overflow:hidden;
}

div.dealers .mapLink{
	display:block;
	text-indent:-9999px;
}

div.dealers .mapLink.us{
	position:absolute !important;
	margin:100px 0 0 150px !important;
	width:205px !important;
	height:80px !important;
}
	
div.dealers .mapLink.europe{
	position:absolute !important;
	margin:25px 0 0 560px !important;
	width:166px !important;
	height:120px !important;
}
	
div.dealers .mapLink.uk{
	position:absolute !important;
	margin:65px 0 0 550px !important;
	width:50px !important;
	height:32px !important;
}
	
div.dealers .mapLink.aus{
	position:absolute !important;
	margin:300px 0 0 990px !important;
	width:240px !important;
	height:120px !important;
}
	
div.dealers .mapLink.southAfrica{
	position:absolute !important;
	margin:335px 0 0 650px !important;
	width:60px !important;
	height:45px !important;
}

div.dealers .mapInfo{
	display:none;
	background:url(/style/temp/dealers/strip.png) no-repeat -30% 50%;
	width:1060px;
	height:580px;
	margin:-620px 0 0 0;
	position:relative;
}

div.dealers .mapInfo .map{
	background:none;	
}

div.dealers .mapInfo .map img{
	float:right !important;
}

div.dealers .mapInfo a.mapLink{
	width:80px;
	height:17px;
	background:url(/style/temp/dealers/close.png) no-repeat;
	margin:20px 0 0 500px;
}

div.dealers .mapInfo .contactDetails,
div.dealers .mapInfo .selection .dealerContent{
	border-right:2px solid #E5190D;
	padding-right:15px;
}

div.dealers .mapInfo .selection{
	width:290px;
	height:680px;
	margin:30px 0 0 150px;
}

div.dealers .mapInfo .selection h2{
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	text-align:right;
	padding:20px 0 0 0;
}

div.dealers .mapInfo .selection p{
	text-align:right;
	padding:0;
}

div.dealers .mapInfo .selection .map{
	float:right;
	clear:both;	
	height:auto;
	margin:30px 0;
}

div.dealersLayout .inner {
	overflow: hidden;
	width: 1240px;
}

div.dealers .colA{
	width: 1240px;
}

div.dealers .map{
	background:url(/style/temp/dealers/worldMap.png) no-repeat 0 55px;
	width:100%;
	margin-top:40px;
}

/* competition */

div.competition div.content p{
	font-size:17px;
	line-height:20px;
}

div.competition div.quote{
	padding-left:5px;
}

div.competition div.quote p{
	width:418px !important;
}

/* service */

div.service div.quote p{
	width:418px !important;
}

div.service div.quote{
	padding-left:20px;	
}

/* press */

div.press div.inner{
	width:1224px;
}

div.press div.quote p{
	-webkit-font-smoothing: antialiased;
	line-height:42px;
	letter-spacing:-2px;
}

div.press div.head{
	padding-top:20px;
}

div.press div.head div.text p.introduction{
	padding-left:30px;
}

div.press div.head div.filter{
	border-bottom: 2px solid #cbcbcb;
	width:100%;
	margin-left:30px;
	height:20px;
	margin-top:30px; 
}

	div.press div.head div.filter p,
	div.press div.head div.filter a{
		float:left;
		padding:0;	
		margin:0;
		margin-right:10px;
	}
	
	div.press div.head div.filter a{
		font-family:'dinBlack', sans-serif;
		font-size:14px;
		text-decoration:none;
		color:#c3c3c3;
		padding-left:18px;
		background: url(/style/temp/press/sprite-filter-checkboxes.png) no-repeat 0 1px transparent;
	}
	
		div.press div.head div.filter a.selected{
			background-position:0 -16px;
		}

	div.press div.items{
		padding-left:100px;
		width:875px;
	}
		
		div.press div.items div.item div.quote span.credit{
			font-family:'dinRegular', sans-serif;
		}

			div.press div.items div.item div.quote span.credit span.model{
				font-family:'dinBlack', sans-serif;
			}
	
	
		div.press div.items div.item{
			margin-top:40px;
		}
	
		div.press div.items div.press div.heading div.details{
			float:left;
		}
	
			div.press div.items div.press div.heading div.details div.source,
			div.press div.items div.press div.heading div.details div.article,
			div.press div.items div.press div.heading div.details div.model{
				float:left;
				clear:left;
				font-size:20px;
				font-family:'dinRegular', sans-serif;	
				text-transform: uppercase;
			}
				
			div.press div.items div.press div.heading div.details div.source{
				font-family:'dinBlack', sans-serif;
			}

		div.press div.items div.press div.heading div.quote{
			max-width:530px;
			text-align:right;
			float:right;
		}
		
			div.press div.items div.press div.heading div.quote p {
				padding:0;
			}
				

		div.press div.items div.press div.body div.coverImage,
		div.press div.items div.press div.body div.story{
			display:block;
			float:left;
		}

			div.press div.items div.press div.body div.coverImage{
				width:430px;
				overflow:hidden;
			}
			
			div.press div.items div.press div.body div.story{
				width:445px;
			}

				div.press div.items div.press div.body div.story p{
					padding:15px 0 15px 30px;
				}
			
			div.press div.items div.press div.body a.image{
				display:block;
				float:left;
				width:190px;
				height:130px;
				margin-left:30px;
				background-size: cover;
				background-repeat: no-repeat;
				background-position: center center;
			}
			
			
		div.press div.items div.video div.quote,
		div.press div.items div.video a{
			display:block;
			float:left;
		}
		
		div.press div.items div.video div.quote{
			width:400px;
			padding-left:0;
			margin-left:30px;
			margin-right:30px;
		}
		
			div.press div.items div.video div.quote p{
				text-align:right;
			}
		
		div.press div.items div.video a{
			width:410px;
		}
		
		div.press div.items div.web div.quote{
			padding-left:0;
		}			

			div.press div.items div.web div.quote span.credit{
				font-family:'dinBlack', sans-serif;
			}
			
				div.press div.items div.web div.quote span.credit a{
					font-family:'dinRegular', sans-serif;
					text-decoration:none;
					margin-left:5px;
				}
					
					div.press div.items div.web div.quote span.credit a:hover{
						text-decoration: underline;
					}



/** what people say */
					
div.whatPeopleSay div.inner{
	width:1235px;
}

div.whatPeopleSay ul.whatPeopleSay{
	list-style:none;
	padding:0;
	margin:0;
}

div.whatPeopleSay ul.whatPeopleSay li{
	list-style:none;
	padding:0;
	margin:0 0 11px 0;
}

div.whatPeopleSay ul.whatPeopleSay li div.quote{
	width:610px;
	padding-left:0 !important;
}

div.whatPeopleSay ul.whatPeopleSay li img{
	width:210px;
	height:auto;
}

div.whatPeopleSay div.inner img.openQuote,
div.whatPeopleSay div.inner img.closeQuote{
	width:auto !important;
	height:auto !important;
	float:none !important;
	margin:0 !important;
}

div.whatPeopleSay ul.whatPeopleSay li div.quote p{
	margin-top:15px;
	font-size:40px;
}

div.whatPeopleSay ul.whatPeopleSay li:nth-child(odd) img{
	float:right;
	margin-left:10px;
}

div.whatPeopleSay ul.whatPeopleSay li:nth-child(odd) div.quote{
	float:right;
}

div.whatPeopleSay ul.whatPeopleSay li:nth-child(odd) div.quote p{
	float:right;
	text-align:right;
}

div.whatPeopleSay ul.whatPeopleSay li:nth-child(even) img{
	float:left;
	margin-right:10px;
}

div.whatPeopleSay ul.whatPeopleSay li:nth-child(even) div.quote,
div.whatPeopleSay ul.whatPeopleSay li:nth-child(even) div.quote p{
	float:left;
}	

/** gallery */

.kamLayoutSlides.gallery .slide.singlePane .colA{
	width:900px;
	padding-top:50px;
}

div.gallery .items{
	padding-left:30px;
	margin-bottom:20px;
	overflow:hidden;
}
	
	div.gallery .items .item{
		width:420px;
		float:left;
		margin-bottom:10px; 
	}
	
		div.gallery .items .item:nth-child(odd){
			margin-right:20px;
		}

		div.gallery .items .item .videoLink{
			margin:10px 0;
		}

		div.gallery .items .item .title{
			float:left;
			width:370px;
			font-family: 'dinBlack', sans-serif;
			font-size:18px;
			color:#585858;
			text-transform:uppercase;
		}
		
		div.gallery .items .item p{
			display:block;
			float:right;
			font-size:14px;
			text-decoration:none;
			padding:0;
			margin:2px 0;
		}

		div.gallery .items .item a{
			text-decoration:none;
		}
		
/** history */
			
div.history div.head div.quote{
	width:350px;
	float:left;
	text-align:right;			
}

div.history div.head div.introduction{			
	width:600px;
	float:right;
	margin-top:30px;
	padding-top:8px;
	padding-right:30px;
}

	div.history div.head div.introduction p{
		padding:0;
		font-size:17px;
	}

	div.history table{
		border:0;
		margin-left:50px;
	}
		
		.kamContent table tr:nth-child(even){
			background:transparent;
		}
	
		div.history td{
			padding:0;
			margin:0;
		}
		
			div.history tr td:nth-child(2){
				background: url(/style/temp/history/background-mainLine.png) no-repeat 0 0 transparent;
			}
		
				div.history tr:nth-child(1) td:nth-child(2){
					background: url(/style/temp/history/background-mainLine-top.png) no-repeat 0 0 transparent;
				}
		
			div.history td.text,
			div.history td.date,
			div.history td.image{
				vertical-align: bottom;;
				height:232px;			
			}
			
			div.history td.text{
				width:300px;
				padding:0 30px;
			}
	
				div.history td.text h2,
				div.history td.text p{
					padding:0;		
					text-align:right;
				}
			
					div.history td.text h2{
						font-size:35px;
					}
				
					div.history td.text p{
						font-size:17px;
						line-height:18px;
					}
					
					div.history td.date{
						width:50px;
						font-family: 'dinBlack', sans-serif;
						font-size:24px;
						color:#585858;
						padding:0 0px 0 15px;
					}
					
					div.history td.image{
						padding-left:30px;
					}
					
						div.history td.image img{
							margin:0;
						}
					
/** news **/

div.news div.newsItem{
	width:880px;
	margin:0 0 30px 20px;
}

div.news div.newsItem div.image{
	float:left;
	width:430px;
	overflow:hidden;
}

div.news div.newsItem div.image p{
	font-size:12px;
	margin:0;
	padding:0;
	text-align:right;
}

div.news div.newsItem div.image p.date{
	font-family: "dinBlack",sans-serif;
}

div.news div.newsItem div.image div{
	float:right;	
}

div.news div.newsItem div.image div.image0 img{
	width:430px;
	height:auto;
	margin-left:0;
}

div.news div.newsItem div.image img{
	width:190px;
	height:auto;
	margin-left:20px;
}

div.news div.newsItem div.text{
	float:right;
	width:440px;
	overflow:hidden;
	padding-top:0;
}

div.news div.newsItem div.text div.quote{
	margin-bottom:20px;
	padding:0;
}

div.news div.newsItem div.text div.quote p{
	padding-bottom:0;
	font-size:28px;
	line-height:1;
}
		
div.news div.newsItem div.text p{
	padding:0 0 20px 45px;
}

div.news div.newsItem div.text p a{
	font-family: "dinBlack",sans-serif;
	text-decoration:none;
}

/** used **/

div.used{
	width:920px;	
}

div.used div.usedItem{
	width:840px;
	margin:0 0 30px 20px;
	padding:0 120px 25px 32px;
}

div.used div.usedItem div.images{
	float:right;
	width:420px;
}

div.used div.usedItem div.images img{
	width:200px;
	height:140px;
	margin:0 10px 10px 0;	
}

div.used div.usedItem div.images div.mainImage img{
	width:410px;
	height:275px;
	margin:0 0 10px 0;
}

div.used div.usedItem div.text{
	float:right;
	width:440px;
	overflow:hidden;
	padding-top:0;
}

div.used div.usedItem div.text div.quote{
	margin-bottom:20px;
	padding:0;
}

div.used div.usedItem div.text div.quote p{
	padding-bottom:0;
	font-size:28px;
	line-height:1;
}
		
div.used div.usedItem div.text p{
	padding:0 0 20px 45px;
	font-size:16px;
}

div.used div.usedItem div.images div{
	float:left;
	width:
}

div.used div.usedItem div.text{
	float:left; 
	width:360px;
	padding:0;
	margin:0;
}

div.used div.usedItem div.text h2{
	color:#E5190D;
	font-size:35px;
	padding:0 0 25px 0;
	margin:0;
}

div.used div.usedItem div.text p{
	padding:0 0 25px 0;
}

div.used div.usedItem div.text p strong{
	font-weight:bold;
	text-transform:uppercase;
}

div.used div.usedItem div.text a{
	font-family: "dinBlack",sans-serif;
	text-decoration:none;
	margin-bottom:25px;
	display:block;
	background:#dcdcdc;
	padding:13px 15px;
	font-family: "dinRegular",sans-serif;
	font-weight:bold;
	color:#E5190D;
	font-size:17px;
}

div.used div.usedItem div.text table{
	border:0;
}

div.used div.usedItem div.text table th{
	background:#FFF;
	color:#585858;	
	text-transform:uppercase;
	font-family: "dinBlack",sans-serif;
	font-size:17px;
	padding:7px 0;
	font-weight:normal;
}

div.used div.usedItem div.text table td{
	font-family: "dinRegular",sans-serif;
	font-size:17px;
	padding:7px 0;	
}
		
/** colours */

div.colours div.inner{
	width:1260px;
}

div.colours img.mainPhoto{
	margin:20px 0 0 0	
}

div.colours div.quote{
	margin:-800px 0 0 500px;
	width:500px;
}

div.colours div.quote p{
	font-size:33px;
	line-height:34px;
	text-align:right;
}

div.colours p.intro{
	margin:385px 0 15px 0;
	width:400px;
	text-align:right;
	color:#9f9f9f;	
}

div.colours p.intro a{
	display:block;
	font-family:'dinBlack',sans-serif;
	font-size:17px;
	text-transform:uppercase;
	margin:20px 0 5px 0;
	color:#E5190D;
}

div.colours p.intro span.load{
	color:#585858;
}

/** ace colours **/

div.colours.ace div.inner{
	
}

div.colours.ace img.mainPhoto{
	margin:40px 0 0 150px;
	height:650px;
	width:auto;
}

div.colours.ace div.quote{
	margin:-660px 0 0 80px;
	width:480px;
}

div.colours.ace div.quote p{
	font-size:30px;
	line-height:32px;
	text-align:left !important;
	padding:15px 0 0 35px;
}

div.colours.ace div.quote p span.credit{
	letter-spacing:-1px;
}

div.colours.ace p.intro{
	margin:540px 0 15px -25px;
	width:770px;
	text-align:left;
	color:#9f9f9f;	
}

div.colours.ace p.intro a{
	margin:-35px 0 0 800px;
	width:200px;
}

div.colours.ace p.intro span.load{
	display:block;
	padding:2px 0 0 800px;
	width:200px;
	font-size:13px;
}

/* nomad colours */

div.colours.nomad div.quote{
	margin:-810px 0 0 600px;
	width:430px;	
}

div.colours.nomad div.quote p{
	font-size:37px;
}

div.colours.nomad p.intro{
	margin:325px 0 15px;width:320px;
}

.kamUiOverlay.colours{
	background:url(images/loadingOnWhite.gif) no-repeat center center #fff;
}

	.kamUiOverlay.colours a.closeModal{
		display:block;
		position:absolute;
		width:80px;
		height:19px;
		right:20px;
		top:20px;
		text-decoration:none;
		text-indent:-9999px;
		overflow:hidden;
		background:url(/style/temp/close.gif) no-repeat 0 0 #FFF;
	}
	
		.kamUiOverlay.colours a.closeModal:hover{
			background-position:0 -22px;
		}

.colours .openFrame{
	text-decoration:none;
}

.colours .openFrame p{
	display:block;
	width:450px;
	background-color:#f00;
	border-radius:5px;
	color:#fff;
	font-family:'dinBlack', sans-serif;
	font-size:24px;
	text-align:center;
	padding:10px 0;
}

/** new contact page */

div.arielContact div.colA{
	text-align:right;
}


div.arielContact div.colA div.form{
	margin:30px 0;
}

div.arielContact div.colA div.form input,
div.arielContact div.colA div.form textarea{
	border:1px solid #A29F9F;
	width:252px;
	font-family:"dinRegular",sans-serif;
	margin-bottom:10px;
	padding:5px 8px;
	font-size:12px;
	color:#585858;
}

div.arielContact div.colA div.form textarea{
	width:254px;
	resize:none;
}

div.arielContact div.colA div.form label{
	display:block;
	width:230px;
	font-family:"dinRegular",sans-serif;
	font-size:11px;
	text-align:left;
	line-height:15px;
	float:right;
	color:#585858;
}

div.arielContact div.colA div.form label input{
	display:block;
	float:left;
	border:0;
	margin-right:10px;
	margin-bottom:10px;
	padding:0;
}

div.arielContact div.colA div.form input.submit{
	width:auto;
	float:right;
	text-align:right;
	color:#E5190D;
	font-size:17px;
	background:none;
	border:0;
	text-transform:uppercase;
	padding:0;
	margin-top:10px;
	font-family:"dinBlack",sans-serif;
	cursor:pointer;
}

div.arielContact div.colA div.form .success{
	display:none;
}

div.arielContact div.colA div.form .success p{
	padding:0;
	margin:0;
}

/** owners club */
div.ownersClub .colA p{
	text-align:right;
}

div.ownersClub .colA div.quote p{
	text-align:left;	
}

div.ownersClub .colB div.quote{
	width:420px;	
}

/* store  */

.button.continue{
	float:left;
}
	
	.button.continue a{
		background-color:#e5190d;
		width:auto;
		padding:10px;
		border-radius:5px;
		color:#fff;
		font-size:1.4em;
		text-decoration:none;
	}

.kamLayoutSlides.store .slide.singlePane .colA{
	width:435px;
	float:left;
}

	.kamLayoutSlides.storeBasket .slide.singlePane .colA,
	.kamLayoutSlides.reviewYourOrderPage .slide.singlePane .colA{
		width:890px;
		margin-left:30px;
		padding-top:50px;
	}

	.kamLayoutSlides.store .slide.singlePane .colA .description p{
		padding:0 0 0 30px;
		font-size:1.6em;
	}
	
.kamLayoutSlides.store .slide.singlePane .colB{
	width:410px;
	float:right;
	margin-right:170px;
}

.store .colA .actionLinks{
	padding-left:30px;	
	margin-top:100px;
}

.store .colA .actionLinks .left a{
	display:block;
	width:170px;
	background-color:#7f7f7f;
	padding: 8px;
	font-size:1.8em;
	line-height:0;
	font-family: dinBlack, Arial;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	margin-bottom:5px;
}

	.store .colA .actionLinks .left a img{
		display:inline;
		margin:0 0 0 5px;
	}
	
	
.store h2{
	text-transform:uppercase;
	color:#e5190d;
	font-size:2.5em;
	margin:0;
	padding:0;
}
	
	
/* store home */

.kamLayoutSlides.storeHome .slide .quote{
	float:right;
	text-align:right;
	padding-right:120px;
}	
	
.storeHome .colB img{
	margin-top:0;
}

.storeHome .colB .categoryLinks a{
	display:block;
	float:left;	
	clear:left;
	padding-left:0;
	padding-right:30px;
	font-size:2.5em;
	font-family: dinRegular, Arial;
	color:#000;
	text-decoration:none;
	text-transform: uppercase;
	margin-top:25px;
	line-height:1;
	background:url(/style/default/images/store/arrow-right-black.png) no-repeat right 3px transparent;
}	

	.storeHome .colB .categoryLinks a:hover{
		opacity:0.6;
	}
	
	.storeHome .colB .categoryLinks a img{
		display:inline;
		margin:0 0 0 5px;
	}
	
/* store category */

.kamLayoutSlides.storeCategory .slide .colA{
	width:465px;
}
		
	.storeCategory .colA .quote{
		text-align:right;
		padding-top:150px;
	}
	
	.storeCategory .colB img.categoryImage{
		margin-top:0;
	}

.storeCategory .colB h2.categoryTitle{
	width:406px;
	text-align:right;
}

.storeCategory .colB .products{
	margin-top:20px;
}
	
	.storeCategory .colB .product{
		float:left;
		margin-top:15px;
		cursor: pointer;	
	}
	
		.storeCategory .colB .product h2{
			float:left;
		}
		
			.storeCategory .colB .product img,
			.storeCategory .colB .product .details{
				float:left;
			}
			
				.storeCategory .colB .product img{
					margin:0;
				}
		
				.storeCategory .colB .product .details{
					width:250px;
					margin-left:10px;
				}
		
					.storeCategory .colB .product .details p{
						display:block;
						float:left;
						padding:0;
						margin-top:10px;
						font-size:1.6em;
						
					}
		
					.storeCategory .colB .product .details a{
						color:#e5190d;
						display:block;
						float:left;	
						clear:left;
						padding-left:0;
						padding-right:20px;
						font-size:1.6em;
						font-family: dinBlack, Arial;
						text-decoration:none;
						background:url(/style/default/images/store/arrow-right-red.png) no-repeat right 2px transparent;
					}
		
		
/* store product */

.storeProduct .colA table{
	width:435px;
	border:0;
	margin-left:30px;
}

	.storeProduct .colA table td{
		padding:0;
	}
						
		.storeProduct .colA table tr.description td{
			height:345px;
			vertical-align: bottom;
		}
			
			.storeProduct .colA table tr.description td p{
				font-size:16px;
				margin-top:2px;
				padding:0;
				margin-bottom:0;
			}
			
		.storeProduct .colA table tr.inputs td{
			display:block;
			width:415px;
			height:45px;
			border-top:1px solid #7f7f7f;
			margin-top:20px;
			padding-top:15px;
			font-size:1.8em;
			font-family: dinRegular, Arial;
			font-weight:bold;		
		}
		
			.storeProduct .colA table tr.inputs td label{
				float:left;
				margin-right:10px;
				width:auto;
				font-size:1em;
				padding-top:5px;
			}
			
			.storeProduct .colA table tr.inputs td select{
				float:left;
				width:50px;
				margin-right:20px;
				font-size:1em;
			}
	
				.storeProduct .colA table tr.inputs td select:last-of-type{
					margin-right:0;
				}
			
				.storeProduct .colA table tr.inputs td select.productVariantOptions{
					width:120px;
				}
				
		.storeProduct .colA table tr.price td{
			text-align:right;
			font-size:1.8em;
			font-family: dinRegular, Arial;
			font-weight:bold;
		}
		
			.storeProduct .colA table tr.price td span{
				font-size:1.2em;
			}

		.storeProduct .colA table tr.inputs div.stockStatus{
			float:right;
			padding-top:3px;
			color:#e5190d;			
		}
		
			.storeProduct .colA table tr.inputs div.stockStatus.inStock{
				color:#000;
			}
			
		.storeProduct .colA table tr.links .actionLinks{
			padding-left:0;
			padding-top:1px;
			margin:0;
		}
		
			.storeProduct .colA table tr.links .actionLinks .left{
				float:left;
			}
			
				.storeProduct .colA table tr.links .actionLinks .left a{
					font-size:1.5em;	
				}
				
			.storeProduct .colA table tr.links .actionLinks .right{
				float:right;
			}
			
				.storeProduct .colA table tr.links a.addToBasket{
					display:block;
					width:170px;
					float:right;	
					font-size:1.6em;
					font-family: dinBlack, Arial;
					text-decoration:none;
					background-color:#e5190d;
					color:#fff;
					text-align:right;
					padding:8px;
					line-height:0;
				}
		
					.storeProduct .colA table tr.links a.addToBasket img{
						display:inline;
						margin:0;
					}
				
.storeProduct .productImage{
	width:409px;
	height:409px;
	overflow:hidden;	
}
					
	.storeProduct .productImage img{
		margin:0;
	}
	
.storeProduct .productThumb{
	width:127px;
	height:127px;
	overflow:hidden;
	float:left;
	margin-right:14px;
	margin-top:4px;
	clear:none;
}
	
	.storeProduct .productThumb:last-child{
		margin-right:0;
	}

/** store basket */

div.storeBasket a.backLink,
div.reviewYourOrderPage a.backLink{
	display:block;
	font-size:1.5em;
	text-decoration:none;
	margin-top:20px;
}
	
div.storeBasket p,
div.reviewYourOrderPage p{
	padding:0;
}	
	
div.storeBasket div.basketWrapper ,
div.reviewYourOrderPage div.checkoutWrapper {
	background-color: #ffffff;
	width:890px;
	margin:20px 0;
	
}

div.storeBasket table.basket, div.reviewYourOrderPage table.checkout {
	width: 100%;
}

div.storeBasket table.basket tr td,
div.storeBasket table.basket tr th,
div.reviewYourOrderPage table.checkout tr td,
div.reviewYourOrderPage table.checkout tr th {
	padding: 13px;
	font-size: 1.2em;
	text-align: left;
}

div.storeBasket table.basket tr td,
div.reviewYourOrderPage table.checkout tr td {
	border-bottom: 1px solid #e2e2e2;
}

div.storeBasket table.basket tr:last-child td,
div.reviewYourOrderPage table.checkout tr:last-child td {
	border: 0px;
}

div.storeBasket table.basket tr th,
div.reviewYourOrderPage table.checkout tr th {
	background-color: #AAA;
}

div.storeBasket table.basket tr th.first,
div.reviewYourOrderPage table.checkout tr th.first {
	text-align: left;
	color:#fff;
}

div.storeBasket .basketWrapper th:last-child,
div.reviewYourOrderPage .checkoutWrapper th:last-child{
	text-align:right;
}

	div.storeBasket .basketWrapper td.prices p,
	div.reviewYourOrderPage .checkoutWrapper td.prices p{
		text-align:right;
	}

div.reviewYourOrderPage div.shippingAddress {
	width:420px;
	float:left;	
	background-color:#fff;
	padding:10px;
}

	div.reviewYourOrderPage div.shippingAddress h3{
		font-size:1.5em;
		margin-bottom:20px;
	}
	
div.storeBasket div.totals,
div.reviewYourOrderPage div.totals {
	width:420px;
	float:right;	
	padding:10px;
}

	div.storeBasket div.totals .totalsLabel,
	div.storeBasket div.totals .totalsField,
	div.reviewYourOrderPage div.totals .totalsLabel,
	div.reviewYourOrderPage div.totals .totalsField{
		display:block;
		font-size:1.5em;	
		font-weight:bold;
	}
	
		div.storeBasket div.totals .totalsLabel,
		div.reviewYourOrderPage div.totals .totalsLabel{
			float:left;	
		}
	
		div.storeBasket div.totals .totalsField,
		div.reviewYourOrderPage div.totals .totalsField{
			float:right;
			text-align:right;
		}
		
		div.reviewYourOrderPage div.totals .totalsField{
			width:100px;
		}
	
	div.storeBasket .totals .couponTotal,
	div.reviewYourOrderPage .totals .couponTotal{
		color:#c00;
	}	

div.storeBasket .footerButtons,
div.reviewYourOrderPage .footerButtons{
	float:right;
}

	div.storeBasket .footerButtons div{
		float:right;
		margin-right:20px;
	}
	
		div.storeBasket .footerButtons div:first-child{
			margin-right:0px;	
		}

		div.storeBasket .footerButtons div.orLabel{
			font-size:1.3em;
			padding-top:10px;
		}
		
		div.storeBasket .footerButtons .button.checkout a{
			background-color:#8dc63f;
			width:auto;
			padding:10px;
			border-radius:5px;
		}
		
		div.reviewYourOrderPage .footerButtons .button.checkout{
			background-color:#e5190d;
			border-radius:5px;
			padding:10px;
			font-size:1.5em;
		}

			div.reviewYourOrderPage .footerButtons .button.checkout a{
				padding:0;
				padding-right:25px;
				background:url(/style/default/images/icon-tickInCircle-white.png) no-repeat center right transparent;
				background-size:16px 16px;
				text-align:left;
				color:#fff;
				text-decoration:none;
			}
			
		div.storeBasket .footerButtons .button.checkoutWithPayPal a{
			width:145px;
			background-color:transparent;
			padding:0;
		}
	

div.storeBasket .totals{
	font-size: 1em;
	font-weight: bold;
	color:#666;
}

	div.storeBasket .totals div.clear{
		height:10px;
	}

	div.storeBasket .totals select{
		font-size:1em;
		float:right;
	}
	
div.storeBasket table.basket div.productUpdate {
	overflow: hidden;
	position: relative;
	width: 100px;
}

div.storeBasket table.basket div.productDelete {
	margin-top: 5px;
}

div.storeBasket table.basket div.productUpdate input {
	width: 40px;
	float: left;
	height:16px;
	padding:5px;
}

div.storeBasket table.basket div.productUpdate a {
	display: block;
	float: left;
	width: 40px;
	height: 20px;
	background-color: #888888;
	padding: 5px;
	color: #ffffff;
	line-height: 20px;
	position: absolute;
	right: 0;
}

div.storeBasket table.basket div.details p {
	font-size: 1.1em;
}

div.storeBasket table.basket div.details a {
	font-size: 1.2em;
}	
	
	
/* review your order */

.reviewYourOrderPage .colA table{
	margin-bottom:0;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	










/** mobile "standard page" (no AJAX) modifications */

body.mobile .header .inner,
body.tablet .header .inner{
	width:auto;
}

body.mobile div.ajaxNavigation{
	overflow-y:auto !important;
}

body.mobile .kamLayoutSlides .slide{
	height:auto !important;
	margin-bottom:100px;
}

/** mobile and tablet modifications */


body.tablet .siteLogo{
	margin-left:15px;
}

body.mobile .siteLogo{
	margin-left:-40px;
}

body.mobile div.navigation {
	float:left !important;
	margin:37px 0 0 145px !important;
	width:720px !important;
}

body.mobile div.headerNav{
	margin-right:45px;
}

body.tablet div.pageBackground,
body.mobile div.pageBackground{
	background-image:none !important;
}
	
body.mobile div.footer,
body.mobile div.outer,
body.tablet div.footer,
body.tablet div.outer{
	width:100%;
	overflow-x:hidden;
}

	body.mobile .dealers .introduction{
		margin-left:220px !important;
	}

	body.mobile .dealersLayout .mapLink.us{
		margin:5px 0 0 125px !important;
		width:162px !important;
		height:73px !important;
	}

	body.mobile .dealersLayout .mapLink.uk{
		margin:-22px 0 0 404px !important;
	}
	
	body.mobile .dealersLayout .mapLink.southAfrica{
		margin:200px 0 0 473px !important;
	}
	
	body.mobile .dealersLayout .mapLink.europe{
		margin:-50px 0 0 410px !important;
		width:130px !important;
		height:100px !important;
	}
	
	body.mobile .dealersLayout .mapLink.aus{
		margin:165px 0 0 707px !important;
		width:185px !important;
		height:130px !important;
	}

body.mobile .whatPeopleSay .introduction{
	width:340px !important;
	margin-right:300px !important;	
}

body.mobile .whatPeopleSay .itemWrapper{
	margin:0 0 0 60px !important;
}
	
body.mobile .gallery .colA{
	padding-left:35px;
}

body.mobile .history .introduction{
	width:500px !important;
	padding-right:130px !important;	
}




/**
	fix overflow on displays with a height of 768 or below
**/

@media only screen and (max-height: 768px) {
	div.optionDetail{
		height:300px;
		overflow:hidden;
	}

	div.specsIntro img.photo,
	div.optionsIntro img.photo{
		width:229px;
		height:200px;
		margin-bottom:15px;
		margin-left:20px;		
	}

	div.optionDetail img.photo{
		height:160px;
		width:auto;
		margin-bottom:15px;
		margin-left:20px;
	}
	
	div.optionDetail h2{
		margin-left:20px;
	}
	
	div.optionDetail p{
		margin-bottom:20px;	
		margin-left:20px;
	}
	
	div.optionsRight div.quote,
	div.specsRight div.quote{
		padding-left:20px;	
	}
	
	div.optionsRight div.quote p,
	div.specsRight div.quote p{
		font-size:2.8em;
		line-height:30px;	
		letter-spacing:-1px;
		width:330px;
	}
	
}

/** iPad base menu and height fixes **/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	body.tablet div.kamLayoutSlides .colB{
		margin-right:100px !important;	
	}
	
	body.tablet div.pageBackground,
	body.tablet div.contentBackground{
		background:none !important;
	}
	
	body.tablet div.siteLogo {
		margin-left:445px !important;
		left:0 !important;
	}
	
	body.tablet div.navigation {
		float:left !important;
		margin:37px 0 0 160px !important;
		width:720px !important;
	}
	
	body.tablet div.headerNav{
		margin-right:40px;
	}
	
	body.tablet div.navigation ul li:hover{
		background:none !important;
	}
	
	body.tablet div.footer{
		margin-top:-20px !important;
	}
	
	body.tablet.ios8  div.footer{
		margin-top:0 !important;
	}
	
	body.tablet div.footer div.inner{
    	width:980px !important;
		margin:0 auto !important;
	}
	
	body.tablet div.footer .inner a:first-child {
    	margin-left:0 !important;
	}
	
	body.tablet div.contentBackground.darkGrey{
		background:#3D3D3D !important;
	}
	
	body.tablet div.slide div.inner.textColourDark{
		background:#FFF !important;	
	}

	body.tablet div.specsIntro img.photo,
	body.tablet div.optionsIntro img.photo{
		height:190px !important;
		width:auto !important;
	}

	body.tablet div.optionDetail img.photo{
		height:150px !important;
		width:auto !important;
	}
	
	body.tablet div.optionsRight div.optionsDetail{
		height:300px !important;
	}
	
	body.tablet div.optionsRight div.quote p{
		font-size:2.4em !important;
		line-height:26px;
	}
	
	body.tablet div.used div.quote p{
		font-size:50px !important;
	    padding:20px 0 0 40px !important;
	}
	
	body.tablet div.dealersLayout div.inner,
	body.tablet div.dealers .colA{
		width:980px !important;
	}
	
	body.tablet div.dealers div.map{
		width:980px !important;
		height:470px  !important;
		background:url(/style/temp/dealers/worldMap-iPad.png) no-repeat scroll center bottom rgba(0, 0, 0, 0) !important;
		background-size:contain !important;
	}
	
	body.tablet div.dealers div.map p.introduction{
		margin-top:-200px !important;
	}
	
	body.tablet div.dealers .mapInfo{
		width:980px !important;
		margin-top:-523px;
	}
	
	body.tablet div.dealers .mapInfo .map{
		background:none !important;
		height:auto !important;
	}
	
	body.tablet .dealersLayout div.dealers .mapInfo .mapLink{
		padding-top:30px !important;
		background-position:center center !important;
	}
	
	body.tablet .dealersLayout .introduction{
		margin:-175px 0 0 -35px !important;
		width:225px !important;
		font-size:13px !important;
	}
	
	body.tablet div.dealers div.quote{
		margin:425px 0 0 310px !important;
	}
	
	body.tablet div.dealers div.quote p{
		font-size:3em !important;
		line-height:32px !important;
		letter-spacing:0 !important;
	}
	
	body.tablet .dealersLayout .mapLink.us{
		margin:-345px 0 0 120px !important;
		width:162px !important;
		height:80px !important;
	}

	body.tablet .dealersLayout .mapLink.uk{
		margin:-383px 0 0 425px !important;
	}
	
	body.tablet .dealersLayout .mapLink.southAfrica{
		margin:-107px 0 0 510px !important;
	}
	
	body.tablet .dealersLayout .mapLink.europe{
		margin:-425px 0 0 440px !important;
		width:140px !important;
		height:125px !important;
	}
	
	body.tablet div.dealers .mapLink.aus{
		margin:-145px 0 0 785px !important;
		width:190px !important;
		height:125px !important;
	}
	
	body.tablet div.arielMotorCo div.quote p{
		font-size:60px !important;
		line-height:61px !important;
		width:520px !important;
	}
	
	body.tablet .kamLayoutSlides.gallery .slide .inner{
		width:960px !important;
	}

	body.tablet .kamLayoutSlides.gallery .slide .colA{
		margin-left:auto !important;
		margin-right:auto !important;
		float:none !important;
		clear:both !important;
	}
	
	body.tablet .kamLayoutSlides.history .slide .inner{
		width:960px !important;
	}
	
	body.tablet .kamLayoutSlides.history div.head div.introduction {
		width:500px;
	}
	
	body.tablet div.press div.inner {
    	width:980px !important;
		margin-left:40px;
	}
	
	body.tablet div.press div.head div.introduction div.quote p{
		font-size:4em;
		line-height:42px;
	}

	body.tablet div.press div.inner div.head img{
    	width:460px !important;
		height:auto !important;
	}
	
	body.tablet div.press div.inner div.head div.text{
    	width:460px !important;
	}
		
	body.tablet div.press div.inner div.head div.text div.quote{
		padding-right:20px !important;
	}
	
	body.tablet div.press div.inner div.head div.text img{
    	width:auto !important;
		height:auto !important;
	}
	
	body.tablet div.press div.items{
		padding-left:15px !important;
	}
	
	body.tablet div.press div.items div.quote p{
		font-size:3.6em !important;
		line-height:37px !important;
	}
	
	body.tablet div.whatPeopleSay div.inner{
		width:960px !important;
	}
	
	body.tablet div.whatPeopleSay div.inner div.head img{
		width:475px !important;
		height:auto !important;
	}
	
	body.tablet div.whatPeopleSay div.inner div.head div.quote{
		margin-right:0 !important;
		width:455px !important;
		padding-left:0 !important;
	}
	
	body.tablet div.whatPeopleSay div.inner div.head div.quote p{
		padding-left:25px !important;
	}
	
	body.tablet div.whatPeopleSay div.inner div.head p.introduction{
		margin-right:0 !important;
		width:400px !important;
	}
	
	body.tablet div.whatPeopleSay div.inner div.head div.quote img.openQuote,
	body.tablet div.whatPeopleSay div.inner div.head div.quote img.closeQuote{
		width:auto !important;
		height:auto !important;
		float:none !important;
		margin:0 !important;
	}
	
	body.tablet div.whatPeopleSay div.inner .itemWrapper{
		margin:0 auto !important;	
	}
	
	body.tablet div.colours div.inner{
		width:960px !important;
	}
	
	body.tablet div.colours img.mainPhoto{
		height:490px !important;
		width:auto !important;
		margin:20px auto 0 auto;
		display:block;
	}
	
	body.tablet div.colours div.quote{
		margin:-490px 0 0 400px;
		width:520px;
	}
	
	body.tablet div.colours div.quote p{
		font-size:28px;
		line-height:30px;
	}
	
	body.tablet div.colours p.intro{
		margin:160px 0 0 0;
		width:345px;
		font-size:12px !important;
	}
	
	body.tablet div.colours p.intro a{
		font-size:14px;
		margin:15px 0 3px 0;
	}
	
	/* nomad colours */	
	body.tablet div.colours.nomad p.intro{
		margin:130px 0 0 -30px;
		width:350px;
		font-size:12px !important;
	}
	
	body.tablet div.colours.nomad div.quote{
		margin:-490px 0 0 520px;
		width:390px;
	}
	
	/* ace colours */	
	body.tablet div.colours.ace img.mainPhoto{
		margin:50px 0 0 250px;
	}
	
	body.tablet div.colours.ace div.quote{
		margin:-515px 0 0 -20px;
		width:520px;
	}
	
	body.tablet div.colours.ace p.intro{
		width:200px;
		margin-top:0;
	}
	
	body.tablet div.colours.ace p.intro span.load{
		margin:0;
		padding:0;
	}
	
	body.tablet .storeProduct .colA table tr.inputs div.stockStatus{
		padding-top:8px;		
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	body.tablet div.footer{
		margin-top:0 !important;
	}
	
	body.tablet div.specsIntro img.photo,
	body.tablet div.optionsIntro img.photo{
		height:auto !important;
		width:auto !important;
	}

	body.tablet div.optionDetail img.photo{
		height:auto !important;
		width:auto !important;
	}
}