/*AU*/
/*template to be used with all pages with top and side navigation*/
/*Must use with navHarken.com and globalHarken.com*/
body {
	background-image:url(../img/blackBox.gif);
	background-position:left bottom;
	background-repeat:repeat-y;
	background-color:white;
	margin:0;
	padding:0;
	z-index:100;
	height:100%;
}
* {font-family:Arial, Helvetica, verdana, sans-serif}
#sidenavBox {
	background-image:url(../java_assets/1store.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	width: 120px;
	height: auto;
	position:absolute;
	top: 44px;
	left: 0px;
	text-align:center;
	padding:0;
	margin:0;
	z-index:105;
}
.sidenavSpace {
	COLOR:white;
	FONT-SIZE:9px;
	FONT-WEIGHT:bold;
	text-decoration: none;
	margin-top:16px;
	margin-bottom:5px;
	text-transform: uppercase;
}
.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;
	text-transform: uppercase;
	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;
}
a:link{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
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;
}

#topnavBackground {
	background-image:url(../img/blackBox1.gif);
	background-position:right top;
	background-repeat:repeat;
	background-color:transparent;
	height:44px;
	width:100%;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	position:absolute;
	z-index:103;
}
/*box for top navigation*/
#topnavBox {
	width: 100%;
	height: auto;
	position:absolute;
	margin: 0px;
	padding:0 0 10px 0;
	left: 0px;
	top:0px;
	color:#fff;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	z-index:6000;
}
/*harken Logo*/
.harkenLogo {
	position:relative;
	float:left;
	top:0;
	left:0;
	border:none;
	width:220px;
}
img {
	border:none;
}
ul.topnavList li {
	position:relative;
	top:25px;
	width:530px;
	text-align:left;
	font-size:9px;
	font-family:arial, helvetica, verdana, sans-serif;
	list-style-type: none;
	display:inline;
	padding:0 4% 0 0;
}
ul.topnavList li a {
	text-decoration:none;
}
#social {
	position:relative;
	width:750px;
	top:10px;
}
#social img {
	float:right;
	padding: 0 0 0px 5px;
}
/*long red line and left fade*/
#redline {
	background-color:#b90000;
	position:absolute;
	top:44px;
	height:4px;
	width:100%;
	z-index:505;
	background-image: url(../img/redfade.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/*Right red fade*/
#redlineRight {
	background-color:#b90000;
	position:absolute;
	top:44px;
	right:0px;
	height:4px;
	width:120px;
	z-index:505;
	background-image: url(../img/redfade2.gif);
	background-repeat: no-repeat;
	background-position: right;
}

