@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('cartogothic/CartoGothicStd-Book-webfont.eot');
	src: local('☺'), url('cartogothic/CartoGothicStd-Book-webfont.woff') format('woff'), url('cartogothic/CartoGothicStd-Book-webfont.ttf') format('truetype'), url('cartogothic/CartoGothicStd-Book-webfont.svg#webfontTH20CnY4') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdItalic';
	src: url('cartogothic/CartoGothicStd-Italic-webfont.eot');
	src: local('☺'), url('cartogothic/CartoGothicStd-Italic-webfont.woff') format('woff'), url('cartogothic/CartoGothicStd-Italic-webfont.ttf') format('truetype'), url('cartogothic/CartoGothicStd-Italic-webfont.svg#webfontWj8M1e3I') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('cartogothic/CartoGothicStd-Bold-webfont.eot');
	src: local('☺'), url('cartogothic/CartoGothicStd-Bold-webfont.woff') format('woff'), url('cartogothic/CartoGothicStd-Bold-webfont.ttf') format('truetype'), url('cartogothic/CartoGothicStd-Bold-webfont.svg#webfontuvgRkG9V') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CartoGothicStdBoldItalic';
	src: url('cartogothic/CartoGothicStd-BoldItalic-webfont.eot');
	src: local('☺'), url('cartogothic/CartoGothicStd-BoldItalic-webfont.woff') format('woff'), url('cartogothic/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'), url('cartogothic/CartoGothicStd-BoldItalic-webfont.svg#webfontM62nYRBo') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*font: 18px/27px 'CartoGothicStdBook', Arial, sans-serif;
font: 18px/27px 'CartoGothicStdItalic', Arial, sans-serif;
font: 18px/27px 'CartoGothicStdBold', Arial, sans-serif;
font: 18px/27px 'CartoGothicStdBoldItalic', Arial, sans-serif;*/

body {
		background: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0;
		padding: 0;
		position: relative;
	}

#background {
	position: absolute;
	width: 920px;
	height: 616px;
	left: 50%;
	margin-left: -460px;
	z-index: -1;
}

body#interior #background {
	background: url(../images/background-interior.jpg);
}

	.container {
		width: 850px;
		margin: 0 auto;
	}
	.clear {
		clear: both;
	}
p {
	padding: 12px 0;
	margin: 0;
	line-height: 18px;
}

	h1 {
		font: 40px 'CartoGothicStdBoldItalic', Arial, sans-serif;
		font-weight: bold;
		color: #083783;
		text-align: center;
		margin: 0;
		padding: 0;
	}
		h2 {
			font: 28px 'CartoGothicStdBoldItalic', Arial, sans-serif;
			margin: 0;
			padding: 6px 0 0 0;
		}	
			h3 {
				font: 20px 'CartoGothicStdBoldItalic', Arial, sans-serif;
				margin: 0;
				padding: 6px 0 0 0;
			}
			
a {
	color: #083783;
}

a:hover {
	color: #0f60e3;
}

a.btt {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 134px;
	height: 28px;
	padding-top: 24px;
	background: url(../images/btt-bg.jpg);
	font: 14px 'CartoGothicStdBoldItalic', Arial, sans-serif;
}
			
a#logo {
	background: url("../images/logo.png") no-repeat;
	display: block;
	margin: 0 auto;
	width: 500px;
	height: 200px;
	text-align: center;
}
	a#logo span {
		display: none;
	}
h1#tagline {
	text-align: center;
	color: #ffec14;
	margin-top: -50px;
	margin-bottom: 25px;
	font-size: 20px;
}

img {
	border: none;	
}

div#nav {
	background: url("../images/nav-bar.png") repeat-x;
	height: 37px;
	margin: 23px auto;
	text-align: center;
	padding-top: 14px;
	width: 920px;
}	
	div#nav ul {
		height: 37px;
		margin: 0 auto;
		padding: 0;
	}
	div#nav ul li {
		display: inline;
		margin: 0 15px;
	}
		div#nav ul li.last {
			margin-right: 0;
		}
		div#nav ul li a {
			color: #FFF;
			font: 18px 'CartoGothicStdItalic', Arial, sans-serif;
			text-decoration: none;
		}
			div#nav ul li a:hover {
				color: #ffec14;
			}
		ul.subnav {
			display: none;
		}

div.callout {
	width: 228px;
	height: 322px;
	padding: 20px;
	float: left;
	margin-right: 23px;
	cursor: default ;
	position: relative;
	z-index: 5;
}		
	div.fire {
		background: url("../images/box-fire.png") no-repeat;
	}
	div.hvac {
		background: url("../images/box-hvac.png") no-repeat;
	}
	div.plumbing {
		background: url("../images/box-plumbing.png") no-repeat;
		margin-right: 0;
	}
	
	div.callout p {
		text-align: center;
		margin: 0;
		padding: 0;
		line-height: 16px;
	}
	div.callout h2 {
		margin-top: 110px;
		margin-bottom: 0;
		text-align: center;
		font-weight: bold;
		font-size: 40px;
		text-transform:  uppercase;
		color: #2c61af;
	}
	div.callout a.btn {
		background: url("../images/btn-more-info.png") no-repeat;
		font-family: 'CartoGothicStdBoldItalic', Arial, sans-serif;
		text-decoration: none;
		text-align: center;
		color: #000;
		display: block;
		margin-top: 10px;
		padding-top: 10px;
		width: 226px;
		height: 24px;
	}
		div.callout a.btn:hover {
			background-position: 0 -34px;
		}
		div.callout a.btn:active {
			position: relative;
			top: 1px;
		}
			
p#footer {
	color: #FFF;
	font: 16px 'CartoGothicStdItalic', Arial, sans-serif;
	text-align: center;
	margin: 23px 0 0;
	padding-bottom: 13px;
}	
p#subfooter {
	background: url("../images/footer-bar.png") no-repeat;
	color: #FFF;
	text-align: center;
	padding-top: 13px;
	margin-bottom: 23px;
}
p#subfooter a {
	color: #ffec14;
	text-decoration: none;
}	
	p#subfooter a:hover {
		text-decoration: underline;
	}	

div#content {
	background: url("../images/content.png") repeat-y;
	padding:0 23px;
	width: 804px;
	}	
div#content-top {
	background: url("../images/content-top.png") no-repeat;
	height: 21px;
}	
div#content-bottom {
	background: url("../images/content-bottom.png") no-repeat;
	height: 21px;
}

.products {
	margin-bottom: 12px;
}

.pic, .pic-right, .pic-left {
	margin-top: 8px;
}

.pic-right {
	margin-left: 23px;	
}

.pic-left {
	margin-right: 23px;
}

.outro {
	font-weight: bold;
	font-size: 14px;
}

hr {
	height: 25px;
	display: list-item;
	list-style: url(../images/divider.jpg) inside;
	filter : alpha(opacity=0);
	width: 0;
	border: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.icon-list {
	margin: 0;
	padding: 0;
	text-align: center;
}

.icon-list li {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
	padding-left: 0;
	width: 266px;
	float: left;
}

.icon-list li.last {
	margin-left: 266px;	
}

.icon-list li a {
	text-decoration: none;	
}

.icon-list li img {
	margin-bottom: 6px;	
}

.services-list {
	text-align: center;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

	.services-list li {
		margin: 0;
		padding: 3px 0;
	}

.downloads-grid {
	margin: 0 auto;
	width: 700px;
}

	.downloads-grid .cell-left, .downloads-grid .cell-right {
		width: 300px;
		margin: 0 0 0 50px;
	}
	
	.downloads-grid .cell-left {
		clear: left;
		float: left;
	}
	
	.downloads-grid .cell-right {
		clear: right;
		float: right;	
	}
	
	.downloads-grid .note {
		margin-top: 10px;
	}
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
