@charset "UTF-8";
/* CSS Document */

.autoclavebox {
	float: left;
	height: 130px;
	width: 325px;
	margin: 0;
	font-size: 11px;
	background-image: url(../images/autoclave/autoclave_frame.jpg);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px 0px 0px 12px;
}
.autoclavebox strong {
	font-size: 12px;
	color: #003366;
}
.autoclavebox a {
	text-decoration: none;
}

.autoclavebox li {
	list-style-type: disc;
	padding: 1px;
}
.autoclavebox ul {
	margin: 5px 0 0 20px;
}
.autoclave {
	background-image: url(../images/autoclave/autoclave.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 110px;
	width: 300px;
}

.furnace {
	background-image: url(../images/autoclave/furnace.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 110px;
	width: 300px;
}


.oven {
	background-image: url(../images/autoclave/oven_kiln.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 110px;
	width: 300px;
}


.freezedryer{
	background-image: url(../images/autoclave/freezedryer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 110px;
	width: 300px;
}
