* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-size: 0.75em;
	color: #000;
	background: url(../img/body-bg.gif) repeat-x center top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 1.85em;
	color: #9e0606;
	line-height: 1.8em;
}

h2 {
	font-size: 1.6em;
	color: #000;
	line-height: 1.8em;
	padding: 0 0 5px 0; 
}

h3 {
	font-size: 1.5em;
	color: #a20606;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

h4 {
	font-size: 1.4em;
	color: #a20606;
	line-height: 1.6em;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 1.3em;
	color: #000;
	line-height: 1.5em;
}

p, ul, ol{
	line-height: 1.5em;
	margin: 0 0 8px 0;
}

ol {
	list-style-type: decimal;
	padding: 5px 0px 0px 30px
}

ol li{
	margin: 0 0 5px 0;
}

ul {
	list-style: url(../img/ul-li.gif);
	margin: 0 0 10px 0;
	padding: 5px 0px 0px 20px;
}

a {
	text-decoration: none;
	color: #a20606;
}

a:hover {
	color:#6c6c6c;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -54px; /* the bottom margin is the negative value of the footer's height */
	background: url(../img/engine-bg.jpg) no-repeat right bottom;
}

#container {
	width: 780px;
	margin: 0 auto 0 auto;
}

#header {
	width: 780px;
	height: 160px;
	padding: 0px;
	margin: 0px auto 0 auto;
	color: #fff;
}

#header a img#logo {
	margin: 3px 0 0 18px;
}

#header #contact {
	width: 180px;
	float: right;
	margin: 0 7px 0 0px;
}

#header #contact img{
	margin: 0 0 0 15px;
	float: left;
}

#header #contact p.top{
	padding-top: 32px;
}

#header #contact p.bottom {
	padding-top: 10px;
}

#header #contact p{
	margin-left: 8px;
	float: left;
}

#content, #content-process {
	width: 520px;
	padding: 25px 55px 35px 75px;
	margin: 0 0 30px 0;
	float: left;
}

#content-process img {
	float: right;
	padding: 10px 0 0 5px;
}

#footer, #push {
	height: 50px; /* .push must be the same height as .footer */
}

#footer {
	background: #202020;
	border-top: 4px solid #454545;
	clear: both;
	margin: 0px 0 0px 0;
	color: #fff;
}

#footer a {
	color: #949494;
}

#footer a:hover {
	text-decoration: underline;
}

.footer-content {
	width: 780px;
	margin: 10px auto 0 auto;
}

.copyright-info {
	float: left;
}

.site-credits {
	float: right;
}

.logo-large {
	margin: 0 0 0 150px;
}
.imports {
	float: right;
	margin: 10px 0 0 0;
}

.conditions {
	font-size: 0.75em;
}

div.industry {
	float: left;
	width: 250px;
	height: 20px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	text-align: center;
}

div.image {
	float: left;
	width: 250px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
}

div.image-small {
	float: left;
	width: 250px;
	height: 60px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
}

div.image img.rac, div.image-small img.mta, div.image-small img.era {
	margin: 5px 75px 0 75px;
}

div.image img.cap {
	margin: 20px 75px 0 75px;
}

h3 span {
	color:#000;
	font-size: 0.65em;
	font-weight: bold;
}

h3 strong {
	font-size: 1.1em;
	color: #000;
}

a.quote-btn {
	background: url(../img/quote-btn.gif) no-repeat;
	display: block;
	width: 125px;
	height: 31px;
	margin: 50px 0 0 0;
}

a.quote-btn:hover {
	background-position: 0 -31px;
}

a.quote-btn span{
	display: none;
}

a.ebay-btn {
	background: url(../img/buy-on-ebay-btn.gif) no-repeat;
	display: block;
	width: 126px;
	height: 87px;
	margin: 40px 0 0 0;
}

a.ebay-btn span{
	display: none;
}

iframe {
	float: right;
	margin: 0 0 0 10px;
}

small a {
	color:#0000FF;
	text-align:left;
	float: right;
	clear: both;
}

.clear {
	clear: both;
}
/* ---------------------------------
		Form styles
---------------------------------*/		
.alert, .error { color: #ff0000; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: left;
	width: 20%;
}

ol.forms input { width: 39%; }
ol.forms textarea {
	height: 10em; 
	width: 64%; 
	padding: 5px;
}

ol.forms input, ol.forms textarea, ol.forms button { 
	font-family: arial, sans-serif; 
	font-size: 1.05em;
}

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 21%;
}

ol.forms li.buttons {
	padding-left: 21%;
	width: 89%;
}