/* CSS Document */

/* 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/main-bg.jpg) top left repeat-x #303030;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #0000FF;
	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: #e10005;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #e10005;
}

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;
}

	#contentContainer {
		width: 940px;
		padding-top:200px;
		background: #fff;
		margin:0px auto;
		}
	
/* Main Styles
--------------------------------------------------------------- */
img.content-top {
	float:left;
	}
	
img.content-bottom {
	float:left;
	padding:0px 0px 20px 10px;
	}	
	
		#main {
			float: left;
			width: 640px;
			padding: 230px 10px 10px 30px;
			background: #fff;
			margin:0px 0px 0px 10px;
			display:inline;
		}
		
			#main p {
				margin: 10px 0px 10px 0px;
				width:450px;
				font-size: 1.2em;
				line-height: 20px;
			}
			
			#main ul {
				font-size: 1.2em;
				padding: 3px 0px 3px 25px;
				
			}
			
				#main ul li {
					padding: 4px 0px;
				}
				
#bottom-cta {
	background:url(../../images/layout/long-cta.jpg) top left no-repeat;
	width:447px;
	height:42px;
	margin:0px 0px 0px 50px;
	float:left;
	}
	
	#bottom-cta p {
		float:left;
		padding:7px 0px 0px 10px;
		color: #fff;
		font-size:2.2em;
		font-weight:bold;
		}
		
#contactLeft {
	float:left;
	width:200px;
	margin:0px;
	padding:0px;
	}		
	
	#contactLeft ul {
		width:200px;
		}
	
	#contactRight {
		float:left;
		width:200px;
		margin:0px;
		padding:0px 0px 0px 25px;
		}		
		
		#contactRight ul {
			float:left;
			}
		
	
	#main img.offers {
		padding:20px 0px 0px 0px;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
#sidebar {
	float: right;
	width: 220px;
	background: #fff;
	margin:0px 10px 0px 0px;
	display:inline;
	}
	
	#sidebar #ladydrive {
		float:left;
		padding:0px;
		margin:0px;
		display:inline;
		}		
		
		#sidebar #ladydrive ul {
			float:left;
			margin:0px;
			padding:0px;
			}
			
			#sidebar #ladydrive ul li {
				float:left;
				list-style:none;
				}
				
				#sidebar #ladydrive ul li a {
					float:left;
					background:url(../../images/layout/ladydrive-bg.jpg) top left no-repeat;
					display:block;
					width:190px;
					height:140px;
					font-size:1.8em;
					color: #fff;
					text-transform:uppercase;
					padding:70px 10px 0px 10px;
					text-decoration:none;
					}
				
				#sidebar #ladydrive ul li a:hover {
					color: #FFF77F;
					}
					
		
			#sidebar .ctas {
				float:left;
				margin:0px;
				padding:0px;
				}		
				
				#sidebar .ctas ul {
					float:left;
					display:inline;
					}
					
					#sidebar .ctas ul li {
						float:left;
						list-style:none
						}
					
						#sidebar .ctas ul li a {
							float:left;								
							text-decoration:none;
							line-height:1.0em;	
							margin:0px 8px 2px 0px;						
							}
							
							#sidebar .ctas ul li a.special-offers {
								background:url(../../images/layout/yellow-cta-bg.jpg) top left no-repeat;
								width:192px;
								height:107px;
								color: #000;
								font-size:4.2em;
								float:right;
								padding:0px 0px 5px 20px;
								}
								
							#sidebar .ctas ul li a.non-beginners {
								width:202px;
								height:90px;
								color: #fff;
								font-size:1.2em;
								background:url(../../images/layout/3hr-cta-bg.jpg) top left no-repeat;	
								text-align:right;	
								float:right;		
								padding:20px 10px 0px 0px;												
								}
								
							#sidebar .ctas ul li a.beginners {	
								width:202px;
								height:90px;
								color: #fff;
								font-size:1.2em;
								background:url(../../images/layout/6hr-cta-bg.jpg) top left no-repeat;	
								text-align:right;	
								float:right;		
								padding:20px 10px 0px 0px;	
								display:none;		
								}
								
							#driving-lessons #sidebar .ctas ul li a.beginners,
							#intensive-driving-lessons .sidebar .ctas ul li a.beginners,
							#instructor-training #sidebar .ctas ul li a.beginners,
							#students #sidebar .ctas ul li a.beginners,
							#special-offers #sidebar .ctas ul li a.beginners,
							#contact #sidebar .ctas ul li a.beginners {
								display:block;
								}
					
							#sidebar .ctas ul li span.price {
								font-size:4.4em;
								display:block;
								}
#areas-list {
	float:left;
	width:200px;
	padding:10px 0px 10px 5px;
	}
	
	#areas-list p {
	font-size:1.4em;
	color: #333;
	border-bottom: 1px solid #F6C417;
	text-align:center;
	}		
	
	#areas-list p.location {
		padding:2px 0px 0px 0px;
		font-size:1.2em;
		color: #333;
		border:none;
		text-align:left;
	}
	
		#areas-list p.number {
		padding:0px 0px 4px 0px;
		color: #BD3D3E;	
		font-size:1.4em;
		border-bottom: 1px solid #F6C417;
		text-align:left;
		}
		
					
/* Callback Styles
--------------------------------------------------------------- */	

#sidebar #callbackform {
	float:right;
	margin:5px 8px 0px 0px;
	padding:0px 0px 0px 8px;
	background:url(../../images/layout/callback-bg.jpg) top left no-repeat;
	width:202px;
	height:210px;
	display:block;
	}
	
#contact #sidebar #callbackform {
	display:none;
	}
	
	#sidebar #callbackform #botBuster {
		display:none;
		}
		
	#sidebar #callbackform .callbacktitle {	
		color: #fff;
		font-size:2.0em;
		padding:5px 0px 0px 0px;
		}	
		
		#sidebar #callbackform .callbackformbox {
			width:180px;
			height:22px;
			padding:5px 0px 0px 0px;
			color: #555;
			font-weight:bold;
			margin:5px 0px 0px 0px;
			}
			
			#sidebar #callbackform #submit-btn {
			float:right;
			padding:10px 0px 0px 0px;
			}
			
#sidebar #callback-errors {
	float:right;
	padding:10px 0px 10px 0px;
	color: #FF0000;
	font-weight:bold;
	width:200px;
	}			

	
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 202px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	background:url(../../images/layout/header-bg.jpg) top left no-repeat;
}

	#logo {
		width: 297px;
		height: 166px;
		float: left;
		margin:0px 0px 0px 10px;
	}
	
	#cta-top-right {
		width: 600px;
		float: right;
		padding: 10px 0px 0px 0px;
		text-align: right;
		height: 125px;
		
	}
	
	#cta-top-right p {
		font-size:1.7em;
		color: #fff;
		text-transform:uppercase; 
		}
	
	#cta-top-right span.driving {
		display:block;
		color: #ffed00;
		margin:0px;
		font-size:1.3em;
		padding:4px 0px 0px 0px;
		}
	
		#cta-top-right p.phone {
			display:block;
			color: #e51e22;			
			padding:0px;
			font-size:3.6em;
		}
		
		


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

#imgmain {
	z-index: 100;
	position: absolute;
	top: 215px;
	left: 25px;
}

#imgMainPrice {
	z-index:101;
	position:absolute;
	top:270px;
	left:60px;
	width:300px;
	}
	
	#imgMainPrice p {
		color: #fff;
		font-size:5.6em;
		text-align:center;
		line-height:1.0em;
		font-weight:bold;
		}

#imgMainText {
	z-index:101;
	position:absolute;
	top:340px;
	left:25px;
	width:300px;	
	}
	
	#imgMainText p {
		color: #fff;
		font-size:3.4em;
		text-align:center;
		line-height:1.0em;
		font-weight:bold;
		}
		
#imgMainText-subpage {
	z-index:101;
	position:absolute;
	top:220px;
	left:45px;
	width:250px;	
	}	
	
	#imgMainText-subpage p {
		color: #fff;
		font-size:3.1em;
		text-align:center;
		line-height:1.0em;
		font-weight:bold;
		text-align:center;
		}

	
	
	
		

#slideshow {
	width: 940px;
	height: 220px;
	position: absolute;
}
	
	#slideshow img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	
	#slideshow img.active {
		z-index: 10;
	}
	
	#slideshow img.last-active {
		z-index: 9;
	}

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

#navigation {
	width: 960px;
	height: 60px;
	z-index: 11;
	position: absolute;
	left: 0px;
	top: 155px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
			float:left;
		}
			  
			#navigation ul li a {
				float: left;
				color: #fff;
				text-decoration: none;
				padding: 10px 10px 18px 10px;
				font-size: 1.3em;
				font-style:italic;
				font-weight:bold;
				
			}

				#navigation ul li a.contact-a {
					border-right: none;
				}

				#navigation ul li a:hover {
					color: #fff;
					background:url(../../images/layout/nav-selected.gif) bottom center no-repeat;
				}
				
#index #navigation .index-a,
#driving-lessons #navigation .driving-lessons,
#intensive-driving-lessons #navigation .intensive-driving-lessons,
#instructor-training #navigation .instructor-training,
#students #navigation .students,
#special-offers #navigation .special-offers,
#contact #navigation .contact-a {
	color: #FFFF00;
	background:url(../../images/layout/nav-selected.gif) bottom center no-repeat;
}

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

#outerFooter {
	float: left;
	width: 100%;
	background:url(../../images/layout/footer-bg.jpg) center top no-repeat;
}

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

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

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #ffed00;
		text-transform:uppercase;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
		width: 250px;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#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: 270px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 200px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 320px;
	}
	
		#footer #footer-areas h2 {
			width: 300px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 155px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 125px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Address Styles
--------------------------------------------------------------- */	

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

	#footer #footer-help {
		float: right;
		width: 165px;
	}
	
		#footer #footer-help h2 {
			width: 155px;
		}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 165px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
		#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: 10px 0px 0px 0px;
		text-align: center;
	}

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

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

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

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

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

/* Zooming Slideshow Styles
--------------------------------------------------------------- */

#zooming-slideshow{
	width: 500px;
	height: 300px;
	background: #999999;
}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}