Body {
	background:url(/images/bkgrd.jpg) #A8D2FC;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#main-container{
	margin:auto;
	padding:0px 0px 0px 0px;
	width:789px;
}

H1 {
	font-size:20px;
	color:#FF6600;
	margin:10px 0 10px 0;
}
H2{
	font-size:20px;
	color:#FF6600;
	margin:0 0 10px 0;
}
H3 {
	font-size:15px;
	color:#4c6a8c;
}
#header {
	background:url(/images/headerBkgrd.jpg) no-repeat;
	height:147px;
}

/*****Header Image Maps Styles *****/
a#logo-hover {
		margin-top:30px;
		margin-left:-355px;
		width:160px;
		height:85px;
		overflow:hidden;
		position:absolute;
		background:transparent;
}

a#home-hover {
		margin-top:10px;
		margin-left:200px;
		width:50px;
		height:20px;
		overflow:hidden;
		position:absolute;
		background:transparent;
}

a#catalog-hover {
		margin-top:10px;
		margin-left:260px;
		width:95px;
		height:20px;
		overflow:hidden;
		position:absolute;
		background:transparent;
}

a#cta-hover {
		margin-top:40px;
		margin-left:-85px;
		width:90px;
		height:20px;
		overflow:hidden;
		position:absolute;
		background:transparent;
}

/***** Image Maps for Main Image*****/
a#palletRacks-hover {
		margin-top:20px;
		margin-left:-650px;
		width:152px;
		height:100px;
		overflow:hidden;
		position:absolute;
		background:url(/images/space.gif)
}

a#mezzanines-hover {
		margin-top:20px;
		margin-left:-445px;
		width:152px;
		height:100px;
		overflow:hidden;
		position:absolute;
		background:url(/images/space.gif)
}

a#automated-hover {
		margin-top:20px;
		margin-left:-225px;
		width:152px;
		height:100px;
		overflow:hidden;
		position:absolute;
		background:url(/images/space.gif)
}

a#conveyors-hover {
		margin-top:120px;
		margin-left:-615px;
		width:152px;
		height:120px;
		overflow:hidden;
		position:absolute;
		background:url(/images/space.gif)
}

a#carousel-hover {
		margin-top:120px;
		margin-left:-395px;
		width:152px;
		height:120px;
		overflow:hidden;
		position:absolute;
		background:url(/images/space.gif)
}
a#installation-hover {
		margin-top:120px;
		margin-left:-195px;
		width:152px;
		height:120px;
		overflow:hidden;
		position:absolute;
		background:url(/images/space.gif)
}


/***** Nav Bar Container*****/
#navcontainer{
	margin:-38px 0 9px 305px;
	*margin:-38px 0 10px 305px;
	width:470px;
	/*
	padding:109px 0 0 290px;
	*/
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

ul#navlist li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}


/*
TTTTTTTTTTTTTTTTTTTTTTTTTT
Header Nav Image Rollovers
TTTTTTTTTTTTTTTTTTTTTTTTTT
*/

a.productRollover {
	display: block;
	width: 63px;
	height: 28px;
	background: url("/images/nav/products.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.productRollover {
	background-position: -63px 0;
}

a.servicesRollover {
	display: block;
	width: 70px;
	height: 28px;
	background: url("/images/nav/services.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.servicesRollover {
	background-position: -70px 0;
}

a.aboutUsRollover {
	display: block;
	width: 77px;
	height: 28px;
	background: url("/images/nav/aboutUs.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.aboutUsRollover {
	background-position: -77px 0;
}

a.caseStudiesRollover {
	display: block;
	width: 97px;
	height: 28px;
	background: url("/images/nav/caseStudies.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.caseStudiesRollover {
	background-position: -97px 0;
}

a.suppliersRollover {
	display: block;
	width: 91px;
	height: 28px;
	background: url("/images/nav/suppliers.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.suppliersRollover {
	background-position: -91px 0;
}

a.contactUsRollover {
	display: block;
	width: 70px;
	height: 28px;
	background: url("/images/nav/contactUs.gif") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.contactUsRollover {
	background-position: -70px 0;
}

/*****Content Container Styles *****/
#contentContainer {
	padding:15px 20px 0 20px;
	background:url(/images/contentBkgrd.jpg) repeat-x;
}

/*****Left Nav Styles *****/

.menuList li{
	list-style-image:url(/images/liArrow.gif);

}

.menuList a, a{
	text-decoration:none;
	color:#0153A5;
}

.menuList a:hover, a:hover{
	text-decoration:underline;
	color:#0153A5;
}

#leftNav li{
	list-style-image:url(/images/liArrow.gif);
	font-weight:bold;
	font-size:10px;
}

#leftNav {
	margin:-10px 0 10px 0;
	padding-left:30px;

}

#leftNav a{
	text-decoration:none;
	color:#0153A5;

}

#leftNav a:hover{
	text-decoration:underline;

}

#footer{
	margin-bottom:15px;

}

/*****Footer Styles *****/
#footer a{
	color:#203F72;
	line-height:20px;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

/*** Styles for Featured Products Section ***/
 div.featuredProduct {
 	width: 260px;
	text-align:left; 
	margin:0;
	font-size:10px;
}

div.featuredProduct img {
	float: left; 
	margin-right: 10px;
	padding:5px;
	border:1px solid #CCCCCC;
}

div.featuredProduct hr {
	display: block; 
	clear: left; 
	margin: -0.66em 0 10px 0; 
	visibility: hidden;
}

.featuredHeaderLink{
	color:#0153A5;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

.featuredProduct a:hover{
	text-decoration:underline;
}

 div.subCategoryProductHdr {
 	width: 565px;
	text-align:left; 
	margin:0;
}

div.subCategoryProductHdr img {
	float: left; 
	margin-right: 10px;
	padding:5px;
	border:1px solid #CCCCCC;
}

#subCatergoryList{
	list-style-image:url(/images/liArrow.gif)
}

#subCatergoryList a, .productListing a {
	color:#0153A5;
	font-weight:bold;
	text-decoration:none;
}

#subCatergoryList a:hover, .productListing a:hover {
	text-decoration:underline;
}

div.productListing {
 	width: 565px;
	text-align:left; 
}

div.productListing img {
	float: left; 
	margin-right: 10px;
	padding:5px;
	border:1px solid #CCCCCC;
}
div.productListing hr {
	display: block; 
	clear: left; 
	margin: -0.66em 0 10px 0; 
	visibility: hidden;
}

#contactForm b{
	color:#FF0000;
}

#supplyLinks a{
	color:#0153A5;
	text-decoration:none;

}

#supplyLinks a:hover{
	color:#0153A5;
	text-decoration: underline;

}

.altTableRow{
	background-color:#e6f1fb;
	}
	
#usedEquipmentTableHdr{
	background-color:#43627f;
	color:#FFFFFF;
}