<style>

/* 
   link colours
   #########################################################
*/
A   	{ color: #666666; text-decoration: none; }
A:link	{ color: #666666; text-decoration: none; }
A:visited { color: #666666; text-decoration: none; }
A:active { color: #666666; text-decoration: none; }
A:hover	{ color: #333333; text-decoration: none; }
A:visited-hover	{ color: #333333; text-decoration: none; }

A.breadcrumb   	{ color: #FFFFFF; text-decoration: none; }
A.breadcrumb:link	{ color: #FFFFFF; text-decoration: none; }
A.breadcrumb:visited { color: #FFFFFF; text-decoration: none; }
A.breadcrumb:active { color: #FFFFFF; text-decoration: none; }
A.breadcrumb:hover	{ color: #FFFFFF; text-decoration: none; }
A.breadcrumb:visited-hover	{ color: #FFFFFF; text-decoration: none; }

A.menu   	{ color: #333333; text-decoration: none; }
A.menu:link	{ color: #333333; text-decoration: none; }
A.menu:visited { color: #333333; text-decoration: none; }
A.menu:active { color: #333333; text-decoration: none; }
A.menu:hover	{ color: #000000; text-decoration: none; }
A.menu:visited-hover	{ color: #000000; text-decoration: none; }

A.link   	{ color: #FFFFFF; text-decoration: none; }
A.link:link	{ color: #FFFFFF; text-decoration: none; }
A.link:visited { color: #FFFFFF; text-decoration: none; }
A.link:active { color: #FFFFFF; text-decoration: none; }
A.link:hover	{ color: #CCCCCC; text-decoration: none; }
A.link:visited-hover	{ color: #CCCCCC; text-decoration: none; }

A.select   	{ color: #FFFFFF; text-decoration: none; }
A.select:link	{ color: #FFFFFF; text-decoration: none; }
A.select:visited { color: #FFFFFF; text-decoration: none; }
A.select:active { color: #FFFFFF; text-decoration: none; }
A.select:hover	{ color: #333333; text-decoration: none; }
A.select:visited-hover	{ color: #333333; text-decoration: none; }


/* 
   body control; scrollbar and positioning
   #########################################################
*/
BODY {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* 
   master set for TDs
   #########################################################
*/
TD {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	vertical-align: top;
}


/* 
   master set for form data
   #########################################################
*/
INPUT,SELECT,TEXTAREA {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	border: 1px solid #999999;
}


/* 
   master set for bullet points
   #########################################################
*/
LI {
	list-style-type: square;
}
UL {
	padding-left: 15px;
}


/* 
   custom classes
   #########################################################
*/
TD.bg_grey {
	background-color: #666666;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	padding-left: 160px;
}
TD.bg_lightgrey {
	background-color: #CCCCCC;
	color: #666666;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	padding-left: 155px;
}
TD.bg_lightgreyMenu {
	background-color: #CCCCCC;
	color: #666666;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
}
TD.menu {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
}
TD.home_title {
	font-size: 15px;
	font-weight: bold;
	padding-top: 7px;
}
TD.home_text {
	font-size: 10px;
	padding-bottom: 10px;
}
TD.home_enter {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding-top: 0px;
	text-align: right;
	padding-right: 10px;
}
TD.home_enterImage {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding-top: 0px;
	vertical-align: middle;
	padding-right: 10px;
	text-align: right;
}
TD.home_smalltitle {
	font-size: 9px;
	font-weight: bold;
	color: #F97E00;
	padding-top: 0px;
	padding-left: 10px;
}
TD.spacer {
	background-image: url(../images/1x1grey.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 10px;
}
TD.spacerVertical {
	background-image: url(../images/1x1grey.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 8px;
	padding-left: 8px;
}
TD.table_links {
	background-color: #FFF0E0;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 18px;
	text-align: center;
}
TD.table_greyInfo {
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
TD.table_greyInfoSWF {
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding: 0px;
	height: 70px;
}
TD.insideBorder {
	padding: 10px;
	border: 1px solid #999999;
}
TD.insideBorderImage {
	border: 1px solid #FFFFFF;
}
TD.insideBorderOrange {
	border: 1px solid #F97E00;
}
TD.table_product_title {
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	color: #333333;
	text-transform: uppercase;
}
TD.table_product_content {
	font-size: 10px;
}
TD.datasheet_title {
	font-size: 25px;
	vertical-align: bottom;
	padding-bottom: 70px;
	padding-left: 5px;
	color: #FFFFFF;
	background-image: url(../images/datasheets/headerBG.gif);
	background-repeat: repeat-x;
}
TD.datasheet_content {
	padding: 7px 10px;
	font-family: Arial;
	font-size: 9px;
}
TD.datasheet_table_title {
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
	background-color: #4C4C4C;
	text-align: right;
	padding-right: 5px;
}
TD.datasheet_table_titleEnd {
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
	background-color: #4C4C4C;
	padding-left: 10px;
}
TD.datasheet_table_content {
	background-color: #CCCCCC;
	font-family: Arial;
	color: #000000;
	text-align: center;
	padding-right: 10px;
	vertical-align: middle;
}
TD.datasheet_table_contentEnd {
	background-color: #CCCCCC;
	font-family: Arial;
	color: #000000;
	padding-left: 10px;
	vertical-align: middle;
}
TD.datasheet_table_contentDark {
	background-color: #B2B2B2;
	font-family: Arial;
	color: #000000;
	text-align: center;
	padding-right: 10px;
	vertical-align: middle;
}
TD.datasheet_table_contentEndDark {
	background-color: #B2B2B2;
	font-family: Arial;
	color: #000000;
	padding-left: 10px;
	vertical-align: middle;
}
TD.datasheet_table_image {
	vertical-align: bottom;
	padding-left: 10px;
	padding-bottom: 20px;
}
TD.pagesTitle {
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 10px;
}
TD.pagesImage {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
TD.pagesContent {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: top;
}
.pagesContentBold {
	color: #000000;
	font-size: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
}


/* 
   stylesheet classes for Ambirad
   #########################################################
*/
TD.bg_orange {background-color: #F97E00;}
TD.table_content {
	background-color: #FFF0E0;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 18px;
}
TD.table_title {
	background-color: #FFE1C4;
	color: #666666;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
}
TD.table_titleDark {
	background-color: #F97E00;
	color: #666666;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
}
.datasheet_subtitle {
	font-size: 12px;
	color: #F97E00;
	font-weight: bold;
	padding: 5px 10px;
}
TD.datasheet_subtitleOrange {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #F97E00;
}
TR.AmbiradBackground {
	background-image: url(../images/AmbiradBackground.jpg);
	background-repeat: repeat-x;
	background-position: 400px;
}
.pagesSubTitle {
	font-size: 12px;
	color: #F97E00;
	font-weight: bold;
}
.pagesSubTitleOrange {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #F97E00;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-position: left;
}

/* 
   stylesheet classes for Airbloc
   #########################################################
*/
TD.bg_blue {background-color: #627FBD;}
TD.table_contentBlue {
	background-color: #EFF2F8;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 18px;
}
TD.table_titleBlue {
	background-color: #E0E5F2;
	color: #666666;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
}
TD.table_titleDarkBlue {
	background-color: #6184C4;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
}
.datasheet_subtitleTextBlue {
	font-size: 12px;
	color: #627FBD;
	font-weight: bold;
	padding: 5px 10px;
}
TD.datasheet_subtitleBlue {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #005bb7;
}
TR.AirblocBackground {
	background-image: url(../images/AirblocBackground.jpg);
	background-repeat: repeat-x;
	background-position: 400px;
}
.pagesSubTitleSmallBlue {
	font-size: 12px;
	color: #627FBD;
	font-weight: bold;
}
.pagesSubTitleBlue {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #627FBD;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-position: left;
}
TD.table_linksBlue {
	background-color: #EFF2F8;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 18px;
	text-align: center;
}

/* 
   stylesheet classes for Nordair
   #########################################################
*/
TD.bg_red {background-color: #e03a3e;}
TD.table_contentRed {
	background-color: #e03a3e;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 18px;
}
TD.table_titleRed {
	background-color: #e03a3e;
	color: #666666;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
}
.datasheet_subtitleTextRed {
	font-size: 12px;
	color: #e03a3e;
	font-weight: bold;
	padding: 5px 10px;
}
TD.datasheet_subtitleRed {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #e03a3e;
}
TR.NordairBackground {
	background-image: url(../images/NordairBackground.jpg);
	background-repeat: repeat-x;
	background-position: 400px;
}
.pagesSubTitleSmallRed {
	font-size: 12px;
	color: #e03a3e;
	font-weight: bold;
}
.pagesSubTitleRed {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #e03a3e;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-position: left;
}

/* 
   stylesheet classes for Nordair
   #########################################################
*/
TD.bg_purple {background-color: #72113d;}
TD.table_contentPurple {
	background-color: #72113d;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 18px;
}
TD.table_titlePurple {
	background-color: #72113d;
	color: #666666;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
}
.datasheet_subtitleTextPurple {
	font-size: 12px;
	color: #72113d;
	font-weight: bold;
	padding: 5px 10px;
}
TD.datasheet_subtitlePurple {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #72113d;
}
TR.ReznorBackground {
	background-image: url(../images/ReznorBackground.jpg);
	background-repeat: repeat-x;
	background-position: 400px;
}
.pagesSubTitleSmallPurple {
	font-size: 12px;
	color: #72113d;
	font-weight: bold;
}
.pagesSubTitlePurple {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #72113d;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-position: left;
}
.divPosition {
	position: relative;
	height: 300px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
/* 
   Print classes
   #########################################################
*/

P.PrintBreak {page-break-before: always}
</style>
