@import url('framework.css');
@import url('ajax.css');
@import url('lightbox.css');
  
html, body{
	height:100%;
	width:100%;
}

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{
	margin:0;
	padding:0;
}

body {
	background: #e7e8e4;
	color: white;
	font-family: Arial, serif;
	font-size: 10px;
}
a {
	color: #21551A;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.smallCaps {
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:0.1em;
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	color: black;
	font-family: Georgia, Arial, serif;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 16px;
	margin-top:10px;
}
h2 {
	font-size: 16px;
	margin-bottom: 16px;
}
h3 {
	font-size: 14px;
}

div.hr
{
    background-image: url(../images/dotted.line.gif);
    background-repeat: repeat-x;
    background-position: center;
    border: 0 !important;
    height: 1px;
    margin: 10px 0;
}

div.hrSolid 
{
    background: none !important;
	border-bottom: 1px solid #d3d1cd !important;
	margin-bottom: 10px;
	clear:both;
}

div.hr hr,
div.hrSolid hr
{
	display: none !important;	
}

ul
{
	list-style: none;
	margin:0;
	padding:0;
}
li
{
	margin:0;
	padding:0;
}


.toplist_top
{
    width:164px;
    height:29px;
    background:url(../images/backgrounds/toplist_top.gif) no-repeat;
}


.toplist_top h3
{
    color:White;
    line-height:29px;
    margin-left:10px;
}
.toplist_middle
{
    width:164px;
    
    background:url(../images/backgrounds/toplist_middle.gif) repeat-y;
    color:#21551A;
    font-weight:bold;
    
    padding-top:8px;
}
.toplist_middle a
{
    font-weight:bold;
}
.toplist_middle div.row
{
    margin-left:3px;
}
.toplist_middle span
{
    margin-left:12px;
    color:black;
    font-weight:normal;
}
.toplist_middle .row div.info
{
    width:108px;
    height:45px;
    display:inline-block;
    vertical-align:top;
    zoom:1; *display: inline;
}
.toplist_middle .row div.image
{
    display:inline-block;
    width:45px;
    height:45px;
    zoom:1; *display: inline;
}
.toplist_middle div.row div.image img
{
    height:45px;
    width:45px;
}
.toplist_separator
{
    width:100%;
    height:1px;
    background:url(../images/backgrounds/toplist_separator.gif) no-repeat;    
    line-height:1px;
    margin-top:2px;
    margin-bottom:2px;
}
.toplist_bottom
{
    width:164px;
    height:12px;
    background:url(../images/backgrounds/toplist_bottom.gif) no-repeat bottom;
    clear:both;
    margin-bottom:10px;
}

select 
{
	font-size: 11px;
}

textarea
{
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.clearBoth
{
	clear: both;
}

.clearLeft
{
	clear: left;
}

.clearRight
{
	clear: right;
}

.displayNone
{
	display: none;
}

.displayBlock
{
	display: block;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float:right;
}

.darkText
{
	color: #262525;
}

.introText
{
	font-size:13px;
	line-height:1.3em;
}

.ingress
{
    color: #262525;
	font-size:13px;
	line-height:1.3em;
    padding-bottom:20px;
    width:545px;
    }
.centerImage
{
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*

	clearfix
	
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.collapsed
{
	height:22px;
	overflow:hidden;
}
#orderBox .close
{
    position:absolute;
    top:7px;
    right:16px;
}

/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/
.startpagebox #box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
	text-align: left;
	/*width:80%;*/				/* <-- use this to tie width to viewport size */
	width: 586px;				/* <-- use this for a set width */
	/*background-color: #eeeeee;*/
	}
	
.startpagebox #box	.boxcontent
{
    padding:20px 25px 15px 18px;
}
.startpagebox #box	.facebook h1
{
    padding-left:30px;
    height:24px;
    background:url('../images/facebook-icon.png') no-repeat top left;
}


    #picsOuter
    {
           height:361px;
        width:   763px;  
        padding: 0;  
        margin:  0;  
        position:relative;
    }
    #pics   
    {
        height:361px;
        width:   763px;  
        padding: 0;  
        margin:  0;  
        position:relative;
    } 
    #pics img{top:0;left:0; position:absolute; height:361px; width:763px;}
    #picsOuter #right{position:absolute; right:0px; width:36px; height:21px; z-index:1000; padding:170px 10px;}
    #picsOuter #left{position:absolute; left:0px; width:36px; height:21px; z-index:1000; padding:170px 10px;}
    
    #picsOuter #left:hover, #picsOuter #right:hover
    {
        background-color:#000;
        filter:alpha(opacity=30);
	    -moz-opacity:0.3;
	    -khtml-opacity: 0.3;
	    opacity: 0.3;
    }
    #picsOuter #left img,#picsOuter #right img
    {
        filter:alpha(opacity=100);
	    -moz-opacity:1;
	    -khtml-opacity: 1;
	    opacity: 1;}
    
    .brandBox{margin:5px 0 10px 0}
    #brandImageLinks{ width:765px; height:42px;padding:10px 0; margin:0px auto; text-align:center;}
    #brandImageLinks li{display:inline-block; margin:0px 15px;}
    #brandImageLinks li a.brandImageLink h2
    {
        height:42px;
        background-position:bottom;
        text-indent:-20000px;
        background-repeat:no-repeat;
        
        }
    #brandImageLinks li a.brandImageLink h2:hover
    {
        background-position:top;
    }
    #brandImageLinks li a.brandImageLink h2#brunton{width:137px;}
    #brandImageLinks li a.brandImageLink h2#tierra{width:84px;}
    #brandImageLinks li a.brandImageLink h2#icebreaker{width:90px;}
    #brandImageLinks li a.brandImageLink h2#fjallraven{width:108px;}
    #brandImageLinks li a.brandImageLink h2#hanwag{width:59px;}
    #brandImageLinks li a.brandImageLink h2#primus{width:62px;}



* html #tlc, * html #trc {height: 1%;}
#tlc, #trc { zoom: 1 }

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/border-gifs/tlc2.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/border-gifs/trc2.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/border-gifs/blc2.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/border-gifs/brc2.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/border-gifs/tb2.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/border-gifs/bb2.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/border-gifs/r2.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(../images/border-gifs/l2.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
		
		
.bank {}
.bank td{ text-align:center; padding:0px 20px 0px 0px;}
.bank td label {margin:0px !important;}
.bank td label img {vertical-align:middle}
