/* Homepage Layout

--------------------------------------------------------------------------------------- */

#thumbnails, #textField {

	list-style: none;

	margin: 0 0 0 14px

}



#thumbnails:after {

	content: ".";  

	display: block; 

	height:  0;  

	clear: both; 

	visibility:  hidden;

}



#thumbnails li {

	float: left;

	margin: 0 0 20px 0;

}



#thumbnails li #benchtops {

	background-image: url(../img/rollovers/benchtops-thumb.jpg);

	background-repeat: no-repeat;

	width: 96px;

}



#thumbnails li #exhaust-system {

	background-image: url(../img/rollovers/exhaust-system-thumb.jpg);

	background-repeat: no-repeat;

	width: 77px;

}



#thumbnails li #fixtures {

	background-image: url(../img/rollovers/fixtures-thumb.jpg);

	background-repeat: no-repeat;

	width: 71px;

}



#thumbnails li #standard-fixtures {

	background-image: url(../img/rollovers/standard-fixtures-thumb.jpg);

	background-repeat: no-repeat;

	width: 88px;

}



#thumbnails li #quick-connect {

	background-image: url(../img/rollovers/quick-connect-thumb.jpg);

	background-repeat: no-repeat;

	width: 76px;

}



#thumbnails li #safety-products {

	background-image: url(../img/rollovers/safety-products-thumb.jpg);

	background-repeat: no-repeat;

	width: 111px;

}



#thumbnails li #apparatus-rods {

	background-image: url(../img/rollovers/apparatus-rods-thumb.jpg);

	background-repeat: no-repeat;

	width: 74px;

}



#thumbnails li #electrical {

	background-image: url(../img/rollovers/electrical-thumb.jpg);

	background-repeat: no-repeat;

	width: 76px;

}



#thumbnails li #tempering-valves {

	background-image: url(../img/rollovers/tempering-valves-thumb.jpg);

	background-repeat: no-repeat;

	width: 103px;

}



#thumbnails li a {

	display: block;

	height: 35px;

	padding: 95px 0 0 0;

	text-decoration: none;

	font-size: 11px;

	line-height: 11px;

	text-align: center;

	background-position: bottom left;

	color: #000;

}



#thumbnails li a:hover {

	background-position: top left;

	color: #fe0202;

}

