@import url('nav.css');

a img {
	border: none;
}
* {
	outline-style: none;
}

a:link, a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	font: normal 62.5% 'Trebuchet MS', Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ebebeb;
}
#page {
	font-size: 1.2em;
	width: 880px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	color: #333;
}
#header {
	width: 880px;
	height: 150px;
	background: url(../img/header.gif) no-repeat;
	position: relative;
}
h1#logo a {
	display: block;
	position: absolute;
	left: 50px;
	width: 150px;
	height: 100px;
}
#splash {
	height: 570px;	
	padding: 0 20px;
	overflow: hidden;
	background: url(../img/splash-footer.gif) center bottom no-repeat;
}
#content {
	padding: 0 20px 40px;
	min-height: 300px;
	position: relative;
}
.left {
	margin-right: 240px;
}
#sidebar {
	float: right;
	width: 210px;
	margin: 20px 20px 0 0;
}
#footer {
	margin: 0;
	padding: 70px 0 40px;
	background: url(../img/footer.jpg) center top no-repeat;
	text-align: center;
	position: relative;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	padding: 0 0.4em;
}
#inf {
	width: 120px;
	height:53px;
	background:url(../img/Infusion-molded.gif) no-repeat;
	position:absolute;
	left: 0;
	bottom: 20px;
}
#larry {
	width: 192px;
	height:84px;
	background:url(../img/signature.gif) no-repeat; 
	position:absolute; 
	right: 0; 
	bottom: 20px;
}

h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
p, #content li, #sidebar li {
	line-height: 1.6;
}

table.datatable {
	border: solid 1px #999;
	margin: 1em 0;
}
.datatable td {
	padding: 0.3em 1em 0.2em 0.4em;
}
.datatable tr.alt {
	background: #eee;
}
.datatable caption {
	font-weight: bold;
	padding: 1em 0 0 0;
	margin: 0;
}
ul.engines, ul.videos, ul.awards, ul.showroom {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.showroom li {
	margin: 10px;
	padding: 5px;
	float: left;
	width: 380px;
	height: 380px;
	background: #eee;
	border: solid 1px #999;
	text-align: center;
}
ul.engines li {
	margin: 1em;
	padding: 5px 5px 15px;
	float: left;
	width: 220px;
	height: 140px;
	background: #eee;
	border: solid 1px #999;
	text-align: center;
}
ul.awards li {
	margin: 1em;
	padding: 10px 5px;
	float: left;
	width: 180px;
	height: 160px;
	background: #eee;
	text-align: center;
	border: solid 1px #999;
}
ul.videos li {
	margin: 1em;
	padding: 10px 5px 20px;
	float: left;
	width: 160px;
	height: 100px;
	background: #eee;
	border: solid 1px #999;
	text-align: center;
}
.show .gal {
	float: left;
	width: 400px;
}
.show .inner {
	float: left;
	width: 380px;
}
.gal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.gal ul li {
	float: left;
	padding: 5px;
}
.showroom li.sold {
	background: url(../img/sold_2.gif) center bottom no-repeat;
}
table.engine_specs {
	width: 400px;
}
#engine_img {
	position: absolute;
	top: 20px;
	right: 20px;
}

#subscribe h3 {
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
	background: #333;
	color: #fff;
}
#subscribe form {
	margin: 0;
	padding: 1.4em 1em;
	text-align: center;
	background: #ebebeb;
}
#subscribe fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#myGallery {
	width: 840px;
	max-width: 840px;
	margin: 0;
	padding: 0;
	background: #333;
}

.article h2 {
	font-size: 1.4em;
	font-weight: bold;
}
.article .body {
	line-height: 1.4;
}


.hide {
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
.rgt {
	float: right;
}
.clrBth {
	clear:both;
}
pre {
	font-size: 1.4em;
	background: #ccc;
	border: solid 1px #999;
	padding: 0.5em;
}

/* forms */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	background: #eee;
}
div.input {
	padding: 1em;
}
div.input label {
	width: 12em;
	float: left;
}

/* Spans */

span.red {
	color: #F00;
}