body {
padding: 0;
margin: 0;
font-family: 'Arial', Arial;
font-size: 60%;
line-height:160%;
text-transform: uppercase;
color: white;
background: #114e52 url('bg.jpg') repeat-x;
}
table, td {
font-size: 10px;
line-height:14px;
text-transform: uppercase;
color: white;
}
iframe {
frameborder: none;
background: transparent;
border: 0px solid white;
overflow: hidden;
height: 10px;
width: 250px;
}
#air {
margin-top: 100px;
margin-left: 20%;
width: 500px;
height: 200px;
background: transparent url('air_test.jpg') no-repeat;
}
a:link, a:visited {
text-decoration: none;
color: white;
border-bottom: dotted 1px white;
}
a:hover {
text-decoration: none;
color: #a3becc;
border-bottom: dotted 1px #a3becc;
}
img, a.logo:link, a.logo:visited, a.logo:hover {
border: none;
cursor: pointer;
text-decoration: none;
}
#air:hover {
background: transparent url('air_test_hover.jpg') no-repeat;
}
#text {
width: 32%;
_width: 420px;
margin-left: 20%;
padding-left: 15px;
float:left;
margin-right: 30px;
}
.space {
margin: 50px 0px;
}
#facts {
width: 200px;
height: 300px;
}
#facts table td {
padding-bottom: 10px;
}
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-size: 10px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url('bubble.png') top left;
}
 
.tool-text {
	font-size: 9px;
	padding: 4px 8px 8px;
	background: url('bubble.png') bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 9px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
#wmp {
background: #114e52;
color: white;
border: white solid 1px;
width: 230px;
position: absolute;
z-index: 20;
padding: 10px;
left: 60%;
top: 230px; 
visible: hidden;
filter: Shadow(Color=#000000, Direction=135);
}