@charset "utf-8";

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.header {
	background-image: url(static_images/template/header.jpg);
	background-repeat: no-repeat;
}
.leftnav {
	background-image: url(static_images/template/leftnav.gif);
	background-repeat: repeat-y;
}
.righbar {
	background-image: url(static_images/template/righline.gif);
	background-position: left;
}
.smallwhitetext {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.name {
	font-size: 15px;
	color: #FFFFFF;
}
.whitetexttwelve {
	color: #FFFFFF;
}
.productbox {
	background-image: url(static_images/home/products.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.servicebox {
	background-image: url(static_images/home/service.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.eventsbox {
	background-image: url(static_images/home/events.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.sectiontitles {
	font-size: 20px;
	color: #333333;
	padding-top: 3px;
	padding-left: 50px;
}
.productitles {
	font-size: 13px;
	font-weight: bold;
	padding-top: 12px;
}
.redtext {
	color: #990100;
	font-weight: bold;
}
.grayborder {
	border: 1px solid #A0A0A0;
}
.yellowtext {
	font-weight: bold;
	color: #E7AD1E;
}
.title {
	font-size: 20px;
	color: #333333;
	text-transform: uppercase;
	padding-left: 20px;
}
.subtitles {
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 2px;
	font-weight: normal;
}
.pagepadding {
	padding: 20px 40px;
}
.blacklink {
	color: #000000;
}
.mfgtitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
