* {
	margin: 0;
	padding: 0;
}

#construction {
	position: absolute;
	text-align: center;
	color: #04619e;
	display: block;
	z-index: 11;
	top: 200px;
	font-size: 50px;
	width: 1000px;
}

body {
	background: #161616 url(../_assets/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

/* ---------- Top Navigation ---------- */

#topWrap {
	height: 39px;
	background: url(../_assets/topNav.jpg);
}
#topNav {
	position: relative;
	text-align: right;
	margin: 0 auto;
	width: 1000px;
}

.topNav {
	position: relative;
	display: inline-block;
	line-height: 35px;
	text-align: left;
	z-index: 1000;
}

.topNav  a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px;
	font-size: 14px;
}

.topNav a:hover {
	color: #e13a3e;
}

.topNav  > a {
	padding-right: 20px;
}

.topNav  ul li {
	background: #141414;
	opacity: .9;
}

.topNav  ul li a:hover {
	color: #e13a3e;
}

.topNav  .drop {
	display: none;
}

.topNav:hover .drop {
	display: block;
}

.topNav a span {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	display: inline-block;
	margin: 2px 7px;
}

.topNav .drop ul {
	position: absolute;
	width: 170px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ----- logo ----- */
#logo {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 270px;
	height: 175px;
	border: none;
}
/* -------------------- Wrapper -------------------- */

#wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
/* ---------- Trans Logos ---------- */

#leftLogo {
	position: absolute;
	left: -125px;
}
#rightLogo {
	position: absolute;
	right: -125px;
}
/* ---------- Header ---------- */

#header {
	position: relative;
	height: 180px;
	width: 1000px;
}
/* ----- Logo ----- */

#header #logo {
	float: left;
	height: 130px;
	width: 356px;
}
/* ----- Phrase ----- */

#phrase {
	float: right;
	width: 540px;
	height: 30px;
	padding: 40px 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
/* ----- Navigation ----- */

#nav {
	position: absolute;
	height: 50px;
	width: 1000px;
	background: url(../_assets/nav.jpg);
	z-index: 100;
	bottom: 0;
	left: 0;
}

.nav {
	position: relative;
	display: inline-block;
	line-height: 45px;
	text-align: left;
	padding: 0 1em;
}

.nav  a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
	font-size: 24px;
}

.nav a:hover {
	color: #e13a3e;
}

.nav  > a {
	padding-right: 20px;
}

.nav  ul li {
	background: #141414;
	opacity: .9;
	padding: 10px 0;
}

.nav ul li a {
	font-size: 16px;
	line-height: 20px;
}

.nav  ul li a:hover {
	color: #e13a3e;
}

.nav  .drop {
	display: none;
}

.nav:hover .drop {
	display: block;
}

.nav .drop ul {
	position: absolute;
	width: 200px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ---------- Content ---------- */

#content {
	position: relative;
	width: 1000px;
	background: #fff;
}

/* ----- Text ----- */

#heading {
	position: absolute;
	float: left;
	background: #04619e;
	padding: 10px;
	margin: 20px 5px;
	color: #fff;
	font-size: 18px;
	width: 970px;
	height: 40px;
	font-variant: small-caps;
	z-index: 10;
	box-shadow: 1px 1px 5px #000;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
}
#sideImage {
	float: right;
	padding: 10px 0 10px 10px;
}
#contact {
	float: right;
	padding: 90px 15px 10px 10px;
	width: 390px;
}

#contact h2 {
	color: #04619e;
	font-size: 18px;
}

#text {
	padding: 90px 20px 20px 20px;
	width: 960px;
	font-size: 18px;
}
#text p {
	padding: 10px 0;
}

#text ul {
	margin-left: 30px;
}

#text img {
	padding-bottom: 10px;
}

#text h7 a{
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

#text h7 a:hover {
	color: #e13a3e;
}

#text .submit {
	margin-bottom: 20px;
}

#text2 {
	float: left;
	width: 660px;
	padding-left: 20px;
	margin-bottom: 10px;
}

/* ----- Side Bar ----- */

#sideBar {
	float: left;
	width: 200px;
	padding: 10px;
	margin: 10px 0 20px 0;
	font-size: 18px;
	border: 1px #000 solid;
}

#sideBar a {
	text-decoration: none;
	color: #000;
	line-height: 24px;
	border-bottom: 1px #B9B7B7 solid;
}

#sideBar a:hover {
	color: #e13a3e;
}

/* ----- Contact Form ----- */

#contactForm .label {
	padding-bottom: 5px;
	padding-top: 10px;
}

#contactForm .detail {
	width: 500px;
}

#contactForm .mess {
	width: 500px;
}

#contactForm .submit {
	padding-top: 10px;
}

/* ----- Service Form ----- */

#form #formLogo {
	float: left;
	width: 350px;
	height: 175px;
}

#form #formText {
	float: left;
	width: 500px;
	height: 175px;
	text-align: center;
	padding-left: 70px;
	font-size: 32px;
}

#form #table {
	float: left;
	width: 950px;
}

#form .label {
	padding-bottom: 5px;
	padding-top: 10px;
}

#form .detail {
	width: 350px;
}

#form .mess {
	width: 400px;
	height: 400px;
	overflow: scroll;
}

#form .submit {
	width: 150px;
	font-size: 24px;
	border-radius: 10px;
	float: right;
}
/* ----- Staff ----- */

.staff {
	width: 950px;
}

.staff blockquote {
	float: left;
	width: 275px;
}

.staff h2 {
	padding-top: 20px;
}

/* ----- Testimonials ----- */

.testimonials {
	padding: 0;
	overflow: auto;
}

.testimonials img {
	padding: 0 10px 10px 0;
}

/* ----- Dealers ----- */


/* ---------- Footer ---------- */

#footer {
	position: relative;
	background: #2d2c2c;
	margin-top: 20px;
	height: 55px;
	padding: 5px;
}
/* ----- Social ----- */

#social {
	float: left;
	width: 285px;
	padding-top: 5px;
}
#social img {
	padding-right: .5em;
}
/* ----- Copyright ----- */

#copyright {
	float: left;
	width: 425px;
	text-align: center;
	color: #fff;
	padding-top: 17px;
	font-size: 10px;
}
/* ----- Logos ----- */

#logos {
	text-align: right;
}
#logos img {
	padding-right: 10px;
}
