/*****************************************************
 FILE LOCATION: http://www.esam.on.ca/style.css
 Handles all layout & styling for the ESAM Group
 web site.
*****************************************************/

/*****************************************************
 DEFAULT HTML ELEMENTS
*****************************************************/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	background: #e0e0e0 url(images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font: 62.5% Arial, Verdana, Tahoma, Sans-Serif;
	text-align: left;
	color: #313131;
}
h1 {
	float: left;
	background: #2b7ac3;
	margin: 0 0 2em 0;
	padding: 10px 15px 10px 150px;
	font-size: 1.4em;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}
img {
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #3b9ffb;
}
a:hover {
	background: #3b9ffb;
	text-decoration: none;
	color: #fff;
}

/*****************************************************
 LAYOUT / SHELL ELEMENTS
*****************************************************/
#wrapStar {
	width: 700px;
	background: #fff;
	margin: 0 auto;
}
#top {
	width: 700px;
	height: 76px;
	background: transparent url(images/slogan.jpg) no-repeat;
	border-bottom: 3px solid #2b7ac3;
}
#logo {
	display: block;
	width: 181px;
	height: 76px;
	background: transparent url(images/logo.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#header {
	float: left;
	width: 700px;
	height: 196px;
	background: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#menu {
	float: left;
	width: 188px;
	height: 196px;
}
#photo {
	float: left;
	width: 512px;
}
#content {
	clear: left;
	width: 700px;
	background: #fff url(images/body.jpg) no-repeat 0 2px;
	border-top: 3px solid #2b7ac3;
	padding: 32px 0 5px 0;
}
#copy {
	dispay: inline;
	clear: left;
	width: 500px;
	margin: 0 50px 0 150px;
}
#footer {
	width: 700px;
	height: 46px;
	background: #fff url(images/copyright.gif) no-repeat top right;
	text-indent: -9999px;
	overflow: hidden;
}

/*****************************************************
 TYPE CLASSES
*****************************************************/
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	#menu ul li {
		width: 188px;
		height: 28px;
		margin: 0;
		padding: 0;
	}
	#menu a {
		display: block;
		width: 188px;
		height: 28px;
		text-indent: -9999px;
		overflow: hidden;
	}
	.home {
		background: transparent url(images/menu.jpg) no-repeat 0 0;
	}
	.home:hover, .homeOn, .homeOn:hover {
		background: transparent url(images/menu.jpg) no-repeat -188px 0;
	}
	.about {
		background: transparent url(images/menu.jpg) no-repeat 0 -28px;
	}
	.about:hover, .aboutOn, .aboutOn:hover {
		background: transparent url(images/menu.jpg) no-repeat -188px -28px;
	}
	.fleetway {
		background: transparent url(images/menu.jpg) no-repeat 0 -56px;
	}
	.fleetway:hover, .fleetwayOn, .fleetwayOn:hover {
		background: transparent url(images/menu.jpg) no-repeat -188px -56px;
	}
	.rentals {
		background: transparent url(images/menu.jpg) no-repeat 0 -84px;
	}
	.rentals:hover, .rentalsOn, .rentalsOn:hover {
		background: transparent url(images/menu.jpg) no-repeat -188px -84px;
	}
	.mall {
		background: transparent url(images/menu.jpg) no-repeat 0 -112px;
	}
	.mall:hover, .mallOn, .mallOn:hover {
		background: transparent url(images/menu.jpg) no-repeat -188px -112px;
	}
	.contact {
		background: transparent url(images/menu.jpg) no-repeat 0 -168px;
	}
	.contact:hover, .contactOn, .contactOn:hover {
		background: transparent url(images/menu.jpg) no-repeat -188px -168px;
	}
	.blank {
		background: transparent url(images/menu.jpg) no-repeat 0 -140px;
	}
#copy p {
	margin: 0 0 1.5em 0;
	font-size: 1.2em;
}
