<!--

body {
  font: 0.8em Verdana, Arial, Helvetica, sans-serif;
  background: #CCC url('../images/background.jpg') repeat-x;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
}

a:link, a:visited, a:hover, a:active {
	color: #010101;
	text-decoration: none;
}

img {
	border: 0;
}

ul {
	/* Remove default 'ul' style */
	 list-style: none;
	 margin: 0;
	 padding: 0;	
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #555;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #999;
	padding: 8px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 1px 0px 8px 4px;
	margin: 0px 0px 0px 0px;
}

.clear { clear: both; }

.float-left {
	width: 185px;
	float: left;
}

.float-left-contact {
	width: 300px;
	float: left;
}

.float-right {
	width: 486px;
	float: right; 
}

.justified {
	display: block;
	text-align: justify;	
}

.small, .small a {
	color: #FEFEFE;
	font-size:0.9em;
	display: block; /* Allows for justified text */
	text-align: justify;
}

.small a:hover {
	color: #CBCBCB;	
}

.small-dark, .small-dark a {
	color: #010101;
	font-size:0.9em;
	text-align:justify;
}

.small-dark a:hover {
	color: #666;	
}

.bullet-light {
	text-indent: 20px;
	background: url('../images/arrow.gif') no-repeat;
	line-height: 20px;
}

.bullet-dark {
	text-indent: 20px;
	background: url('../images/arrow-dark.gif') no-repeat;
	line-height: 20px;
}

.light { color: #666; }
.light a:hover { color: #777; }

.padding-10 { padding: 10px; }
.padding-20 { padding: 20px; }

.padded-box {
	background: #d8d8d8;
	padding: 5px;
	width: 314px;
	margin: 5px 0;
}

.products-pdf-link {
	float: right;
	border: 1px solid #d8d8d8;
	padding: 5px;
	width: 250px;
	margin: 10px 0px 0px 670px;
}

.products-pdf-link:hover {
	border-color: #888;
}

.products-text, .products-text a {
	color: #010101;
	font-size:0.9em;
	text-align:justify;
}

.products-text a:hover {
	color: #010101;	
}

ul.products-text, ul.products-text a {
	margin-top: 7px;
	text-align: center;
	color: #010101;
	vertical-align: super;
}

ul.products-text a:hover {
	color: #666;
}

#container {
	
/* width: 70%; /* Allow width to expand with larger screen resolutions */
/* min-width: 960px; /* The minimum content width // Unsupported in IE6 */

  width: 960px; /* Sets static content width */
  background: #FFF;
  margin: 5px auto;
  text-align: left; /* Default text alignment */
  overflow: hidden; /* Fixes IE6 horizontal content overflowing */
}

#content {
	padding: 20px;
	padding-bottom: 0px; /* Allow padding-bottom to be handled from #footer */
}

#banner {
	height: 81px;
	width: 100%;
	background: #494949 url('../images/logo.gif') left no-repeat;
	position: relative;
}

/* Navigation */

#mainNavigation {	 
	 display: block;
	 text-align: center;
	 position: absolute;
	 left: 228px; /* Set as logo image width */
	 bottom: 0;
	 border-right:1px solid #666; /* Draws final navigation division */
}

#mainNavigation li {
	display: block;
	float: left;
	position: relative;
	line-height: 20px; /* Set as background-image height */
	background: #494949 url('../images/arrow.gif') left no-repeat;
	border-left: 1px solid #666;
	width: 110px;
}

#mainNavigation li a {
	display: block; /* Hyperlinks 'li' */
	color: #FEFEFE;
}

#mainNavigation li.itemDown {
	background: url('../images/arrow-down.gif') left no-repeat;
}

/* Navigation hover effect */
#mainNavigation li:hover,
#mainNavigation li.itemDown:hover {
	background-color: #888;	
}

#content-container {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

/* Sub Navigation */

#products_sub-menu,
#fabrication_sub-menu {
	text-align: left;
	text-indent: 20px;
	position: absolute;
	left: 0;
	visibility: hidden; /* Initially set sub-navigation to be hidden */
}

#products_sub-menu { width: 160px; }
#fabrication_sub-menu { width: 210px; }

#products_sub-menu li,
#fabrication_sub-menu li {
	width: 100%;
	border-bottom: 1px solid #555;
}

/* Banner X-Form */

#xformNavigation #banner { background-color: #000; }
#xformNavigation #mainNavigation li {
	background-color: #000;
}

#xformNavigation #mainNavigation li:hover,
#xformNavigation #mainNavigation li.itemDown:hover {
	background-color: #888;
}

#xformNavigation #mainNavigation li a {
	border-bottom-color: #111;	
}

/* Language */

#language {
	height: 39px;
	width: 920px;
	background: url('../images/nav-gradient.jpg') repeat-x;
}

#language-image {
	width: 124px;
	float: right;
	margin-right: 6px;
}

/* Home Page - Lower Content */

#index-lower-content {
	min-height: 143px; /* background-image height // Unsupported in IE6 */
	background: #000 url('../images/home/lower-background.jpg') repeat-x;
	display: table; /* // Unsupported in IE6,.. */
}

#index-lower-content .column {
	padding-bottom: 10px;
	float: left;
	width: 33.3%;
}

#index-lower-content .small { padding: 0 7px; }

.column-content {
	padding: 0 7px 0 7px;
}

.column-content img { border: 3px solid #444; }
.column-content img:hover { border-color: #777;	}

ul.list-light-arrow {
	margin-top: 5px;
	text-align: center;
	list-style: disc url('../images/arrow.gif') inside;
}

ul.list-light-arrow a {
	color: #FEFEFE;
	vertical-align: super;
}

ul.list-light-arrow a:hover {
	color: #CBCBCB;
}

/* Lower Content 2 */

#lower-content-2 {
	width: 930px;
	margin-top: 10px;
	border: 0;
}

#lower-content-2-left {
	width: 340px;
	background: #D8D8D8;
	float: left;
	margin-top: 105px;
}

#lower-content-2-right {
	width: 540px;
	float: right;
}

#lower-content-2-nav li {
	margin-top: 2px;
	text-indent: 20px;
	background: url('../images/arrow.gif') left no-repeat;
}

#lower-content-2-nav a {
	width: 100%;
	color: #010101;
	font-weight: lighter;
	font-size: 0.85em;
}

#lower-content-2-nav a:hover {
	color: #666;
	text-decoration: underline;	
}

#lower-content-2-image {
	width: 516px;
	float: right;	
}

#iso-image {
	width: 123px;
	float: right;
	margin-bottom: 10px;
}

/* Footer */

#footer {
	text-align: center;
	padding: 3px;
	padding-bottom: 5px;
}

#footer a {
	color: #777;
	font-size: 0.8em;
}

#footer a:hover { color: #010101; }

/* Flash Content */
#b1_eastern_attachments {
	height: 307px;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
}

#b2_xform_professional {
	width: 294px;
	height: 201px; /* Avoids <= IE7 margin */
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#b9_fabrication_services,
#b10_fabrication_standards,
#b12_fabrication_production,
#b11_fabrication_design,
#b13_fabrication_steel {
	width: 516px;
	height: 200px;
	overflow: hidden;
}

#b6_xform_bucket,
#b5_sweeper_collectors,
#b7_xform_grab,
#b3_tipping_skips,
#b8_xform_fork,
#b4_bucket_sweepers {
	width: 100%;
	height: 340px;
	overflow: hidden;
	border: 1px solid #888;
	border-bottom: 1px solid #888;
}

#b14_christmas {
	height: 307px;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
}

/* Products */

#products-left {
	float: left;
	width: 565px;
	/* width: 61%; */
	min-height: 100px;
}

#products-right-container {
	float: left;
	margin: 10px 0px 0px 25px;
	width: 330px;
	/* width: 36%; */
	min-height: 100px;
	background: #E4E4E4;
}

#products-right {
	padding: 3px;	
}

#products-content {
	text-align: justify;
}

#products-content a { color: #009; }
#products-content a:hover { text-decoration:underline; }

#view {
	width: 324px;
	min-width: 324px; /* IE7 */
	max-height: 183px;
}

#xform-link {
	height: 30px;
	width: 126px;
	overflow:hidden;
}

/* Technical Data */

#technical-data-container {
	background: #E4E4E4;
}

#technical-data {
	margin-bottom: 7px;
	font-size: 0.85em;
}

#technical-data td {
	width: 50%;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	color: #5D5D5D;
}

#telephone {
	width: 324px;
	min-width: 324px; /* IE7 */
	max-height: 51px;
}

/* X-Form Professional */

#xform-banner {
	height: 95px;
	background: url('../images/xform-gradient.gif') repeat-x;	
}

#xform-left {
	color: #FEFEFE;
	text-align: justify;
	float: left;
	width: 605px;
}

#xform-right {
	color: #FEFEFE;
	float: left;
	width: 300px;
}

#xform-left .padding-20 { padding-bottom: 0px; }
#xform-right .padding-20 { padding:20px 20px 2px 0; }

#xform-products-image {
	border: 1px solid #FFF;
}

#xform-products-image:hover {
	border-color: #000;	
}

/* Contact Us */

#map { border:1px solid #EAEAEA; }
#map:hover { border-color: #CCC; }

/* Site Map */

.link-list {
	width: 300px;
	float: left;
}

.link-list a {
	color: #010101;
	padding-left: 20px;
	background: url('../images/arrow-dark.gif') left no-repeat;
}

.link-list ul li { margin-top: 6px; }
.link-list ul { text-indent: 20px; }
.link-list li { margin-top: 20px; }

#useful-links {
	text-align: right;
	margin-top: 410px; /* Vertically align 'useful links' to bottom */
}

#useful-links li {
	margin-top: 5px;
}

.link-list-right ul {
	width: 150px;
	float: right;
}

.link-list-right a {
	color: #010101;
	padding-left: 20px;
	background: url('../images/arrow-dark.gif') left no-repeat;
}

-->