/********************************************/
/*              GLOBAL STYLES               */
/********************************************/

@import url('reset.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	/*background: url('/images/reskin2009/leaves_bck.jpg') top left  fixed;*/
	background: #010f09;
	color: #03190f;
	
}

.image-replacement {
	display: block;
	background: transparent no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.error-text {
	display: block;
	color: #FF0000;
}

.clear-both { clear: both; }
.bold { font-weight: bold; }
.inline { display: inline; }

.div_left {
	float: left;
	width: 30%;
	padding: 3px;
}
.div_center {
	float: left;
	width: 30%;
	padding: 3px;
}
.div_right {
	float: left;
	width: 30%;
	padding: 3px;
}
.div_left50 {
	float: left;
	width: 45%;
	padding: 3px;
}
.div_right50 {
	float: left;
	width: 45%;
	padding: 3px;
}

sup {
	vertical-align: baseline;
	position: relative;
	bottom: .1em;
	*bottom: .2em;
	*font-size: 1.2em;
}

a img { border: none; }

/*.ibord {
	border: 1px solid #1A3725;
}*/
strong, b { font-weight: bold; }

input {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	vertical-align: bottom;
	*position: relative;
	*top: -1px;
}


/********************************************/
/*         SHELL, HEADER, & FOOTER          */
/********************************************/

#content {
	float: left;
	width: 687px;
	padding: 25px;
	overflow: hidden;
}
.full-width #content {
	clear: both;
	width: 968px;
	padding: 0;
}
#shell {
	width: 968px;
	margin: 0 auto;
	position: relative;
}
#shell-inner {
	float: left;
	z-index: 0;
	background: #ede7d0 url('/images/bg_left_column.gif') top left repeat-y;
}
#shell-innertab {
	float: left;
	z-index: 0;
	background: #ede7d0 url('/images/bg_left_column.gif') top left repeat-y;
	margin: 0px;
	padding: 0px;
}
#shell-inner.full-width { background-image: none; }
#header {
	float: left;
	background: #2a4c30;
}
#header-logo { float: left; }
#header-logo a {
	width: 208px;
	height: 84px;
	background-image: url('/images/logo_header.gif');
}
#header-right {
	float: left;
	width: 760px;
	text-align: right;
}
#search-and-cart {
	height: 15px;
	overflow: hidden;
	padding: 14px 0 34px 0;
	margin-right: 21px;
}
.view-cart-buttons span {
	display: inline-block;
	padding: 2px 0;
	background: #607b57;
	text-align: right;
	font-size: 10px;
}
.view-cart-buttons span a {
	display: inline-block;
	height: 11px;
	overflow: hidden;
	padding: 0 16px;
	color: #e9e3a9 !important;
	text-decoration: none !important;
	*position: relative;
	*top: 1px;
	*margin-bottom: 2px;
	*height: 9px;
}
.view-cart-buttons .cart-view a {
	border-left: 1px solid #03190f;
	background: #607b57 url('/images/reskin2009/bg_arrow_tan_on_lightgreen.gif') no-repeat 13px 3px;
	*background-position: 13px 2px;
}
.search-box-text {
	height: 13px;
	width: 150px;
	padding: 1px 8px;
	margin-left: 17px;
	background: #03190f;
	font-size: 10px;
	color: #e9e3a9;
	border: 1px solid #607B57;
}
.search-box-button {
	border: 1px solid #607B57;
	*position: relative;
	*top: -2px;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 32px;
	padding-top: 8px;
	background: #2a4c30;
}
#footer-left {
	float: left;
	padding-left: 20px;
	padding-top: 1px;
}
#footer-left span {
	font-size: 11px;
	color: #e9e3a9;
}
#nav-footer {
	position: absolute;
	right: 20px;
	margin-top: 6px;
}
#nav-footer li {
	float: left;
	display: block;
	height: 14px;
	padding: 0 9px;
	padding-top: 1px;
	border-right: 1px solid #03190f;
}
#nav-footer a {
	font-size: 11px;
	color: #e9e3a9;
	text-decoration: none;
}
#nav-footer .last {
	padding-right: 0;
	border: none;
}
#nav-footer .selected { background: #607b57; }

#copyright-info {
	clear: left;
	font-size: 9px;
	color: #2a4c30;
	padding: 8px 0 24px 24px;
}
#footer-left span {
	vertical-align: bottom;
	padding-right: 4px;
}
#footer .search-box-text {
	margin: 0; 
	position: relative;
	top: 3px;
	*top: 2px;
}
#footer .search-box-button {
	position: relative;
	top: 3px;
	*top: 1px;
}


/********************************************/
/*                TOP NAV                   */
/********************************************/

#nav-top {
	position: absolute;
	top:50px;
	right: 0;
	_right: 0;
	_left:153px;
	_width:900px;
	_top:60px;
	z-index: 9999;
}

/* Nav Items & Their States */
#nav-top li li {
	clear: left;
	text-align: left;
	padding: 1px 0;
	width: 100%;
	overflow:visible;
	white-space: nowrap;
}
#nav-top li li a {
	display: block;
	color: #03190f;
	text-decoration: none;
	line-height: 1.2em;
	padding: 1px 15px;
}
#nav-top li li a:hover {
	background: #2a4c30 url('/images/bg_arrow_tan_on_darkgreen.gif') 6px 5px  no-repeat !important;
	color: #e9e3a9;
	padding: 1px 15px;
	
	
}
#nav-top li li.selected a { background: #e4dfab; }


/* Dropdown Functionality */
#nav-top li:hover ul,
#nav-top li.over ul { display: block; }

#nav-top li:hover,
#nav-top li.over { background-color: #fefacd; }

#nav-top li {
	float: left;
	position: relative;
	padding: 0 18px;
	list-style: none !important;
}
#nav-top li.last {
	margin-right: 18px;
	_margin-right: 9px;
}
#nav-top li ul {
	display: none;
	width: 100%;
	position: absolute; 
	top: 21px;
	left: -0px;
	_left: -0px;
	background: #fefacd;
	padding: 8px 26px 26px 0px;
	overflow: hidden;
	margin-left:0px;
	margin-right:0px;
}
#nav-top li.last ul { /*keep last menu inside site bounding box*/
	left: auto;
	right: 0;
	_right: -1px;
}
#nav-top ul.column {
	width: 190px;
	height: 200px;
	border-right: 1px solid #eae1b4;
}

#nav-top ul.column.last { border-right: none; }

#nav-top .category {
	display: block;
	height: 26px;
	background: transparent no-repeat 0 6px;
}
#nav-top li.over a.category,
#nav-top li:hover a.category,
#nav-top li.cat-selected.over a.category,
#nav-top li.cat-selected:hover a.category { background-position: 100% 6px !important; }

#nav-top .category span {
	position: absolute;
	left: -9999px;
}
/* Selected category */
#nav-top li.cat-selected a.category { background-position: -100% 6px; }

#nav-top li.cat-selected:hover,
#nav-top li.cat-selected.over { 
	background-image: none !important; }

#nav-top li.cat-selected {
	background-repeat: no-repeat;
	background-position: 4px 0px;
}


/********************************************/
/*         TOP NAV HARDCODED VALUES         */
/********************************************/

/* Gear */

#nav-top-gear .category {
	background-image: url('/images/nav_top_careers.gif');
	width: 83px;
	
}
#nav-top #nav-top-gear ul { width: 93px; }

/* Adventures */

#nav-top-adventures .category {
	background-image: url('/images/nav_top_apply.gif');
	width: 133px;
}
#nav-top #nav-top-adventures ul { width: 143px; }


/* Trail Guide */

#nav-top-trail-guide .category {
	background-image: url('/images/nav_top_about.gif');
	width: 159px;
}
#nav-top #nav-top-trail-guide ul { width: 169px; }


/* Base Camp */

#nav-top-base-camp .category {
	background-image: url('/images/nav_top_community.gif');
	width: 114px;
}
#nav-top #nav-top-base-camp ul { width: 124px; }


/* Parts */

#nav-top-parts .category {
	background-image: url('/images/nav_top_news.gif');
	width: 106px;
}

#nav-top #nav-top-parts ul {
	width: 184px;
	padding-left: 28px;
	padding-right: 28px;
}



/********************************************/
/*                 LEFT NAV                 */
/********************************************/

#column-left {
	float: left;
	width: 205px;
	padding: 40px 13px;
	background: #1a3725;
}
#nav-left {
	border-bottom: 1px solid #071e12;
	padding-bottom: 20px;
	margin-bottom: 28px;
}
#nav-left li { padding: 4px 0 5px 0; }
#nav-left a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #e9e3a9;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 16px 2px 16px;
}

#nav-left li.nav-active a { background: #607b57; }

#nav-left li li.nav-active2 a,
#nav-left li li.nav-active2 a:hover {
	background: #607b57 !important;
	padding-bottom: 3px;
	*padding-bottom: 2px;
	margin: 2px 0;
}

#nav-left li a:hover { background: #3f5a3f !important; }

#nav-left ul ul { padding: 5px 0 0 0; }

#nav-left li li { padding: 1px 0 1px 16px; }

#nav-left li li a {
	text-transform: none;
	font-weight: normal;
	background: none !important;
}


/********************************************/
/*                 BANNERS                  */
/********************************************/

#banner-customer-service { padding: 9px 14px 20px 14px; }
#banner-customer-service .phone-number {
	display: block;
	padding-bottom: 12px;
}
#banner-customer-service .contact { padding-right: 3px; }
#banner-customer-service .live-chat { display: none; }

#banners { margin: 8px 0; }

#cart-related-items {
	float: left;
	width: 179px;
	margin: 0 -13px;
	margin-top: 19px;
	margin-bottom: -40px;
	padding: 30px 26px;
	background: #cdbe95;	
}

#cart-related-items li { clear: left; }

#cart-related-items li img {
	float: left;
	margin-right: 12px;
	margin-bottom: 22px;
}
#cart-related-items li span {
	display: block;
	padding: 12px 0 10px 0;
	*padding-top: 0;
}
#cart-related-items li a {
	color: #03190f;
	text-decoration: none;
}

#cart-related-items h2.image-replacement {
	background-image: url('/images/reskin2009/cart_heading_you_may_also_like.gif');
	width: 177px;
	height: 14px;
	margin: 42px 0 18px 0;
	*margin-top: 38px;
}

/********************************************/
/*    PRODUCT/PRODUCT CATEGORY LISTINGS     */
/********************************************/

#content ul.product-listing {
	clear: both;
	margin: 0 -3px;
	padding-top: 24px;
}
#content ul.product-listing li {
	list-style: none;
	float: left;
	width: 223px;
	height: 278px;
	*height: 254px;
	_height: 259px;
	padding: 0 4px;
	_overflow: hidden;
	line-height: 1;
}
#content ul.product-listing a {
	text-decoration: none;
	color: #03190f;
}
#content ul.product-listing a:hover,
#content ul.product-listing a:hover span { text-decoration: underline; }

#content ul.product-listing img {
	border: 11px solid #ffffff;
	margin-bottom: 8px;
}
#content ul.product-listing span { display: block; }

#content ul.product-listing.with-price li {
	height: 285px;
	*height: 262px;
	_height: 272px;
}
#content ul.product-listing.with-price span.price {
	padding-top: 5px;
	font-size: 10px;
	color: #294b2f;
}

/*text promos for home page
#content ul.product-listing2 {
	clear: both;
	margin: 0 -3px;
	padding-top: 2px;
}
#content ul.product-listing2 li {
	list-style: none;
	float: left;
	width: 250px;
	height: 50px;
	*height: 50px;
	_height: 50px;
	padding: 0 4px;
	_overflow: hidden;
	line-height: 1;
}
#content ul.product-listing2 a {
	text-decoration: none;
	color: #03190f;
}
#content ul.product-listing2 a:hover,
#content ul.product-listing2 a:hover span { text-decoration: underline; }

#content ul.product-listing2 img {
	border: 11px solid #ffffff;
	margin-bottom: 1px;
}
#content ul.product-listing2 span { display: block; }

#content ul.product-listing2.with-price li {
	height: 50px;
	*height: 50px;
	_height: 50px;
}
#content ul.product-listing2 {
	padding-top: 5px;
	font-size: 10px;
	color: #ffffff;
}*/