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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #292265;
	text-align: center;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:23px;
}

.largeText{
	color:#FF942A;
	font-size:16px;
	font-weight:bold;
}
.largeText2{
	color:#FF942A;
	font-size:12px;
	font-weight:bold;
}
.largeTextred{
	color:#ff0000;
	font-size:16px;
	font-weight:bold;
}

p {
	margin-bottom: 10px;
}

/* [ Class Library ] */


/* [ Main Containers ] */

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

#body {
	color: #fff;
	padding: 0px 19px;
	float: left;
	background: url(../images/stretcher.jpg) repeat-y;
}

/* [ Header ] */

#header {
	position: relative;
}

#vanImage {
	z-index: 20;
	position: absolute;
	top: 57px;
	right: 0px;
}

/* [ Content Area ] */

#content {
	width: 505px;
	float: right;
	position: relative;
	padding: 20px 35px 20px 20px;
}

#content a {
	color: #fc9b3a;
	font-weight: normal;
	text-decoration: underline;
}

#content a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

/* [ Bottom ] */

#bottom {
	text-align: center;
	color: #fff;
	font-size: 10px;
}

#bottom a {
	color: #fc9b3a;
	font-weight: normal;
	text-decoration: underline;
}

#bottom a:hover {
	color: #ffffff;
}

/* [ Left Navigaiton Menu ] */

#leftNav {
	float: left;
	width: 140px;
	margin-left: 11px;
	padding-top:3px;
}

#leftNav #nav {
	list-style: none;
}

#leftNav #nav li a {
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
	display: block;
	width: 120px;
	background: url(../images/navLinkBg.gif) no-repeat;
	padding: 8px 10px;
	text-decoration:none;
}

#leftNav #nav li a:hover {
	color: #ffffff;
	text-decoration:underline;
}

/* [ Sticky Nav ] */
/*
 * For sticky nav to work, you MUST add a class to your page's body tag 
 * AND to the link's a tag itself and reference it here.
*/

#home .home,
#fleet .fleet,
#wheel .wheel,
#air .air,
#paint .paint,
#contact .contact
{
	color: #ffffff !important;
}

/* [ Left Column Table ] */

#leftColumn {
	background: url(../images/leftBarBottomBg.png) no-repeat;
	background-position: bottom;
/*	background: url(../images/leftBarBottomBg.jpg) bottom no-repeat;
*/	width: 151px;
	float: left;
}

#leftColumn #leftColContact {
	clear: both;
	padding-top: 30px;
	text-align: center;
	color: #292265;
}

/* [ Footer ] */

#footer {
	
}

