/* --------------------------------------------
|  GLOBAL STYLES
--------------------------------------------- */
html { border: none; height: 100%; /*margin-bottom: -10px;*/}

form {display: inline;}

body {
	margin: 0;
	padding: 0;
	line-height: 18px;
	background: #369;
	height: 100%;
}

body, td {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {border: 0;}
p {margin: 0 0 13px 0;}

a {
	text-decoration: underline;
	font-weight: normal;
	color: #123267;
}

a:hover {
	/*text-decoration: none;*/
	font-weight: normal;
	color: #369;
}

h1, h2, h3, h4, h5, form {color: #fff;}

h1 {
	margin: 5px 0 24px 0;
	font-size: 18px;
	/*background: url(graphics/h_bg.gif) no-repeat bottom;*/
}
h2 {
	font-size: 14px;
	margin: 5px 0;
}
h3 {
	margin: 10px 0 15px 0;
	font-size: 13px;
}
h4 {
	font-size: 14px;
}


.bViewcart {background-position: 0 0; width: 77px;}.bViewcart:hover {background-position: 0 -21px;}
.bCheckout {background-position: -78px 0; width: 77px; margin-right: 6px;}.bCheckout:hover {background-position: -78px -21px;}

.hideThis {
	display:none;
}

/* --------------------------------------------
|  NAVIGATION
--------------------------------------------- */

#nav {
	margin: 0 0 0 0;
	padding: 0 30px 0 0;
	list-style: none;
	float: right;
	display: block;
	position: relative;
}
#navBar {
	width: 783px;
	background: url(graphics/bg_nav_bar.gif) no-repeat;
	height: 45px;
	padding: 0;
	float: left;
	margin: 12px 0 0 0px;
	border-right: 2px solid #011432;

}
#nav li {
	float: left;

}
#nav li a {
	outline: none;
	display: block;
	padding: 0 0;
	height: 45px;
	line-height: 45px;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(graphics/nav_matrix.gif);
}
#nav li a:hover {}
#nav #bOne {background-position: -67px -1px; width: 60px;}#nav #bOne:hover {background-position: -67px -47px;}#nav li.current #bOne {background-position: -67px -92px;}
#nav #bTwo {background-position: -137px -1px; width: 140px;}#nav #bTwo:hover {background-position: -137px -47px;}#nav li.current #bTwo {background-position: -137px -92px;}
#nav #bThree {background-position: -277px -1px; width: 190px;}#nav #bThree:hover {background-position: -277px -47px;}#nav li.current #bThree {background-position: -277px -92px;}
#nav #bFour {background-position: -472px -1px; width: 100px;}#nav #bFour:hover {background-position: -472px -47px;}#nav li.current #bFour {background-position: -472px -92px;}
#nav #bFive {background-position: -580px -1px; width: 160px;}#nav #bFive:hover {background-position: -580px -47px;}#nav li.current #bFive {background-position: -580px -92px;}

#categoryHeader {
	margin-top: 4px;
}
#subNav {margin-top: 1px; width: 166px;}

#subNav ul {
	background-color: #eee;
	list-style-type: none;
	padding: 3px 12px;
	margin: 0;
}
#subNav li {
	padding: 0 10px;
	line-height: 15px;
	/*background: url(graphics/bullet_categories.gif) no-repeat 0 5px;*/
	margin: 5px 0;
}
#subNav a {
	text-decoration: none;
	font-weight: bold;
}

#subNav a:hover {
	text-decoration: underline;
	color: #036;
}
/* --------------------------------------------
|  STRUCTURE
--------------------------------------------- */

#siteContainer {
	width: 990px;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0;
	position: relative;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}
	* html #siteContainer
		{
			height: 100%;
		}
/* -- HEADER -- */
#header {
	width: 990px;
	background-position: 100% 0 no-repeat;
	height: 151px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	margin: 0;
	display: block;
	position: relative;
}

#header .logo {
	 float: left; margin: 0;
}

#topButtons {
	margin: 0 12px 0 0px;
}
#topButtons a {
	float: left;
}
#topButtons .hdShopping, #topButtons .hdAccount {
	background: url(graphics/bg_header_links.gif) no-repeat;
	float: right;
	height: 94px;
	width: 196px;
	margin: 0 0 0 10px;
}
#topButtons a {
	background: url(graphics/header_link_separator.gif) 0 7px no-repeat;
	color: #fff;
	width: 120px;
	padding: 0 0 0 10px;
	margin: 0 0 0 15px;
	text-decoration: none;
}
	#topButtons a:hover {
		text-decoration: underline;
	}
#topButtons ul {
	list-style: none;
	margin: 0;
	padding: 3px 0 0 0;
	width: 160px;
	float: left;
	text-align: left;
}
#topButtons ul li {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	line-height:16px;
}

#header .padding {
}

/* -- BODY -- */
#contentArea {
	float: left;
	margin-bottom: 83px;
	margin-right: 3px;
	min-height: 440px !important;
	height: auto !important;
	}
	* html #contentArea {
		height: 440px !important;
	}
/* --- Col Left --- */
#colLeft {
	float: left;
	width: 222px;
	text-align: left;
	margin: 0;
	padding-bottom: 0;
	left: 0;
	top: 152px;
	}
.roundBoxLeft {
	background: url(graphics/bg_left_round_box_top.jpg) no-repeat;
	padding-top: 31px;
	margin: -10px 0 20px 0;
	position: relative;
	float: none;
	width: 220px;
}
.roundBoxLeftFoot {
	background: url(graphics/bg_left_round_box_foot.jpg) 100% 100% no-repeat;
}
.colLeftHead {
	margin: -31px 0 -10px 0px;
	position: relative;
	padding: 0;
	line-height: 30px;
}
#search .colLeftHead {
	height: 30px;
	line-height: 28px;
	position: relative;
}
#productsLeft .colLeftHead {
	height: 30px;
	line-height: 30px;
}
img.colLeftHead {
	display: block;
	margin-left: 37px;
	margin-bottom: -5px;
	}
#shippingLeft .colLeftHead, #specimenLeft .colLeftHead {
	height: 50px;
	line-height: 50px;
	margin-left: 37px;
}
#search, #productsLeft, #shippingLeft, #specimenLeft, #retailersLeft, #reviewsLeft, #freeLeft, #ourFriendsLeft {
	clear: right;
	text-align: left;
	margin: 0px -10px 0 0;
	padding: 10px 0 0 0;
	width: 207px;
	background: url(graphics/bg_left_round_box.jpg) 0% 10px repeat-y;
}

#retailersLeft ul {
	padding: 0 0 15px 0;
	margin: 0 0 0 37px;
	list-style: none;
	}
#shippingLeft p, #specimenLeft p, #reviewsLeft p, #freeLeft p, #retailersLeft p, #ourFriendsLeft p {
	margin: 0;
	padding: 8px 25px 12px 37px;
	color: #123267;
	font-size: 11px;
	line-height: 14px;
}

.roundBoxLeft #miniSearchForm {
	margin: 0;
}
#search input {
	width: 122px;
	margin: 0;
	border-top: 1px solid #369;
	border-left: 1px solid #369;
	border-right: 1px solid #369;
	border-bottom: 1px solid #369;
}
#miniSearchForm .searchSubmit {
	border: none;
	width: auto;
	margin: 0px 0px;
	padding: 8px 0 8px 0;
	display: block;
}
#miniSearchForm .setWidth {
	clear: both;
	width: 155px;
	position: relative;
}
#search div {
	margin-left: 37px;
}
#search a {
	width: 77px;
	/*height: 20px; */
	display: block;
}
#colRight {
	float: left;
	width:765px;
	margin: 0 0 14px 0;
	text-align: left;
	line-height: 14px;
	background:none;
	}

#colRight ul {
	list-style-type: none;
	margin: 0px;
	padding: 2px 10px 10px 10px;
}
#colRight li {
	padding: 0 20px;
	margin: 8px 0;
	background: url(graphics/bullet.gif) no-repeat 0 5px;
}
#colRight ol li {
	background-image: none;
	padding: 0px;
	margin: 5px 0;
}

/* -- FOOTER -- */
#footer {
	color: #999999;
	clear: both;
	position: relative;
	font-size: 9px;
	text-align: left;
}
#footer .links a {
	color: #b3c7dc;
	text-decoration: none;
	padding: 0 0 0 12px;
	font-size: 9px;
	font-weight: normal;
	background: url(graphics/footer_nav_separator.gif) 4px 6px no-repeat;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .links .firstChild {
	background: none;
	padding: 0;
}

#footer .cc {
	margin: 2px 45px 0px 0;
	float: left;
	clear:both;
}
#footer .links {
	clear: right;
}
#footer .poweredBy {
	margin: 0;
	color: #6e93b8;
}
#footer .poweredBy a, #footer .copyright a {
	font-weight: normal;
	font-size: 9px;
	color: #6e93b8;
	vertical-align: top;
	background: none;
	text-decoration: none;
}
#footer img {
	vertical-align: bottom; margin-right: 5px;
}

#footer .copyright {
	margin-bottom: 0px;
	color: #6e93b8;
}
#footer .iconLinks {
	float: left;
	width: 202px;
	margin-top: 8px;
}
	#footer .iconLinks p {
		margin: 0 0 2px 40px;
	}
	#footer .iconLinks a {
		color: #b3c7dc;
		display: block;
	}
	#footer .iconLinks .privacy a {
		background: url(graphics/icon_privacy.gif) 1px 3px no-repeat;
		padding-left: 16px;
	}
	#footer .iconLinks .sitemap a {
		background: url(graphics/icon_sitemap.gif) 0 3px no-repeat;
		padding-left: 16px;
	}
#footer .footerRight {
	float: left;
	background: url(graphics/bg_footer.jpg) no-repeat;
	padding: 10px 0 0 22px;
	margin-left: 3px;
	width: 760px;
	height: 63px;
}
/* --------------------------------------------
|  SITE MAP
--------------------------------------------- */

	.siteMapList { margin-top: 15px }
	.siteMapList dt {
		background:url(graphics/ico_folder.gif) 0 4px no-repeat;
		padding-left:20px;
		line-height:20px;
	}
	.siteMapList dd {
		padding-left:10px;
		margin-left:25px;
		line-height:16px;
		background:url(graphics/sitemap_2nd.gif) no-repeat;
	}
	.siteMapList dd a {
		color: #666 !important;
		text-decoration:none;
	}
	.siteMapList .bottom { background:url(graphics/sitemap_2nd_bottom.gif) no-repeat; }


/* --------------------------------------------
|  CONTENT SPECIFIC
--------------------------------------------- */

.clearBoth {clear: both}
.secure {
	margin: 18px;
}
.specials {
	margin: 0px 0;
}
.floatLeft {
	float: left;
}
.floatLeftMulti {
	float: left;
	width: 470px;
}
.floatRight, #colRight.floatRight {
	float: right;
}
.padRight {
	margin-right: 8px;
}
.padTop {
	margin-top: 4px;
}
.padLeft {
	margin-left: 20px;
}
#flashContainer {
	height: 105px;
	margin-left:0px;
}
.addPadding {
	margin: 14px 0 12px 0px;
	padding: 0 0 0 20px;
	color: #fff;
	float: left;
}
.addPadding a {color: #fff;}
.addPadding a:hover {
	color: #fff;
	text-decoration: none;
}
.readMore {
	padding-right: 10px;
	background: url(graphics/read_more.gif) 100% 7px no-repeat;
	display: block;
	width: 65px;
	height: 12px;
	float: left;
}
.colRightFeatured {
	width: 224px;
	float: right;
	margin-top: 14px;
}
	.colRightFeatured .readMore {
		color: #fff;
		width: 40px;
	}
	#colrRight .colRightFeatured .readMore:hover {
		color: #123267;
		text-decoration: underline;
	}

/* Brooks-Range added */

.inset {
	margin-right: 30px;
	margin-left: 30px;
	}

.pullquote {
	width: 20%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background: url(graphics/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(graphics/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.comparitable {
	padding: 0;
	border: thin solid Black;
	font-size: 0.6em;
	padding: 2px;
}

.moveup { margin-top: -38px; }

.centerit {text-align: center;}

.warning {color:Red;}

/* --------------------------------------------
|  PAGE SPECIFIC
--------------------------------------------- */
#home #contentArea {
	margin-bottom: 45px;
	}
.homeColright {

}
	.homeColright .addPadding {
		width: 506px;
		margin-right: 16px;
	}
.homeColleft {

	display: block;
	text-align: left;
	float: left;
}
#contactStyle ul {list-style: none; margin: 20px 0; padding: 0; line-height: 12px;}
#contactStyle li {background-image: none; margin: 5px 0;}
#formStyle label { font-weight: bold; display: block; }
#formStyle label span { font-size: 10px; font-weight: normal; }
#formStyle .submit {
	border: none;
	vertical-align: top;
}
#formStyle input {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	margin-bottom: 10px;
}

.featuredProduct {
	background: url(graphics/bg_featured_product.gif) no-repeat;
	height: 172px;
	color: #fff;
	line-height: 14px;
}
	.featuredProduct .featuredTeaser {
		padding: 25px 10px 0px 13px;
		width: 100px;
	}
	.featuredProduct.featSnowshoes {
		/*background: url(graphics/bg_feat_snowshoes.jpg) no-repeat;*/
		background: url(graphics/bg_feat_shovel.jpg) no-repeat;
	}
	.featuredProduct.featAvTrans {
		background: url(graphics/bg_feat_av_trans.jpg) no-repeat;
	}
	.featuredProduct.featMapTool {
		background: url(graphics/bg_feat_map_tool.jpg) no-repeat;
	}
	.featuredProduct.featSkiGuide {
		background: url(graphics/bg_feat_ski_guide_cards.jpg) no-repeat;
	}
/* --- Specimen Sheets --- */

#colRight .specimenSheets {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#colRight .specimenSheets li {
		margin: 0;
		padding: 0 0 0 40px;
		height: 35px;
		line-height: 30px;
		background: url(graphics/b_acrobat.jpg) 0 50% no-repeat;
	}
/*-----------------------------------------
|		HEADER GRAPHICS				|
-----------------------------------------*/

/* --- Home --- */
.headerHome {
	background: url(graphics/bg_header_home.jpg) 100% 0 no-repeat;
}

/* --- Our Products --- */
.headerProducts {
	background: url(graphics/bg_header_quality.jpg) 100% 0 no-repeat;
}

/* --- Shipping & Returns --- */
.headerShipping {
	background: url(graphics/bg_header_direct.jpg) 100% 0 no-repeat;
}

/* --- Advisory Board --- */
.headerAdvisory {
	background: url(graphics/bg_header_nationwide.jpg) 100% 0 no-repeat;
}

/* --- About --- */
.headerAbout {
	background: url(graphics/bg_header.jpg) 100% 0 no-repeat;
}

/* --- Advisory Board --- */
#colRight .advisory {
	margin: 0 0 20px 0;
	padding: 0 0 14px 0;
	border-bottom: 1px solid white;
}
#colRight .advisory li {
	background: none;
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.memberImage {
	margin: 10px 0 0 0;
}

.pageNotFoundHeader a {
	font-size:12px;
}


#colRight #launchList {
	margin: 15px 0 0 0px;
	padding: 0;
	list-style: none;
}
#colRight #launchList li {
	float: left;
	width: 165px;
	padding: 0;
	height: 225px;
	margin-right:15px;
}
#colRight #launchList li a {
	padding: 43px 0 35px 0;
	display: block;
	width: 165px;
	text-align: center;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
}
#colRight #launchList li a img { margin: 0 auto 13px auto; width: 130px; display:block; }
#launchList li#lMap {background: url(graphics/h_map_tools.gif) no-repeat;}
#launchList li#lMountaineering {background: url(graphics/h_mountaineering_rescue_sleds.gif) no-repeat;}
#launchList li#lMap a, #launchList li#lMountaineering a, #launchList li#lBackcountry a, #launchList li#lSkiStraps a { padding-top: 58px; }
#launchList li#lBackcountry {background: url(graphics/h_backcountry_shovels.gif) no-repeat;}
#launchList li#lSki {background: url(graphics/h_ski_guide_cards.gif) no-repeat;}
#launchList li#lField {background: url(graphics/h_field_organizers.gif) no-repeat;}
#launchList li#lAccessories {background: url(graphics/h_accessories.gif) no-repeat;}
#launchList li#lSkiStraps {background:url(graphics/h_ski_straps.gif) no-repeat;}
#launchList li#lTarpsandShelters {background:url(graphics/h_tarps_and_shelters.gif) no-repeat;}
#launchList li#lSnowScience {background:url(graphics/h_snow_science.gif) no-repeat;}
#launchList li#lSawsProbes {background:url(graphics/h_saws_probes.gif) no-repeat;}
#launchList li#lSleepingBags {background:url(graphics/h_sleeping_bags.gif) no-repeat;}
#launchList li#lClothing {background:url(graphics/h_clothing.gif) no-repeat;}
#launchList li#lDogAccessories {background:url(graphics/h_dog_accessories.gif) no-repeat;}

#home .addPadding { margin-top: -20px; }

<<<<<<< doc_style.css
		#home .addPadding { margin-top: -20px; }

.hiddenCont {display: none;}
=======
.hiddenCont {display: none;}
>>>>>>> 1.6