/*For use with HTML catalog*/
*{
margin:0;
padding:0;
}
body {
	background-image:url(../images/blackBox140.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #000;
}
.pdf {
	font-family: Arial, Helvetica, Verdana, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #000;
}
/*top background*/
#topBackground {
	background-image:url(../images/topMenu.jpg);
	background-position:left top;
	background-repeat:repeat;
	background-color:transparent;
	height:75px;
	width:100%;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	position:absolute;
	z-index:100;
}
/*Container for whole page*/
#container {
	position:absolute;
	left:20px;
	top:0;
	width:983px;
	height:auto;
	z-index:101;
}

/*Header image*/
#headerImage {
	position:relative;
	clear:both;
	float:left;
	top:0px;
	left: 120px;
	width:863px;
	height:auto;
}

/*Top Navigation box holds harken Logo and flyout product navigation*/
#HarkenLogo {
	top:0px;
	left:0px;
	width:983px;
	height:75px;
	position:relative;
}

/*Flag Navigation box*/
#sideNavigation {
	top:120px;
	left:0px;
	width:120px;
	height:auto;
	position:absolute;
	background-color:#000;
}

/*Flag Navigation*/
.navFlag {
	padding-right:10px;
	font-family:Arial, Helvetica, Verdana, Sans-serif;
	color:#ccc;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	text-transform:uppercase;
	letter-spacing:normal;
}
.navFlag a{
text-decoration:none;
color:#CCCCCC;
}
.navFlag a:hover {
text-decoration: none;
color: #b90000;
}

.navFlag li {
	list-style-type: none;
	padding-bottom: 15px;
}

/*Page category that overlays header image*/
#categoryText {
	position:absolute;
	left:150px;
	top:297px;
	width:auto;
	height:auto;
	padding:10px;
}
.categoryText {
	font-family: Arial, Helvetica, Verdana, sans-serif, "Trebuchet MS";
	font-weight:bold;
	font-size: 16px;
	font-style:italic;
	text-transform:uppercase;
	color: #000;
	line-height:24px;
}

/*pages category and links*/
#categoryBoxComplete {
	position:relative;
	float:left;
	clear:left;
	top:0px;
	width:863px;
	height:auto;
	background-color:#FFFFFF;
	left: 120px;
}
#categoryBox1 {
	position:relative;
	float:left;
	clear:left;
	top:35px;
	width:280px;
	height:auto;
	background-color:#FFFFFF;
	left: 20px;
}
#categoryBox2 {
	position:relative;
	float:left;
	clear:none;
	top:35px;
	left:0px;
	width:280px;
	height:auto;
	background-color:#FFFFFF;
}
#categoryBox3 {
	position:relative;
	float:left;
	clear:none;
	top:35px;
	left:0px;
	width:280px;
	height:auto;
	background-color:#FFFFFF;
}
/*Thumbnail container*/
#catDetails {
	position:relative;
	float:left;
	clear:left;
	top:35px;
	left:20px;
	width:843px;
	height:auto;
	background-color:#FFFFFF;
}
/* padding on page tumbnails*/
.padRight20 {
padding-right:20px;
}
/*divider between page list and thumbnails*/
.ruleBlack {
	border-bottom:1px dotted #000;
	width:auto;
	margin-bottom: 20px;
	padding: 0;
	height:20px;
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif, "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #235571;
	text-transform: uppercase;
	line-height:14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 0;	
	vertical-align:top;

}

/*page list*/
.catList ul {
left:20px;
}
.catList li {
	line-height:20px;
	list-style-type: none;
}
.catList {
	font-family:Arial, Helvetica, Verdana, Sans-serif;
	color:#000000;
	font-size:12px;
	line-height:12px;
	text-transform:none;
}
.catList a {
text-decoration:none;
color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.catList a:hover {
text-decoration:none;
color:#b90000;
}

#footer {
	position:relative;
	float:left;
	top:80px;
	clear:both;
	width:983px;
	height:50px;
}
.footer {
	font-family: Arial, Helvetica, Verdana, sans-serif, "Trebuchet MS";
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	text-align:center;
}
.footer a {
text-decoration:none;
color:#666666;
}
.footer a:hover {
text-decoration:none;
color:#b90000;
}

/*_________________________________________________________*/
/*Top Navigation box holds flyout product navigation*/
#topNavigation {
	top:55px;
	left:0px;
	width:983px;
	height:auto;
	position:absolute;
	z-index:500;
}
/*Product navigation box*/
#productNav {
	position:absolute;
	top:0px;
	left:0px;
	width:983px;
	height:auto;
	z-index:102;
}
/*arrow at end of menu*/
.arrow {
position:absolute;
right:0px;
padding-right:5px;
padding-top:2px;
}
.bar {
padding-top:5px;
}

/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #000;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform:uppercase;
	letter-spacing:inherit;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	color:#242424;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
}
/*#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1em;
}*/

#nav li {
	float: left;
	padding: 0;
	font-weight:bold;
	line-height:normal;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	font-weight: normal;
	border: 1px solid #333;
	background-color: #CCC;
	margin: 0;
}
#nav li li {
	padding: 0;
	width:190px;
}
#nav li ul a {
	padding: 5px 10px;
	width: 170px;
	* html width: 150px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 190px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* Background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
}

/* The dropdown links list colors */
#nav li ul.under a:hover {
	background-color: #b90000;
	color: #fff;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #b90000;
}

