@charset "utf-8";
/* CSS for splash page */

.splash-app a {
	display: block;
	width: 145px;
	height: 88px;
	text-align: left;
	margin: 3px;
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

.splash-app a#manufacturing {
	background:transparent url(../images/splash-apps-manufacturing.jpg) no-repeat;
}
.splash-app a#manufacturing:hover {
	background-position: -145px;
}
.splash-app a#telecom {
	background:transparent url(../images/splash-apps-telecom.jpg) no-repeat;
}
.splash-app a#telecom:hover {
	background-position: -145px;
}
.splash-app a#office {
	background:transparent url(../images/splash-apps-office.jpg) no-repeat;
}
.splash-app a#office:hover {
	background-position: -145px;
}
.splash-app a#construction {
	background:transparent url(../images/splash-apps-construction.jpg) no-repeat;
}
.splash-app a#construction:hover {
	background-position: -145px;
}
.splash-app a#tents {
	background:transparent url(../images/splash-apps-tent.jpg) no-repeat;
}
.splash-app a#tents:hover {
	background-position: -145px;
}
.splash-app a#power {
	background:transparent url(../images/splash-apps-power.jpg) no-repeat;
}
.splash-app a#power:hover {
	background-position: -145px;
}
.splash-app a#datacenters {
	background:transparent url(../images/splash-apps-data.jpg) no-repeat;
}
.splash-app a#datacenters:hover {
	background-position: -145px;
}
.splash-app a#healthcare {
	background:transparent url(../images/splash-apps-healthcare.jpg) no-repeat;
}
.splash-app a#healthcare:hover {
	background-position: -145px;
}