/* 

STYLE SHEET FOR LEC HIRE WEB SITE
Created by Jeremy Smith
www.homepages-france.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-color: #FFFFFF;
	padding-top: 10px;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 760px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
		}
		
#masthead {
	width: 760px;
	background-color: #FCEB08;
	float: none;
	position: relative;
	height: 94px;
	border-top: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #999999;
	background-image: url(images/top_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}
		
#logo {
	left: -1000px;
	width: 217px;
	position: relative;
	z-index: 3;
	background-image: url(images/logo_lec_blank.png);
	background-repeat: no-repeat;
	height: 83px;
		}

#leftColumn {
	float: left;
}	
		
#navContainer {
	float: left;
	width: 180px;
	margin-top: 5px;
	margin-bottom: 10px;
		}

#content {
	float: left;
	margin-top: 5px;
	margin-left: 40px;
	background-color: #FFFFFF;
	width: 385px;
	margin-bottom: 10px;
	padding-bottom: 5px;
		}

#subhead {
	height: 30px;
	position: absolute;
	margin-left: 350px;
	top: 27px;
	left: 128px;
}
#sideContent {
	background-color: #FFFFFF;
	float: right;
	width: 130px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 3px;
}

#footer {
	clear: both;
	background-color: #fceb08;
	margin-top: 20px;
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 160%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
		}

.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

a {
		}
		
a:hover {
		}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	display: inline;
		}

#navigation a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 160%;
	margin-right: 10px;
		}

#navigation a:hover {
	color: #FF0000;
}

#navigation ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
	padding: 0px;
		}

#navigation li {
	text-align: right;
	display: block;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	background-image: url(images/navBg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 5px;
	padding-bottom: 3px;
	margin-top: 5px;
		}
		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
	margin: 0px;
	padding: 0px;
		}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	margin-left: -1000px;
		}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
		}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
		}
		
h4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
		}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
		}

ul {
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 20px;
		}

/* ---------- 5. images ---------- */
/*
a img {
		border: 0;
		}
		*/
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  

img {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#leftColumn p {
	margin-left: 10px;
}
#navigation .selected {
	color: #FF0000;
	text-align: right;
	padding-right: 15px;
	line-height: 160%;
}

#footer a {
	font-size: x-small;
	color: #333333;
}
#footer p {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#shop {
	background-color: #FFFF93;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 10px;
	border: 1px solid #990000;
}
.caption {
	font-size: x-small;
	line-height: 100%;
}
#sideContent img {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: thin solid #FCEB08;
	margin-left: 5px;
	float: right;
}
#boxOut {
	background-color: #fceb08;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: thin solid #CCCCCC;
	border-right: medium solid #999999;
	border-bottom: medium solid #999999;
	border-left: thin solid #CCCCCC;
	margin-top: 25px;
}
#sideContent a:hover img {
	border: thin solid #FF0000;
	float: right;
}
#contact {
	background-color: #FEF9B4;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 20px;
}
#contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
#contact h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	padding-left: 15px;
}
.price {
font-size: large;
}
#content h2 {
	padding-left: 10px;
}
#content p {
	padding-left: 12px;
}
