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

body {
	margin:0;
	padding:0;
	background-color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
}

#shell {
	position:relative;
	min-width: 1000px;
	width:100%;
	margin:0;
	background-color: #fff;
}

input[type=submit] {
	font-size: 11px;
	background-color: #fdb813;
	border: 1px solid #666;
	padding: 1px 4px;
	margin:0;
	cursor: pointer;
}

small {
	font-size: 10px;
	line-height: 1em;
}

.firstdiv {
	margin-left:0;
	clear: both;
}

a:focus {
	outline: none;
}

a:link, a:visited {
	color: #bf3200;
	text-decoration: none;
	font-weight: bold;
}

a:active, a:hover {
	color: #bf3200;
	text-decoration: underline;
	font-weight: bold;
}

img {
	border:0;
}

.small { font-size:11px;}

.hilite, #result_report, #other_pages {
	background:#f9dc95; 
	padding-left: 4px;
	padding-right: 4px;
}

p {
	margin-top:0;
	margin-bottom: 1em;
}

li {
	margin-bottom: .5em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color: #000;
	font-weight:bold;
	margin:0;
}
h2 { 
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1em;
}

#tempHead {
	position: relative;
	height: 141px;
	width: 100%;
	min-width: 1000px;
	background-image: url("top_bg.jpg");
	background-repeat: repeat;
	text-align: center;
	z-index: 3;
}

#tempHeadContent {
	position: relative;
	margin:0 auto;
	width: 1000px;
	height: 115px;
	background: url("head_bg.jpg") no-repeat;
}

#tempLogo {
	position: absolute;
	left:0;
	top:5px;
}

#searcharea {
	position:absolute;
	height:20px;
	width:210px;
	top: 10px;
	right: 0;
	margin:0;
	padding: 0;
}
	#query {
		position:absolute;
		left: 0;
		top: 0;
		margin:0;
		width: 140px;
		font-size: 11px;
		border: 1px solid #666;
	}

	#searchsubmit{
		position:absolute;
		left: 145px;
		top: 0;
		margin:0;
	}

#tempNav {
	position: absolute;
	right:0;
	top:95px;
	width: 800px;
	height: 20px;
	text-align:right;
	overflow: visible;
	color: #fff;
	font-weight: bold;
	z-index: 5;
}

	.toptree {
		position: absolute;
		top:0;
		z-index: 5;
	}
	
	#tempNav a:link, #tempNav a:visited {
		color: #fff;
	}
	#tempNav a:hover, #tempNav a:active {
		color: #000;
		text-decoration:none;
	}
	
	
	
	.topnavoff {
		padding: 2px 20px 2px 6px;
		color: #fff;
		text-decoration: none;
		padding-right: 20px;
		background: 0;
	}
	
	.topnavon {
		padding: 2px 20px 2px 6px;
		color: #000;
		text-decoration: none;
		background-image: url("menubg.gif");
		background-position: right top;
		background-repeat: no-repeat;
	}
	
	.dropdown {
		position: absolute;
		top:17px;
		padding-top: 4px;
		padding-bottom:4px;
		background: yellow;
		z-index: 100;
		background: #fdb813;
	}
	
		.dropdown div {
			position:relative;
			white-space: nowrap;
			padding: 2px 15px 2px 10px;
			text-align:left;
		}
		
		.dropdown a:link, .dropdown a:visited {
			display:block;
			width:100%;
			color: #fff;
			text-decoration: none;
			width: 100%;
		}
		
		.dropdown a:hover, .dropdown a:active {
			color: #000;
			text-decoration: none;
		}
		
	#travel, #travelDD {
		position: absolute;
		right:0px;
	}
	
	#drybags, #drybagsDD {	
		position:absolute;
		right: 75px;
	}
	
	#duffels, #duffelsDD {	
		position:absolute;
		right: 168px;
	}
	
	#backpacks, #backpacksDD {	
		position:absolute;
		right: 249px;
	}
	
	#waistpacks, #waistpacksDD {	
		position:absolute;
		right: 357px;
	}


#tempMiddle {
	position: relative;
	margin:0 auto;
	width:1000px;
	z-index:2;
}

#tempSlide {
	position:absolute;
	left:149px;
	top:47px;
	width: 502px;
	height: 335px;
	z-index: 5;
}
#tempSlide2 {
	position:absolute;
	left:149px;
	top:47px;
	width: 502px;
	height: 335px;
	z-index: 6;
}

#tempFoot {
	position: relative;
	clear: both;
	margin:0 auto;
	width:100%;
	text-align: center;
	background: url("foot_bg.jpg") repeat;
	z-index: 2;
	color: #fff;
}

#tempFootContent {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	text-align:center;
	padding: 20px 0;
}
	
	#tempBottomLinks {
		clear:both;
	}
	#bottomnav {
		color: #CCCCCC;
		font-weight: bold;
	}
	
	#bottomnav a:link, #bottomnav a:visited {
		color: #CCCCCC;
		text-decoration:none;
	}
	
	#bottomnav a:hover, #bottomnav a:active {
		color: #CCCCCC;
		text-decoration:underline;
	}
	
	#bottomnav span {
		margin-left:10px;
		margin-right:10px;
	}
	
.homefeature {
	position: relative;	
	float: left;
	width: 306px;
	height: 235px;
	background: url("home_whitebox.gif") no-repeat;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000;
}

	.homefeature div {
		margin: 12px;
		width:282px;
		height: 211px;
		overflow:hidden;
		text-align: left;
	}

	.homefeature div img {
		float:right;
	}
	
	.homefeature h2 {
		margin-bottom: .4em;
		line-height: 1.2em;
	}
	
	.homefeature p {
		margin-bottom:.5em;
	}
	
div.yellowbutton {
	position: absolute;
	bottom:12px;
	left:12px;
	width: 100px;
	height: 27px;
	background: url("yellowbutton_bg.jpg") no-repeat;
	margin:0;
	padding:0;
	text-align:center;
	overflow:hidden;
}

.yellowbutton p {
	margin-top: 5px;
	text-align:center;
}

.yellowbutton a:link, .yellowbutton a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


/* CONTENT PAGES */

#contenthead {
	position:relative;
	width: 100%;
	height: 100px;
	text-align:left;
}

#contenttitle {
	position: absolute;
	left:200px;
	bottom: 10px;
	text-align:left;
}

#sidebar {
	position: relative;
	float:left;
	width: 180px;
	margin-right: 20px;
	text-align:left;
}

	.sidehead {
		line-height: 1.8em;
		background: url("sidemenubg.gif") no-repeat;
	}
	
	.on {
		background: url("sidemenubg_on.gif") no-repeat;
	}

	.subitem {
		line-height: 1.5em;
		margin-top: .2em;
		margin-bottom: .2em;
		text-indent: -10px;
		margin-left: 15px;
		padding-left: 15px;
	}
	
	.firstsubitem {
		margin-top: .3em;
	}
	.lastsubitem {
		margin-bottom: .3em;
	}

	
	.subon {
		background: #f9dc95;
	}
	
	.sidehead a:link, .sidehead  a:visited,
	.subitem a:link, .subitem  a:visited {
		display: block;
		width: 100%;
		color: #000;
		text-decoration: none;
		font-weight: normal;
	}
	
	.sidehead a:hover, .sidehead a:active,
	.subitem a:hover, .subitem a:active {
		color: #9b5824;
		text-decoration: none;
		font-weight: normal;
	}
	
	img.menuspacer {
		width:20px;
		height:10px;
	}

#productcontent, #staticcontent {
	position:relative;
	float:left;
	width: 784px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	text-align:left;
	padding-left: 14px;
	padding-top: 14px;
	min-height:250px;
}

#staticcontent {
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 768px;
}

	#staticcontent p {
		text-align:justify;
		margin-right: 30px;
	}

	p.xofx {
		margin-bottom: 20px;
	}
	
	.productlisting {
		position: relative;
		float:left;
		width: 245px;
		height: 80px;
		margin-bottom: 30px;
		margin-left: 10px;
		margin-right: 9px;
		text-align:left;
	}
	
	.endrow {
		margin-left: 10px;
		margin-right:0;
	}
		
		.productlisting img {
			position:relative;
			float:left;
			width:80px;
			height:80px;
			margin-right:10px
		}
		
		.productlisting .price {
			font-weight: normal;
			font-size: 11px;
		}
		
		.productlisting .product {
			font-weight: bold;
		}
		
		.productlisting a:link, .productlisting a:visited {
			color: #000;
			text-decoration: none;
		}
		
		.productlisting a:hover, .productlisting a:active {
			color: #000;
			text-decoration: underline;
		}
		
		.productlisting p {
			position: absolute;
			left: 90px;
			bottom:0px;
		}
	
	div.productdescription {
		position: relative;
		float: left;
		width: 400px;
		margin: 10px 50px 30px 10px;
	}
	
		p.maindesc {
			font-weight: bold;
		}
	
		.productdescription .price {
			font-weight: bold;
			font-size: 18px;
		}
		
	div.productimages {
		position: relative;
		float:left;
		width: 300px;
		height: auto;
		margin-top: 10px;
		z-index: 3;
	}
	
		.mainimage {
			position: relative;
			width: 300px;
			height: 300px;
			margin: 0 0 1em 0;
		}
		
		.mainimg img {
			width: 300px;
			height: 300px;
		}
	
			#photoarea {
				position: absolute;
				top:0;
				left:0;
				width: 300px;
				height: 300px;	
				z-index: 5;
			}
			
			.enlargebutton {
				position: absolute;
				top:0;
				right:0;
				z-index: 6;		
			}
		
			#swatchenlarge {
				position: absolute;
				top:0;
				left:0;
				width: 300px;
				height: 300px;	
				background: #fff;
				z-index: 7;
			}
			
			#swatchenlargeload {
				position: absolute;
				top: 120px;
				left: 120px;
				z-index: 8;
			}
			
			#swatchenlargepic {
				position: absolute;
				top:0;
				left:0;				
				width: 300px;
				height: 300px;
				z-index: 9;
			}
			
	div.altthumbs {
		position: relative;
	}
		
	div.swatches {
		position: relative;
		margin-bottom: 1em;
	}
	
		.swatch, altthumb {
			position: relative;
			float:left;
			width:50px;
			margin: 10px 10px 0 0;
			cursor: pointer;
		}
		
		.swatch img {
			margin-bottom: 4px;
		}
		
	div.altthumbs {
		position: relative;
		margin-bottom: 1em;
	}
	
		.altthumb {
			position: relative;
			float:left;
			width:50px;
			margin: 10px 10px 0 0;
			cursor: pointer;
		}
		
		.altthumb img {
			margin-bottom: 4px;
		}
	
#shadowframe {
	position: absolute;
	width: 100%;
	width: 100%;
	top:0;
	left:0;
	background-color: #000;
	opacity:0.4;
	filter:alpha(opacity=40);
	z-index: 105;
}

#enlargeframe {
	position: absolute;
	top:-2000px;
	left:0;
	background: #fff;
	border: 1px solid #ccc;
	width: 500px;
	height: 500px;
	padding:0;
	margin:0;
	z-index: 110;
}

	#enlargeframeloader {
		position: absolute;
		left: 225px;
		top: 210px;
		padding:0;
		margin:0;
		z-index: 111;
	}
	
	#enlargepic {
		position: absolute;
		left: 0;
		top: 0;
		width: 500px;
		height: 500px;
		padding:0;
		margin:0;		
		z-index: 112;
	}
	
	#enlargeclose {
		position:absolute;
		top: 10px;
		right: 10px;
		z-index: 113;
	}
	
/* SPHIDER */

#result_report {
	margin-top: 0;
	margin-bottom: 2em;
}

#other_pages {
	margin-top: 2em;
}