/* css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* general layout */
body {
	font-family: 'Arial', Verdana, Sans-serif;
	width:100%;
	background: #ffffff url('/images/pageBack.jpg') repeat-x top;
	color: #738073;
	}
#center {
	width: 1000px;
	margin: auto;
}
#wrapper {
	float: left;
	width: 1000px;
}
#header {
	width: 1000px;
	height: 121px;
	background: transparent;
}

/* columns */
#left {
	width: 202px;
	float: left;
	margin: 38px 0;
}
#right {
	width: 202px;
	float: left;
	margin: 38px 0;
}
#middle {
	width: 580px;
	float: left;
	padding: 0 8px;
	margin: 18px 0;
}
#middle .header {
	height: 28px;
}
#middle .pageheader {
	height: 28px;
	width: 580px;
	background: url('/images/middleheader.gif') no-repeat;
}
#middle .content {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #acacac;
	background: #fff;
	padding: 8px;
}
#middle .footer {
	height: 7px;
	background: #ffffff url('/images/middlefooter.jpg') no-repeat bottom;
}
#footer {
	width: 1000px;
	clear: both;
	height: 182px;
	background: url('/images/footerBack.gif') no-repeat top;
	margin: 20px auto;
}
#footer .quicklinks {
	width: 142px;
	float: left;
	height:182px;
	margin: 12px 0 4px 2px;
	}
#footer .quicklinks ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 142px;
	}
#footer .quicklinks ul li a {
	background: #7b7b7b;
	height: 14px;
	padding: 3px 0 0 30px;
	width: 112px;
	display: block;
	margin: 0px 0 1px 0;
	font-size: 10px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	}
#footer .quicklinks ul li a:hover {
	background: #464646;
	border-right: 2px #7b7b7b solid;
	}
#footer p {
	color: #fff;
	padding: 0 0 0 18px;
	margin: 0 0 3px 0;
	font-size: 14px;
	}
#footer .contactInfo {
	float: right;
	margin: 48px 48px 0 0;
	}
#footer .contactInfo p {
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	}
#footer .contactInfo h7 {
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	color: #fff;
	}

/* general class definitions */
a {
	outline: none;
	text-decoration: none;
	color: #738073;
}
a:hover {
	text-decoration: underline;
}
select {
	border: 1px #738073 solid;
	}
input {
	color: #444;
	outline: none;
	}
.contactBox a {
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	line-height: 17px;
	text-decoration: none;
	}
.contactBox a:hover {
	text-decoration: underline;
	}
/* sexy button */
a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
.right {
	float: right;
	}
.loginButton {
	color: #FF0000;
	}
	
a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #444;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
input.submitBTN {
	width: 64px;
	height: 24px;
	text-align: center;
	border: none;
	outline: none;
	font-size: 10px;
	color: #738073;
	cursor: pointer;
	background: url('/images/submitBTN.jpg') no-repeat top;
	}
input.submitBTN:active {
	background: url('/images/submitBTN.jpg') no-repeat bottom;
	}
.text-field {
	width: 176px;
	padding: 5px;
	margin: 3px 0;
	font-size: 14px;
	text-align: left;
	color: #acacac;
	border: 1px #acacac solid;
}
.text-area {
	width: 176px;
	height: 130px;
	padding: 5px;
	margin: 3px 0;
	font-size: 14px;
	text-align: left;
	color: #acacac;
	border: 1px #acacac solid;
}
.dropdown {
	width: 176px;
	padding: 2px 0;
	margin: 3px 0;
	background: #ffffff;
}
p {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0;
	color: #464646;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 4px 0;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	line-height: 17px;
}
h5 {
	font-size: 11px;
	color: #acacac;
	line-height: 15px;
}
h6 {
	font-size: 18px;
	text-align: left;
	padding: 3px 0 0 10px;
	color: #fff;
}

/* custom style elements */
.headerLink {
	position: relative;
	top: 28px;
	left: 0px;
}
.headerTagLine {
	float : right;
	margin: -10px 35px 0 0;
	font-size: 14px;
	font-weight: bold;
}
.copyleft {
	width: 265px;
	padding: 0 15px 0 0;
	float: left;
	text-align: justify;
	}
.copyright {
	width: 265px;
	padding: 0 0 0 15px;
	float: left;
	text-align: justify;
	}
/* navigation */
#navholder {
	width: 1000px;
	height: 33px;
	margin: 2px auto auto auto;
}
.navleft, .navright {
	float: left;
	width: 13px;
	height: 33px;
}
.navmiddle {
	float: left;
	width: 974px;
	height: 33px;
	background: url('/images/navrepeat.jpg') repeat-x;
}
.navmiddle .ulHolder {
	margin: auto;
	width:850px;
	}
.navmiddle ul {
	padding: 0px;
	margin: 6px 0 0 0;
	list-style-type: none;
}
.navmiddle ul li {
	display: inline;
	width: 120px;
	float: left;
	border-left: 1px #696969 solid;
	text-align: center;
}
.navmiddle ul li.last {
	display: inline;
	width: 120x;
	float: left;
	border-left: 1px #696969 solid;
	border-right: 1px #696969 solid;
	text-align: center;
}
.navmiddle ul li a {
	padding: 3px 0;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	display: inline;
}

/* sidebar generic widget */
#side_widgetleft {
	width: 202px;
}
#side_widgetleft h3 a {
	border: 1px #e6e6e6 solid;
	display: block;
	padding: 8px 0;
}

#side_widgetleft .header {
	width: 202px;
	height: 25px;
	background: url('/images/widgetHeaderLeft.gif') no-repeat;
	margin: 8px 0 0 0;
	font-size: 14px;
	color: #ffffff;
	padding: 6px 0 0 8px;
}
#side_widgetleft .content {
	border-style: solid;
	border-width: 0 1px;
	border-color: #acacac;
	background: #fff;
	padding: 6px;
}
#side_widgetleft .content p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#side_widgetleft .footer {
	width: 202px;
	height: 9px;
	background: url('/images/widgetFooter.gif') no-repeat;
}

#side_widgetright {
	width: 202px;
}
#side_widgetright h3 a {
	border: 1px #e6e6e6 solid;
	display: block;
	padding: 8px 0;
}

#side_widgetright .header {
	width: 202px;
	height: 25px;
	background: url('/images/widgetHeaderRight.gif') no-repeat;
	margin: 8px 0 0 0;
	font-size: 14px;
	color: #ffffff;
	padding: 6px 0 0 8px;
}
#side_widgetright .content {
	border-style: solid;
	border-width: 0 1px;
	border-color: #acacac;
	background: #fff;
	padding: 6px;
}
#side_widgetright .content p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#side_widgetright .footer {
	width: 202px;
	height: 9px;
	background: url('/images/widgetFooter.gif') no-repeat;
}

/* events calendar object */
.eventholder {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #c2c2c2;
	padding: 3px;
}
.eventholder .eventitem {
	width: 80%;
	font-size: 10px;
	padding: 2px 0;
}
.eventholder .graphiclink {
	width: 26px;
	height: 26px;
	float: right;
	margin: -28px 0 0 0;
}

/* announcement object */
.announcementholder {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #c2c2c2;
	padding: 3px;
}
.announcementholder .announcementitem {
	width: 80%;
	font-size: 10px;
	padding: 2px 0 0 40px;
}
.announcementholder .graphiclink {
	width: 26px;
	height: 26px;
	float: left;
	margin: -28px 0 0 0;
}


/* photo gallery */
.galleryitem {
border-color:#C2C2C2;
border-style:solid;
border-width:1px 0pt 0pt;
margin: 5px 0 0 0;
padding:3px;
height:38px;
}

.galleryitem img {
float:left;
height:29px;
width:49px;
}


.gallerycopy {
font-size:10px;
margin:0pt 0pt 0pt 55px;
position:relative;
}

.announcementholder h2, .gallerycopy h2 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.eventholder h2, .gallerycopy h2 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}



/* middle content */
.driverAssistIcon {
width: 29px;
position: relative;
top: 0;
float: right;
left: 0;
margin: 0 0 0 6px;
height: 29px;
background: url('/images/driverAssistIcon.gif');
}
.autoIcon {
width: 29px;
position: relative;
top: 0;
float: right;
left: 0;
margin: 0 0 0 6px;
height: 29px;
background: url('/images/autoIcon.gif');
}
.portableIcon {
width: 29px;
position: relative;
top: 0;
float: right;
left: 0;
margin: 0 0 0 6px;
height: 29px;
background: url('/images/portableIcon.gif');
}

.componentsIcon {
width: 29px;
position: relative;
top: 0;
float: right;
left: 0;
margin: 0 0 0 6px;
height: 29px;
background: url('/images/componentsIcon.gif');
}

.newsItem {
	border-bottom: 1px #c2c2c2 solid;
	padding: 10px;
	clear: both;
	}
.newsItem .newsGallery {
position: relative;
height: 124px;
float: left;
background: #fff;
}
.newsItem .newsGallery .big {
width: 145px;
height: 98px;
background: #fff;
border: 1px #acacac solid;
padding: 4px;
}

.impressionPhoto {
width: 145px;
height: 98px;
background: #fff;
border: 1px #acacac solid;
padding: 4px;
margin-left:10px;
}

.newsItem .newsGallery .galleryThumbs {
height: 24px;
margin: 5px 0 0 0;
}
.newsItem .newsGallery .thumb {
width: 49px;
height: 33px;
float: left;
margin: 0 3px 0 0;
}
.newsItem .newsGallery .thumb .last {
width: 49px;
height: 33px;
float: left;
margin: 0 0 0 0;
}
	
.newsItem .newsCopy {
	width: 370px;
	float: left;
	font-size: 12px;
	margin: 0 0 0 12px;
	color: #464646;
	}
.newsItem .newsCopy p {
clear: both;
} 

	
.newsItem .readMore {
	clear: both;
	width: 110px;
	height: 20px;
	margin: 0 0 0 455px;
	}
.newsItem .URLlink {
	clear: both;
	height: 20px;
	margin: 0 0 0 355px;
}
/* pagination div */
.next {
float: right;
position: relative;
right: 0px;
}
.previous {
position: relative;
left: 5px;
}
.pagination {
clear: both;
height: 30px;
border:1px #acacac solid;
background: #fff;
padding: 5px 5px 0;
}


/* middle nav tabs */
.shadetabs{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.shadetabs li{
	text-align : center;
	float: left;
	width: 110px;
	margin: 0 1px 0 0;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0;
	margin: 0px;
	display: block;
	background: url('/images/tabBack.jpg') no-repeat top;
}
.shadetabs li a.selected:hover {
	text-decoration: underline;
}

.shadetabs li a:hover{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0;
	margin: 0px;
	background: url('/images/tabBack.jpg') no-repeat bottom;
}

.shadetabs li a.selected{ /*selected main tab style */
	background: url('/images/tabBack.jpg') no-repeat bottom;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

/* press releases */
.pressRelease {
	width: 550px;
	padding: 12px;
}
.pressRelease p {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0;
}
.pressRelease h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.pressRelease h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	margin: 15px 0;
}
.pressRelease h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}
.pressRelease h4 {
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	line-height: 17px;
}
.pressRelease h5 {
	font-size: 11px;
	color: #acacac;
	line-height: 15px;
}
.pressRelease h6 {
	font-size: 18px;
	text-align: left;
	padding: 3px 0 0 10px;
	color: #fff;
}
.pressRelease table {
	font-size: 12px;
	text-align: left;
	margin: auto;
	width: 100%;
}
.pressRelease table tr {
	line-height: auto;
	border: 1px #c6c6c6 solid;
}
.pressRelease table td {
	border: 1px #c6c6c6 solid;
	padding: 0 5px;
}
.pressRelease table thead tr th{
	line-height: 18px;
	width: 100%;
	text-align: center;
	padding: 0 5px;
}

/* company logos */
.logoHolder {
	margin: 12px 0 0 0;
	}
.logoHolder img {
	border: 1px #c6c6c6 solid;
	float: left;
	margin: 0 5px 5px 0;
	}

/* staff */
.staffHolder {
	border-bottom: 1px #c2c2c2 solid;
	padding: 10px 10px 30px 10px;
	clear: both;
	}
.staffHolder .staffPic {
	position: relative;
	width: 160px;
	height: 200px;
	float: left;
	background: #fff;
	}	
.staffHolder .staffPic .big {
	width: 140px;
	height: 200px;
	padding: 5px;
	border: 1px #c2c2c2 solid;
	}
	
.staffHolder .staffCopy {
	width: 335px;
	float: left;
	font-size: 12px;
	margin: 0 0 0 12px;
	color: #464646;
	}
.staffHolder .staffEmail {
	clear: both;
	width: 110px;
	height: 20px;
	margin: 0 0 0 455px;
	}

.contactBox {
	width: 30%;
	margin: 0 6px 6px 0;
	padding: 5px;
	height: 50px;
	border: 1px #c6c6c6 solid;
	float: left;
}
.oemList {
	width: 30%;
	float: left;
	}
.package {
	padding: 14px;
	margin: 0 0 12px 0;
	background: url('/images/objectBack.jpg') top no-repeat;
	}
.packageDetails {
	padding: 14px;
	}
.packagePrice {
	padding: 10px 0 0 420px;
	font-size: 30px;
	font-weight: bold;
	color: #738073;
	border-top: 1px #738073 solid;
	}
#genericList {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 40px;
	border: 1px #c6c6c6 solid;
	}
#middle .package ul {
	margin: 0 0 0 100px;
	border: none;
	}
#genericList li {
	margin: 10px 0;
	font-size: 12px;
	color: #464646;
	}
.package ul li {
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #738073;
	list-style: url('/images/redCheck.gif');
	}
/* register elements */
.register {
	margin: 0 0 0 0;
	padding: 18px 5px 5px 13px;
	height: 53px;
	border-top: 1px #c6c6c6 solid;
	}
.register img {
	float: left;
	}
.register a {
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	line-height: 17px;
	position: relative;
	top: 17px;
	left: 8px;
	}

.articleTitle {
float: left;
width: 310px;
height: 70px;
margin: 0 8px 0 0;
}

	
