body {
	margin-top: 66px;
	background-image: url(../images/bkg-main.jpg);
	background-repeat: no-repeat;
	background-color: #323338;
	background-position: center top;
	margin-bottom: 122px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #004C71;
	margin-bottom: -7px;
}
.txt-red {
	color: #EE3024;
}
.txt-white {
	color: #FFFFFF;
}

.bkg-footer {
	background-image: url(../images/black-spacer.gif);
	height: 21px;
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bkg-contact {
	background-image: url(../images/bkg-contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 80px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.bkg-privacy {
	background-image: url(../images/bkg-privacy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 80px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.bkg-welcome {
	background-image: url(../images/bkg-welcome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 80px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.bkg-outdoor {
	background-image: url(../images/bkg-outdoor.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 80px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.bkg-manufacturing {
	background-image: url(../images/bkg-manufacturing.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 80px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.td-photos {
	padding-top: 40px;
}
.table-contact {
	padding-right: 5px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 3px;
}
.table-contact2 {
	padding-right: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 3px;
}


a:link {
	color: #4E9AC7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4E9AC7;
}
a:hover {
	text-decoration: none;
	color: #EE3024;
}
a:active {
	text-decoration: none;
	color: #002946;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	text-decoration: none;
	color: #EE3024;
}
a.white:active {
	text-decoration: none;
	color: #619EC2;
}
