body {
	background-color: #29292C;
}

* {
	font-family: Helvetica, Tahoma, sans-serif;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	left: -10px;
}

.loc {
	position: relative;
	left: -10px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0.75em 0px 0.25em 0px;
}

h2 a, h2 a:visited {
	text-decoration: none;
	color: #fff;
}

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

.nav_table {
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 17px;
	background-image: url('_images/leftBg.gif');
	background-repeat: repeat-y;
	vertical-align: top;
}

.nav_table ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}

.nav_table a {
	color: #fff;
}	

.body_table {
    font-family: Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	height: 332px;
	color: #FFFFFF;
	line-height: 17px;
}

.content_table {
	font-size: 12px;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #061e88;
	vertical-align: top;
	background-image: url('_images/bgRepeat.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}
	
.content_table a {
	color: #fff;
}

/* Background classes */
/*
	All background classes are as follows:
	bg-about, bg-aftermarket, bg-contact, bg-markets, bg-news, bg-products, bg-helpdesk
	Plain blue would be bg-plain
*/

.content_table div.content {
	padding: 10px 30px 30px 30px;
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
}

.bg-about, .bg-aftermarket {
	background-image: url('_images/bgMain.jpg');
	min-height: 350px;
	/* IE 6 hack */
	height: auto !important;
	height: 350px;
}

.bg-contact, .bg-markets, .bg-news {
	background-image: url('_images/bgHRC100.jpg');
	min-height: 415px;
	/* IE 6 hack */
	height: auto !important;
	height: 415px;
}

.bg-products {
	background-image: url('_images/bgHRC100.jpg');
	min-height: 415px;
	/* IE 6 hack */
	height: auto !important;
	height: 415px;
}

.bg-helpdesk {
	background-image: url('_images/bgHRC100.jpg');
	min-height: 415px;
	/* IE 6 hack */
	height: auto !important;
	height: 415px;
}

.bg-plain {
	background-image: url('_images/bgPlain.jpg');
	min-height: 50px;
	/* IE 6 hack */
	height: auto !important;
	height: 50px;
}

.bg-home {
	background-image: url('_images/bgHome.jpg');
	min-height: 395px;
	/* IE 6 hack */
	height: auto !important;
	height: 395px;
}

.navigation_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;	
}

#bottomText {
	color: #fff;
	font-size: 11px;
}

#bottomText a, #bottomText a:visited {
	color: #fff;
	text-decoration: none;
}

#bottomText a:hover {
	color: #fff;
	text-decoration: underline;
}
.invalid {
	background-color: #fdd;
}