/* CSS Document */

/* ====================
This resets everything so that all layout is controlled by individual css rules
======================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==================== END OF RESET ======================= */

/* =============== LAYOUT ================ */
#main_container {
	width: 995px;
	height:auto;
	background-color:#ffffff;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	border-top: 0px;
	border-left: 4px double #1889d4;
	border-bottom: 4px double #1889d4;
	border-right: 4px double #1889d4;
}

#column_left {
	width: 750px;
	height: auto;
	float: left;
	background-color: #ffffff;
	margin: 10px auto 10px auto;
	padding: 5px 5px 5px 5px;
	border: none;
}

#column_right {
	width: 200px;
	height: auto;
	float: right;
	background-color: #ffffff;
	margin: 0px auto 10px auto;
	padding: 5px 15px 5px 15px;
	border-left: 3px double #1889d4;
	border-bottom: 3px double #1889d4;
}

#column_page_wide {
	width: 995px;
	height: auto;
	margin: 10px auto 0px auto;
	padding: 0 0 0 0;
	background-color: #ffffff;
	border: none;
	clear: both;
}

/* layout for the online directories at the foot of the page is with the logos at the foot of this page */

#footer {
	width: 995px;
	height: 90px;
	margin: 10px auto 0px auto;
	padding: 0 0 0 0;
	border-top: 6px double #ffffff;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #1889d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	clear: both;
}
	
/* =============== END OF LAYOUT ================ */	


/* =============== TEXT FORMATTING ============== */

h1, h2, h3, h4, h5, p, ul {font-family: Arial, Helvetica, sans-serif;}

h1 {
	font-size: 1.4em;
	text-align: center;
	font-weight: normal;
	color: #d46318;
}

h2 {
	font-size: 1.1em;
	text-align: left;
	font-weight: normal;
	color: #1889d4;
	margin-bottom: 0.3em;
	line-height: 1.3em;
	margin-left: 50px;
}

.h2_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	font-weight: normal;
	color: #1889d4;
	margin-bottom: 0.3em;
	line-height: 1.3em;
}

h3 {
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
	color: #d46318;
	margin-bottom: 0.3em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.1em;
	text-align: center;
	font-weight: normal;
	color: #1889d4;
	margin-bottom: 0.3em;
	line-height: 1.3em;
}

.h3_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	font-weight: normal;
	color: #d46318;
	margin-bottom: 0.3em;
	line-height: 1.3em;
}

h5 {
	font-size: 2.9em;
	text-align: center;
	font-weight: normal;
	color: #d46318;
	line-height: 1.5em;
}

p {
	font-size:1.0em;
	color: #d46318;
	text-align: center;
	line-height: 1.4em;
	font-weight: normal;
}

.special_offer_text {
	font-size:1.0em;
	color: #1889d4;
	text-align: center;
	line-height: 1.4em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* Text used for special offer just below prices - font size 1.0 color 1889d4. This wasn't used for a while h6 was used with font size 2.5 and color d46318 for the 5 lessons for the price of 3 offer near the top of the page which was put in on 17th October 2011 after a phone call from keith */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:2.5em;
	color: #d46318;
	text-align: center;
	font-weight: normal;
}


/* ======= IMAGES =========*/

#spacer_bar {
	width: 798px; 
	height: 6px;
	padding: 0 0 0 0;
	margin: 20px auto 20px auto;
	border: none;
}
#logo_keith_k_cropped {
	width: 118px;
	height: 40px;
	border: none;
	padding: 0 0 0 0;
	margin: 10px auto 10px auto;
	background-color:#FFFFFF;
}

#logo_pass_plus {
	width: 74px;
	height: 70px;
	border: none;
	padding: 0 0 0 0;
	margin: 35px auto 10px auto;
}

#logo_dsa {
	width: 78px;
	height: 50px;
	border: none;
	padding: 0 0 0 0;
	margin: 35px auto 10px auto;
}

#logo_dvla {
	width: 95px;
	height: 50px;
	border: none;
	padding: 0 0 0 0;
	margin: 35px auto 10px auto;
}

#logo_tso {
	width: 180px;
	height: 84px;
	border: none;
	padding: 0 0 0 0;
	margin: 35px auto 10px auto;
}

#logo_direct_gov_top {
	width: 180px;
	height: 71px;
	border: none;
	padding: 0 0 0 0;
	margin: 5px auto 10px auto;
}

#logo_direct_gov {
	width: 180px;
	height: 71px;
	border: none;
	padding: 0 0 0 0;
	margin: 35px auto 10px auto;
}

#logo_think_road_safety {
	width: 88px;
	height: 44px;
	border: none;
	padding: 0 0 0 0;
	margin: 35px auto 10px auto;
}


/* W3C logos */

#w3c_logo_html {
	float: left;
	margin: 10px auto auto 100px;
	width: 88px;
	height: 31px;
	border: none;
	padding: 0 0 0 0;
}

#w3c_logo_css {
	float: right;
	margin: 10px 100px auto auto;
	width: 88px;
	height: 31px;
	border: none;
	padding: 0 0 0 0;
}

/* Online Directory logos */

#online_directories_one {
	width: 660px;
	height: 49px;
	padding: 0 0 0 0;
	margin: 10px auto 10px auto;
	background-color: #ffffff;
	border: none;
}

#logo_learnerstuff {
	width: 260px;
	height: 49px;
	border: none;
	padding: 0 0 0 0;
	margin: 0px 30px 0px 0px;
	float: left;
}

#logo_fads {
	width: 350px;
	height: 49px;
	border: none;
	padding: 0 0 0 0;
	margin: 0px auto 0px 20px;
	float: right;
}


#online_directories_two {
	width: 350px;
	height: 80px;
	padding: 0 0 0 0;
	margin: 40px auto 10px auto;
	background-color: #ffffff;
	border: none;
}

#logo_uk_motoring_directory {
	width: 103px;
	height: 80px;
	border: none;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 20px;
	float: left;
}

#logo_free_index {
	width: 171px;
	height: 67px;
	border: none;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 20px;
	float: right;
}


