/*     Control HARDWARE page

       CGI logo and address
================================= */
#hardware-area {
	position: absolute;
	top: 94px;
	left: 35px;
	width: 630px;
	margin: 0;
	padding: 0;
	cursor: default;
}
#hardware-intro {
	position: absolute;
	top: 60px;
	width: 100%;
	text-align: center;
	font-size: 15px;
}
#CRL-logo {
	position: absolute;
	top: 100px;
	left: 100px;
}
#CRL-logo img {
	width: 151px;
	height: 69px;
	border: none;
 	outline-width: 0;
}
#CRL-address {
	position: absolute;
	top: 105px;
	left: 260px;
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #000000;
}
#CRL-address a {
	text-decoration: none;
	font-weight: normal;
	color: #329592;
}
#CRL-address a:hover {
	color: #ec1d27;
}
