/*
Project Number: W6727
Client: Walinga Engineered Transportation Systems Inc.
Site URL: www.walinga.com
Author: Scribblers' Club
Author URL: www.scribblersclub.com

=========================================
Contents:
=========================================
1. Default Containers
2. Page Headers
   - Top Sliding Container
	 - Backgrounds with Alpha Transparency
3. Page Content and Column Widths
4. Tables
5. Misc. Descriptors
6. Page Footers
=========================================*/

/*===== DEFAULT CONTAINERS =====*/

body.default {
	background: #ffffff url(../images/ui_components/main_back.gif) left top repeat-x;
}

body.blue {
	background: #ffffff url(../images/ui_components/main_back_blue.gif) left top repeat-x;
}

body.green {
	background: #ffffff url(../images/ui_components/main_back_green.gif) left top repeat-x;
}

body.red {
	background: #ffffff url(../images/ui_components/main_back_red.gif) left top repeat-x;
}

body.yellow {
	background: #ffffff url(../images/ui_components/main_back_yellow.gif) left top repeat-x;
}

body {
	text-align: center;
}

#container {
	margin: 0 auto 25px auto;
	position: relative;
	text-align: left;
	width: 960px;
}

/*===== PAGE HEADERS =====*/

#side-pic01 {
	left: 100%;
	margin-left: -139px;
	position: absolute;
	top: 255px;
	z-index: 10001;
}

#langBar {
	font: 0.9em Arial,sans-serif;
	list-style: none;
	margin-left: 650px;
	position: absolute;
	top: 3px;
	z-index: 10;
}

#langBar li {
	float: left;
	text-transform: uppercase;
}

#header {
	background: transparent url(../images/ui_components/logos/main_logo.gif) left top no-repeat;
	height: 168px;
	margin-left: 70px;
	width: 820px;
}

#return-link {
	left: 620px;
	position: absolute;
	top: 17px;
	z-index: 10;
}

#header-left {
	float: left;
	height: 121px;
	width: 180px;
}

#header-right {
	background: #A8D8ED;
	float: right;
	font-family: "Trebuchet MS",Arial,sans-serif;
	margin-top: 98px;
	width: 410px;
}

#header-right ul {
	list-style: none;
}

#header-right li {
	color: #52575B;
	display: block;
	float: left;
}

#header-right a {
	color: #52575B;
	display: block;
	font-size: 10px;
	padding: 7px 8px 8px 8px;
}

#header-right a:hover, #header-right a:active {
	color: #fff;
}

#header-right .searchField {
	background: #fff;
	border: 1px solid #52575B;
	color: #52575B;
	font-size: 10px;
	height: 14px;
	margin-left: 8px;
	margin-top: 3px;
	width: 90px;
}

#header-right label {
	padding: 0 4px 8px 8px;
	position: relative;
}

#nav-container {
	background: #52575B;
	width: 820px;
}

#header02, #items_container {
	background-color: #ffffff;
	height: 230px;
	margin-left: 70px;
	overflow: hidden;
	position: relative;
	width: 820px;
}

/* Top Sliding Container */

#controls {
	position: absolute;
	z-index: 10005;
}

#prevbtn {
	float: left;
	left: 46px;
	position: relative;
	top: -150px;
}

#nextbtn {
	float: left;
	left: 817px;
	position: relative;
	top: -150px;
}

div.slide_item {
	height: 230px;
	left: 821px;
	position: absolute;
	width: 820px;
}

div.first_item {
	position: absolute;
	left: 0px;
}

.item_thumb, .item_thumb_nohover {
	float: left;
	height: 140px;
	margin: 50px 30px 0 30px;
	width: 100px;
}

.item_thumb2 {
	float: left;
	height: 140px;
	margin: 50px 23px 0 23px;
	width: 150px;
}

.header02-right {
	left: 100%;
	margin-left: -220px;
	position: absolute;
	width: 220px;
	z-index: 10000;
}

/* Backgrounds with Alpha Transparency */

.gray-back {
	background: transparent url(../images/ui_components/trans-gray-back.png) left top repeat;
	height: 82px;
	margin-top: 46px;
	position: relative;
	width: 220px;
}

.green-back {
	background: transparent url(../images/ui_components/trans-green-back.png) left top repeat;
	height: 59px;
	margin-top: 17px;
	position: relative;
	width: 220px;
}

.blue-back {
	background: transparent url(../images/ui_components/trans-blue-back.png) left top repeat;
	height: 59px;
	margin-top: 17px;
	position: relative;
	width: 220px;
}

.gray-back-content {
	left: 670px;
	position: absolute;
	top: 215px;
	z-index: 10002;
}

.green-back-content {
	left: 670px;
	position: absolute;
	top: 315px;
	z-index: 10002;
}

.blue-back-content {
	left: 670px;
	position: absolute;
	top: 315px;
	z-index: 10002;
}

/*===== PAGE CONTENT AND COLUMN WIDTHS =====*/

#page-body {
	margin-left: 70px;
	padding-top: 5px;
	width: 820px;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.col270 {
	width: 270px;
}

.col430 {
	width: 430px;
}

.col340 {
	width: 340px;
}

.col380 {
	width: 380px;
}

.col390 {
	width: 390px;
}

.col400 {
	margin-top: 15px;
	width: 400px;
}

.col500 {
	width: 500px;
}

.col820 {
	width: 820px;
}

.page-body-left {
	float: left;
	width: 580px;
}

.page-body-right {
	background: #B3DDF2;
	float: right;
	margin-top: 5px;
	padding: 0 15px 9px 15px;
	width: 190px;
}

.page-body-right p {
	margin-top: 15px;
}

.firstCol {
	float: left;
	margin-left: 10px;
}

.firstColB {
	float:left;
}

.lastCol {
	float: right;
}

.downloadItem {
	float: left;
	margin-right: 50px;
	margin-top: 30px;
	width: 150px;
}

.dItemLeft {
	float: left;
	width: 56px;
}

.dItemRight {
	float: left;
	font: 1.2em/1.0em "Trebuchet MS",Arial,sans-serif;
	margin-left: 10px;
	width: 80px;
}

.contactHdr {
	border-bottom: 1px solid #A8ABAD;
	margin-top: 15px;
	width: 100%;
}

.contactHdrL {
	float: left;
}

.contactHdrR {
	float: right;
}

.contactHdrR li {
	float: right;
	margin-left: 10px;
}

.contactDetails {

}

.contactDetailsL {
	float: left;
	width: 320px;
}

.contactDetailsR {
	float: right;
	text-align: right;
	width: 250px;
}

.contactPagingFtr {
	border-top: 1px solid #A8ABAD;
	margin-top: 25px;
	padding-top: 3px;
	width: 100%;
}

.contactPagingFtrL {
	float: left;
	width: 100px;
}

.contactPagingFtrR {
	float: right;
	text-align: right;
	width: 675px;
}

.keyItem {
	border-bottom: 1px solid #A0C6D9;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	width: 100%;
}

.keyItemL {
	float: left;
	width: 52px;
}

.keyItemL img {
	border: 1px solid #A0C6D9;
}

.keyItemR {
	float: left;
	margin-left: 5px;
	padding: 0;
	width: 120px;
}

/* Google Maps */

#map, #map2, #map3 {
	border: 1px solid #A8ABAD;
	height: 250px;
	margin-top: 15px;
	width: 575px;
}

/*===== TABLES =====*/

table {
	text-align: left;
}

tbody {
	margin: 0;
	padding: 0;
}

.featTable {
	background: #ffffff;
	color: #52575B;
	margin-bottom: 10px;
	width: 80%;
}

.featTable th {
	background: #52575B;
	color: #ffffff;
	font: normal 1.1em/1.0em "Trebuchet MS",Arial,sans-serif;
	padding: 5px 0;
	text-align: center;
}

.featTable td {
	border-bottom: 1px solid #52575B;
	font: normal 1.1em/1.0em "Trebuchet MS",Arial,sans-serif;
	padding: 5px 0;
	text-align: center;
}

.specTable01, .specTable02 {
	background: #ffffff;
	color: #52575B;
	width: 100%;
}

.specTable02 {
	border-bottom: 1px solid #52575B;
}

.specTable02 caption {
	background: #A8CF39;
	border-left: 1px #A8CF39 solid;
	border-right: 1px #A8CF39 solid;
	border-top: 1px #A8CF39 solid;
	color: #52575B;
	font: normal 1.8em/1.0em "Trebuchet MS",Arial,sans-serif;
	padding: 5px 20px;
	text-align: left;
	text-transform: uppercase;
}

.specTable02 th.header01 {
	background: #52575B;
	color: #ffffff;
	font: normal 1.4em/1.0em "Trebuchet MS",Arial,sans-serif;
	padding: 5px 0;
	text-align: center;
}

.specTable02 th.header02 {
	background: #B8C3CC;
	color: #52575B;
	font: normal 1.0em/1.0em "Trebuchet MS",Arial,sans-serif;
	padding: 5px 0;
	text-align: center;
}

.specTable02 td {
	font: normal 1.2em/1.0em "Trebuchet MS",Arial,sans-serif;
	padding: 5px 10px;
}

.specTable02 td.first {
	font-weight: bold;
}

.specTable02 tr.alt {
	background-color: #E3F1FC;
}

.t-greenback {
	background: #A8CF39;
	border-left: 1px #A8CF39 solid;
	border-right: 1px #A8CF39 solid;
	border-top: 1px #A8CF39 solid;
	color: #52575B;
}

.t-grayback {
	background: #52575B;
	border-left: 1px #52575B solid;
	border-right: 1px #52575B solid;
	border-top: 1px #52575B solid;
	color: #ffffff;
}

td.bottomBorder {
	border-bottom: 1px #ABABAD solid;
}

td.smallTxt {
	font: bold 1.0em/1.0em "Trebuchet MS",Arial,sans-serif;
}

td.top {
	padding: 18px 10px 4px 20px;
}

td.middle {
	padding: 4px 10px 4px 20px;
}

td.bottom {
	padding: 4px 10px 18px 20px;
}

.element {
	border-left: 1px solid #ABABAD;
	border-right: 1px solid #ABABAD;
	margin: 0;
	padding: 0;
}

.element02 {
	margin: 0;
	padding: 0;
}

.elementL {
	margin-right: 10px;
	padding-bottom: 1px;
	width: 100px;
}

.elementR {
	width: 310px;
}

.elementRwide {
	width: 660px;
}

/*===== MISC DESCRIPTORS =====*/

.pdfThumb01 {
	left: 900px;
	top: 410px;
	position: absolute;
	z-index: 25;
}

.indent10 {
	margin-left: 10px;
}

.indent20 {
	margin-left: 20px;
}

.top15 {
	margin-top: 15px;
}

.top25 {
	margin-top: 25px;
}

.top40 {
	margin-top: 40px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

div.breadCrumbs {
	color: #52575B;
	font: bold 1.0em "Trebuchet MS",Arial,sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
}

div.breadCrumbs ul {
	list-style: none;
}

div.breadCrumbs ul li {
	background: transparent;
	border-left: 1px solid #52575B;
	font: bold 1.0em "Trebuchet MS",Arial,sans-serif;
	float: left;
	margin-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}

div.breadCrumbs ul li.first {
	border-left: none;
}

/*===== PAGE FOOTERS =====*/

#footer {
	border-top: 1px solid #86898C;
	color: #52575B;
	font: bold 1.0em "Trebuchet MS",Verdana,Arial,sans-serif;
	margin-bottom: 25px;
	margin-top: 50px;
	padding-top: 3px;
	text-transform: uppercase;
	width: 100%;
}

.footerLeft {
	float: left;
	padding-left: 10px;
	width: 400px;
}

.footerRight {
	float: right;
	padding-right: 10px;
	text-align: right;
	width: 400px;
}

.gray-footer {
	background-color: #53575A;
	float: right;
	height: 273px;
	margin-top: 25px;
	position: relative;
	width: 820px;
}

.gray-footer-overlay {
	left: -110px;
	position: absolute;
	top: -75px;
	z-index: 10;
}

.gray-footer-right {
	float: right;
	margin-right: 70px;
	width: 445px;
}

/*===== USED EQUIPMENT LISTING =====*/

.usedItem {
	border-bottom: 1px solid #A1AAB3;
	margin-top: 15px;
	width: 100%;
}

.usedHdr {
	background: #A8CF39;
	padding: 3px 0;
}

.usedHdrB {
	background: #006991;
	padding: 3px 0;
}

.usedHdrG {
	background: #2B8134;
	padding: 3px 0;
}

.usedHdrL {
	float: left;
	width: 400px;
}

.usedHdrL h2 {
	background: transparent;
	color: #ffffff;
	font: normal 1.4em "Trebuchet MS",Arial,sans-serif;
	letter-spacing: 0;
	margin: 0 0 0 15px;
	padding: 0;
	text-transform: none;
}

.usedHdrR {
	float: right;
}

.usedHdrR p {
	background: transparent;
	color: #ffffff;
	font: 1.4em "Trebuchet MS",Arial,sans-serif;
	margin-right: 15px;
}

.usedBody {
	background: transparent url(../images/ui_components/used_back01.gif) right top repeat-y;
}

.usedBodyPic, .usedBodyL, .usedBodyRB, .usedBodyRG, .usedBodyR {
	float: left;
}

.usedBodyPic {
	padding: 15px 0 15px 0;
	text-align: center;
	width: 155px;
}

.usedBodyPic img {
	border: 1px solid #A1AAB3;
}

.usedBodyL {
	padding: 15px 0 15px 0;
	width: 350px;
}

.usedBodyL p {
	color: #52575B;
	font: 1.2em/1.5em "Trebuchet MS",Arial,sans-serif;
	margin-bottom: 10px;
}

.usedBodyR {
	background: transparent url(../images/ui_components/used_down_arrow.gif) right top no-repeat;
	margin-left: 35px;
	padding: 15px 0;
	width: 265px;
}

.usedBodyRB {
	background: transparent url(../images/ui_components/blue_used_down_arrow.gif) right top no-repeat;
	margin-left: 35px;
	padding: 15px 0;
	width: 265px;
}

.usedBodyRG {
	background: transparent url(../images/ui_components/green_used_down_arrow.gif) right top no-repeat;
	margin-left: 35px;
	padding: 15px 0;
	width: 265px;
}

.usedBodyR h3 {
	color: #52575B;
	font: 1.6em "Times New Roman",times,serif;
}

.usedBodyRB h3, .usedBodyRG h3 {
	border-bottom: 1px solid #A1AAB3;
	color: #52575B;
	font: 1.6em "Times New Roman",times,serif;
}

.usedBodyRB p, .usedBodyRG p, usedBodyR p {
	color: #52575B;
	font: 1.2em/1.5em "Trebuchet MS",Arial,sans-serif;
	margin: 5px 0;
}

