/* CSS Document */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image:  url(../images/background.jpg);
	background-repeat: repeat-x;
	}

#header {
	top: 0;
	width: 700px;
	margin: 0;
	padding: 0;
	}

#navigation {
	position: absolute;
	top: 82px;
	left: 20px;
	font-family: Arial, Helvetica, Times New Romans;
	font-size: 12px;
	width:55em;
	margin-top: 0;
	margin-left: 3.5em;	
	}
	
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;	
	}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#navigation li a {
	background:   url(../images/navbg.jpg) bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 8em;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	} 
	
#navigation a:hover {
	background:   url(../images/navbghover.jpg) bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 8em;
	display: block;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	}
	
#footer {
	padding-top: 5px;
	top-margin: 1em;
	margin: 0;
	bottom: 0;
	height: auto;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
	}
	
#footer p {
	font-family: sans-serif;
	font-size: .65em;
	margin: 0.5em 0 .5em .5em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 0;
	line-height: .5em;
	text-indent: 0;
	background: none;
	border: none;
	}
	
body#home li.home a:link, body#home li.home a:visited, body#sales li.sales 	
a:link, body#sales li.sales a:visited, body#parts li.parts a:link, body#parts 	
li.parts a:visited, body#service li.service a:link, body#service li.service a:visited, 
body#fuelshop li.fuelshop a:link, body#fuelshop li.fuelshop a:visited {
	background:   url(../images/navbghover.jpg) bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 8em;
	display: block;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	}
	
.datatable {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding-top: 25px;
	border-collapse: collapse;
	width: auto;
	color: #FFFFFF;
	background-color: #003366;
	}
	
.datatable a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 1.0em;
	text-indent: 0;
	}
	
.datatable a:hover {
	text-decoration: none;
	color: #FFF;
	border-bottom: none;
	border-bottom: 1px solid #666666;
	background: #000;
	}
	
.datatable td {
	border: 1px solid #929292;
	padding: 4px;
	color: #FFFFFF;
	}
	
.datatable tr {
	border: 1px solid #929292;
	background-color: #003366;
	color: #FFFFFF;
	}
	
.datatable th {	
	border: 1px solid #929292;
	background-color: #0054A7;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	color: #FFFFFF;
	text-align: center;	
	}
	
h4 {
	padding: 10px;
	}
	
h4 a {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	text-indent: 0;
	}
	
h4 a:hover {
	color: #666666;
	border-bottom: 1px solid #666666;
	}	
