a, a:link, a:active, a:visited {
	color: #C00;
}

a:hover {
	color: #900;
}

body {
	font-family: Tahoma, Arial;
	font-size: 12px;
	background-color: #EBEBEB;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 11px;
	border-spacing: 0px;
	_border-collapse: collapse;
	border-width: 0px;
}

td {
	margin: 0px;
	padding: 0px;
}

tr {
	margin: 0px;
	padding: 0px;
}

.offline{
	width: 100%;
	height: 100%;
}

.offline td {
	font-size: 20px;
	font-weight: bold;
	color: #006699;
	text-align: center;
	vertical-align: middle;
}

.canvas {
	height: 500px;
	background-image: url('../images/pageBg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	background-color: #FFF;
	padding: 0px;
}

.body {
	width: 100%;
}

.bottom {
	width: 100%;
}

.bottom td {
	vertical-align: middle;
}

.top {
	width: 100%;
	text-align: center;
}

.bottom td {
	background-image: url('../images/pageBottom.jpg');
	background-repeat: repeat-x;
	background-position: top;
	min-height: 100px;
	height: 65px;
	text-align: center;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #666;
	text-decoration: underline;
}

.footer {
	width: 850px;
}

.footer td {
	padding: 5px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	background-image: none;
}

.header {
	background-color: #C00;
	color: #FFF;
	text-align: center;
	padding: 0px;
}

.torn {
	height: 25px;
	background-image: url('../images/tornBottom.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.headerLinks {
	width: 560px;
	height: 50px;
	background-image: url('../images/headerBg.png');
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.headerLinks img {
	vertical-align: middle;
}

.headerLinks a:link, .headerLinks a:active, .headerLinks a:visited, .headerLinks a {
	color: #FFF;
	text-decoration: none;
}

.headerLinks a:hover {
	color: #FFF;
	text-decoration: underline;
}

.tornPaper {
	background-image: url('../images/tornBottom.png');
	background-repeat: repeat-x;
	background-position: top center;
	height: 21px;
	padding: 0px;
	margin: 0px; 
	font-size: 0px;
}

.title {
	font-size: 20px;
	color: #C00;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 2px;
}

.title a, .title a:link, .title a:active, .title a:visited {
	color: #C00;
	text-decoration: none;
}

.title a:hover {
	color: #C00;
	text-decoration: underline;	
}

.serviceDesc {
	padding-left: 50px;
	font-size: 13px;
	color: #000;
	line-height: 1.5;
}

.getDirections {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

.getDirections td {
	padding: 5px;
}

input, textarea {
	font-family: Tahoma, Arial;
	padding: 3px;
	font-size: 13px;
}

.productLine {
	width: 200px;
}

.productLine td {
	font-size: 16px;
	font-weight: bold;
	background-image: url('../images/productLineBg.png');
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	height: 50px;
	width: 200px;
}

.productLine a:link, .productLine a:active, .productLine a:visited, .productLine a {
	color: #FFF;
	text-decoration: none;
}

.productLine a:hover {
	color: #FFF;
	text-decoration: underline;
}

.listingTable {
	width: 625px;
	border-style: solid;
	border-color: #000;
	border-width: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	margin: 0px;
	padding: 0px;
}

.listingTable td {
	height: 40px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.listingTable thead td {
	background-image: url('../images/listingTableTitle.jpg');
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	font-size: 14px;
	border-style: solid;
	border-color: #000;
	border-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	text-align: center;
	font-weight: bold;
}

.listingTable tbody td {
	background-image: url('../images/listingTableCat.jpg');
	background-repeat: repeat-x;
	background-position: top;
	color: #000;
	font-size: 14px;
	border-style: solid;
	border-color: #000;
	border-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	font-weight: bold;
	text-align: left;
}

.listingTable tfoot td {
	background-image: url('../images/listingTableBg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	color: #000;
	font-size: 14px;
	border-style: solid;
	border-color: #000;
	border-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #FFF;
	font-weight: bold;
	text-align: left;
}

.listingTable a, .listingTable a:link, .listingTable a:active, .listingTable a:visited {
	color: #000;
	text-decoration: none;
}

.listingTable a:hover {
	color: #333;
	text-decoration: underline;	
}

.address {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
}

.greyTable {
	width: 650px;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
}

.greyTable td {
	padding: 5px;
	background-color: #CCC;
}

.formLabel {
	text-align: right;
	font-weight: bold;
}

.productType {
	font-size: 22px;
	font-weight: bold;
}

.productApplication {
	color: #C00;
}

.centerTable td {
	text-align: center;
	padding: 5px;
	vertical-align: top;
}

.jumpMenu {
	width: 500px;
	height: 100px;
}

.jumpMenu td {
	background-image: url('../images/jumpBar.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	font-size: 20px;
}

.categoryTitle {
	font-size: 30px;
	font-weight: bold;
	color: #C00;
}

.productDisplayPage td {
	text-align: center;
}
