/* CSS Document */

/* Font Face
--------------------------------------------------------------- */

@font-face {
    font-family: 'InterstatePlusRegular';
    src: url('../../includes/fonts/interstateplus_regular_cond-webfont.eot');
	src: url('../../includes/fonts/interstateplus_regular_cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../includes/fonts/interstateplus_regular_cond-webfont.woff') format('woff'), 
		 url('../../includes/fonts/interstateplus_regular_cond-webfont.ttf') format('truetype'),
    	 url('../../includes/fonts/interstateplus_regular_cond-webfont.svg#InterstatePlusRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterstateBlackRegular';
    src: url('../../includes/fonts/interstateblack-webfont.eot');
    src: url('../../includes/fonts/interstateblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../includes/fonts/interstateblack-webfont.woff') format('woff'),
         url('../../includes/fonts/interstateblack-webfont.ttf') format('truetype'),
         url('../../includes/fonts/interstateblack-webfont.svg#InterstateBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

	#mainrunner p.maintext, #mainrunner p.calltext, h1, #callbackform h2 span, #footer h2, #sidebar-monthly-offers a.topline, #sidebar-monthly-offers a.bottomline {
		font-family: 'InterstateBlackRegular';	
	}
	
	
	h2, #cta-top-right, #mainrunner-bucket-top a.top, #mainrunner-bucket-bottom p, #callbackform td, ul#dropDown-training li a, ul#dropDown-prices li a, #sidebar .sidebar-subnav p, #main .price strong, #sidebar-monthly-offers a.middleline, ul#dropDown-learning li a, #sidebar-phone, p.buy-now-phone  {
		font-family: "InterstatePlusRegular";
	}

/* Global Styles
--------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/layout/bodyBg-subpage.jpg) top repeat-x #fff;
	margin: 0px;
}

body#index {
	background: url(../../images/layout/bodyBg.jpg) top repeat-x #fff;	
}

a:link, a:visited, a:focus {
	color: #000;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

/* H1/H2/H3 Styles
--------------------------------------------------------------- */

h1 {
	font-size: 2.3em;
	font-weight: normal;
	color: #29465f;
	line-height: 20px;
}

	h1 span {
		font-size: 0.6em;
		font-weight: normal;
		color: #eec136;	
		display: block;
	}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #3f4a53;
	padding-top: 5px;
}


h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #666;
}

/* Container Styles
--------------------------------------------------------------- */

#outerContainer {
	width: 100%;
	float: left;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#index #contentContainer {
		width: 960px;
		background: #fff;
		border-top: 520px solid #fff;
	}
	
		#contentContainer {
			border-top: 180px solid #fff;	
		}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 670px;
			padding: 10px 0px 10px 0px;
		}
		
		#mainright {
			float: right;
			width: 500px;	
		}
		
			#mainright img {
				float: right;
				padding: 20px 0px 0px 5px;	
			}
		
				#main p {
					margin: 10px 0px 10px 0px;
					font-size: 1.1em;
					line-height: 22px;
				}
				
					#main p.first-paragraph {
						color: #29465f;	
						font-weight: bold;
						font-size: 1.1em;
					}
					
					#main p.testimonials {
						padding-top: 25px;
					}
					
					#main p.buy-now-phone {
						font-size: 1.9em;
						color: 	#2A465E;
					}
				

			#main ul,
			#main ol {
				font-size: 1.1em;
				padding: 3px 0px;
			}
			
				#main ol {
					margin: 0px 0px 0px 30px;
				}
			
				#main ul li {
					padding: 6px 0px 6px 30px;
					list-style: none;
					background: url(../../images/misc/tick.jpg) left center no-repeat;
				}
				
				#main ol li {
					padding: 6px 0px 6px 0px;
				}
				
				#thankyou #main a,
				#useful-links #main a {
					display: block;	
					padding: 5px 0px;
				}
				
					#useful-links #left-imgmain,
					#thankyou #left-imgmain {
						display: none;	
					}
					
					#thankyou #callbackform {
						display: none;	
					}
				
		#mainleft {
			float: left;
			width: 150px;
		}
		
		#contact #main {
			width: 960px;	
		}
		
			 #contact #contactmap{
				float: right;	
				margin: 60px 15px 0px 30px;
				width: 430px;
				height: 325px;
				background: url(../../images/layout/map-backup.jpg);
			 }
			 
			 #callbackform #errors {
				 color: red;
				margin-left: 20px;
				margin-top: 10px;
			 }
		 
		 img.footer-logo {
			display: none; 
		 }
		 
		 #contact img.footer-logo {
			display: block; 
		 }
		 
		 #contact #footer #map,
		 #contact #footer #mapbutton {
		 	display: none;			 
		 }
		 
		#main .faq,
		#main .opp,
		#main .price {
			background: #fafafa;
			border:1px solid #eee;
			padding:10px;
			margin:25px 0px;
			border-radius:5px;
			moz-border-radius:5px;
			-webkit-border-radius:5px;
		}
			
			#main .faq a {
				cursor:pointer;
				font-size:1.1em;
				font-weight:bold;
				color: #2A465E;
				text-decoration:none;				
				background:url(../../images/layout/faqBg.jpg) center left no-repeat;
				padding:0px 0px 0px 20px;
			}
				
				#main .price h2 {
					display:block;
					font-size:1.4em;
					font-weight:bold;
					color: #2A465E;
					text-decoration:none;				
					background:url(../../images/layout/faqBg.jpg) center left no-repeat;
					padding:0px 0px 0px 20px;
				}
				
					#main .price strong {
						font-size: 1.4em;
						color: #2A465E;	
					}
				
					#main .faq a:hover {
						color: #666;
					}	
					
					#main .price table {
						margin-bottom: 10px;	
					}
					
				#main .mainoffer {
					border: 1px solid #FC9;
				}
				
					#main .mainoffer h2 {
						color: #F60;
					}
		
			#main .opp {
				float:left;
				width:520px;
			}
			
			#main .opp h2 {
				font-size:1.5em;
				color: #333;
				text-transform:capitalize;
				}
				
				#main .opp h2 span {
					color: #65CBCB;
					text-shadow:1px 1px 0px #eee;
					}
					
					#main p.answer {
						padding-left: 20px;	
					}
				
			#main p.tandc {
				font-size: 0.9em;	
			}
			
	#main #instructorCTA {
		float: right;
		width: 120px;
		padding: 0px 10px;
		text-align: center;
		margin: 10px 0px 20px 20px;
		border: 1px solid #ccc;
		background: #eee;
	}
			

/* Sidebar/CTA Styles
--------------------------------------------------------------- */

		#sidebar {
			float: right;
			width: 250px;
				
		}
		
			#sidebar img.sidebar-latest-offers,
			#sidebar img.sidebar-book-online,
			#sidebar img.sidebar-traffic,
			#sidebar #sidebar-monthly-offers {
				margin-bottom: 5px;
			}
			
			#prices #sidebar img.sidebar-book-online {
				display: none;	
			}
			
			#prices #sidebar img.sidebar-latest-offers,
			#learning-resources #sidebar img.sidebar-book-online {
				display: none;
			}
			
			#sidebar .facebook {
				padding-top: 20px;	
			}
			
			
			#sidebar .sidebar-subnav {
				padding: 10px 0px 5px 10px;
				list-style: none;
				width: 250px;
				text-decoration: none;
				float: left;
				display: none;
			}
			
				#sidebar .sidebar-subnav p {
					padding-bottom: 5px;
					float: left;
					font-size: 1.8em;
					color: #29465F;
					
				}
			
					#sidebar .sidebar-subnav ul li {
						list-style: none;
						background:  url(../../images/layout/subnav-arrow.jpg) left center no-repeat;
						padding: 0px 0px 0px 20px;
						float: left;
					}
			
						#sidebar .sidebar-subnav ul li a {
							list-style: url(../../images/layout/subnav-arrow.jpg);
							width: 243px;
							padding: 3px 0px;
							float: left;
							color: #3f3f3f;
							font-size: 1.2em;
							text-decoration: none;
						}
			
							#sidebar .sidebar-subnav ul li a:hover {
								color: #bebebe;
							}
				
				#driver-and-instructor-training #sidebar #sidebar-training-subnav,
				#driver-instructor-training #sidebar #sidebar-training-subnav,
				#driving-lessons #sidebar #sidebar-training-subnav,
				#driving-tuition #sidebar #sidebar-training-subnav,
				#qualifying-exams #sidebar #sidebar-training-subnav,
				#trainee-license #sidebar #sidebar-training-subnav,
				#check-test #sidebar #sidebar-training-subnav {
					display: block;	
				}
				
				#prices #sidebar-lessons-subnav,
				#monthly-offers #sidebar-lessons-subnav,
				#introductory-offers #sidebar-lessons-subnav,
				#gift-vouchers #sidebar-lessons-subnav {
					display: block;	
				}
				
				#learning-resources #sidebar-learning-subnav,
				#mock-theory-test #sidebar-learning-subnav,
				#show-me #sidebar-learning-subnav {
					display: block;
				}
				
				
				#sidebar img.facebookbutton {
					padding-top: 20px;	
				}
				
				#sidebar-monthly-offers {
					background: url(../../images/layout/sidebar-monthly-offer.jpg);
					height: 80px;
					width: 248px;	
				}
			
				#sidebar-monthly-offers a {
					text-decoration: none;
					display: block;	
				}
			
				#sidebar-monthly-offers a.topline {
					color: #fff;
					font-size: 1.4em;	
					text-transform: uppercase;
					text-shadow: 2px 2px 2px #537b9f;
					padding: 7px 0px 0px 9px;
					
				}
				
				#sidebar-monthly-offers a.middleline {
					color: #3a5a77;
					font-size: 1.4em;	
					text-transform: uppercase;
					padding-left: 8px;
				}
				
				#sidebar-monthly-offers a.bottomline {
					color: #6188a8;
					font-size: 1.1em;	
					text-transform: uppercase;
					padding: 3px 0px 0px 8px;
				}
						
				#sidebar-monthly-offers {
					display: none;	
				}
						
					#index #sidebar-monthly-offers {
						display: block;	
					}
							
				#sidebar-small-logos {
					position: relative;	
				}
					
				img.passplus {
					position: absolute;
					top: 0px;
					left: 0px;	
				}
						
				img.dsa {
					position: absolute;
					top: 0px;
					left: 60px;	
				}
				
				img.dvla {
					position: absolute;
					top: 35px;
					left: 60px;	
				}
				
				
				#learner-insurance {
					margin-top: 70px;	
				}
				
				#sidebar-phone {
					margin-top: 10px;
					background: url(../../images/layout/sidebar-phone.jpg);
					width: 205px;
					height: 50px;	
					font-size: 3.0em;
					color: #2A4560;
					padding: 30px 0px 0px 45px;
				}
				
						
							
/* Header Styles
--------------------------------------------------------------- */

#header {
	clear: both;
	width: 960px;
	height: 108px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}

	#logo {
		width: 410px;
		height: 108px;
		float: left;
	}
	
	#cta-top-right {
		width: 535px;
		float: right;
		padding: 27px 15px 0px 0px;
		text-align: right;
		height: 81px;
		font-size: 1.6em;
		color: #fff;
		background: url(../../images/layout/cta-top-right.jpg);
	}
	
		#cta-top-right .phone {
			font-size: 2.0em;
			color: #fdca33;
			font-weight: bold;
			letter-spacing: 1px;
		}

/* Main Image Styles
--------------------------------------------------------------- */

#imgmain {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Mainrunner Styles
--------------------------------------------------------------- */

#mainrunner {
	position: absolute;
	top: 154px;
	z-index: 1;
	width: 960px;
	height: 344px;
	background: url(../../images/layout/mainrunnerBg.jpg);
}

	#mainrunner p.maintext {
		position: absolute;
		left: 215px;
		top: 45px;
		color: #fff;
		font-size: 4.0em;
		z-index: 100;
		text-transform: uppercase;
		line-height: 40px;
		text-shadow: 4px 4px 5px #253b50;
	}
	
		#mainrunner p.maintext span {
			display: block;		
			color: #eec136;	
			font-size: 0.8em;
			padding-left: 30px;
		}
		
		#mainrunner p.calltext {
			position: absolute;
			left: 250px;
			top: 235px;
			z-index: 100;
			color: #fff;
			font-size: 2.0em;
			line-height: 25px;
			text-transform: uppercase;
			text-shadow: 4px 4px 5px #253b50;
		}
	
			#mainrunner p.calltext span {
				color: #eec136;
				display: block;
				font-size: 1.8em;
			}
	
	#mainrunner-bucket-top {
		position: absolute;
		right: 0px;	
		top: 0px;
		width: 150px;
		height: 170px;
	}
	
		#mainrunner-bucket-top a {
			text-decoration: none;
		}
	
			#mainrunner-bucket-top a.top {
				display: block;
				padding: 47px 0px 0px 20px;	
				font-size: 4.0em;
				color: #fff;
				font-weight: bold;
				text-shadow: 1px 1px 1px #4F6300;
			}
		
		#mainrunner-bucket-top a.bottom {
			display: block;
			padding: 2px 0px 20px 68px;	
			line-height: 39px;
			font-size: 3.3em;
			color: #fff;
			font-weight: bold;
			text-shadow: 1px 1px 1px #4F6300;
		}
		
	#mainrunner img#car {
		position: absolute;
		left: 490px;
		top: 155px;	
	}
		
	
	#mainrunner-bucket-bottom {
		position: absolute;
		right: 0px;
		bottom: 0px;	
		background: url(../../images/layout/mainrunner-sidebar-bottom.jpg);
		width: 150px;
		height: 169px;
	}
	
		#mainrunner-bucket-bottom a {
			display: block;
			text-decoration: none;
			text-align: center;
			padding: 37px 0px 90px 0px;
			color: #fff;	
			font-size: 1.7em;
			font-weight: bold;
			text-transform: uppercase;
			text-shadow:2px 2px 0px #ba671c;
		}

#mainrunner #xmas-offer-number {
	position: absolute;
	top: 125px;
	right: 0px;
	color: #777;
	font-family: 'InterstateBlackRegular';	
	text-align: center;
	font-size: 2em;
	letter-spacing: -1px;
	width: 150px;
	line-height: 17px;
}

	#mainrunner #xmas-offer-number span {
		color: #222;
	}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 960px;
	height: 48px;
	z-index: 1;
	position: absolute;
	left: 0px;
	background: url(../../images/layout/navBg.jpg);
	top: 107px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			float: left;
			list-style: none;
			background: url(../../images/layout/nav-divider.jpg) right center no-repeat;
		}
			  
			#navigation ul li a {
				float: left;
				color: #fff;
				text-decoration: none;
				padding: 17px 29px;
				font-size: 1.1em;
				margin: 0px;
			}
			
			#navigation ul li a.contact-a {
				padding-right: 0px;
			}
						
				#navigation ul li a.driver-and-instructor-training-a,
				#navigation ul li a.prices-a,
				#navigation ul li a.learning-resources-a {
					background: url(../../images/layout/dropDown-arrow.gif) center 35px no-repeat;
				}

				#navigation ul li.last {
					background: none;
				}

				#navigation ul li a:hover {
					color: #9a9a9a;
				}
				
/* Drop Down Styles
--------------------------------------------------------------- */
				
	ul#dropDown-training,
	ul#dropDown-prices,
	ul#dropDown-learning {
		position: absolute;
		width: 150px;
		top: 155px;
		left: 653px;
		z-index: 1000;
		list-style: none;
		border: solid 1px #cccccc;
		border-top: none;
		border-bottom: none;
		display: none;
	}
	
		ul#dropDown-training .subnav{
			background: url(../../images/layout/dropDown-subnav-arrow.jpg) 178px center no-repeat #fff; 
		}
	
		ul#dropDown-prices {
			width: 138px;
			left: 200px;
		}
		
		ul#dropDown-learning {
			width: 165px;
			left: 347px;
		}
	
			ul#dropDown-training li {
				float: left;
				width: 150px;
			}	
		
			ul#dropDown-prices li {
				float: left;
				width: 138px;
				
			}
			
			ul#dropDown-learning li {
				float: left;
				width: 165px;
				
			}	

			ul#dropDown-training li a,
			ul#dropDown-prices li a,
			ul#dropDown-learning li a {
				padding: 10px 10px 10px 10px ;
				color: #29465f;	
				float: left;
				width: 130px;
				text-decoration: none;
				display: block;
				font-size: 1.4em;
				text-align: left;
				background: #fff;
				border-bottom: 1px solid #d6d6d6;
			}
			
				ul#dropDown-prices li a {
					width: 118px;
				}
				
				ul#dropDown-learning li a {
					width: 145px;
				}

			ul#dropDown-training li a:hover,
			ul#dropDown-prices li a:hover,
			ul#dropDown-learning li a:hover {
				color: #ae191c;	
			}
			
/* Theory Test Styles
--------------------------------------------------------------- */

.testQuestionWrap {
	margin:10px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}

.testQuestionWrap p {
	margin:0;
	padding:5px 0px 5px 5px !important;
	width:280px;
	
}

.testQuestion {
	font-weight:bold;
	padding:5px 5px 0px 5px;
	font-size:1.2em !important;
	width:400px !important;
}

.testQuestionImage{
	float:right;
	border:1px solid #CCCCCC;
}

.testButton {
	margin:0px 20px;
}

.testResultImage {
	float:left !important;
	margin-right:10px;
}

.testResultWrap {
	margin:10px;
	border:3px solid #CCCCCC;
	clear:both;
	font-size:2em;
	text-align:center;
}

.testResult {
	font-weight:bold;
}

.testPass {color:#669900;}
.testFail{color:#FF0000;}

.header {
	border-bottom:4px solid #802122;
}

.text-header {
	font-weight:bold;
	font-size:2.3em;
}



.title h1 {
	padding-bottom:10px;
	padding-top:7px;
	margin-left:15px;
	font-size:2.0em;
	border:0px;
}

#contentLeft a {
	text-decoration:underline;
	color:#000099;
}

#contentLeft a:hover {
	text-decoration:underline;
	color: #FF0000;
}

hr {
	border: #802122 solid 1px;
}

.headingh2 {
	font-size:1.3em;
	border:none;
}

.radiobutton{
	margin-right:10px;
}


.info{
	color: #006600;
	font-size: 2em;
	font-weight: bold;
}

.info li{
	margin-top: 30px;
	margin-bottom: 20px;
	list-style: none;
}

.in-text-photo-type-2{
	float:left;
	margin: 5px 10px 5px 0px;
	border: 1px solid #000;
}
			
/* Footer Styles
--------------------------------------------------------------- */

#outerFooter {
	float: left;
	width: 100%;
	background: url(../../images/layout/footerBg.jpg) #273c4f top repeat-x;
}

#footer {
	clear: both;
	width: 960px;
	color: #fff;
	margin: 0px auto;
	padding: 100px 0px 10px 0px;
	font-size: 1.2em;
}

	#footer .index-a,
	#footer .contact-a {
		display: none;
	}

	#footer h2 {
		color: #fff;
		padding: 3px 5px;
		font-size: 1.4em;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer a {
		white-space: nowrap;
		color: #fff;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #ffcc00;
			text-decoration: underline;
		}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 220px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 200px;
				padding: 3px 5px;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 200px;
	}
	
		#footer #footer-areas ul {
			float: left;
			width: 150px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 130px;
			padding: 3px 5px;
		}
		
/* Footer Address Styles
--------------------------------------------------------------- */	

	#footer #footer-address {
		float: right;
		width: 300px;
	}
		
		#footer #footer-address p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: left;
		width: 165px;
	}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 155px;
				padding: 3px 5px;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		float: left;
		margin: 40px 0px 0px 0px;
		text-align: center;
	}

/* Float Styles
--------------------------------------------------------------- */

.left, .img-left {
	float: left;
}

	.img-left {
		margin: 10px 10px 20px 0px;
	}

.right, .img-right {
	float: right;
} 

	.img-right {
		margin: 10px 0px 10px 10px;
	}

	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}
