/* CSS Document */
body{
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;}
/* Header Elements */
.h1{
	font-size:12px;
	line-height:15px;
	color:#002d57;
	font-weight:400;
	margin:0;}
.h2{
	font-size:11px;
	color:#666;
	font-style:italic;
	font-weight:400;}
ul{
	font-size:11px;
	font-weight:400;
	color:#000;
	text-align:left;}
/* Background Images */
.dryers{
	background-image:url(air/compressed-air.jpg);
	background-repeat:no-repeat;
	height:54px;
	font-size:12px;
	line-height:15px;
	color:#002d57;
	font-weight:400;
	text-align:center;
	vertical-align:top;
	padding-top:7px;}
.filter{
	background-image:url(air/vacuum-pumps.jpg);
	background-repeat:no-repeat;
	height:128px;
	font-size:16px;
	font-weight:700;
	color:#cc0000;
	text-align:right;
	padding:15px;
	vertical-align:top;}
.piping{
	font-size:11px;
	font-weight:400;
	color:#8ac594;
	text-align:center;}
.vacuum{
	background-image:url(air/rebuilt-compressors.jpg);
	background-repeat:no-repeat;
	height:208px;
	padding-left:28px;
	vertical-align:top;}
/* Link Elements */
.air-dryer{
	font-size:16px;
	font-weight:400;
	color:#cc0000;
	text-decoration:underline;}
.air-dryer:hover{
	font-size:16px;
	font-weight:400;
	color:#002d57;
	text-decoration:underline;}
.compressor{
	font-size:11px;
	font-weight:400;
	color:#8ac594;
	text-decoration:none;}
.compressor:hover{
	font-size:11px;
	font-weight:400;
	color:#006f53;
	text-decoration:underline;}