/* 
------------------------------------------
Barloworld Handling Screen Style Sheet
------------------------------------------
*/

body {
	font: 0.9em/16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#container {
	width: 760px;
}

ul {
	margin:10px 0 0 40px;
}


/* =header
-----------------------------------------------------*/

#header {
	width: 760px;
	font-size:11px;
}
#header-print {
	display: none;
}
#banner {
	width: 760px;
	background: #F7F7F7 url('/images/banner-bkg.gif') repeat-y right;
}
#search {
	float: right;
	text-align: right;
	margin-top: 5px;
	display: inline;
	margin-right: 10px;
	width:260px;
}
#search-form {
	display: block;
	margin: 5px 0px 0px;
}
#search-form input.text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
html>body #search-form input.text {
	font-size: 1.2em;
}
#search-form input.img {
	position: relative !important;
	top: 4px !important;
	margin: 0px 0px -1px !important;
	margin: 0px 0px 1px;
	width: 20px;
}

/* =top-navigation
-----------------------------------------------------*/

#top-navigation {
	background: #335D99;
	height: 30px;
	border-bottom: 5px solid #0C1D48;
}
#top-navigation ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top-navigation li {
	float: left;
	background: url('/images/navigation-divider.gif') repeat-y right;
}

#top-navigation a:visited, #top-navigation a:link, #top-navigation a:active {
	padding: 8px 13px 6px !important;
	padding: 8px 15px 9px;
	color: #FFFFFF;
	font-size:11px;
	display: block;
	text-decoration: none;
}
#top-navigation a:hover {
	padding: 8px 13px 6px !important;
	padding: 8px 15px 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
#calls-to-action {
	float: right;
}
#calls-to-action a:visited, #calls-to-action a:link, #calls-to-action a:active, #calls-to-action a:hover {
	padding: 0px !important;
}

/* =main
-----------------------------------------------------*/

#main {
	width: 760px;
	background: url('/images/main-bkg.gif') repeat-y;
}
#content {
	float: right;
	width: 540px;
}

#content-inner {
	padding: 0 20px;
}

#breadcrumbs {
	background-color: #e5e5e5;
	padding:3px 10px 3px 20px;
	font-size:11px;
}

#marketing-message {
	width: 540px;
}
#product-thumbnails {
	width: 540px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#product-thumbnails td {
	width: 108px;
	height: 120px;
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	background: url('/images/thumbnail-divider.gif') no-repeat right;; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:15px
}
#content-left {
	padding: 0px 10px 10px;
	float: left;
	width: 360px;
}
#content-center {

	padding: 0px 10px 10px;
	float: left;
	width: 180px;
}
#content-right {
	float: right;
}
#flags {
	clear: both;
	text-align: center;
	padding-top: 10px;
	width: 540px;
	padding-left: 220px;
	padding-bottom: 10px;
	font-size:9px !important;
	font-size:11px;
}
#flags_h {
	clear: both;
	text-align: left;

	padding-top: 10px;
	width: 540px;
	padding-left: 220px;
	padding-bottom: 10px;
	font-size:9px !important;
	font-size:11px;
}

#flags img {
	vertical-align: text-bottom;
}

.bucket-odd {
	width:245px;
	margin:0 10px 10px 0;	
	float:left;
	background-color:#e5e5e5;
}

.bucket-even {
	width:245px;
	margin-bottom:10px;	
	float:right;
	background-color:#e5e5e5;
}

.bucket-left {
	width:90px;
	margin-right:5px;
	padding-left:5px;
	float:left;
}

.bucket-right {
	width:145px;
	float:right;
}

.bucket-right li {
	margin-left:-25px;
	}
	
.bucket-title {
	background-color:#00357f;
	color:#fff;
	padding:5px;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:5px;
}

#content-inner .bucket-odd .bucket-title a {
	color:#fff;
}

#content-inner .bucket-even .bucket-title a {
	color:#fff;
}

.bucket-border {
	padding:0 5px 5px 5px;
}

.two-column-left {
	width:165px;
	float:left;
	margin-bottom:10px;
}

.two-column-right {
	width:165px;
	float:right;
	margin-bottom:10px;
}
.two-column-left_map {
	width:250px;
	float:left;
	margin-bottom:10px;
}

.two-column-right_map {
	width:250px;
	float:right;
	margin-bottom:10px;
}


.raise {
	position:absolute;
	top:680px;
}

/* =left
-----------------------------------------------------*/

body {
behavior: url(/css/csshover.htc); /* call hover behaviour file */
} 
#left-navigation ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#left-navigation ul li a {
height: 1%; /* make links honour display: block; properly */
} 





#left-navigation ul ul,
#left-navigation ul li:hover ul 
{display: none;}  /* initially hides submenus */

#left-navigation ul li:hover ul
{display: block;}  /* displays submenus when hovered */

#left {
	float: left;
}
#left-navigation {
	background: #00357F;
	width: 220px;
}
#left-navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#left-navigation ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}
#left-navigation li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
}

#left-navigation #equipment li {
	background: #00357F url('/images/left-nav-dark-bkg.gif') repeat-x;
	height: 24px;
	width: 180px;
	padding-left: 40px;
	line-height: 22px
}



#left-navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;  /* To make entire block clickable */
	width:180px;
	height:20px;
	font-size:11px;
}
#left-navigation li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#left-navigation #parts li {
	background: #335D99 url('/images/left-nav-dark-bkg.gif') repeat-x;
	height: 24px;
	width: 180px;
	padding-left: 40px;
	line-height: 22px
}
#left-navigation #government li {
	background: #6686B2 url('/images/left-nav-dark-bkg.gif') repeat-x;
	height: 24px;
	width: 180px;
	padding-left: 40px;
	line-height: 22px
}
#government {
	background: #6686B2;
	float:left;
}
.left-content {
	background: #6686B2;
	padding: 10px;
	border-top: 1px solid #8AB0CD;
	border-bottom: 1px solid #4F6BA1;
	color: #FFFFFF;
	width: 200px;
}
#right {
	padding:5px 20px 0 0;
	float: right;
}
.rightalign {
	float:right;
	margin-left:10px;
}

.rightalign-image-border {
	float:right;
	margin:0 0 10px 10px;
	border:solid 3px #ccc;	
	/* border: 4px solid #c0c0c0; */
	clear:both;
}

.generic-image-border {

	margin:0 0 10px 10px;
	border:solid 3px #ccc;	
	/* border: 4px solid #c0c0c0; */
	clear:both;
}
.rightalign-banner {
	float:right;
	margin-left:5px;
	margin-right:-20px;
}


.leftalign {
	float:left;
	margin-right:10px;
}

.leftalign-image-border {
	float:left;
	margin-right:10px;
	border:solid 3px #ccc;	
	/* border: 4px solid #c0c0c0; */
}

.center {
	align:center;
	text-align:center;
}
.right-box-outter {
	margin:20px 0 10px 10px;
	width:180px;
	float:right;
	clear:right;
}

.right-box {
	background:#fff url('/images/right-margin/right-bg.jpg') repeat-y;
	width:150px;
	float:right;
	clear:right;
	color:#fff; padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0
}

.image-shadow {
	border-right: 5px solid #c0c0c0;
	border-bottom: 5px solid #c0c0c0;
}

/* =footer
-----------------------------------------------------*/

#footer {
	clear: both;
	background: #00357F;
	border-top: 6px solid #0C1C47;
	padding: 10px 10px 0px;
	width: 740px;
}
#footer-content {
	float: right;
	width: 520px;
	line-height: 18px;
	color: #FFFFFF;
	text-align: center;
	font-size:11px;
}
#footer a:visited, #footer a:link, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size:11px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer-print {
	display: none;
}

/* =misc
-----------------------------------------------------*/

.no-bottom-border {
	border-bottom: none;
}
.center {
	text-align: center;
}
.clear-both {
	clear: both;
}
.pad-top-10 {
	padding-top: 10px;
}
.absmiddle {
	vertical-align: middle;
}
a:link, a:active {
	color: #00357F;
}
a:visited {
	color: purple;
}
a:hover {
	color: #FF5D00;
}
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #00357F;
	padding:0;
	margin:10px 0;
}

.right-box h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	padding:0;
	margin:0;
}

h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #00357F;
	padding:0;
	margin:10px 0;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding:0;
	margin:10px 0;
}
h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	background-color: #00357F;
	padding:5px;
	color: white;
}

.no-underline {
	text-decoration:none;
}

/* =form
-----------------------------------------------------*/

#contactForm {
    margin: 0px;
}
#contactForm label {
	margin-left:5px;
    width: 90px;
    float: left;
}
#contactForm td.spacer {
	padding-left:20px;
}
#contactForm input.textbox {
    font: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
	width: 200px;
}
#contactForm input.textbox35 {
    font: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
    width: 220px;
}
#contactForm input.textbox20 {
    font: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
    width: 100px;
}
#contactForm input.textbox17 {
    font: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
    width: 85px;
}
#contactForm input.textbox10 {
    font: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
    width: 28px;
}
#contactForm input.textbox5 {
    font: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
    width: 26px;
}
#contactForm input.textbox4 {
    font: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
    width: 26px;
}
#contactForm input.textbox3 {
    font: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
    width: 25px;
	}
#contactForm textarea.textarea {
    font: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
    width: 380px;
    height: 150px;
}
#contactForm input.button {
    font: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1.0em;
}

/* =current
-----------------------------------------------------*/
#page-home #link-home {
	padding: 8px 15px 6px !important;
	padding: 8px 15px 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0C1D48;
}
#page-about-us #link-about-us {
	padding: 8px 15px 6px !important;
	padding: 8px 15px 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0C1D48;
}
#page-equipment #link-equipment {
	padding: 8px 15px 6px !important;
	padding: 8px 15px 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0C1D48;
}
#page-parts-and-service #link-parts {
	padding: 8px 15px 6px !important;
	padding: 8px 15px 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0C1D48;
}
#page-training #link-training {
	padding: 8px 15px 6px !important;
	padding: 8px 15px 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0C1D48;
}
#page-contact-us #link-contact-us {
	padding: 8px 15px 6px !important;
	padding: 8px 15px 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0C1D48;
}
#page-career #link-career {
	padding: 8px 15px 6px !important;
	padding: 8px 15px 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0C1D48;
}
#page-espanol #link-espanol {
	padding: 8px 15px 6px !important;
	padding: 8px 15px 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0C1D48;
}


.page-new-fork-lifts #leftnav-new-fork-lifts {
	color:#fed600;
	font-weight:bold;
}
.page-used-fork-lifts #leftnav-used-fork-lifts {
	color:#fed600;
	font-weight:bold;
}
.page-specialty-equipment #leftnav-specialty-equipment {
	color:#fed600;
	font-weight:bold;
}
.page-rental-equipment #leftnav-rental-equipment {
	color:#fed600;
	font-weight:bold;
}
.page-industrial-applications #leftnav-industrial-applications {
	color:#fed600;
	font-weight:bold;
}
.page-maintenance-repairs-and-service #leftnav-maintenance-repairs-and-service {
	color:#fed600;
	font-weight:bold;
	font-size:10px !important;
	font-size:11px;
}
.page-parts #leftnav-parts {
	color:#fed600;
	font-weight:bold;
}
.page-fleet-management #leftnav-fleet-management {
	color:#fed600;
	font-weight:bold;
}
.page-leasing-financial-programs #leftnav-leasing-financial-programs {
	color:#fed600;
	font-weight:bold;
}
.page-training #leftnav-training {
	color:#fed600;
	font-weight:bold;
}
.page-military-ports #leftnav-military-ports {
	color:#fed600;
	font-weight:bold;
}
.page-gsa #leftnav-gsa {
	color:#fed600;
	font-weight:bold;
}

/* =database_search
-----------------------------------------------------*/
#inventory-searchbox {
	background: #E5E5E5;
	padding: 0px 10px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#inventory-searchbox p.last {
	border-bottom-style: none;
}
#inventory-form {
	margin: 0px 0px 30px;
}
#inventory-searchbox label {
	float: left;
	width: 120px;
}
#inventory-searchbox input.textfield {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
#inventory-searchbox select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.short {
	width: 80px;
}
.medium {
	width: 200px;
}
.long {
	width: 350px;
}
.float-right {
	float: right;
}
#inventory-searchbox p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}


/* =results
-----------------------------------------------------*/
#results td.right {
	text-align: right;
}
#results tr.heading {
	background: #E5E5E5;
}
#results td {
	padding: 3px;
}
#results td.result {
	border-bottom: 1px solid #E5E5E5;
}
#results td.center {
	text-align: center;
}
#results tr.heading td {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	font-weight: bold;
}


/* =product_details
-----------------------------------------------------*/
label.product-spec {
	font-weight: bold;
	float: left;
	width: 150px;
	clear: left;
}
label.left120 {
	float: left;
	width: 97px;
}
label.left80 {
	float: left;
	width: 80px;
}

input.textbox {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
}
.form-field {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
}



img.float-right {
	float: right;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
#wholesalers {
	width: 100%;
}
#wholesalers td {
	padding: 3px;
	border-top: 1px solid #CCCCCC;
}
#wholesalers tr.header {
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
	text-align: center;
}
div.classes {
	border-top: 1px dotted #999999;
}
div.inner-classes {
	background: #F5F5F5;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
}
div.inner-classes-medium {
	background: #E5E5E5;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
}
div.classes div.right {
	float: right;
}
div.inner-classes-white {
	background: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
}
#classes {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url('/images/table-bkg.gif') repeat-x top;
}
#classes td {
	padding: 3px 8px;
}
div.category-item {
	padding-bottom: 0px;
	padding-top: 20px;
	padding-left: 20px;
	border-top: 1px dotted #CCCCCC;
}
div.category-item div.column-1 {
	float: left;
	width: 150px;
}
div.category-item .column-1 h1 {
	margin: 0px;
}

div.category-item div.column-2 {
	float: left;
	width: 150px;
}
div.category-item div.column-3 {

	float: left;
}
div.category-item div.description {
	clear: both;
}

.maplegend {
	position:absolute;
	top:590px;
}