body {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.nav {
	height: 118px;
}
.nav a {
	width: 80px;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding-top: 80px;
	background-image: url(images/nav_back.gif);
	background-repeat: no-repeat;
	background-position: 70px 5px;
}
.nav a:hover {
	color: #D8001D;
	text-decoration: none;
	background-image: url(images/nav_hover.gif);
}
.nav #about {
	background-image: url(images/about_us.gif);
	background-repeat: no-repeat;
	background-position: center 4px;
}

.nav #services {
	background-image: url(images/services.gif);
	background-repeat: no-repeat;
	background-position: center 4px;
}
.nav #equipment {
	background-image: url(images/equipment.gif);
	background-repeat: no-repeat;
	background-position: center 4px;
}
.nav #faq {
	background-image: url(images/faq.gif);
	background-repeat: no-repeat;
	background-position: center 4px;
}
.nav #contact {
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: center 4px;
}
.testimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 100px;
	margin-right: 5px;
}
.testimonials #attribute {
	text-align: right;
	margin-top: 10px;
}
.testimonials #company {
	text-align: right;
	color: #D8001D;
	margin-top: 2px;
}
.main {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.main .normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.main a {
	color: #D8001D;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}
.main h1 {
	font-size: 18px;
}


.main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.main h2 .red {
	color: #D8001D;
}
.main li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	margin-bottom: 10px;
}

.main .sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.main .morelink {
	line-height: 25px;
	text-align: right;
	display: block;
}

.main .morelink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #d8001d;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-right: 10px;
}
.main .morelink a:hover {
	color: #999999;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D8001D;
}
.main hr {
	line-height: 1px;
	color: #d6d6d6;
	height: 1px;
}
.main a.readmore {
	float: right;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-top: 3px;
}
.footer a {
	color: #D8001D;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.warning {
	color: #FF0000;
}
.caption {
	font-size: 10px;
}
