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


body {background-color:#6d6343;
}

body.outdoors {
background: url(hawk_logo_back.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

body.gears {
background: url(hawk_logo_back2.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

body.solo {
background: url(hawk_logo_back3.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#up {
	background-color:transparent;
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
}

#newsletter {
	background-color:transparent;
	width: 100%;
	margin-bottom: 20px;
	position:absolute;
}


#g30 {
	background-color:transparent;
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}

#g40 {
	background-color:transparent;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}

#g50 {
	background-color:transparent;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
}

#g60 {
	background-color:transparent;
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
}

#gap {
	background-color:transparent;
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
}

.text {
	font-family: Courier New, sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	position: relative;
}


a.links {
	font-family: "Courier New", sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	position: relative;
}

a.links:hover {
	font-family: "Courier New", sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	position: relative;
}

a.linksbig {
	font-family: "Courier New", sans-serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	position: relative;
}

a.linksbig:hover {
	font-family: "Courier New", sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	position: relative;
}

/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   width:100%;
   font-family:"Courier New", sans-serif; /* Menu font */
   font-size:18px; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 50px;
   padding:0;
   float:left;
   position:relative;
   left:44%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
   background:#6d6343;	/* BACKGROUND COLOR */
   text-decoration:none;
   color:#fff;
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#373526;	/* HELLE */
}
#centeredmenu ul li a:hover {
   background:#373526; /* Top menu items background colour */
   color:#fff;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#373526; /* Top menu items background colour */
   color:#fff;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#373526;
   color:#fff;
   line-height:1.4em; /* overwrite line-height value from top menu */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#93875d; /* Sub menu items background colour */	/* DUNKLE */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}