/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/bodyBg.jpg) center repeat-y #fff;
	margin-top: 0px;
	margin-bottom:0px;
}

#businesscard {
	background: #fff;
	margin: 10px;
	text-align:center;
}

a:link, a:visited, a:focus {
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

p{
	color:#18326f;
	font-size:1.2em;
	padding-bottom:0px;
	margin-bottom:0px;
}

h1 {
	font-size:3.5em;
	color:#18326f;
	margin:0px;
	padding:0px;
}

h2 {
	font-size:1.6em;
	color:#86a4ff;
}

.js-error { /* Javascript Error Box */
	clear:both;
	background:#e9e9e9 url(../../images/misc/warning.gif) 5px center no-repeat;
	border:#ddd solid 1px;
	color:#000;
	margin:20px;
	padding:10px 10px 10px 40px;
}
	.js-error p {
		margin:0;
		padding:0;
	}
	
td{
	padding-bottom:5px;
}

table{
	padding-top:10px;
}

/* Layout Styles
--------------------------------------------------------------- */
#manufacturers-list{
	font-size: 12px;
	font-weight:bold;
	color:#86a4ff;
}
#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	position:relative;
	background-color:#fff;
}

	#headerflash{
		position:absolute;
		width:51px;
		height:38px;
		z-index:10;
		top:126px;
		left:0;
	}

	#chairtop{
		position:absolute;
		z-index:20;
		left:446px;
		top:292px;
		width:129px;
		height:85px;
	}
	
#header {
	width: 725px;
	height: 72px;
	background-image:url(../../images/misc/headerBg.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:15px;
}

	#header img{
		margin-top:5px;
	}

#navHolder {
	width: 740px;
}

#big-feature {
	width: 587px;
	background-image:url(../../images/misc/big-feature-bg.gif);
	background-repeat:no-repeat;
	height: 256px;
	position:relative;
	margin-top:24px;
	padding-top: 25px;
	padding-left: 30px;
}

#contentContainer {
	width: 740px;
	border-bottom:4px solid #93adff;
}

#contentContainer h1{
	margin-left:35px;
	margin-top:15px;
}

#contentLeft {
	float: left;
	width: 616px;
}

#contentLeft_alt{
	float:left;
	width:455px;
}

	#leftcopy{
		width:617px;
		height:221px;
		background-image:url(../../images/misc/lowerleftBg.jpg);
		background-position:right top;
		background-repeat:no-repeat;
	}
	
	#midbuttons{
		padding-bottom:0px;
	}
	
	#midbuttons a{
		color: #FFFFFF;
		text-decoration:underline;
	}
	#midbuttons a:hover{
		color: #cccccc;
		text-decoration:underline;
	}
	#midbuttons_alt{
		text-align:center;
		margin-left: 120px;		
	}
	
		#midbuttons_alt a{
		color: #FFFFFF;
		text-decoration:underline;
	}
	
	#midbuttons_alt a:hover{
		color: #cccccc;
		text-decoration:underline;
	}
	
	#leftcopy h2{
		padding-left:35px;
		margin:0px;
		padding-top:30px;
		height:10px;
		
	}
	
	#leftcopy_alt{
		width:655px;
		margin-left:35px;
	}
	
	/*width doesn't match with the rest of the maths, might be messing stuff up so needs looking at*/
	
	#leftcopy_alt h1{
		color:#86a4ff;
	}

.product_desc{
	margin-left:35px;
	margin-right:30px;
	border-bottom:1px solid #93adff;
}

	/*.buttonsgroup{
		padding-bottom:20px;
		border-bottom:1px solid #93adff;	
	}*/

.product{
	width:207px;
	float:right;
	padding-bottom:15px;
	margin-right:0px;
	margin-top:17px;
}

.product_desc img.button{
	padding-right:20px;
	padding-top:10px;
}

.product_desc p{
	width:450px;
	padding-bottom:10px;
}

.rental p{
	width:450px;
	padding-bottom:10px;
	border-bottom:none;
}

.product_desc h1{
	color:#86a4ff;
	width:420px;
}

.product_desc h2{
	color:#18326f;
	width:450px;
}

#alt_product_desc{
	margin-left:35px;
	margin-right:30px;
	padding-bottom:20px;
	border-bottom:1px solid #93adff;
}

	#alt_product_desc h2{	
	width:450px;
	height:20px;
	padding:0px;
	padding-top:10px;
	margin:0px;
	color:#18326f;
	display:block;
}

			body#faqpage #alt_product_desc h2{	
				color:#18326f;
				width:100%;
				height:100%;
				margin:0px;
				padding:0px;
				padding-top:5px;
			}
				
				.textHeader{	
				    font-weight:bold;
					font-size:2.6em;
					color:#86a4ff;
					width:100%;
					height:100%;
					margin:0px;
					padding:0px;
					padding-top:40px;
					padding-left:35px;
					
			}
			
			body#faqpage #alt_product_desc p{	
				color:#18326f;
				width:100%;
				height:100%;
				margin:0px;
				padding:0px;
				padding-top:5px;
				padding-bottom:10px;
			}

	#alt_product_desc a{	
	color:#0000CC;
	}

	#alt_product_desc img.product{
	width:207px;
	height:145px;
	float:right;
	margin-top:17px;
}

	#alt_product_desc p.bottompara{
		padding-bottom:10px;
}

.contactdetails{
	padding-left:35px;
}

.contactdetails form{
	float:right;
}

.contactdetails p{
	width:450px;
	padding-bottom:10px;
}

.product_desc h1{
	color:#86a4ff;
	width:420px;
}

.product_desc h2{
	color:#18326f;
	width:450px;
}

		.largebutton{
			width:136px;
			height:103px;
			margin:0px;
			padding:0px;
			position:relative;
			float:left;
			margin-left:15px;
			padding-top:15px;
		}
		
		.largebutton a{
			width:96px;
			height:68px;
			padding:25px 20px 10px 20px;
			display:block;
			background-image:url(../../images/misc/largeButton2.png);
			background-repeat:no-repeat;
			text-align:center;
			font-size:2.0em;
			font-weight:bold;
			color:#fff;
		}
		
		.largebutton a:hover{
			text-decoration:none;
		}
		
			.largebutton-label{
				width:96px;
				height:83px;
				position:absolute;
				top:0;
				left:0;
				z-index:20;
				padding:10px 20px;
				text-align:center;
				background-image:url(../../images/misc/largeButtonBg.gif);
				background-repeat:no-repeat;
			}

		#leftcopy-inner{
			width:680px;
			padding-left:35px;
			clear:both;
			padding-right:10px;
		}
		
			#leftcopy-inner p.toppara{
				margin-top:0px;
				font-size:1.4em;
			}
			
			#leftcopy-inner h2{
				padding-top:20px;
			}
			
		#leftcopy-inner_alt{
			padding-left:35px;
			width:680px;
		}
		
			#leftcopy-inner_alt h2{
				height:30px;
				padding-top:0px;
				margin-top:0px;
			}

#right-image {
	position:absolute;
	top:127px;
	left: 617px;
}

#faqlabel{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	margin-left:315px;
	margin-right:20px;
}

	#faqlabel img{
		float:right;
		margin-right:0px;
	}

	#faqlabel h2{
		float:right;
		color:#86a4ff;
		font-size:3.5em;
		margin:0;
		margin-top:20px;
	}

#contactRight{
	float:right;
	margin-right:30px;
	margin-left:20px;
	text-align:right;
	width:207px;
}

#contactRight img{
	margin-bottom:20px;
}

#contactRight p{
	padding-right:10px;
	font-size:1.4em;
}

table#selectboxes{
	font-size:1.2em;
	color:#18326F;
	margin-left:20px;
}





/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width:740px;
	height:40px;
    background-image:url(../../images/misc/navBg.jpg);
	background-repeat:repeat-x;
}

#navigation ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	height:40px;
	padding-left:90px;
    background-image:url(../../images/misc/navBg-new.jpg);
	background-repeat:no-repeat;
}

#navigation li {
	float:left;
	margin: 0px;
	height:40px;
	border-right: 1px solid #dce3eb;

}
	  
#navigation a {
	float:left;
	height:20px;
	color: #18326f;
    text-decoration:none;
	padding: 10px 5px 10px 5px;
	font-weight: bold;
	font-size: 1.2em;
}

#navigation a:hover {
	color:#86a4ff;
}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 720px;
	padding: 10px;
	padding-bottom:5px;
	color:#86a4ff;
	background: #fff;
	font-size: 1.1em;
}
	#footer a {
	color:#86a4ff;
		text-decoration: underline;
	}
	#footer a:hover {
			color:#18326f;
		text-decoration:underline;
	}

ul#footerNav {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 500px;
}
	ul#footerNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
	}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 720px;
}
	ul#footerDetails li {
		display:block;
	}
	
ul#footerW3C {
	float: right;
	margin: 0px;
	padding: 0px;
}
	ul#footerW3C li {
		display: inline;
	}

#adtrakDesign {
	float: right;
	clear: right;
}

/* Class Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.img-left {
	border: 1px solid #ccc;
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}

.img-leftNB {
padding:0px;
	border: none;
	float: left;
	margin: 0px 10px 10px 0px;
}


.img-rightNB {
padding:0px;
	border: none;
	float: right;
	margin: 0px 0px 10px 10px;
}

#logo {
	width: 200px;
	height: 100px;
	float: left;
}

.strong{
	font-weight:bold;
}

.number{
	font-size:2.5em;
	padding-left:35px;
}

.number2{
	font-size:2.5em;
}

.freequote{
    padding-top:5px;
    padding-bottom:10px;
    padding-right:10px;
    color:#FFFFFF;
	padding-left:135px;
    display:inline;	
    font-size:1.8em;	
	margin-right:20px;
	background: url(../../images/misc/number.gif) no-repeat;
}



img.button{
	padding-right:20px;
	padding-top:10px;
}

.faqbutton_text{
	margin-top:30px;
}

.float-right{
	float: right;
}	

.strap-para{
	font-size:46px;
	font-weight:bold;
	margin: 0px;
	letter-spacing:1px;
	font-style:italic;
}

.strap-para-padded{
	font-size:46px;
	font-weight:bold;
	margin: 0px;
	padding-left: 90px;
	letter-spacing:1px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-style:italic;
}



/*CTA
---------------------------*/

#cta {
	width: 690px;
	height: 65px;
	color: #fff;
	padding: 10px 0px 0px 50px;
	font-size: 1.5em;
}
#cta p {
	margin: 0px;
	padding: 0px;
		color:#fff;

}
#cta span {
	font-size: 1.6em;
	letter-spacing: 1px;
}
#cta p strong {
	color:#fff;
}
.straight-cta{
	background-image: url(../../images/cta/straight-cta-bg.jpg);
	background-repeat:no-repeat;
}
.curved-cta{
	background-image: url(../../images/cta/curved-cta-bg.jpg);
}
.reconditioned-cta{
	background-image: url(../../images/cta/reconditioned-cta-bg.jpg);
}
.rental-cta{
	background-image: url(../../images/cta/rental-cta-bg.jpg);
}

#call-now{
	top:220px;
	left: 15px;
	z-index:1;
	position:absolute;
}

.call-now{
	color: #ffffff;
	/*top: 210px;
	position:absolute;
	left: 15px;*/
	font-weight: bold;
	font-size:26px;
	margin-top: 0px;
	letter-spacing:1px;
	margin-top: 20px;
}	

.request-a-call {
margin:0px;
padding-top:7px;
padding-left:3px;
padding-right:3px;
padding-bottom:13px;
color:#FFFFFF;
background-image:url(../../images/misc/request-bg.gif);
background-repeat:no-repeat;
}

.request-a-call a {
font-weight:bold;
font-size:15px;
color:#FFFFFF;
}

.content h2 {
font-size:2.2em;
}

.content a {
padding-left:27px;
font-weight:bold;
font-size:1.6em;
color:#FFFFFF;
text-decoration:underline;
}

.readmore {
padding-top:5px;
margin-top:10px;
background-image:url(../../images/misc/request-bg.gif);
background-repeat:no-repeat;
height:40px;
width:150px;
}

#footerNav h6 {
margin:5px 5px 15px 0px;
font-size:1.0em;
}

.locations {
	padding-top:20px;
}

.locations ul {
	padding:0px;
	margin:0px;
}

.locations li {
	padding-right:10px;
	display:inline;
}