/*General*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}
.clear {
	clear: both;
}
.left {
	float: left
}
.right {
	float: right;
}
.full {
	width: 100%;
}
/* Typography */
body, html, p, li, input, textarea, a {
	font-family: Arial, Sans Serif;
	font-weight: 200;
	font-size: 15px;
	line-height: 20px;
	color: #555;
}
strong {
	font-weight: bold;
}
p, h1, h2, h3 {
	padding-bottom: 1em;
}
a {
	text-decoration: underline;
	color: #555;
	font-weight: bold;
}
a:hover {
	color:#f8ed42;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
/* Layout */
body {
	background:url(images/2011-SuperGT-Testing-14.jpg) repeat-y left center;
}
.container {
	width: 800px;
	margin: 50px auto;
	background: #fff;
	padding: 0 0 30px;
}
.header {
	width: 740px;
	padding: 2em 0;
	margin: 0 30px 0;
}
.header.sub {
	border-bottom: solid 1px #ccc;
	margin-bottom: 50px;
}
.header p {
	padding-bottom: 0px;
	padding-top: 8px;
}
.header p a {
	font-size: 17px;
	text-decoration: none;
}
#slides {
	margin-bottom: 50px;
}
.slidesjs-stop, .slidesjs-play {
	display:none!important;
}
.slidesjs-navigation {
	position: absolute;
	z-index: 10;
	width: 100px;
	text-align: center;
	background: #000;
	margin-top: -30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.slidesjs-next {
	margin-left: 101px;
}
.text {
	width: 450px;
	border-bottom: solid 1px #ccc;
	padding: 0 50px 2em 0;
	margin: 0 0 0 30px;
}
.photo {
	width: 240px;
	margin: 0 30px 0 0;
}
.photo img {
	padding: 0 0 30px;
}
img.products {
	padding: 0 0 50px 0;
}
/* Contact Form */
#contact_form_errorloc ul, p.err {
	list-style: none;
	background: #f8ed42;
	padding: 0.5em 1em 0.75em;
	margin: 0 0 2em;
}
#contact_form_errorloc ul li, p.err {
	color: #000;
}
form input, form textarea {
	padding: .5em 1em;
	border: solid 1px #ccc;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
form input.submit {
	width: auto;
	background: #f8ed42;
	border: none 0px;
	color: #000;
	cursor: pointer;
}