/** Clear the air **/
@import "reset.css";

/** =Globals **/
html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../images/body_bg.png);
}

body, form input, form button, form select {
	font-family: Verdana, Helvetica, sans;
	font-size: 11px;
}

a:link, a:active, a:visited {
	color: #FE0000;
	text-decoration: underline;
}

a:hover {
	cursor: pointer;
	color: #252525;
}

p {
	margin: 0 0 20px 0;
}

strong {
	font-weight: bold;
}

/** /Globals **/
/** =Utility Classes **/
.small {
	font-size: 10px;
}

.clear {
	clear: both;
}

.left {
	float:left;
}

.right {
	float:right;
}

#labelonleft input {
	float:none;
	width:25px;
}

#labelonleft label {
	float:left;
	width:150px;
}

/** /Utility Classes **/

/** =Forms **/
label {
	display: block;
	margin: 0 0 3px 0;
}

label.radio-label {
	display: inline;
}

label.required {
	padding: 0 0 0 14px;
	color: #CC0018;
	background: url(../images/red_bullet.png) left center no-repeat;
}

input, textarea, select {
	border: 1px solid #666;
	margin: 0px;
}

input.radio {
	border: 0;
}

select {
	padding: 1px 2px 1px 2px;
}

button {
	border: 0;
}

button:hover {
	cursor: pointer;
}

#form-table {
	width: 100%;
	clear:both;
	border:0;
}

#form-table thead tr th {
	height: 25px;
	font-weight: bold;
	vertical-align: top;
}

#form-table tr.odd {
	background: #f0f0f0;
}

#form-table td {
	vertical-align: top;
	height: 20px;
	margin:0;
	padding:0;	
}

#form-table input {
	background: #f1f1f1;
}

/** /Forms **/
/** Global =Skeleton **/
#wrapper {
	position: relative;
	height: 100%;
	background: url(../images/top_bg.png) repeat-x;
}

#wrapper2 {
	position: relative;
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	background: url(../images/wrapper_bg.png) repeat-y;
}

#main {
	margin: 0 auto;
	width: 100%;
	padding: 0 0 100px 0;
	background: url(../images/wrapper_bg.png) repeat-y;
}

#sidebar {
	float: left;
	width: 250px;
	color: #FFF;
	background: url(../images/sidebar_bg.png) 0 185px repeat-y;
}

#main-container {
	float: left;
	width: 650px;
}
/** Global =Header **/
h1#logo {
	margin: 0;
}

h1#logo a {
	display: block;
	width: 250px;
	height: 185px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}
/** /Global Header **/
/** =Affiliate Navigation **/
#affiliate-nav {
	width: 646px;
	height: 50px;
	padding: 0 2px 0 2px;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/affiliate_nav_bg.png) no-repeat;
}

#affiliate-nav li {
	float: left;
	margin: 0 0 0 -1px;
	padding: 0 0px 0 1px;
	background: url(../images/affiliate_nav_divider.png) left top no-repeat;
}

#affiliate-nav li.label {
	padding: 0;
	background: 0;
}

#affiliate-nav a, #affiliate-nav span {
	display: block;
	line-height: 50px;
	text-decoration: none;
}

#affiliate-nav a {
	padding: 0 10px;
	color: #F00;
	font-size: 14px;
	background: url(../images/affiliate_nav_hover.png) 0 -48px repeat-x;
}

#affiliate-nav span {
	padding: 0 50px 0 49px;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

#affiliate-nav a:hover {
	color: #FFF;
	background-position: 0 0;
}

#site-search {
	height: 40px;
	background: url(../images/site_search_bg.png) repeat-x;
}

#site-search input {
	float: left;
	width: 450px;
	margin: 10px 0 0 20px;
	padding: 2px 1px;
	border: 1px solid #616161;
}

#site-search-button {
	float: right;
	width: 159px;
	padding: 10px 0 11px 20px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/site_search_button.png) no-repeat;
}
/** /Affiliate Navigation **/
#truck-search-wrapper form {
	padding: 20px 0 0 0;
}

#truck-search-wrapper form p {
	margin: 0 20px 10px 20px;
}

h2#truck-search-title {
	margin: 0 20px 10px 20px;
	font-size: 25px;
	text-transform: uppercase;
}

h2#truck-search-title span {
	font-weight: normal;
}

a.truck-search-nav {
	margin: 0 0 0 20px;
	padding: 0 15px 0 0;
	color: #FFF;
	background: url(../images/right_arrow_white.png) right 2px no-repeat;
}

#truck-search-button {
	width: 250px;
	margin: 0;
	padding: 18px 0 42px 0;
	color: #000;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/truck_search_btn_bg.png) no-repeat;
	border: 0;
}
/** =Primary Nav **/
#global-nav a {
	display: block;
	padding: 18px 20px 8px 20px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #262626;
	background: url(../images/global_nav_bg.png) repeat-x;
}

#global-nav a:hover {
	background-position: 0 -40px;
}

#global-nav li.active a {
	background-position: 0 -80px;
}

#global-nav li ul {
	display: none;
	padding: 8px 0;
	background: #000;
}

#global-nav li.active ul {
	display: block;
}

#global-nav li ul li a {
	padding: 9px 20px 9px 20px;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	border: 0;
	background: #000;
}

#global-nav li ul li a:hover {
	color: #FFF;
}

#global-nav li ul li.active a {
	color: #F00;
}
/** /Primary Nav **/
#left-column-block {
	padding: 20px 0 20px 0;
	background: #000;
}

#left-column-block p {
	margin: 0 0 20px 0;
	text-align: center;
	color: #666;
	text-transform: uppercase;
}

#left-column-block img {
	display: block;
	margin: 0 auto;
}
#socialicons {
	margin: 0 auto;
	text-align: center;
	background-color:#000;
}
/** Main =Content Container **/
#content {
	padding: 20px;
	font-size: 10px;
}

#content-container {
	padding: 0 0 36px 0;
}

#content-mast {
	height: 265px;
	margin: 0;
	background-color: #000000;
	width: 650px;
}

#content-mast li {
	position: absolute;
	z-index: 85;
	height: 265px;
}

#content-mast img {
	text-align: center;
}

#content-mast li span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 610px;
	padding: 0 20px;
	line-height: 60px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/mast_label_bg.png);
}

#content-mast li span a {
	padding: 0 15px 0 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1px;
	background: url(../images/right_arrow_red.png) right 3px no-repeat;
}

#content-mast li span a:hover {
	color: #FFF;
}

#footer {
	position: relative;
	margin: -100px 0 0 0;
}

#footer-container {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	color: #FFF;
	background: url(../images/footer_bg.png) left no-repeat #333;
}

#footer-container a {
	color: #666;
}

#credits {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
	height: 100px;
}

#credits p {
	margin: 7px 20px;
}

#footer-container a:hover {
	color: #FE0000;
}

#footer-nav-wrapper {
	display: table-cell;
	width: 480px;
	vertical-align: middle;
	padding: 0 20px 0 20px;
}

#footer-nav-wrapper a {
	color: #FE0000;
}

#footer-nav-wrapper a:hover {
	color: #666;
}

#footer-nav1 {
	margin: 0 0 20px 0;
}

#footer-nav1 li, #footer-nav2 li {
	display: inline;
	margin: 0 1px 0 0;
}

#footer-nav1 .divider, #footer-nav2 .divider {
	color: #000;
}
/** /Global Skeleton **/
#content p {
	line-height: 14px;
}

#content h2 {
	margin: 0 0 20px 0;
	font-size: 24px;
	color: #666;
}

#content h2, #content h3, #content h4 {
	margin: 0 0 3px 0;
}

#content h3 {
	color: #FE0000;
	font-size: 14px;
}

#content h4 {
	color: #000;
	font-size: 10px;
}

#content ul {
	list-style: inside disc;
	margin: 0 0 20px 0;
}

#content ul li {
	margin: 0 0 10px 0;
}
/** /Main Content Container **/
/** Truck Search Results **/
.truck-results {
	width: 100%;
	border: 0;
	font-size: 11px;
}

.truck-results th {
	background-color: #333;
	padding: 10px;
}

.truck-results tbody:hover tr td {
	background: #CCC;
}

.truck-results tr td.thumb-cell {
	width: 80px;
	padding: 0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.truck-results tr td {
	padding: 4px 0;
	background: #EEE;
}

.truck-results tr td.label {
	width: 80px;
	padding-left: 10px;
	font-weight: bold;
}

.truck-results tr td span {
	display: block;
	width: 80px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	background: url(../images/result_match_bg.png) repeat-x;
}

.truck-results tr td img {
	float: left;
}

.truck-results tr td a {
	display: block;
	width: 80px;
	height; 60px;
	text-decoration: none;
}

ul#page-nav {
	display: block;
	width: 480px;
	margin: 20px auto 0 auto;
	font-size: 11px;
}

ul#page-nav li {
	float: left;
	width: 325px;
	text-align: center;
	color: #CCC;
}

ul#page-nav li.next-nav {
	float: right;
	width: auto;
}

ul#page-nav li.prev-nav {
	width: auto;
}

ul#page-nav li.middle-nav {
	width: 260px;
	margin-left: 20px;
	text-align:center;
}

ul#page-nav .prev-nav button {
	display: block;
	width: 98px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: url(../images/prev_button.png) no-repeat;
}

ul#page-nav .next-nav button {
	display: block;
	width: 98px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: url(../images/next_button.png) no-repeat;
}

ul#page-nav .prev-nav a:hover, ul#page-nav .next-nav a:hover {
	color: #FFF;
}

ul#page-nav .missing-button {
	display: block;
	width: 98px;
	height: 20px;
	line-height: 20px;
}

ul#page-nav button.clear-button {
	border: 0;
	background: #fff;
	width: 18px;
	height: 15px;
	text-align: center;
	padding: 0;
	margin: 0 2px 0 2px;
}

ul#page-nav button.active {
	font-weight: bold;
}

ul#page-nav button.clear-button:hover {
	color: #FE0000;
}

ul#page-nav li form, ul#page-nav li p {
	float: left;
	border: 0;
	margin: 0 auto 0 auto;
	padding: 0;
}

/** /Truck Search Results **/
h2#detail-mast {
	margin: 0;
	padding: 0 2px 0 8px;
	height: 54px;
	line-height: 54px;
	color: #FFF;
	background: url(../images/detail_title_bg.png) top no-repeat;
	position: relative;
}
/*** Remove?? ***/
h2#detail-mast span {
	display: block;
	height: 50px;
	margin: 0 0 0 6px;
	line-height: 50px;
}

h2#detail-mast img.large {
	float: left;
	margin-top: 5px;
}

h2#detail-mast ul {
	position: absolute;
	right: 0;
	width: 200px;
	margin-top: 5px;
}

h2#detail-mast li {
	float: left;
	margin: 0px 8px 6px 3px;
}
/*** ////Remove?? ***/
/** Detail Images **/
#detail-wrapper {
	height: 499px;
	margin: 0 0 1px 0;
	background: url(../images/detail_bg.png) no-repeat;
}

#detail-block {
	float: left;
	width: 460px;
	margin: 0 0 0 4px;
}
#detail-block p {
	margin: 0;
	background: #2E2E2E;
}

#detail-block ul {
	margin: 10px 0 0 0;
}

#detail-block li {
	float: left;
	margin: 0 0 10px 10px;
}

.details-grid {
	width: 100%;
}

.details-grid th, .details-grid td {
	padding: 6px 10px 9px 10px;
}

.details-grid th {
	color: #FFF;
	font-size: 13px;
	border-bottom: 1px solid #FFF;
	background: url(../images/details_hdr_bg.png) repeat-x;
}

.details-grid td {
	background: #EEE;
	border-bottom: 1px solid #FFF;
}

.details-grid.solid td, .details-grid.solid td.label {
	border: 0;
	background: #EEE;
}

.details-grid td.label {
	width: 158px;
	font-weight: bold;
	border-right: 1px solid #FFF;
	background: url(../images/grid_label_bg.png) right no-repeat;
}

.align-right td {
	text-align: right;
	color: #fe0000;
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans;
	font-size: 11px;
	font-weight: bold;
}

.align-right .label {
	color: #000000;
	text-align: left;
	vertical-align: top;
}

/** Payment Calc **/
#payment-calc {
	float: right;
	width: 140px;
	margin: 0 4px 0 0;
	background: #D6D6D6;
}

#payment-calc h3 {
	height: 35px;
	padding: 6px 10px 0 10px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	background: url(../images/silver_hdr_bg.png) repeat-x;
}

#payment-calc p {
	margin: 0 10px 10px 10px;
}

#payment-calc form input {
	width: 120px;
}

#payment-calc button {
	height: 21px;
	padding: 0;
	width: auto;
	line-height: 21px;
	overflow: visible;					
	font-weight: bold;
	text-align: center;	
	white-space: nowrap;
	border: 0;
	background: 0;
}

button span, button em {
	display: block;
	height: 20px;
	margin: 0;
	color: #FFFFFF;
}

button span {
	padding-left: 10px;
	line-height: 19px;
	background: url(../images/red_button_bg.png) no-repeat 0 0;
}	

#payment-calc button em {
	padding-right: 10px;
	line-height: 19px;
	font-style: normal;
	background: url(../images/red_button_bg.png) no-repeat 100% 0;
}

#payment-calc .disclaimer {
	font-size: 9px;
}

#payment-calc .button-right {
	float: right;
	margin: 10px 12px 20px 0px;
}

/** /Payment Calc **/

/** form-container **/

#form-layout {
	
}

#form-layout p {
	float: left;
	padding-left:10px;
	padding-right:10px;
}

#form-layout .breaknext {
	width:550px;
}

#form-layout h4 {
	display: block;
	clear: both;
	padding: 5px 0 5px 0;
}

#form-layout h5 {
	display: block;
	clear: both;
	padding: 3px 0 3px 0;
}

#form-layout .break {
	clear: left;
}

#button-layout button {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	overflow: visible;					
	text-align: center;	
	white-space: nowrap;	
	height: 20px;
	float: left;
}

#button-layout button span, button em {
	display: block;
	height: 20px;
	margin: 0;
	color: #FFFFFF;
}

#button-layout button span {
	padding-left: 10px;
	background: url(../images/red_button_bg.png) no-repeat 0 0;
}	

#button-layout button em {
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans;
	font-weight: bold;
	padding-right: 10px;
	background: url(../images/red_button_bg.png) no-repeat 100% 0;
}

/** /form-container **/

/** table layout **/

 .table-layout {
	width: 100%;
	border: 0;
	font-size: 11px;
	border-collapse:collapse;
	margin-top: 20px;
}

.table-layout th {
	background-color: #333;
	padding: 10px;
	color: #fff;
}

.table-layout td {
	background: #EEE;
	padding: 10px;
}

.table-layout tbody:hover tr td {
	background: #CCC;
}

/** /table layout **/

/** /Job layout **/

#job-layout div {
	width: 50%;
	margin-top:20px;
}

/** /Job layout **/

#detail-options {
	width: 605px;
	height: 25px;
	padding: 0 2px 0 2px;
	overflow: hidden;
}

#detail-options li {
	float:right;
	padding: 0 2px 0 2px;
}

#share {
	position:absolute;
	z-index:200;
	background: #CCC;
	padding: 15px;
}

#share button {
	border: 0;
	background: 0;
	padding: 0 10px;
	margin: 0;
	width: auto;
	overflow: visible;					
	text-align: center;	
	white-space: nowrap;	
	height: 20px;
	float: left;
}

#share button span, button em {
	display: block;
	height: 20px;
	margin: 0;
	color: #FFFFFF;
}

#share button span {
	padding-left: 10px;
	line-height: 20px;
	background: url(../images/red_button_bg.png) no-repeat 0 0;
}	

#share button em {
	padding-right: 10px;
	line-height: 20px;
	font-style: normal;
	background: url(../images/red_button_bg.png) no-repeat 100% 0;
}

#share .button-right {
	margin: 10px 12px 20px 0px;
}
