/* //////////////////////////////////////////////////////////////////////// 
/* Style Sheet - Lance Fisher Driving School
/* Logic Red Web Design  - www.logicred.co.uk 
/* //////////////////////////////////////////////////////////////////////// */

/* BODY
****************************************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  margin:0; padding:0; }

p { margin-bottom: 1.2em;  }

html { overflow-y: scroll; }

body {
	font-family: arial, verdana; 
	font-size: 100%; 
	color: #261A06;
	height: 100%;
	background: #354e61 url(images/background.jpg) 0 0 repeat-x;
}

strong {	}
img { border: 0;}

/* DIVS
****************************************************** */

#container { width:833px; margin: auto; }

#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 371px;
	height: 129px;
	float: left;
}

#contact {
	background: url(images/contact.jpg) no-repeat;
	width: 462px;
	height: 96px;
	float: left;	
}

#menu {
	background: url(images/menu.jpg) no-repeat;
	width: 462px;
	height: 33x;
	float: left;	
}

.menupadd { }

#fade {
	background: url(images/fade.jpg) no-repeat;
	width: 833px;
	height: 26px;
	float: left;	
}

#content { 
	background-color: white;
	width: 833px;
	float: left;
}

/* LEFT COL */

#left {
	width: 487px;
	float: left;
	font-size: .8em;
	line-height: 1.3em;
	background-color: white;
}

.left-pad { padding: 10px 10px 10px 10px }

#left a:hover { text-decoration: none; color:Black; }

/* RIGHT COL */

#right {	
	width: 346px;
	float: left;
	font-size: .8em;
	line-height: 20px;
	background-color: white;
}

.right-pad { padding: 10px 10px 10px 10px; }

#right strong {
	color: #990100;
}

#right li, #left li { margin-left: 20px; }


#fadeback {	
	background: url(images/fadeback.jpg) no-repeat;
	width: 316px;
}

.fadebackpad { padding: 5px 5px 5px 5px; }

/* FOOTER AREA */

#footer-long-container { background-color: black; float: left; width: 100%; height: 120px;}

#footer-centre-container { 
	width:913px;
	margin: auto;
	color: white;
	padding-top: 10px;
	font-size: .9em;
	text-align: center;
}

/* HEADINGS */

h1 { color: #990100;	font-family: arial; font-size: 1.6em; font-weight: normal; padding-bottom: 20px; }
h2 { color: #004A71;	font-family: arial; font-size: 1.4em; font-weight: normal; padding-bottom: 20px; line-height: 1.2em;}

/* MAIN MENU AT THE TOP 
/* //////////////////////////////////////////////////////////////////////// */

#menu {text-align: left; list-style: none;}

#menu li {display: block; height: 33px; float: left; line-height: 33px; list-style: none;}

#menu li a {
	padding: 0px 11px 0px 11px;
	font-family: arial;
	color: white;
	font-size: .9em;
	text-decoration: none;
}

#menu li a:hover {color: #b3d826;}

.bothborder {border-right: 1px solid #424340; border-left: 1px solid #6D6F6A;} 
li.rightborder { border-right: 2px solid #354E61; } 
.rightborder_footer { border-right: 1px solid #E6E6E6; } 
.selected {	border-right: 1px solid #424340;	background: url(images/selected.jpg) center no-repeat; } 

/* FOOTER MENU */
/* **************************************************** */

#footer-centre-container li { display: inline; }

#footer-centre-container li a {
	padding: 0px 11px 0px 11px;
	font-family: arial;
	color: white;
	font-size: .9em;
	text-decoration: none;
}

/* OTHER BITS */
/* **************************************************** */

.image-border { border: 1px solid #E5E3DD; padding: 2px; }

.fatborder {
	background-color:#676247;
	border:6px solid #c2c7b7;
	padding:1px;
}	

a { color: #004A71; }

.clear {	clear: left; }

/* Fix's #container not clearing inner floats in firefox */
	.floatfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
	* html .floatfix {
	height: 1%;
