* {
	margin: 0;
	padding: 0;
}
#ruler {
	border-bottom: 1px solid #ccc;
}
body {
	background: #eee 0 100% repeat-x;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	color: #333;
}
a:link, a:visited {
	color: #F37020;
	text-decoration: none;
}
a:hover {
	color: #0093C6;
	text-decoration: underline;
}
h1 {
	margin-bottom: 11px;
	margin-left: -108px;
	padding: 15px 0 21px 108px;
	border-bottom: 1px solid #ccc;
	font: normal 1.5em/18px "Lucida Grande", Verdana, sans-serif;
	color: #333333;
}
h2, h3{
	font-weight: normal;
	font-size: 1em;
	line-height: 18px;
}
h2 {
	margin-left: -204px;
	padding: 10px 0 20px 204px;

	font-size: 1.25em;
	text-transform: uppercase;
	color: #999;
}
h3 {
	font-size: 1.25em;
	padding: 10px 0 20px 0px;
	text-transform: uppercase;
	color: #999;
}
h4 {
	padding-top: 24px;
	padding-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
}
#wrap {
	background: url() repeat-x;
}
#page {
	margin: 0 auto;
	width: 960px;
	height: 100%;
	background: #fff url(page.gif) repeat-y;
	text-align: left;
}
#header {
	height: 148px;
	background: #fff url(images/airflow_graphic_header.jpg) center no-repeat;
}
#header p {
	float: right;
	padding: 60px 24px 24px 126px;
	font-size: 2em;
	line-height: 1em;
	color: #fff;
}
#header ul {
	padding-top: 62px;
	padding-right: 12px;
	text-align: right;
	list-style: none;
}
#header li {
	display: inline;
	margin: 0 12px;
}
#header li a {
	font-size: 1.25em;
	line-height: 1em;
	text-decoration: none;
	color: #fff;
}
#header li a:hover {
	color: #300;
}
#content-primary {
	float: right;
	margin: 12px 24px 12px 24px;
	width: 528px;
}
#content-primary p {
	padding-bottom: 18px;
}
#content-primary ol {
	padding-left: 36px;
	padding-right: 36px;
}
#content-primary ol li {
	padding-bottom: 6px;
	list-style: decimal;
}
#content-primary ul {
	padding-left: 36px;
	padding-right: 36px;
}
#content-primary li {
	padding-bottom: 6px;
	list-style: none;
}
#content-primary img {
	float: left;
	margin: -6px 18px 0 -114px;
	padding: 3px;
	border: 3px solid #eee;
	background: #fff;
}
#content-installations {
	float: right;
	margin: 12px 24px 12px 24px;
	width: 528px;
}
#content-installations p {
	padding-bottom: 18px;
}
#content-installations ol {
	padding-left: 36px;
	padding-right: 36px;
}
#content-installations ol li {
	padding-bottom: 6px;
	list-style: decimal;
}
#content-installations ul {
	padding-left: 36px;
	padding-right: 36px;
}
#content-installations li {
	padding-bottom: 6px;
	list-style: none;
}
#content-installations img {
	float: left;
	margin: -6px 18px 18px -114px;
	padding: 3px;
	border: 3px solid #eee;
	background: #fff;
}
#content-howitworks {
	float: right;
	margin: 12px 24px 12px 24px;
	width: 528px;
}
#content-howitworks p {
	padding-bottom: 18px;
}
#content-howitworks ol {
	padding-left: 36px;
	padding-right: 36px;
}
#content-howitworks ol li {
	padding-bottom: 6px;
	list-style: decimal;
}
#content-howitworks ul {
	padding-left: 36px;
	padding-right: 36px;
}
#content-howitworks li {
	padding-bottom: 6px;
	list-style: none;
}
#content-howitworks img {
	float: left;
	margin: 6px 36px 12px -162px;
	padding: 3px;
	border: 3px solid #eee;
	background: #fff;
}
#content-secondary {
	float: right;
	margin: 24px 210px 60px 18px;
	width: 156px;
	font-size: 13px;
	color: #333333;
}
#content-secondary p {
	padding-bottom: 24px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}
#footer {
	clear: right;
	height: 148px;
	background: #fff url(images/airflow_graphic_footer.jpg) center no-repeat;
	font-size: 10px;
	line-height: 1em;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #c99;
}		
#footer p {
	padding: 132px 24px 0 24px;
}
.table-rgsp {
	border: 1px solid #ccc;
}

.content-small {
	font-size: 8px;
}
.clear {
	clear: both;
}