@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body#index {
	background: url(images/rs-1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body#products {
	background: url(images/rs-3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body#services {
	background: url(images/rs-2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body#projects {
	background: url(images/rs-5.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#strip {
	height: 150px;
	width: 100%;
	background: url(images/strip.png);
	position: absolute;
	top: 3%;
}
#stripOther {
	height: 150px;
	width: 100%;
	background: url(images/strip.png);
	position: absolute;
	top: 50px;
}
header#index img {
	float: left;
	margin: 30px 0 0 3%;
	opacity: 1;
}
nav#index {
	float: left;
	height: 150px;
	width: 100px;
}
nav#index ul {
	list-style: none;
	font-size: 1em;
	color: white;
	margin: 25px 0 0 30px;
	width: 120px;
	border-left: 1px solid #ce1d17;
}
nav#index ul li {
	padding: 4px 0 4px 30px;
	letter-spacing: 1px;
	color: #666;
}
nav#index ul li a {
	color: white;
	text-decoration: none;
}
nav#index ul li a:hover {
	color: #666;
}
section#services {
	color: white;
	position: absolute;
	top: 250px;
	background: url(images/strip90.png);
	width: 100%;
	padding-bottom: 20px;
}
section#services h1 {
	font-size: 1.5em;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: 1px;
	margin: 1% 0 1% 3%;
	width: 96%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ce1d17;
}
section#services p {
	margin: 1% 1% 1% 3%;
	line-height: 1.4em;
}
.ems {
	float: left;
	width: 50%;
	margin: 1% 0 1% 3%;
}
.ems h2 {
	font-size: 1.5em;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: 1px;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
.ems ul {
	float: left;
	margin-right: 30px;
}
.ems ul li {
	margin: 10px 0;
}
.tuning {
	float: left;
	width: 300px;
	margin: 1% 0 1% 3%;
}
.tuning ul li {
	margin: 10px 0;
}
.tuning h2 {
	font-size: 1.5em;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: 1px;
	width: 96%;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
section#products {
	color: white;
	position: absolute;
	top: 250px;
	background: url(images/strip85.png);
	width: 100%;
	padding-bottom: 20px;
}
section#products h1 {
	font-size: 1.5em;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: 1px;
	margin: 1% 0 1% 3%;
	width: 96%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ce1d17;
}
section#products h2 {
	clear: both;
	font-size: 1.2em;
	font-weight: lighter;
	letter-spacing: 1px;
	margin: 10px;
	padding-top: 20px;
	width: 100%;
	text-align: center;
}
section#products #productContainer {
	width: 100%;
	float: left;
}
section#products #productContainer img {
	margin: 0;
	padding: 0;
}
section#products .vendors {
	float: left;
	height: 150px;
	width: 150px;
	margin: 1% 0 0 3%;
}
section#products .vendors img {
	margin: 0;
	padding: 0;
}
footer {
	clear: both;
	height: 30px;
	background: white;
	font-size: .9em;
	position: fixed;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}
footer .contact {
	width: 420px;
	height: 30px;
	float: left;
	background: white;
}
footer .contact p {
	padding: 8px 0 0 20px;
}
footer .designed {
	width: 280px;
	height: 30px;
	float: right;
	text-align: right;
	background: white;
}
footer .designed p {
	padding: 8px 20px 0 0;
}
footer .designed p a {
	color: black;
	text-decoration: none;
}
footer .designed p a:hover {
	color: #666;
}