@charset "UTF-8";
/*----------------------------------------*/
/* COLORS USED:                                        
/*  "Sage" Green: #788e1e
/*  Dark Blue (in background): #020f16
/*  Dark Blue (text): #172934
/*  Medium Blue (in boxes): #16232b
/*  Light Blue (text): #5d87a1
/*  Grey (borders): #7f868b
/*  White (text): #fff
/*----------------------------------------*/
/*--- 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--- CSS Document ---*/
html, body {
    font-family: arial, Tahoma, verdana, sans-serif;
    background-color: #fff;
    color: #172934;
    font-size: 12px;
	margin:0;
	padding:0;
}
/*--- Typography ---*/
h1, .h1, h1 a:visited, .h1 a:visited {
	color: #fff;
	font-size: 35px;
}
/* type for navbar */
h2 , h2 a, .h2 , .h2 a {
	color: #fff;
	font-size: 24px;
}
h3, .h3 {
	color: #004f5a;
	font-size: 12px;
}
h4, .h4 {
	color: #c0d1d3;
	font-size: 11px;
}
h5 , h5 a, .h5, .h5 a {
	color: #004f5a;
	font-size: 19px;
	text-transform: uppercase; 
/*	font-weight: bold;*/
	margin: 5px 0;
}
h6 {
	color: #636f78;
	font-size: 16px;
	line-height: 22px;
/*	font-style: italic;*/
/*	font-weight: normal;*/
}
/*--- General Layout Styles ---*/
#wrapper{
	width:100%;
}
#frame{
	width:960px;
	margin: auto;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#container {
    width: 960px;
    margin: 0 auto;
    background-color: #fff; 
}
#content {
	padding: 0 0 0 0; 
	float: left;
	clear: none;
}
.3_column {
	position: relative;
	width: 304px;
	float: left;
	margin: 0 24px 0 0;
}
.2_column {
	position: relative;
	width: 632px;
	float: left;
	margin: 0 24px 0 0;
}
.left_sidebar {
	width: 321px;
	float: left;
	margin: 0;
}
/*--- Navigation Styles ---*/
#header {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	height: 60px;
/*	overflow: hidden;*/
}
#header h1 { 
	float: left; 
}
#header h1 a {
	display: block;
	text-indent: -99999px;
	width: 145px;
	height: 27px;
	background: url(images/header-logo.png) no-repeat;
}
/*--- PRIMARY NAV ---*/
#nav-primary { 
	float: right; 
}
#nav-primary li {
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 20px;
}
#nav-primary li.last a:link, 
#nav-primary li.last a:visited, 
.nav-drop-sub-nav li.last { 
}
#nav-primary li a:link, 
#nav-primary li a:visited {
	font-size: 14px; 
	color: #fff;
/*	font-weight: bold;*/
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: inherit;
	height: 20px;
	padding-right: 10px;
	outline: none;
}
#nav-primary li a:hover, 
#nav-primary li a:active, 
#nav-primary li.current a:link, 
#nav-primary li.current a:visited { 
}
li#nav-primary-rods.current { 
	background: url(images/nav-down-arrow.jpg) 15px 28px no-repeat; 
}
li#nav-primary-reels.current { 
	background: url(images/nav-down-arrow.jpg) 15px 28px no-repeat; 
}
li#nav-primary-luggage.current { 
	background: url(images/nav-down-arrow.jpg) 25px 28px no-repeat; 
}
li#nav-primary-apparel.current { 
	background: url(images/nav-down-arrow.jpg) 25px 28px no-repeat; 
}
li#nav-primary-accessories.current { 
	background: url(images/nav-down-arrow.jpg) 45px 28px no-repeat; 
}
li#nav-primary-about.current { 
	background: url(images/nav-down-arrow.jpg) 40px 28px no-repeat; 
}
li#nav-primary-current.current { 
	background: url(images/nav-down-arrow.jpg) center 28px no-repeat; 
}
.nav-drop {    
	/* background: #fff url(images/nav-drop-bg.jpg) top repeat-x; */
}
.nav-drop-frame {
}
.nav-drop-sub-nav {
}
.nav-drop-sub-nav li {
	font-family: "BaselRegular", Georgia, serif !important;
	text-transform: uppercase;
}
.nav-drop-sub-nav li a:link, 
.nav-drop-sub-nav li a:visited {
	color: #1C1C1C;
	text-decoration: none;
	outline: none;
}
.nav-drop-sub-nav li a:hover, 
.nav-drop-sub-nav li a:active, 
.nav-drop-sub-nav li.current a:link, 
.nav-drop-sub-nav li.current a:visited {
}
/*--- Nav Slides  ---*/
.nav-drop-arrow-l {
	width: 12px;
	height: 15px;
	float: left;
	text-indent: -9999px;
	margin-top: 120px;
	background: url(images/nav-slide-arrow-l.jpg) bottom no-repeat;
	outline: none;
}
.nav-drop-arrow-r {
	width: 12px;
	height: 15px;
	float: left;
	margin-top: 120px;
	text-indent: -9999px;
	background: url(images/nav-slide-arrow-r.jpg) bottom no-repeat;
	outline: none;
}
.nav-drop-slide-frame {
	width: 960px;
	float: left;
	height: 270px;
	/*overflow: hidden;*/
}
.category-slides .disabled { 
	background-position: top; cursor: default; 
}
.nav-drop-slide-container a {
/*	display: block;
	float: left;
	width: 140px;
	height: 60px;
	padding-top: 210px;
	margin: 0 26px;
	text-align: center;*/
/*	background-color:#ccc;*/
}
/*--- UTILITY NAV ---*/
#nav-utility { 
}
/*--- FOOTER ---*/
#footer_cont {
	position: relative;
	width: 960px;
	height: 390px;
}
.footer_column {}
/*--- General Static Page Styles ---*/
.static_right_column {
	width: 573px;
	float: left;
	margin: 0 45px 0 66px;
}
.error {
	color: red;
	display: block;
	margin: 12px;
}
/*--- slideshow css ---*/
.slideshow_display {
	position: relative;
	height: 500px;
	/*margin-bottom:70px;*/
}
.activeSlide a {
	color #FFF !important;
	font-style: italic;
	font-weight: 700;
}
#slideshow_nav {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	bottom: 0px;
	margin-bottom: 30px;
	min-width: 960px;
	margin-top: -4px;
}
/*#slideshow_nav {
	position: absolute;
	float: right;
	margin: 0;
	padding: 0;
	z-index:50;
	bottom: -74px;
	min-width: 960px;
	margin-top: -4px;
}
*/
#slideshow_nav li {
	font-family: "akzidenz-grotesk-condensed-1", sans-serif;
	font-size: 20px;
	/* background: url("/skin/hammerquist/slideshow/img/subtitle-box-blue.png"); */
	background-color: #1C1C1C;
	list-style-type: none;
	display: inline-block;
	line-height: 39px;
	text-align: center;
	min-width: 239px;
	border-right: 1px dotted #929287;
}
#slideshow_nav li:last-child {
	border-right: none;	
	width: 240px;
}
#slideshow_nav li:hover {
	/* background: url("/skin/hammerquist/slideshow/img/subtitle-box-green.png") 100%; */
	background-color: #929287;
	color: #FFF !important;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
#slideshow_nav li a {
	color: #929287;
	min-width: inherit;
	text-align: center;
	text-decoration: none;
}
#slideshow_nav li:hover a {
	color: #FFF !important;
}
.hoverNav {
	/* background: url("/skin/hammerquist/slideshow/img/subtitle-box-green.png") 100% !important; */
	background-color: #929287 !important;
	color: #FFF;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
li.hoverNav a {
	color: #FFF !important;
}
.activeSlide .slideshow_nav_items li {
	/* background: url("/skin/hammerquist/slideshow/img/subtitle-box-green.png") 100%; */
	background-color: #929287;
	color: #FFF !important;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.current {
    color: black;
    /*box-shadow: 19px 0px 27px -5px;*/
}
.current div {
    background-color:white;
    display:block;
    z-index:100;
    right: -40px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 41px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #788e1e;
}
.nav-drop-sub-nav .current a {
    background-color: #929287;
    color: white !important;
}
#nav-drop-current {
}
#nav-primary-apparel {
}
#nav-primary-luggage {
}
