/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style: none;
	padding-left: 40px;
}
caption,th {
	text-align:left;
}
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a {
  outline: none;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 90%;
	background-image: url(../images/page-bg.jpg);
	background-position: center 170px;
	background-repeat: repeat-x;
	position: relative;
}
/* End Reset */

#wrapper, #header, #footer, #navWrapper #nav, #footerWrapper #footer, #requestBox  {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	position: relative;
}
#header #logo {
	height: 177px;
	width: 186px;
	position: absolute;
	left: -20px;
	top: 10px;
	z-index: 100;
}
#header #logotype {
	margin-top: 30px;
	margin-left: 230px;
	margin-bottom: 0px;
}
#header #badge {
	height: 125px;
	width: 118px;
	position: absolute;
	left: 832px;
	top: 19px;
}
#navWrapper {
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	height: 30px;
}
#nav li {
	display: inline;
}
#nav ul {
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	margin: 0px;
	padding: 0px;
}
#nav li a {
	line-height: 28px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding-right: 17px;
	padding-left: 17px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	display: inline-block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	float: left;
}
#nav a:hover {
	color: #FFF;
	background-color: #CCCCCC;
}
#home .home, #about .about, #services .services, #testimonials .testimonials, #clients .clients, #faqs .faqs, #contact .contact, #home .home:hover, #about .about:hover, #services .services:hover, #testimonials .testimonials:hover, #clients .clients:hover, #faqs .faqs:hover, #contact .contact:hover, #preowned .preowned, #preowned .preowned:hover {
	color: #999;
	background-color: #E9E9E9;
}

#herobox {
	background-color: transparent;
	padding-left: 250px;
}
#herobox .f3d_slide {
	background-color: transparent;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'MotorwerkRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 40px;
	line-height: 0.75em;
	margin-bottom: 15px;
}
#wrapper h1 {
	color: #bd0000;
}
#wrapper, #requestBox {
	padding: 15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin-top: 15px;
	background-image: url(../images/90-white.png);
}
#home #wrapper, #home #requestBox {
	background-image:url(../images/80-white.png);
}
p {
	line-height: 1.25em;
	margin-bottom: 15px;
}
#home #wrapper .mainContent, #thankyou #wrapper .mainContent {
	float: left;
	width: 670px;
}
#home #wrapper #col2, #thankyou #wrapper #col2 {
	width: 260px;
	float: right;
}
#home #wrapper #col2 h2 {
	color: #bd0000;
	margin-top: 4px;
	font-size: 16px;
}
#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E01D12;
	text-align: center;
	padding: 0px;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
#ticker {
	background-image: url(../images/mfg-logos.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	height: 75px;
}
#ticker h3 {
	color: #FF2B2A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-transform: uppercase;
	/* [disabled]font-style: italic; */
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	line-height: 8px;
}
#footerWrapper {
	background-color: #FFF;
	position: relative;
	z-index: -100;
}
#footer p {
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 14px;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#requestBox th {
	color: #FFF;
	background-color: #666666;
	font-weight: bold;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	margin-bottom: 5px;
}
#requestBox td {
	margin: 0px;
	padding: 2px;
}
#requestBox table {
	font-size: 12px;
}
#requestBox .btn {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#requestBox h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 4px;
	text-align: center;
	color: #bd0000;
	font-weight: normal;
}
#col2 img {
	border: 1px solid #FFF;
}
#wrapper h2 {
	margin-bottom: 10px;
	font-weight: normal;
}
#footer {
	padding-top: 10px;
}
#footer #footerLogos {
	clear: both;
	text-align: center;
	display: block;
}
.mainContent h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
.floatLeft {
	float: left;
	margin-right: 15px;
}
#clients #wrapper .mainContent ul {
	list-style-type: none;
	float: left;
	width: 305px;
	margin-right: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerLogos img {
	vertical-align: middle;
}
#services .mainContent ul {
	list-style-type: disc;
	margin-left: 40px;
	margin-bottom: 15px;
}
#clients .mainContent li {
	margin-bottom: 8px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #39F;
	line-height: 20px;
	padding-top: 8px;
	text-align: center;
}
.mainContent blockquote {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 35px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #2433A0;
}
.mainContent blockquote p i {
	font-size: 12px;
	color: #2433A0;
	display: block;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.mainContent blockquote p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 16px;
}
#faqs .mainContent ul li {
	color: #2433A0;
}
#faqs .mainContent ul li ul li {
	color: #666;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-top: 4px;
}

#faqs .mainContent ul li strong {
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height: 1em;
}
strong {
	font-weight: bold;
}
#contact #wrapper .mainContent iframe {
	border: 1px solid #23319A;
}
#footerWrapper {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 15px;
	z-index: 100;
}
#requestBox {
	margin-bottom: 20px;
}#about #wrapper .mainContent {
	padding-right: 30px;
	padding-left: 25px;
}
#about #wrapper .mainContent h1 {
	margin-left: -30px;
}
#preowned th {
	font-weight: bold;
	background-color: #294A7F;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}
#notCaptcha {
	text-indent: -9999px;
	border: 1px solid #FFF;
	background-color: #FFF;
}
