@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.footer {
	color: #FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
.box-heating {
	background-image: url(images/box-heating.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.box-ac {
	background-image: url(images/box-AC.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.box-plumbing {
	background-image: url(images/box-plumbing.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: left;
}
.bg-black {
	background-color: #000000;
}

.bg-white {
	background-color: #FFFFFF;
}
h1 {
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	color: #0033FF;
}
.txt-orange {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.txt-orange2 {
	font-weight: bold;
	color: #FF6600;
}
.txt-green {
	font-weight: bold;
	color: #009900;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000099;
}

