/*template to be used with all pages with top and side navigation*/
/*Must use with navHarken.com and globalHarken.com*/
body {
	background-image:url(blackBox.gif);
	background-position:left bottom;
	background-repeat:repeat-y;
	background-color:white;
	margin:0 auto;
	padding:0;
	z-index:100;
	height:100%;
}

* {font-family:Arial, Helvetica, verdana, sans-serif}

#sidenavBox {
	background: #000000 url(sideBarBG2.gif) top left no-repeat;
	background-repeat:no-repeat;
	width: 120px;
	height: auto;
	position:absolute;
	top: 44px;
	left: 0px;
	text-align:left;
	z-index:105;
}
*html #sidenavBox {
	height:100%;
}
.sidenavSpace {
	COLOR:white;
	FONT-SIZE:9px;
	FONT-WEIGHT:bold;
	text-decoration: none;
	margin-top:16px;
	margin-bottom:5px;
}
.sidenavSpace a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.sidenavSpace a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sidenavSpace a:hover {
	color: #ff0000;
	text-decoration: none;
}
.sidenavSpace a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.sidenav {
	COLOR:white;
	FONT-SIZE:9px;
	FONT-WEIGHT:bold;
	text-decoration: none;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:5px;
	line-height:normal;
}
.sidenav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.sidenav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sidenav a:hover {
	color: #ff0000;
	text-decoration: none;
}
.sidenav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#topnavBackground {
	background:#000000 url(blackBox1.gif);
	background-position:right top;
	background-repeat:repeat;
	height:44px;
	width:100%;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	position:absolute;
	z-index:103;
}
#topnavBox {
	width: 100%;
	height: auto;
	position:absolute;
	margin: 0px;
	padding:0px;
	left: 0px;
	top:0px;
	background-color: transparent;
	z-index:104;
}
#topnavLogo {
width: 220px;
height:auto;
top:0px;
left:0px;
text-align:left;
position:absolute;
z-index:105;
}
#topnavStore {
position:absolute;
width: 110px;
height:auto;
top:20px;
left:222px;
text-align:left;
z-index:106;
}
#topnavNews {
position:absolute;
width: 100px;
height:auto;
top:20px;
left:325px;
text-align:center;
z-index:107;
}
#topnavDealers {
position:absolute;
width: 100px;
height:auto;
top:20px;
left:430px;
text-align:center;
z-index:108;
}
#topnavHarken {
position:absolute;
width: 125px;
height:auto;
top:20px;
left:545px;
text-align:center;
z-index:109;
}
#topnavLinks {
position:absolute;
width: 70px;
height:auto;
top:20px;
left:680px;
text-align:right;
z-index:110;
}
#redlineLeft {
background-color:#b90000;
position:absolute;
left:0px;
top:40px;
height:4px;
width:120px;
z-index:501;
overflow:hidden;
}
#redline {
	background-color:#b90000;
	position:absolute;
	top:40px;
	width:100%;
	height:4px;
	z-index:500;
	overflow:hidden;
}
#redlineRight {
	background-color:#b90000;
	position:absolute;
	top:40px;
	right:0px;
	height:4px;
	width:120px;
	z-index:502;
	overflow:hidden;
}
.topnav {
	COLOR:white;
	FONT-SIZE:9px;
	FONT-WEIGHT:bold;
	text-decoration: none;
}
.topnav a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.topnav a:hover {
	color: #ff0000;
	text-decoration: none;
}
.topnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#logoPrint {
	position:relative;
	height:auto;
	display:none;
	height:75px;
	width:650px;
}
.logo {
	FONT-FAMILY:arial, helvetica, verdana, sans-serif;
	font-size:10px;
	color:black;
	line-height: 15px;
}
