@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #4F4F4F;
	font: 12pt Arial, Helvetica, sans-serif;
	color: #000;
}

.wrap {
	width: 958px;
	margin: 0 auto;
}

.container {
	width: 958px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	text-align: center;
	float: right;
	background-color: #000;

}

h1 {
	font: bold 20pt Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 auto;
}

h2 {
	font: bold 15pt Arial, Helvetica, sans-serif;
	color: #CCC;
	border-bottom: #CCC 1px dashed;
}

.columnLeft {
	width: 308px;
	min-height: 270px;
	height: auto !important;
	background-image: url(images/usa-harness-logo.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	text-align: left;
	
}

#columnLeft {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 150px;
 
}
 
#columnLeft a {
    display: block;
    width: 300px;
    height: 150px;
	padding-left: 6px;
	text-decoration: none;
 
}

.news {
	width: 282px;
	min-height: 226px;
	background-image: url(images/bg-news.png);
	background-repeat: repeat-x;
	background-color: #888;
	margin-top: 166px;
	padding: 13px;
}

.news a {
	color: #000;
	text-decoration: none;	
}

.news a:hover {
	color: #666;
	text-decoration: none;
}

.news h2 {
	font: bold 17pt Arial, Helvetica, sans-serif;
	color: #2B2D7A;
	border-bottom: #FFF 1px solid;
	margin: 0 auto;
}


.banners {
	width: 278px;
	min-height: 296px;
	background-color: #000;
	padding: 15px;
	text-align: center;
}

.banners a {
	color: #FFF;
	text-decoration: none;
}

.banners a:hover {
	color: #CCC;
	text-decoration: none;
}

.columnRight {
	width: 650px;
	min-height: 270px;
	height: auto !important;
	background-color: #3C3C3C;
	float: right;
	
}

.nav {
	width: 650px;
	height: 34px;
	text-align: center;
	float: right;
	padding-top: 7px;
	position: relative;
	z-index: 999;
	padding-top: 20px;
	border-bottom: #000 4px solid;

}

.photoMain {
	width: 650px;
	height: 360px;
	float: right;
	background-image: url(images/main-image.jpg);
	background-repeat: no-repeat;
}

.contentMain {
	width: 620px;
	min-height: 296px;
	background-color: #333333;
	float: right;
	padding: 15px;
	text-align: left;
	color: #FFF;

}

.contentMain h1 {
	color: #FFF;
	border-bottom: #CCC 1px solid;
}

.footer {
	width: 958px;
	min-height: 67px;
	background-image: url(images/bg-bott.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #5C5B5C;
	float: left;
	text-align: center;
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 15px;
}

.footer a {
	color: #000;
	text-decoration: none;
	margin: 0px;
}

.footer a:hover {
	color: #CCC;
	text-decoration: none;
}

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

a:hover {  
	color: #CCC; 
	text-decoration: none
}