@charset "utf-8";
/* CSS Document */

a.industrial {
	display: block;
	width: 101px;
	height: 94px;
	text-decoration: none;
	background: url("../gfx/industrialparts-new.jpg");
	margin-left: 4px;
	margin-bottom: 3px;
	}
	
a.industrial:hover {
	background-position: 0px -94px;
	}

a.industrial:active {
	background-position: 0px -188px;
	}

a.signage {
	display: block;
	width: 101px;
	height: 94px;
	text-decoration: none;
	background: url("../gfx/signagelettering-new.jpg");
	margin-left: 14px;
	margin-bottom: 3px;
	}
	
a.signage:hover {
	background-position: 0px -94px;
	}

a.signage:active {
	background-position: 0px -188px;
	}

a.autoracing {
	display: block;
	width: 101px;
	height: 94px;
	text-decoration: none;
	background: url("../gfx/autoracingparts-new.jpg");
	margin-left: 14px;
	margin-bottom: 3px;
	}
	
a.autoracing:hover {
	background-position: 0px -94px;
	}

a.autoracing:active {
	background-position: 0px -188px;
	}

a.cuttingtools {
	display: block;
	width: 101px;
	height: 94px;
	text-decoration: none;
	background: url("../gfx/cuttingtools-new.jpg");
	margin-left: 14px;
	margin-bottom: 3px;
	}
	
a.cuttingtools:hover {
	background-position: 0px -94px;
	}

a.cuttingtools:active {
	background-position: 0px -188px;
	}

a.machineparts {
	display: block;
	width: 101px;
	height: 94px;
	text-decoration: none;
	background: url("../gfx/machineparts-new.jpg");
	margin-left: 4px;
	margin-bottom: 3px;
	}
	
a.machineparts:hover {
	background-position: 0px -94px;
	}

a.machineparts:active {
	background-position: 0px -188px;
	}

a.artsculpture {
	display: block;
	width: 101px;
	height: 94px;
	text-decoration: none;
	background: url("../gfx/artsculpture-new.jpg");
	margin-left: 14px;
	margin-bottom: 3px;
	}
	
a.artsculpture:hover {
	background-position: 0px -94px;
	}

a.artsculpture:active {
	background-position: 0px -188px;
	}

a.blacksmith {
	display: block;
	width: 101px;
	height: 94px;
	text-decoration: none;
	background: url("../gfx/blacksmith-new.jpg");
	margin-left: 14px;
	margin-bottom: 3px;
	}
	
a.blacksmith:hover {
	background-position: 0px -94px;
	}

a.blacksmith:active {
	background-position: 0px -188px;
	}

a.architectural {
	display: block;
	width: 101px;
	height: 94px;
	text-decoration: none;
	background: url("../gfx/architectural-new.jpg");
	margin-left: 14px;
	margin-bottom: 3px;
	}
	
a.architectural:hover {
	background-position: 0px -94px;
	}

a.architectural:active {
	background-position: 0px -188px;
	}

a.getaquote {
	display: block;
	width: 283px;
	height: 179px;
	text-decoration: none;
	background: url("../gfx/get-a-quote-new.jpg");
	}
	
a.getaquote:hover {
	background-position: 0px -180px;
	}

a.getaquote:active {
	background-position: 0px -360px;
	}

a.logo {
	display: block;
	width: 227px;
	height: 94px;
	text-decoration: none;
	background: url("../gfx/logo-new.gif");
	}
	
a.logo:hover {
	background-position: 0px -94px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

