/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Default Styles
	CSS Document
	Author: 9xb.com
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Please use the structure in place 
	for all additional CSS elements.
	For new builds, tweak current
	values before continuing.. thx G
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* DEFAULT STYLES   */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
	html, body {
		font: 15px/1.4em arial, helvetica, tahoma, verdana, sans-serif;
		color: #000000;
		line-height: 1.4;
		background-repeat:repeat-x;
		background-color:#ebdd5a;
	}
	
	body {
		margin: 0;
		text-align: center;
	}
	
	body.home{
		background-image:url(../images/horizontal_repeat.jpg);
	}
	body.other{
		background-image:url(../images/horizontal_repeat_inner.jpg);
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GLOBAL STYLES  */  
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	/* Hidden elements */
	.hidden, .screen_reader, hr {
		display: none;
	}
	
	
	/* Paragraph default styling, amend as desired */
	p {
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	
	/* Removes blue border on img links */
	a img {
		border: 0;
	}
	
	/* Default link styling */
	a {
		color: #c00;
		text-decoration: underline;
	}
	a:hover {
		color: #fc0;
		text-decoration: underline;
	}
	
	
	/* Float an element left with a margin */
	.floatL {
		float: left;
		margin: 0 20px 20px 0;
	}
	.floatLimg {
		float: left;
		margin: 10px;
		clear:left;
	}
	
	/* Float an element right with a margin */
	.floatR {
		float: right;
		margin: 0 0 20px 20px;
	}
	.floatRimg {
		float: right;
		margin: 10px;
		clear:right;
	}
	
	.red{
		color:#ff0000;
		font-weight:bold;
		margin:0 0 10px 0;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TEMPLATE ELEMENTS   */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#outerwrap {
		width: 1024px;
		margin: 0 auto;
		text-align:left;
	}
	
	#content_submenu {
		width:630px;
		clear:both;
		background:#EBDD5A;
		overflow:auto;
		}
		#content_submenu ul {
			margin:0;
			padding:0;
			overflow:auto;
			left:0;
			list-style:none;
			}
			#content_submenu li {
				float:left;
				display:block;
				padding:0;
				border-bottom:1px solid #ccc;
				background:url(../images/submenu_li_bg_fade.jpg) left top no-repeat;
				}
			#content_submenu li.selected {
				border-bottom:1px solid #DFEDFF;
				background:url(../images/submenu_li_bg.jpg) left top no-repeat;
				}
			#content_submenu li.last {
				float:none;
				background:none;
				height:30px;
				}
			#content_submenu li, #content_submenu a {
				}
			#content_submenu li.selected a { color:#333; }
			#content_submenu a {
				padding:8px 10px 0 10px;
				height:22px;
				float:left;
				color:#f4f4f4;
				display:block;
				text-decoration:none;
				font-weight:bold;
				font-size:0.8em;
				background:url(../images/submenu_a_bg_fade.jpg) right top no-repeat;
				}
			#content_submenu ul#empty li.last {
				height:20px;
				}

			#content_submenu li.selected, #content_submenu li.hover {
				border-bottom:1px solid #DFEDFF;
				background:url(../images/submenu_li_bg.jpg) left top no-repeat !important;
				}
			#content_submenu li.selected a, #content_submenu li.hover a {
				background:url(../images/submenu_a_bg.jpg) right top no-repeat !important;
				color:#333 !important;
				}
				
			#content_submenu li.green { background-image:url(../images/submenu_li_bg_fade_green.jpg); }
			#content_submenu li.orange { background-image:url(../images/submenu_li_bg_fade_orange.jpg); }
			#content_submenu li.red { background-image:url(../images/submenu_li_bg_fade_red.jpg); }
				
			#content_submenu li.green a { background-image:url(../images/submenu_a_bg_fade_green.jpg); }
			#content_submenu li.orange a { background-image:url(../images/submenu_a_bg_fade_orange.jpg); }
			#content_submenu li.red a { background-image:url(../images/submenu_a_bg_fade_red.jpg); }

			
	#content{
		background:url(../images/content_repeat.jpg) repeat-x #f2f9f8;
		width:582px;
		border-right:1px solid #ccc;
		border-left:1px solid #ccc;
		padding:20px 24px 20px 24px;
		clear:both;
	}
	
	#content ul {
		padding-left: 20px;
		margin-bottom: 20px;
	}
	
	#content_bottom{
		background:url(../images/content_bottom_repeat.jpg) repeat-x #f2f9f8;
		width:632px;
		height:30px;
	}
	#content strong{
		color:#2b2b2b;
	}
	
	.book_online_now{
		float:right;
	}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORM ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	input, textarea, select {
		font-family: arial, verdana, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
		font-size: 1em;
		color: #666;
	}
	
	#search_form{
		background: #EBDD5A url(../images/find_back.jpg) no-repeat;
		width:630px;
		height:85px;
	}
	
	#search_form form{
		position:relative;
		top:40px;
		left:420px;
		width:200px;
	}
	
	.search_submit{
		width:64px;
		height:22px;
		float:right;
	}
	.formfield{
		width:120px;
		padding:2px 4px;
		font-size:75%;
		float:left;
	}
	
	div.row div.value {
		float:left;
		overflow:auto;
		width:400px;
		}
	
	#contact {
		}
		#contact fieldset {
			border-top:1px solid #D1DFDD;
			border-bottom:none;
			border-left:none;
			border-right:none;
			margin:15px 0;
			font-size:0.8em;
			padding:15px 0;
			}
		#contact legend {
			padding:0 10px;
			display:block;
			font-weight:bold;
			color:#A7BFBC;
			font-size:1.2em;
			}
		#contact .textfield {
			font-family:Arial, Helvetica, sans-serif;
			padding:2px;
			color:#333333;
			border:1px solid #999999;
			float:left;
		}
		.req {
			font-weight:bold;
			color:#CC0000;
			font-size:1.2em;
			display:block;
			margin-left:5px;
			float:left;
			}
		#contact .formoutput {
			margin:10px 0;
			}
		#contact div.row {
			clear:both;
			margin:1px 0;
			padding:3px 0;
			overflow:auto;
			}
		#contact div.altrow {
			background:#ebf4f3;
			}
		#contact div.altrow label {
			color:#528d86;
			}
		#contact div.buttons { background:none; text-align:center; }
		#contact div.row label {
			display:block;
			float:left;
			text-align:right;
			width:150px;
			font-weight:bold;
			padding:2px 10px;
			}
		#contact div.row label.extended {
			width:250px;
			padding:0 15px;
			}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HEADING ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
	h1, h2, h3, h4 {
		color: #***;
		line-height: normal;
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	h1 {
		/* This should be the main title of the content (SEO)*/
	}
	
	
	h2 {
		
	}
	
	#blog h2 {
		margin:40px 0 0 0;
		}
	
	h3 {
		
	}
	
	h4 {
		
	}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HEADER STYLES  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#header_home{
		}
		#menu_home{
			height:210px;
			_height:213px;
		}
		#menu_home_nav{
			width:465px;
			height:210px;
			float:left;
			background:url(../images/home_person.jpg) right no-repeat;
		}
		#menu_home_nav ul {
			margin:10px 0 0 60px;
			list-style:none;
			padding:0;
			}
			#menu_home_nav ul li{
				background:url(../images/menu_other_bullet.gif) no-repeat left center;
				padding:2px 0 2px 12px;
				width:180px;
				font-size:0.8em;
				border-bottom:1px solid #ddd;
				margin:2px 0;
			}
			#menu_home_nav ul li.last { border:none; }
			#menu_home_nav a, #menu_other a {
				font-weight:bold;
				text-decoration:none;
				color:#2b2b2b;
				}
		#menu_home_person{
			float:left;
		}
		#menu_home_pass{
			float:left;
		}
		#menu_home_separator{
			float:left;
			width:29px;
		}
		
		#menu_other{
			height:42px;
			_height:45px;
			margin-bottom: 1px;
			}
			#menu_other ul {
				padding:0;
				margin-left:30px;
				clear:both;
				height:40px;
				list-style:none;
				}
			#menu_other ul li {
				float:left;
				background:url(../images/menu_other_bullet.gif) no-repeat left center;
				padding:13px 13px;
				font-size:0.8em;
				height:17px;
			}
		#home_specials{
			float:left;
			width:372px;
			margin:20px 0 0 2px;
			padding:35px 0 0 0;
			height:138px;
			background:url(../images/special_offer_bg.gif) no-repeat;
		}
		
		#home_specials li a {
			color:#E7223E;
			text-decoration:none;
			}
		#home_specials h2 {
			margin:0;
			padding:0;
			}
		#home_specials ul {
			list-style:none;
			margin:0;
			width:230px;
			color:#fff;
			padding:0 0 0 70px;
			}
		#home_specials ul li {
			font-size:1em;
			font-weight:bold;
			margin:5px 0;
			}
		#home_specials ul li ul {
			padding:0;
			}
		#home_specials ul li ul li {
			font-weight:normal;
			font-size:0.8em;
			line-height:15px;
			margin:0;
			}
		#home_specials ul li ul li a {
			background:none;
			padding:0;
			}
		
		/*
		#home_specials .block {
			width:290px;
			margin:1px 0 0 0;
			height:104px;
			color:#FFFFFF;
			position:relative;
		}
		#home_specials .block a {
			color:#FFFFFF;
			text-decoration:none;
			}
		#home_specials .block h3 {
			margin:0;
			text-align:right;
			padding:5px 10px;
			}
		#home_specials #specialoffers {
			background:#E74A5D url(../images/home_special_red_bg.gif) repeat-x top;
			margin-top:1px;
			}
		#home_specials .block p, #home_specials .block ul, #home_specials .block label {
			font-size:0.8em;
			}
			#home_specials #monthlyprize form {
				margin:0 20px;
				padding:0;
				}
			#home_specials #mpd_email {
				font-size:0.7em;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				color:#003300;
				padding:1px;
				}
			#home_specials .button {
				font-weight:bold;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:0.7em;
				padding:1px 2px;
				cursor:pointer;
				}
			#specialoffers ul {
				margin:0;
				padding:0 30px;
				font-size:0.8em;
				list-style:none;
				font-weight:bold;
				}
			#monthlyprize p {
				margin:0;
				padding:0 20px 5px 20px;
				}
			#specialoffers ul li {
				margin:0 0 5px 0;
				}
		#home_specials #monthlyprize {
			background:#64BC6A url(../images/home_special_green_bg.gif) repeat-x top;
			height:103px;
			}
			*/
		
	#header_nav{
			width:306px;
			float:left;
			color:#FFFFFF;
			font-size:90%;
		}
		#header_nav p{
			padding:0;
			margin:5px 0 0 0;
			float:left;
		}
		#header_nav a{
			color:#FFFFFF;
			text-decoration:none;
		}
		#header_nav a:hover{
			text-decoration:underline;
		}
		.store_button{
			float:left;
			margin-top:5px;		
		}
	
	.left{
		float:left;
	}

		
	ul#specials{
		font-size:80%;
		padding:0;
		margin:0 0 0 30px;
	}
	#specials li{
		list-style-image:url(../images/special_bullet.jpg);
		line-height:1.6;
		margin-bottom:10px;
	}

/* NAV STYLES  */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENT STYLES  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
	#blog p.date {
		font-size:0.8em;
		margin:10px 0 0 0;
		color:#CC6600;
		}
	
	#vouchers{
		float:right;
		margin-top: -1px;
	}
	#recommend{
		float:left;
		margin-bottom:10px;
	}
	
	#red_book{
			height:114px;
			width:288px;
			background:url(../images/red_book_back.jpg) no-repeat;
			margin:0 0 15px 0;
			color:#FFFFFF;
			font-size:70%;
		}
		#red_book_content{
			width:133px;
			float:right;
		}
		#red_book_content p{
			margin:0;
			padding:0;
		}
		
	#yellow_theory{
			height:114px;
			width:288px;
			background:url(../images/yellow_theory_back.jpg) no-repeat;
			margin:0 0 15px 0;
			color:#000000;
			text-indent:14px;
			font-size:70%;
		}
		#yellow_theory img{
			text-indent:0;
		}
		#yellow_content{
			width:155px;
			float:left;
		}
		#yellow_content p{
			margin:0;
			padding:0;
		}
	
	#green_check{
			height:114px;
			width:288px;
			background:url(../images/green_check_back.jpg) no-repeat;
			margin:0 0 15px 0;
			color:#000000;
			font-size:70%;
		}
		#green_content{
			width:146px;
			float:right;
		}
		#green_content p{
			margin:0;
			padding:0;
		}
	
	#grey_passed{
		height:93px;
		width:288px;
		background:url(../images/grey_passed_back.jpg) no-repeat;
	}
	
	
	#showmetellme h3 {
		margin:35px 0 10px 0;
		font-size:1em;
		}
	#showmetellme ul {
		font-size:0.9em;
		list-style:none;
		}
		#showmetellme .reveal {
			font-weight:bold;
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.8em;
			display:block;
			margin:10px 0 0 0;
			padding:2px;
			cursor:pointer;
			color:#333333;
			}
		#showmetellme ul li {
			border:1px solid #ccc;
			background:#f8f8f8;
			padding:10px;
			margin:10px 0 5px 0;
			}
		#showmetellme ul li ul li {
			background:#FFFFCC;
			border:1px solid #FF9933;
			margin:15px 0 0 0;
			padding:5px 10px;
			line-height:22px;
			font-weight:normal;
			}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LEFTCOLUMN STYLES  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#left_column{
		float:left;
		padding:0 31px;
		width:630px;
	}
	
	/* hack to hide annoying line :( */
	* html #left_column{margin-top:-3px;} 
	
	#left_column p img {
		float: right;
		border: 1px solid #666;
		margin-left: 20px;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* RIGHTCOLUMN STYLES  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#right_column{
		width:348px;
		width:314px;
		padding:0 0 0 14px;
		float:right;
		margin:12px 0 0 0;
	}
	
	#right_column div {
		width:288px;
		height:114px;
		margin:15px 0;
		}
	
	#special_offers_rightbox {
		background:url(../images/rightcolumn/rc_specialoffers.jpg) no-repeat;
		color:#fff;
		}
		#special_offers_rightbox p.title {
			color:#E7223E;
			margin:0 0 0 18px;
			padding-top:38px;
			font-size:0.9em;
			}
		#special_offers_rightbox p.description {
			color:#fff;
			font-size:0.75em;
			width:220px;
			line-height:13px;
			margin:0 0 0 18px;
			}
		#special_offers_rightbox p.description a {
			text-decoration:none;
			color:#E7223E;
			}
		
	#find_instructor {
		background:url(../images/rightcolumn/rc_find_instructor.jpg) no-repeat;
		position:relative;
		}
		
		#find_instructor form {
			position:absolute;
			margin:0;
			padding:0;
			right:10px;
			bottom:15px;
			text-align:right;
			}
		
		#find_instructor #sub_find {
			font-size:0.8em;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#333333;
			padding:0 2px;
			cursor:pointer;	
			}
			
		#find_instructor #fi_postcode {
			font-size:0.7em;
			padding:3px;
			width:100px;
			letter-spacing:-1px;
			border:1px solid #333333;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* STORE STYLES  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#store{
		position:relative;
	}
	
	#basket{
		position:absolute;
		top:0;
		right:0;
		width:80px;
		height:74px;
		background:url(../images/mini_basket.jpg) top left no-repeat;
		color:#ffffff;
		text-align:center;
	}

		#basket a{
			color:#ffffff;
			text-decoration:none;
		}

		#basket p{
			margin:0;
		}
		
		#basket p span{
			font-size:1.9em;
		}
		
		#basket p.totalprice{
			font-size:0.8em;
		}
		
		#basket p.viewbasket{
			font-size:0.8em;
		}

	ul.store{
		margin:0;
		padding:0;
		clear:both;
	}
	
		ul.store li{
			float:left;
			width:175px;
			margin:0 0 20px 0;
			padding:5px;
			list-style:none;
		}

			ul.store li p{
				font-size:0.8em;
				margin:5px 0;
			}
			
			ul.store li p a{
				color:#000000;
				text-decoration:underline;
			}
			
			ul.store li p a:hover{
				text-decoration:none;
			}

			.title{
				font-weight:bold;
			}
			
			.normal{
				font-weight:bold;
			}
			
			.online_price{
				font-weight:bold;
				color:#ff0000;
			}
	
			.label{
				font-size:0.8em;
				float:left;
				width:100px;
			}
			
			.price{
				font-size:0.8em;
				float:left;
			}
			
			.addtobasket{
				margin:10px 0 0 0;
			}

	#mainbasket th{
		margin: 0;
		padding: 0 0 5px 0;
		border-bottom:1px solid #000033;
	}

	#mainbasket p{
		font-size:0.8em;
		margin:5px 0;
		padding:0;
	}

	#mainbasket .bottom_border{
		border-bottom:1px solid #cccccc;
	}
	
	#mainbasket .top_border{
		border-top:1px solid #cccccc;
	}

	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	/* STORE PRODUCT STYLES  */   
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

		.backtostore{
			border-top: 1px solid #cccccc;
			border-bottom: 1px solid #cccccc;
			margin:0 0 20px 0;
			padding:10px 0;
			width:400px;
		}
		
			.backtostore a{
				color:#000000;
				text-decoration:underline;
				font-size:0.8em;
			}
			
			.backtostore a:hover{
				text-decoration:none;
			}

		.pimage{
			float:left;
		}

		.ptext{
			float:right;
			width:300px;
		}

			.ptext .title{
				font-size:1.2em;
				font-weight:bold;
			}

			.ptext .onlineprice{
				font-size:1.4em;
				font-weight:bold;
				color:#db071e;
				margin:0;
			}

			.ptext .saving{
				font-size:0.8em;
				font-weight:bold;
				color:#db071e;
				margin:0 0 10px 0;
			}

			.ptext .normalprice{
				text-decoration:line-through;
			}

			.ptext input.qty{
				padding:3px;
				width:30px;
				margin:0 15px 0 0;
				float:left;
			}

	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	/* CHECKOUT STYLES  */   
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#checkoutleft{
		float:left;
		width:47%;
	}
	
	#checkoutright{
		float:right;
		width:47%;
	}
	
		#checkoutleft .row, #checkoutright .row{
			padding:5px 0;
			float:left;
			font-size:0.8em;
		}
	
			#checkoutleft label, #checkoutright label{
				float:left;
				width:130px;
				
			}
			
			#checkoutleft input, #checkoutright input{
				float:left;
				width:135px;
				border:1px solid #999999;
				border-right:1px solid #cccccc;
				border-bottom:1px solid #cccccc;
				padding:2px;
			}

			#checkoutleft input.error, #checkoutright input.error, #checkoutright select.error{
				background:#ffeaec!important;
			}

	#confirmdetails .row p{
		float:left;
		width:435px;
		margin:2px 0;
		font-size:0.8em
	}

		#confirmdetails .row p.strong{
			font-weight:bold;
			width:135px;
		}
	
	.edit_items{
		border-top:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		background:#efefef;
		margin:0;
		padding:0;
	}
	
		.edit_items p{
			margin:2px 0;
			padding:0 0 0 20px;
			font-size:0.8em;
		}
		
		.edit_items p a:hover{
			color:#cc0000;
			text-decoration:none;
		}

	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

 	#footer{
		width:964px;
		margin: 0 auto;
		text-align:left;
		text-align:center;
		font-size:75%;
	}
	#footer a{
		color:#000000;
		text-decoration:none;
	}
	#footer a:hover{
		text-decoration:underline;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* THEORY TEST ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#theory_image { float: right; }
.theory { float: left; width: 200px;    }
#theory_question h5 { font-size: 12px; font-weight: bold; padding-bottom: 6px; padding-top:6px;}