/* Navigation
----------------------------------------------------------------------*/
@import url(../css/nav-print.css);

/* Global
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	font: 62.5% "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	background: url(/images/main-bg.gif) #FAFAFA repeat-x left top;
	color: #333;
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

img.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
	text-align: center;
}

/* Wrapper
----------------------------------------------------------------------*/
#wrapper {
	margin: 10px auto 0;
	text-align: left;
	width: 770px;
	background: #FFF;
}

/* Top Navigation
----------------------------------------------------------------------*/
#topnav {
	visibility: hidden; 
	display: none;
}

#topnav p {
	float: right;
	margin: 9px 6px 0 0;
	text-transform: uppercase;
}

#topnav a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

/* Header
----------------------------------------------------------------------*/
h1 {
	height: 0;
}

h1 a {
	/*display: block;
	width: 155px;
	height: 77px;
	margin-left: 25px;
	text-indent: -1000em;*/
	text-decoration: none;
	color: #333;
	font-size: 1.0em;
}

/* Main
----------------------------------------------------------------------*/
#main {
	background: url(/images/content-bg.gif) repeat-y left top;
	padding: 10px 15px 15px;
}

#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

* html #main {
	height: 1%;
}

/* Content
----------------------------------------------------------------------*/
#content {
	float: left;
	width: 470px;
}

#content a, #content a:visited, #content a:active {
	color: #021FB9;
	text-decoration: none;
}

#content a:hover {
	color: #739187;
}

.componentheading {
	margin: 0;
	color: #021FB9;
	font-size: 2.1em;
	font-weight:bold;
}

#content h2 {
	margin: 0;
	color: #021FB9;
	font-size: 2.1em;
}

#content h3 {
	clear: both;
	margin: 10px 0 0;
	color: #739187;
	font-size: 1.5em;
}

#content p {
	clear: both;
	font-size: 1.2em;
	margin: 10px 0;
}

#content ul {
	font-size: 1.2em;
}

#content dl {
	font-size: 1.2em;
}

#content dl dt {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
}

#content dl dd {
	margin: 0;
}

.badges {
	margin-top: 25px !important;
}

/* Sidebar
----------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 250px;
	margin-top: 5px;
}

#sidebar a, #sidebar a:visited, #sidebar a:active {
	color: #021FB9;
	text-decoration: none;
}

#sidebar a:hover {
	color: #739187;
}

#sidebar .block {
	background: #F9F9F9;
	border-top: 1px solid #739187;
	border-bottom: 2px solid #CCC;
	margin: 0 0 15px;
	padding: 0 0 5px;
	text-align: center;
	height: 1%;
}

#sidebar .block:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

#sidebar .block img {
	border: 1px solid #EEE;
}

#sidebar .block h3 {
	text-indent: -1000em;
	margin: 0 0 5px;
	height: 21px;
}

#sidebar .block h3.project {
	background: url(/images/bg-sidebar-project.gif) no-repeat left top;
}

#sidebar .block h3.rental {
	background: url(/images/bg-sidebar-rentals.gif) no-repeat left top;
}

#sidebar .block h3.press {
	background: url(/images/bg-sidebar-press.gif) no-repeat left top;
}

#sidebar .block h3.contact {
	background: url(/images/bg-sidebar-contact.gif) no-repeat left top;
}

#sidebar .block h3.related-product {
	background: url(/images/bg-sidebar-related-product.gif) no-repeat left top;
}

#sidebar .block h3.related-service {
	background: url(/images/bg-sidebar-related-service.gif) no-repeat left top;
}

#sidebar .block h3.related-solution {
	background: url(/images/bg-sidebar-related-solution.gif) no-repeat left top;
}

#sidebar .block h3.related-project {
	background: url(/images/bg-sidebar-related-project.gif) no-repeat left top;
}

#sidebar .block h4 {
	padding: 0 10px;
	font-size: 1.1em;
	margin: 0;
	color: #021FB9;
	text-align: left;
}

#sidebar .block p {
	padding: 0 10px;
	font-size: 1.1em;
	margin: 0;
	text-align: left;
}

#sidebar .block p.readmore {
	text-align: right;
}

#sidebar .block p.readmore a {
	background: url(/images/bg-sidebar-readmore.gif) no-repeat right center;
	padding-right: 8px;
	text-decoration: none;
}

#sidebar .block p.readmore a:hover {
	background: url(/images/bg-sidebar-readmore-hover.gif) no-repeat right center;
}


#sidebar .block ul {
	text-align: left;
	margin: 5px 10px;
	padding: 0;
}

#sidebar .block ul li {
	list-style: none;
}

/* Footer
----------------------------------------------------------------------*/
#footer {
	clear: both;
	height: 25px;
	background: url(/images/footer-bg.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
}

/* Lightbox
----------------------------------------------------------------------*/
#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding:0 10px;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* Photo Gallery
----------------------------------------------------------------------*/
#photogallery {
	border: 1px solid #CCC;
	padding: 3px;
	background: #E8E8E8;
	margin: 25px 0;
}

* html #photogallery {
	height: 1%;
}

#photogallery:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

#currentimage {
	float: left;
	width: 278px;
	height: 141px;
	margin: 0;
	padding: 0;
	background: url(/images/loading.gif) #FFF no-repeat center center;
	/*z-index: 0 !important;
	position: relative;*/
}

* html #currentimage img {
	margin-bottom: -4px;
	padding: 0;
	background: url(/images/loading.gif) #FFF no-repeat center center;
}

/*#currentimage a#photolink {
	position: absolute;
	top: 0;
	left: 0;
}*/

#currentimage a#photolink img {
	border: none;
}

#photogallery ul {
	float: left;
	margin: 0;
	padding: 0;
	background: #FFF;
	border-top: 1px solid #67877D;
}

#photogallery ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
}

#photogallery ul li a {
	display: block;
	height: 20px;
	text-indent: -1000em;
}

#photogallery ul li a:hover {
	background-position: left bottom;
}

#photogallery ul.left {
	width: 95px;
}

#photogallery ul.right {
	width: 89px;
}

/* Photo Gallery Buttons
----------------------------------------------------------------------*/
#photo-aircraft {
	background: url(/images/bg-photo-aircraft.gif) no-repeat left top;
}

#photo-bench {
	background: url(/images/bg-photo-bench.gif) no-repeat left top;
}

#photo-clinical {
	background: url(/images/bg-photo-clinical.gif) no-repeat left top;
}

#photo-counting {
	background: url(/images/bg-photo-counting.gif) no-repeat left top;
}

#photo-crane {
	background: url(/images/bg-photo-crane.gif) no-repeat left top;
}

#photo-forklift {
	background: url(/images/bg-photo-forklift.gif) no-repeat left top;
}

#photo-hopper {
	background: url(/images/bg-photo-hopper.gif) no-repeat left top;
}

#photo-lab {
	background: url(/images/bg-photo-lab.gif) no-repeat left top;
}

#photo-livestock {
	background: url(/images/bg-photo-livestock.gif) no-repeat left top;
}

#photo-platform {
	background: url(/images/bg-photo-platform.gif) no-repeat left top;
}

#photo-railway {
	background: url(/images/bg-photo-rail.gif) no-repeat left top;
}

#photo-retail {
	background: url(/images/bg-photo-retail.gif) no-repeat left top;
}

#photo-solutions {
	background: url(/images/bg-photo-solutions.gif) no-repeat left top;
}

#photo-truck {
	background: url(/images/bg-photo-truck.gif) no-repeat left top;
}

/* Product Page
----------------------------------------------------------------------*/
img.images {
	border: 1px solid #EEE;
}

ul.images {
	margin: 10px 0;
	padding: 0;
}

ul.images li {
	list-style: none;
	float: left;
	text-align: center;
	margin: 0 3px;
}

ul.images li img {
	border: 1px solid #EEE;
}

ul.images li span {
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	color: #739187;
	background: url(/images/zoom.gif) no-repeat left center;
	padding-left: 0px;
}

/* Landing Page
----------------------------------------------------------------------*/
.landing {
	clear: both;
	padding: 5px 0;
	border-top: 1px solid #EEE;
}

.landing img {
	float: left;
	width: 65px;
	height: 65px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 25px;
}

/* Management Page
----------------------------------------------------------------------*/
.management {
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #EEE;
}

.management img {
	border: 1px solid #EEE;
}

.management dt {
	margin: 0 10px 0 0 !important;
	clear: both;
	float: left;
}

.management dd.title {
	font-weight: bold;
	font-size: 1.1em;
}

.management dd {
	margin: 15px 0 5px;
}

/* Project Page
----------------------------------------------------------------------*/
#projectsummary {
	font-size: 1.2em;
	background: #F6F6F6;
	padding: 10px;
}

#projectsummary dd {
	margin: 0;
}

/* Contact Page
----------------------------------------------------------------------*/
.contactform {
	font-size: 1.2em;
	margin-left: 10px;
	margin-top: 15px;
}

.contactform fieldset {
	border: none;
}

.contactform fieldset legend {
	margin: 0 0 10px 0;
	color: #333;
}

.contactform fieldset label {
	font-weight: bold;
}

.contactform input {
	margin: 5px 0;
	width: 205px;
}

.contactform select {
	margin: 5px 0;
	width: 210px;
}

.contactform textarea {
	margin: 5px 0;
	width: 440px;
	height: 150px;
}

.contactform .submit {
	width: 75px;
}

.contactform dl.clear {
	clear: both;
	width: 100%;
}

.contactform dl.left {
	float: left;
	width: 215px;
}

.contactform dl.right {
	float: right;
	width: 215px;
}

.contactform dt {
	margin: 10px 0 2px;
	font-size: 0.8em !important;
}

.contactform dd {
	margin: 0 0 10px;
}

.red {
	color: #F00;
}

.send {
	text-align: right;
}