/* Navigation
----------------------------------------------------------------------*/
@import url(../css/nav.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;
	margin-top: 10px;
}

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

.aligncenter {
	text-align: center;
}

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

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

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

/* Top Navigation
----------------------------------------------------------------------*/
#topnav {
	height: 25px;
	background: url(../images/topnav-bg.gif) no-repeat left top;
}

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

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

/* Header
----------------------------------------------------------------------*/
h1 {
	margin: 0;
	height: 77px;
	background: url(../images/header-bg.gif) no-repeat left top;
}

h1 a {
	display: block;
	width: 155px;
	height: 77px;
	margin-left: 25px;
	text-indent: -1000em;
}

/* Main
----------------------------------------------------------------------*/
#main {
	background: url(../images/content-bg.gif) repeat-y left top;
	width: 740px;
	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;
	font-size: 1.2em;
}

#fullwidth
{
	width: 720px !important;
}

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

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

.componentheading {
	margin: 0;
	color: #021FB9;
	/*font-size: 2.1em;*/
	font-size: 1.8em;
	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, #fullwidth p{
	/*clear: both;*/
	/*font-size: 1.2em;*/
	margin: 10px 0;
}

#content ul, #fullwidth ul {
	font-size: 1.0em;
}

	#content ul ul, #fullwidth ul ul {
		font-size: 0.9em;
	}

/*#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, .announcement {
	background: #F9F9F9;
	border-top: 1px solid #739187;
	border-bottom: 2px solid #CCC;
	margin: 0 0 15px;
	padding: 0 0 5px;
	text-align: left;
	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, .announcement h3 {
	text-indent: -1000em;
	margin: 0 0 5px;
	height: 21px;
}

#content .announcement h3 {
	margin-top: 0;
}

#sidebar .block h3.search{
	background: url(../images/bg-sidebar-search.gif) no-repeat left top;
}
	
#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.news {
	background: url(../images/bg-sidebar-press.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;
}

.announcement h3.good-news {
	background: url(../images/bg-good-news.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 input.searchbox{
	float:left;
	width: 190px;
}

#sidebar .block input.gobutton{
	margin-left: 10px;
}

#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;
	/*margin-top: 10px;*/
}

#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 (home page)
----------------------------------------------------------------------*/
#photogallery {
	border: 1px solid #CCC;
	padding: 3px;
	background: #E8E8E8;
	margin: 25px 0;
	height: 182px;
}

* html #photogallery {
	height: 1%;
}

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

#currentimage {
	float: left;
	width: 278px;
	height: 181px;
	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-conveyor {
	background: url(../images/bg-photo-conveyor.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-custom {
	background: url(../images/bg-photo-custom.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-racecar {
	background: url(../images/bg-photo-racecar.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;
}

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

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

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

ul.images li {
	list-style: none;
	float: left;
	text-align: center;
	margin: 5px 5px;
	/*height: 100px;*/
	border: 1px solid #d7d1b4 ;
}

* html ul.images li img {
	display: block;
}

ul.images li div 
{
	height: 100px;
	width: 100px;
	cursor:pointer;
}

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

/*ul.images li div {
	/*display: block;
	text-decoration: none;
	font-size: 0.8em;
	color: #739187;
	background: url(../images/zoom.gif) no-repeat left center;
	padding-left: 5px;
	border: 1px solid #F00;
	height: 110px;
	width: 100px;
}*/

.gallerytable
{
	margin-bottom: 10px;
}

/* Landing Page
----------------------------------------------------------------------*/
.landing {
	clear: both;
	padding: 0;
	/*border-top: 1px solid #EEE;*/
	border-top: 1px solid #DEDEDE;
	font-size: .9em;
}

.landingimage{
	float: left;
	width: 65px;
	height: 65px;
	/*border: 1px solid #d7d1b4 !important;*/
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 25px;
	text-align: center;
}

.landingimage img {
	border: 1px solid #d7d1b4 !important;
}

.landingtitle{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
}

.landingdescription {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}

.readmore {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

.nopostings
{
	color: #021FB9;
	margin: 20px 0 0 0;
	cursor: text;
}

/* Profiles (Management) Page
----------------------------------------------------------------------*/
/*.management {
	clear: both;
	padding: 20px 0 0 0;
	border-top: 1px solid #EEE;
	font-size: 1.0em;
}

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

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

.management dd {
	margin: 0;
}

.management dd.title {
	font-weight: bold;
	font-size: 1.1em;
}*/


.profiles {
	border-top: 1px solid #DEDEDE;
	width: 100%;
	margin: 20px 0 15px 0;
}

	.profiles td{
		vertical-align: top;
		padding: 15px 0 0 0;
	}
	
	.profiles td.image{
	width:110px;
 }
 
	.profiles img {
		border: 1px solid #d7d1b4 !important;
		/*padding: 3px;*/
		margin: 2px 10px 5px 0;
	}

 .profiledetails td{
	padding: 0;
 }
 
  .profiledetails td.title{
	font-weight: bold;
	font-size: 1.1em;
 }

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

#projectsummary dd {
	margin: 0;
}

#projectsummary dt {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
}

#projectsummary dd {
	font-size: 1.1em;
	margin: 5px 0 5px 0;
}

#projectsummary dd span {
	font-size: 0.9em
}

/* Employment pages
----------------------------------------------------------------------*/
.employment {
	border-top: 1px solid #DEDEDE;
	margin: 25px 0 10px 0;
}

/* Contact Page
----------------------------------------------------------------------*/
.contactform {
	font-size: 1.3em;
	margin: 15px 0 0 10px;
}

.contactform fieldset {
	border: none;
	padding-left: 10px;
	margin-bottom: 15px;
}

.contactform fieldset legend 
{
	font-size: 0.8em;
	margin: 0 0 10px -18px;
	color: #021FB9;
}

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

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

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

.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 0 0;
	font-size: 0.8em !important;
}

.contactform dd {
	/*margin: 0 0 5px;
	margin: 0 0 0 10px;*/
	margin: 0 5px 5px 0;
}

.red {
	color: #F00;
}

.send {
	text-align: right;
	padding-right: 10px;
}

.status 
{
	font-size: 1.1em;
}

/* Search page
---------------------------------------------------*/
.btn_search {
    /*width: 62px;
    height: 23px;
    padding: 23px 0 0;
    border: 0;
    background: url(../FrontImages/btn-search.gif) no-repeat left top;
    cursor: pointer;*/
}

.search-label {
   font-size: 12px; 
    font-weight: bold; 
    padding: 10px;
    font-size: 1.3em;
    /*float: right; 
    text-align: left; */
}

.search-table {
    background-color: #f2f2f2;
    border: 1px solid #ece7ec;
    /*#efeaef*/
    width: 100%;
    margin: 3px 0 15px 0;
    font-size: 1.3em;
}

.search-table td {
    width: 175px;
}

.search-results-lbl {
    width: 100%; 
    height: 28px; 
    float: right; 
    background-color: #e9e9e9; 
    text-align: right; 
    line-height: 28px; 
    border: 1px solid #e2e2e2;
    /*#e6e6e6*/
    font-size: 1.2em;
    /*padding-right: 5px;*/
}