/***************************** GENERAL CSS PROPERTIES ****************************/


body {
	background: #fafafa /* url('../images/splash_bg.png') repeat-x 0 36px */;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 100%/12px;
	min-width: 1000px;
}

img {
	border: none;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

.container {
	margin: 0 auto 0 auto;
	width: 920px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

h5 {
	font-size: 12px;
	font-weight: normal;
}

h6 {
	font-size: 10px;
	font-weight: normal;

}

p {
	font-size: 12px;
	font-weight: normal;
}


/***************************** HEADER CSS PROPERTIES ****************************/

#header {
	background: url(../images/header_bg.png) repeat-x 0 0;
	border-top: 2px solid #f9be00;
	border-bottom: 1px solid #212121;
	height: 56px;
	width: 100%;
	float: left;
}

#logo {
	background: url(../images/logo_full.png) no-repeat 0 0;
	border: none;
	display: inline;
	float: left;
	height: 32px;
	margin: 11px 25px 0 0;
	width: 171px;
}

#navigation {
	float: left;
	display: inline;
	margin: 17px 0px 0 0;
	width: 530px;
}

#nav {
	list-style: none;
	display: inline;
	float: left;
}

#nav a {
	text-decoration: none;
	color: inherit;
}

#nav li {
	float: left;
	display: inline;
	margin: 0 8px;
	color: #fafafa;
	padding: 3px 10px;
	font-size: 14px;
}

#nav li a {
	color: #fafafa;
}

#nav li a:hover {
	color: #f9be00;
}

#nav li:hover, #nav li.active, #nav li.current {
	background: #000;
	color: #f9be00;
	cursor: pointer;
}

#trailer_nav {
	display: none;
	list-style: none;
	margin: 40px 0 0 70px;
	width: 160px;
	position: absolute;
	padding: 0;
	z-index: 100;
}

li.trailer_nav_links {
	padding: 5px 15px !important;
	background: #000;
	border: 1px solid #222;
	border-top: none;
	width: 120px;
	display: inline;
	font-size: 12px !important;
}

li.trailer_nav_links a {
	color: #fafafa;
	font-size: inherit;
	text-decoration: none;
	margin-left: 15px !important;
}

.trailer_nav_links:hover {
	background: #222 !important;	
	color: #f9be00;
}

#subscribe {
	display: inline;
	float: right;
	height: 26px;
	width: 179px;
	
	background: url(../images/subscribe_bg.png) no-repeat 0 0;
}

#call {
	display: inline;
	float: left;
	margin: 6px 6px 0 12px;
	color: #f9be00;
}

#call:hover {
	cursor: pointer;
}

a.skype {
	text-decoration: none;
	color: #fafafa;
}

a.skype:hover {
	text-decoration: underline;
	color: #f9be00;
}

#rss {
	background: url(../images/rss_bn.png) no-repeat 0 -12px;
	display: inline;
	float: left;
	margin: 7px 6px 0 6px;
	height: 12px;
	width: 12px;
	cursor: pointer;
}

#email {
	background: url(../images/email_bn.png) no-repeat 0 -12px;
	display: inline;
	float: left;
	margin: 7px 0px 0 6px;
	height: 12px;
	width: 15px;
	cursor: pointer;
}

#rss:hover, #email:hover {
	background-position: 0 0;
}

/***************************** SPLASH CSS PROPERTIES ****************************/


#splash {
	background: #000 url(../images/track_bg.png) repeat-x 0 100px;
	height: 390px;
	margin: 0;
	width: 100%;
	float: left;
}

#slogan {
	color: #fff;
	margin: 10px 15px;
	text-shadow: #555 1px 1px 0px;
}

#explore_ad {
	display: block;
	position: absolute;
	margin: -25px 0 0 866px;
	width: 139px;
	height: 49px;
	background: url(../images/explore_ad.png) no-repeat 0 0;
}

#splash_box {
	background: #dfdfdf;
	display: block;
	margin: 15px auto;
	height: 285px;
	width: 845px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: #666 0 0 4px 2px;
	-webkit-box-shadow: #666 0 0 4px 2px;
	box-shadow: #666 0 0 4px 2px;
}

#splash_left {
	float: left;
	display: block;
}

#splash_btns {
	list-style: none;
	display: inline;
	float: left;
	width: 190px;
	height: 283px;
}

.splash_btn {
	float: left;
	width: 190px;
	height: 71px;
	cursor: pointer;
}

#pace_btn {
	background: url(../images/pace_bn1.png) no-repeat 0 -72px;
}

#wellscargo_btn {
	background: url(../images/wellscargo_bn1.png) no-repeat 0 -72px;
}

#bigtex_btn {
	background: url(../images/bigtex_bn1.png) no-repeat 0 -72px;
}

#aluma_btn {
	background: url(../images/aluma_bn1.png) no-repeat 0 -72px;
}

#carson_btn {
	background: url(../images/carson_bn1.png) no-repeat 0 -72px;
}

#splash_btns li:hover, #splash_btns .active {
	background-position: 0 0;
}

.splash_btn img {
	margin: auto auto;
}

#splash_right {
	float: right;
	width: 650px;
	height: 283px;
	border: 1px solid #ccc;
}

.splash_photo {
	float: right;
	width: 650px;
	height: 283px;
	display: none;
}

.page_fold {
	background: url(../images/explore_fold.png) no-repeat 0 -75px;
	float: right;
	display: block;
	margin: -2px -1px 0 0;
	padding: 0;
	height: 75px;
	width: 75px;
}

.page_fold:hover {
	background-position: 0 0;
	cursor: pointer;
}

#wellscargo_splash {
	background: url(../images/highres/wellscargo_snow.jpg) no-repeat 0 0;
	display: block;
}

#bigtex_splash {
	background: url(../images/highres/bigtex_dump.png) no-repeat 0 0;
}

#pace_splash {
	background: url(../images/highres/pace_cargo.jpg) no-repeat 0 0;
}

#aluma_splash {
	background: url(../images/highres/aluma_pic.png) no-repeat 0 0;
}

#carson_splash {
	background: url(../images/highres/carson_pic2.png) no-repeat 0 0;
}


/************************ TRAILER SPLASH CSS PROPERTIES ************************/


#trailer_splash {
	background: #151515;
	float: left;
	height: 112px;
	width: 100%;
}

#find_ad {
	display: block;
	position: absolute;
	margin: -75px 0 0 733px;
	width: 174px;
	height: 42px;
	background: url(../images/find_ad.png) no-repeat 0 0;
}

#pace_hdr, #bigtex_hdr, #aluma_hdr, #carson_hdr, #trailrite_hdr, #trailer_hdr, #products_hdr, #services_hdr, #news_hdr, #contact_hdr, #financing_hdr, #wellscargo_hdr, #commercial_hdr, #government_hdr {
	margin: 0;
	float: left;
	width: 530px;
	height: 112px;
}

#wellscargo_hdr {
	background: url(../images/wellscargo_hdr.png) no-repeat 0 -5px;
}

#pace_hdr {
	background: url(../images/pace_hdr.png) no-repeat 0 -5px;
}

#bigtex_hdr {
	background: url(../images/bigtex_hdr.png) no-repeat 0 -5px;
}

#carson_hdr {
	background: url(../images/carson_hdr.png) no-repeat 0 -5px;
}

#aluma_hdr {
	background: url(../images/aluma_hdr.png) no-repeat 0 -5px;
}

#trailrite_hdr {
	background: url(../images/trailrite_hdr.png) no-repeat 0 -5px;
}

#trailer_hdr {
	background: url(../images/trailer_hdr.png) no-repeat 0 -5px;
}

#products_hdr {
	background: url(../images/products_hdr.png) no-repeat 0 -5px;
}

#services_hdr {
	background: url(../images/service_hdr.png) no-repeat 0 -5px;
}

#news_hdr {
	background: url(../images/news_hdr.png) no-repeat 0 -5px;
}

#financing_hdr {
	background: url(../images/financing_hdr.png) no-repeat 0 -5px;
}

#commercial_hdr {
	background: url(../images/commercial_hdr.png) no-repeat 0 -5px;
}

#government_hdr {
	background: url(../images/government_hdr.png) no-repeat 0 -5px;
}

#contact_hdr {
	background: url(../images/contact_hdr.png) no-repeat 0 -5px;
}


/***************************** MAIN CSS PROPERTIES ****************************/


#main {
	background: #fafafa url(../images/main_bg.png) repeat-x 0 0;
	min-height: 400px;
	margin: 0 0 20px 0;
	width: 100%;
	float: left;
}

#main_left h4, #main_right h4 {
	text-align: center;
	width: 450px;
	padding: 4px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}

#main_left {
	float: left;
	display: block;
	width: 450px;
	margin: 20px 0 0 0;
}

#towing_left {
	list-style: none;
	display: block;
	width: 150px;
	float: left;
	margin: 15px 0 0 60px;
}

#towing_right {
	list-style: none;
	display: block;
	width: 130px;
	float: right;
	margin: 15px 40px 0 0;
}

li.towing a {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
}

li.towing a:hover {
	cursor: pointer;
	text-decoration: underline;
}

#main_right {
	float: right;
	display: block;
	width: 450px;
	margin: 20px 0 0 0;
}

#main_bottom {
	float: left;
	width: 920px;
	margin: 20px 0 20px 0;
	display: block;
}

#gogreen {
	width: 918px;
	height: 158px;
	margin: 0 0 0 1px;
	background: url(../images/originals/gogreen_ad.png) no-repeat 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
}

.green_btn_1 {
	display: block;
	position: relative;
	float: left;
	left: 412px;
	top: 100px;
	height: 12px;
	width: 18px;
	background: url(../images/more_btn_2.png) no-repeat 0 0;
}

.green_btn_2 {
	display: block;
	position: relative;
	float: left;
	left: 443px;
	top: 133px;
	height: 12px;
	width: 18px;
	background: url(../images/more_btn_2.png) no-repeat 0 0;
}

.green_btn_1:hover, .green_btn_2:hover {
	background-position: 0 -13px;
}


/***************************** TABS CSS PROPERTIES ****************************/


/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:-28px 0 0 0 !important; 
	padding:0;	
	height:28px;
	float: right;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: #c2c2c2;
	font-size:12px;
	font-weight: 500;
	display:block;
	height: 28px;  
	line-height:28px;
	width: 90px;
	text-align:center;	
	text-decoration:none;
	color:#555;
	padding:0px;
	margin: 0 0 0 1px;	
	position:relative;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background: #D6D6D6;	
	color:#222;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: #D6D6D6;		
	cursor:default !important; 
	color:#222 !important;
	padding: 0 0 1px 0;
	font-weight: bold;
}


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
	margin: 20px 0;		
}

#overview, #models, #showcase, #about {
	margin: 20px 0;
	float: left;
	display: inline;
	min-height: 550px;
}

/************************** OVERVIEW CSS PROPERTIES ****************************/

#trailer_grid {
	float: left;
	width: 920px;
}

tr.grid_row {
	padding: 20px 0;
	width: 920px;
	float: left;
	margin-bottom: 20px;
}

td.grid_box {
	display: block;
	float: left;
	width: 250px;
	margin-right: 84px;
}

td.grid_box.last_box {
	margin-right: 0;
}

.grid_hdr {
	width: 250px;
	line-height: 16px;
	float: left;
	margin: 0 0 6px 0;
}

.grid_hdr h3 {
	float: left;
	color: #222;
}

.grid_hdr h4 {
	float: left;
	color: #333;
}

.view_models, .view_options, .view_options_2 {
	float: right;
	font-size: 12px;
	line-height: 12px;
	color: #999;
	padding-right: 20px;
	margin-top: 3px;
	background: url(../images/more_btn.png) no-repeat right bottom;
	display: none;
}

.grid_hdr a, .grid_info a  {
	text-decoration: none;
}

.view_models:hover, .view_options:hover, .view_options_2:hover {
	cursor: pointer;
	color: #222;
	background-position: right top;
}

.grid_pic {
	/* border: 1px solid #ccc; */
	display: block;
	float: left;
	width: 250px;
	margin: 0 0 3px 0;
	cursor: pointer;
}

.grid_picture {
	border: 1px solid #ccc;
}

.grid_description p {
	float: left;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	text-align: left;
	margin-top: 3px;
}

/**************************** MODELS CSS PROPERTIES *****************************/


.quickbox {
	display: block;
	width: auto;
	height: 36px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #dfdfdf;
	text-align: center;
	margin: 0 auto 20px auto;
	border: 1px solid #ccc;
}

#quickjump {
	list-style: none;
	display: block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	padding: 10px 15px;
}

#quickjump .quick_link a {
	display: block;
	color: #555;
	text-decoration: underline;
}

#quickjump .quick_link a:hover {
	color: #000;
}

#quickjump li {
	margin: 0 5px;
	display: inline;
	float: left;
	font-size: 12px;
}

#trailer_grid_2 {
	float: left;
	width: 920px;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}

tr.grid_row_2 {
	padding: 10px 0;
	width: 920px;
	float: left;
	margin-bottom: 10px;
}

.back {
	color: #999;
	font-size: 12px;
	line-height: 12px;
	margin: -2px 0 0 6px;
}

.back:hover {
	color: #333;
}

td.grid_box_2 {
	display: block;
	float: left;
	width: 250px;
	margin: 0 64px 0 10px;
}

td.grid_box_2.last_box {
	margin-right: 0 !important;
}

.grid_info {
	float: left;
	width: 250px;
	margin: -2px 0 4px 0;
}

.view_options, .view_options_2 {
	display: inline !important;
}

.pdf {
	float: left;
	font-size: 12px;
	line-height: 12px;
	color: #999;
	padding-left: 15px;
	margin: 3px 0 0 2px;
	background: url(../images/view_pdf_btn.png) no-repeat left bottom;
	display: block;
}

.pdf:hover {
	cursor: pointer;
	color: #222;
	background-position: left top;
}

.info {
	float: left;
	font-size: 12px;
	line-height: 12px;
	color: #999;
	margin: 3px 0 0 2px;
	display: block;
}

.info:hover {
	cursor: pointer;
	color: #222;
}


/*************************** SHOWCASE CSS PROPERTIES ***************************/


a img.showcase_big {
	margin: 0 0 20px 75px;
	display: block;
	border: 1px solid #ccc;
	width: 725px;
}

a img.showcase_big:hover {
	border: 1px solid #999;
}

a img.showcase_small {
	display: inline;
	float: left;
	border: 1px solid #ccc;
	width: 352px;
}

a img.showcase_small:hover {
	border: 1px solid #999;
}


/****************************** ABOUT CSS PROPERTIES ****************************/


.main_about, .main_info {
	float: left;
	display: inline;
	width: 580px;
	height: auto;
	padding-right: 30px;
	border-right: 1px solid #ccc;
	margin: 0 0 15px 0;
}

.side_about, .side_info  {
	float: left;
	display: inline;
	width: 280px;
	margin-left: 29px;
	height: auto;
}

.main_about h3, .main_info h2 {
	margin: 5px 0 15px 0;
}

.main_about p {
	margin: 10px 0px;
	line-height: 18px;
}

#info {
	margin: 15px 0;
}

#main iframe {
	border: 1px solid #ccc;
}

.main_info p {
	margin: 3px 10px;
	line-height: 14px;
}

.main_info a {
	color: #666;
}

.main_info a:hover {
	color: #111;
}

.main_info h3 {
	font-weight: 500;
	margin: 5px 0 10px 0;
	color: #222;
}

.main_info h4 {
	font-weight: 700;
	margin: 15px 0 5px 10px;
	font-size: 13px;
	color: #333;
}

.main_info h5 {
	font-size: 12px;
	color: #444;
	line-height: 18px;
	padding: 5px 0 5px 35px;
	background: url(../images/quote.png) no-repeat 0px 0px;
}

.main_info h6 {
	font-weight: 100;
	margin: 5px 10px 5px 30px;
	font-size: 10px;
	color: #555;
}

.newsbit {
	float: left;
	padding: 15px 0;
	border-top: 1px solid #ccc;
}

.newsbit p {
	margin: 2px 0 2px 20px;
}

.newsbit p a {
	font-size: 14px;
	font-weight: bold;
	color: #016537;
	margin-top: 15px;
}

#products {
	list-style: square;
	display: inline;
	position: absolute;
	float: right;
	margin: 2px 0 0 -6px;
	padding: 10px;
	width: 194px;
	height: 214px;
	border: 1px solid #ccc;
	background: #eaeaea;
	-webkit-box-shadow: #333 1px 4px 5px;
	-moz-box-shadow: #333 1px 4px 5px;
}

#services_left {
	float: left;
	display: inline;
	width: 270px;
	margin: 10px 10px 20px 0;
	list-style: none;
}

#services_left li {
	margin: 8px 0 0 15px;
	font-size: 13px;
}

#services_right {
	float: right;
	display: inline;
	width: 270px;
	margin: 10px 10px 20px 0;
	list-style: none;
}

#services_right li {
	margin: 8px 0 0 15px;
	font-size: 13px;
}

#products li {
	margin: 8px 0 0 20px;
	font-size: 12px;
}

.side_about h5 {
	margin: 10px 0;
}

.side_info h2 {
	margin: 5px 0 15px 0;
}

.side_info h4 {
	margin: 15px 0 5px 0;
	text-decoration: underline;
}

.side_info img {
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}

.side_info img:hover {
	border: 1px solid #666;
}

.side_info p {
	margin: 3px 10px;
	line-height: 14px;
}

.side_about a {
	color: #666;
}

.side_about a:hover {
	color: #222;
}


/***************************** FOOTER CSS PROPERTIES ****************************/


#footer {
	background: #000;
	width: 100%;
	float: left;
	height: 48px;
}

#footer_info {
	float: left;
}

#small_logo {
	float: left;
	margin: 7px 4px 0 0;
	display: inline;
}

#footer_info h4 {
	float: left;
	display: inline;
	margin: 10px 15px 0px 0;
	color: #fff;
}

#footer_info p {
	float: left;
	display: inline;
	color: #999;
	margin: -14px 0 0 38px;
	font-size: 10px;
}

.footer_links {
	display: block;
	float: left;
	margin: 6px 0 0 5px;
	padding: 6px 0 0 15px;
	height: 30px;
	width: 500px;
	border-left: 1px solid #666;
}

#footer_list {
	list-style: none;
	float: left;
	display: inline;
	font-size: 12px;
}

li.footer_link {
	float: left;
	display: inline;
	text-decoration: none;
	margin: 4px 20px 0 5px;
}

li.footer_link a {
	color: #ccc;
	text-decoration: none;
}

li.footer_link a:hover {
	color: #f9be00;
}

#phone_lower {
	float: right;
	margin-top: 15px;
	font-size: 14px;
	color: #f9be00;
}
