* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #dfd7c4 url(../images/global/background.png) repeat-x left top;
}
#bigContainer {
	position: relative;
	display: block;
	width: 818px;
	margin: 23px auto 0;
}
#header {
	position: relative;
	display: block;
	height: 170px;
	background: url(../images/global/headerShadow.png) no-repeat left top;
	z-index: 10;
}
	#headerBackground {
		position: absolute;
		display: block;
		height: 143px;
		width: 780px;
		margin: 8px 17px 0 21px;
		background: #fff url(../images/global/headerBackground.png) no-repeat left top;
		z-index: 0;
	}
	#metalBar {
		position: absolute;
		display: block;
		height: 20px;
		width: 786px;
		left: 18px;
		top: 150px;
		background: #bcbcbc url(../images/global/metalBar.png) repeat-x left top;
		z-index: 5;
	}
	#logoLink {
		position: absolute;
		display: block;
		width: 220px;
		height: 70px;
		left: 78px;
		top: 49px;
		cursor: pointer;
	}
	#loginLink {
		position: absolute;
		display: block;
		width: 42px;
		height: 12px; /* 15px total */
		left: 743px;
		top: 2px;
		background: #e2e2e2 url(../images/global/loginLinkBackground.png) no-repeat left top;
		text-decoration: none;
	}
	#loginPanel {
		position: absolute;
		display: block;
		top: 102px;
		left: 700px;
		z-index: 20;
		height: 143px;
		width: 156px;
	}
		#loginPanel .hd {
			position: relative;
			display: block;
			height: 23px;
			z-index: 50;
			background: url(../images/global/loginPanelSprites.png) no-repeat -154px top;
		}
			#loginPanelClose {
				position: absolute;
				display: block;
				height: 10px;
				width: 10px;
				top: 10px;
				left: 124px;
				background: url(../images/global/loginPanelSprites.png) no-repeat -612px top;
				cursor: pointer;
			}
			#loginPanelClose:hover {
				background: url(../images/global/loginPanelSprites.png) no-repeat -622px top;
			}
		#loginPanel .bd {
			position: relative;
			display: block;
			height: 112px;
			padding: 10px 0;
			z-index: 50;
			background: url(../images/global/loginPanelSprites.png) repeat-y left top;
		}
		#loginPanel .ft {
			position: relative;
			display: block;
			height: 23px;
			z-index: 50;
			background: url(../images/global/loginPanelSprites.png) no-repeat -307px top;
		}
		#loginPanel label {
			position: relative;
			display: block;
			margin-left: 20px;
		}
		#loginPanel input.text {
			position: relative;
			display: block;
			width: 114px;
			height: 18px;
			margin-left: 20px;
			margin-bottom: 10px;
			background: url(../images/global/loginPanelSprites.png) no-repeat -463px top;
		}
		#loginPanel input.submit {
			width: 35px;
			height: 17px;
			margin-left: 20px;
			color: #fff;
			font-weight: bold;
			background: url(../images/global/loginPanelSprites.png) no-repeat -577px top;
		}
	#truckCollage {
		position: absolute;
		display: block;		
		z-index: 6;
	}
		#header .backhoe {
			height: 157px;
			width: 315px;
			top: -16px;
			left: 432px;
			background: url(../images/global/truckCollage/backhoe.png) no-repeat left top;
		}
		#header .liftTrucks {
			height: 192px;
			width: 311px;
			top: -20px;
			left: 411px;
			background: url(../images/global/truckCollage/liftTrucks.png) no-repeat left top;
		}
		#header .swinger {
			height: 167px;
			width: 337px;
			top: -24px;
			left: 380px;
			background: url(../images/global/truckCollage/swinger.png) no-repeat left top;
		}
		#header .bigLifter {
			height: 170px;
			width: 251px;
			top: -24px;
			left: 478px;
			background: url(../images/global/truckCollage/bigLifter.png) no-repeat left top;
			
		}
		#header .railKings {
			height: 177px;
			width: 347px;
			top: -24px;
			left: 380px;
			background: url(../images/global/truckCollage/railKings.png) no-repeat left top;
			
		}
		#header .lotsotrucks {
			height: 161px;
			width: 405px;
			top: -24px;
			left: 351px;
			background: url(../images/global/truckCollage/lotsotrucks.png) no-repeat left top;
			
		}

	#nav {
		position: relative;
		display: block;
		height: 21px;
		width: 725px;
		top: 149px;
		left: 35px;
		z-index: 25;
		list-style: none;
	}
		#nav li {
			position: relative;
			display: inline;
			float: left;
		}
		#nav a {
			position: relative;
			display: block;
			background: url(../images/global/menuSprites.png) no-repeat right -110px;
			margin-right: 4px;
			color: #fff;
			font: bold 12px Arial, Helvetica, sans-serif;
			text-decoration: none;
		}
			#nav .hasSubmenu a {
				background-position: right -44px;
			}
			#nav .current a {
				background-position: right -66px;
			}
			#nav .current.hasSubmenu a {
				background-position: right -0px;
			}
			#nav a:hover {
				background-position: right -88px;
			}
			#nav .hasSubmenu a:hover {
				background-position: right -22px;
			}
			#nav .current a:hover {
				background-position: right -88px;
			}
			#nav .current.hasSubmenu a:hover {
				background-position: right -22px;
			}
		#nav span {
			position: relative;
			display:block;
			background: url(../images/global/menuSprites.png) no-repeat left -176px;
			padding: 4px 15px 3px;
			white-space: nowrap;
		}
			#nav li.hasSubmenu span {
				padding-right: 22px;
			}
			#nav li.current span {
				background-position: left -132px;
			}
			#nav a:hover span {
				background-position: left -154px;
			}

	#nav ul {
		position: absolute;
		display: none;
		height: auto;
		margin-left: -14px;
		padding-bottom: 19px;
		width: 200px;
		z-index: 40;
		background: url(../images/global/menuSprites2.png) no-repeat -395px bottom;
	}
		#nav li:hover ul, #nav li.hover ul {
			display: block;
		}
		#nav ul li {
			display: block;
			float: none;
			line-height: 1px;
		}
		#nav ul a, 
			#nav .hasSubmenu ul a, #nav .current ul a, #nav .hasSubmenu.current ul a {
			display: block;
			margin: 0;
			white-space:nowrap;
			padding: 4px 15px 4px 25px;
			background: url(../images/global/menuSprites2.png) repeat-y -0px top;
			color: #000;
			font-weight: normal;
		}
		#nav .hasSubmenu ul a.updated {
			font-weight: bold;
		}
		#nav ul a:hover, 
			#nav .hasSubmenu ul a:hover, #nav .current ul a:hover, #nav .hasSubmenu.current ul a:hover {
			background: url(../images/global/menuSprites2.png) repeat-y -197px top;
		}


#contentContainer {
	position: relative;
	display: block;
	background: url(../images/global/bodyBackground.png) repeat-y left top;
	z-index: 5;
}
#content {
	position: relative;
	display: block;
	min-height: 100px;
	background: #fff;
	margin: 0 14px 0 18px;
}
#footer {
	position: relative;
	display: block;
	height: 38px;
	background: url(../images/global/footer.png) no-repeat left top;
	z-index: 1;
}
#footnotes {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 750px;
}
	#footnotes p {
		color: #8d7232;
	}
	#footnotes a {
		text-decoration: none;
	}
	#footnotes a:link, #footnotes a:visited {
		color: #b24444;
	}
	#footnotes a:hover, #footnotes a:active {
		color: #ff7979;
	}
#siteBy {
	position: relative;
	display: inline;
	float: left;
	margin-right: 50px;
	width: 370px;
}
#corporateLink {
	text-align: right;
	margin: 0;
}

.hide {
	display: none !important;
}
.clear {
	position: relative;
	display: block;
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.NW {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.NE {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
}
.SE {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
}
.SW {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}
