/* 
otis4hire.co.uk mainpage css
J.Roobottom, April 2005

used #full #path #css 

*/

body {
	background: #6E747A url("../images/background.gif") repeat-x left top;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
}

body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style-type: none;
}

.green {
	color: #4FAD26;
}

.green:hover {
	color: #000;
}

/*div {
	border: 1px solid #f00;
}*/

.hidden {
	display: none;
}

#wrap {
	width: 723px;
	background: #fff url("../images/wrap_bottom.gif") no-repeat left bottom;
	text-align: left;
	margin: 0 auto;
	overflow: auto;
}

#header {
	padding-top: 10px;
	background: url("../images/wrap_top.gif") no-repeat left top;
}

#header img {
	float: left;
	width: 426px;
}

#header h1 {
	margin-left: 436px; /* 426px to clear image and 10px space = 436px */
}

#header h1 span {
	display: none;
}

#header h1 a {
	display: block;
	width: 152px;
	height: 39px;
	background: url("../images/logo_otis4hire.gif") no-repeat left top;
}

#header h2 {
	margin-left: 436px;
	color: #757575;
	letter-spacing: -1.5px;
}

#header h2 a {
	color: #4FAD26;
	font-size: 0.8em;
	letter-spacing: normal;
}

#header h2 a:hover {
	color: #000;
}

#wrap #navigation {
	text-align: right;
	margin-bottom: 10px;
	clear: left;
	background: #4FAD26 url("../images/nav_background.gif") repeat-x top left;
	padding: 1px 5px 3px 5px;
}

#navigation li {
	display: inline;
}


#navigation a {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 1em;
}

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

/* --- cars --- */

#cars {
	float: left;
	margin-left: 20px;
	width: 220px;
}

#cars p {
	font-size: 0.7em;
}

#cars img {
	float: left;
}

#cars h3 {
	font-size: 1.6em;
}

#cars h3 span {
	display: none;
}

#cars h3 a {
	display: block;
	background: url("../images/homepage_title_cars.gif") left bottom no-repeat;
	width: 182px;
	height: 86px;
}


/* --- trucks --- */

#trucks {
	float: left;
	margin-left: 10px;
	width: 220px;
}

#trucks img {
	float: left;
}

#trucks p {
	font-size: 0.7em;
}

#trucks h3 {
	font-size: 1.6em;
}

#trucks h3 span {
	display: none;
}

#trucks h3 a {
	display: block;
	background: url("../images/homepage_title_trucks.gif") left bottom no-repeat;
	width: 182px;
	height: 86px;
}

/* -- vans --- */

#vans {
	margin-left: 10px;
	width: 220px;
	float: left;
}

#vans img {
	float: left;
}

#vans p {
	font-size: 0.7em;
}

#vans h3 {
	font-size: 1.6em;
}

#vans h3 span {
	display: none;
}

#vans h3 a {
	display: block;
	background: url("../images/homepage_title_vans.gif") left bottom no-repeat;
	width: 182px;
	height: 86px;
}
