/* CSS Document */

#industries {
	width:517px;
	height:227px;
	background:url(/_images/home/industries.gif);
	padding:11px 14px 0 14px;
	margin:10px -20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

#chemical,  
#offshore,
#aerospace, 
#automotive {
	float:left;
}

#chemical {
	margin:0 1px 1px 0;
}

#offshore {
	margin-bottom:1px;
}

#aerospace {
	margin-right:1px;
}

#chemical a, 
#offshore a,
#aerospace a,
#automotive a {
	width:258px;
	height:107px;
	color:#fff;
	text-decoration:none;
	display:block;
	position:relative;
}

#chemical a {
	background:url(/_images/home/chemical.jpg);
}
#offshore a {
	background:url(/_images/home/offshore.jpg);
}
#aerospace a {
	background:url(/_images/home/aerospace.jpg);
}
#automotive a {
	background:url(/_images/home/automotive.jpg);
}

#chemical span {
	position:absolute;
	top:4px;
	right:20px;
}

#offshore span {
	position:absolute;
	top:4px;
	left:20px;
}

#aerospace span {
	position:absolute;
	bottom:4px;
	right:20px;
}

#automotive span {
	position:absolute;
	bottom:4px;
	left:20px;
}