/*
	Heat & Frost Insulators - Print styles
	Created by gordongroup marketing + communications (www.gordongroup.com)
*/

body {
	color: #000000;
	font-family: "Times New Roman", serif;
	font-size: 12pt;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#language, #toolbar, #menu {
	display: none;
}

a:link, a:visited {
	color: blue;
	text-decoration: underline;
}

.floatRight {
	float: right;
	margin: 0 0 12px 12px;
}

.floatLeft {
	float: left;
	margin: 0 12px 12px 0;
}

#footer-e, #footer-f {
	border-top: 1px solid #000000;
	clear: both;
	padding-top: 6px;
	text-align: center;
}

#logo-csc {
	display: inline;
}

#footer-e #logo-canada, #footer-f #logo-canada {
	display: inline;
	margin-left: 36px;
}

h2 {
	border-bottom: 1px solid #000000;
}

h2, h3, h4, h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

ul {
	list-style: square;	
}

ul#sitemap li {
	font-weight: bold;
}

ul#sitemap li li {
	font-weight: normal;
}

#spotlight {
	padding-left: 318px;
}

#spotlight img {
	float: left;
	margin: 0 0 12pt -318px;
}

.columns {
	clear: both;
	margin: 12pt 0;
}

.columnLeft, .columnRight {
	margin: 0 0 12pt 0;
	padding: 0;
}

#home h2 {
	clear: right;
}

table {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-collapse: collapse;
	clear: both;
	margin: 0 auto 12px auto;
	width: 90%;
}

caption {
	font-weight: bold;
	margin: 0 0 6px 0;
}

th, td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: center;
}

thead th {
	background: #CCCCCC;
	color: #666666;
}

tbody th {
	color: #666666;
}

dt {
	font-weight: bold;
	margin: 0 0 12px 0;
}

dd {
	margin: 0 0 12px 1.5em;
}