/*-----------------------------------*/
/* Reset
-----------------------------------*/
    * {padding:0; margin:0;}
    h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
    li, dd { margin-left:5%; }
    fieldset { padding: .5em; }
    select option{ padding:0 5px; }
	button{ cursor: pointer;}
    .hide{ display:none; }
    .left{ float:left; }
    .right{ float:right; }
    .clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
	.center{text-align: center;}
	.half{ width: 48.5%;}
	.nopad{padding: 0 !important; margin: 0 !important;}
	.nomarg{margin: 0 !important;}
    a img{ border:none; }
	.alignRight{
		text-align: right;
	}
	
	/* BUMPS */
	
		/* top */
		.bumptop10{ padding-top: 10px;}
		.bumptop5{ padding-top: 5px;}
		.bumptop3{ padding-top: 3px;}

		/* right */
		.bumpright10{ padding-right: 10px;}
		
		/* left */
		.bumpleft10{ padding-left: 10px;}
		.bumpleft5{ padding-left: 5px;}
		.bumpleft10marg{ margin-left: 10px;}
		/* bottom */
		.bumpbottom10{ padding-bottom: 10px;}
		.bumpbottom5{ padding-bottom: 5px;}


/*-----------------------------------*/
/* Default
-----------------------------------*/
 html, body {
     height: 100%;
 }


body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	background: url("../img/bg.png") repeat-x;
	}

#wrapper{
	width: 900px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -55px;
}

#footer, .push{
	height: 40px;
}


a{
	color: #2a56bb;
}

/*-----------------------------------*/
/* Logo
-----------------------------------*/

	div.logo{
		float: left;
	}

	div.logo span{
		display: none;
	}
	
	div.logo a{
		background: url("../img/logo.png") no-repeat;
		display: block;
		width: 300px;
		height: 86px;
	}
	
/*-----------------------------------*/
/* Header
-----------------------------------*/	

#header{
	padding-top: 10px;
}

.header-right{
	width: 400px;
	padding-top: 15px;
}

.header-right-nav{
	margin-bottom: 8px;
	padding: 0 !important;
	margin-top: 0 !important;
	height: 25px;
}

	.header-right ul{
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.header-right li{
		float: right;
		display: inline;
		list-style-type: none;
		padding-left: 12px;
		line-height: 1em !important;
	}

		.header-right li a{
			display: block;
			background: #f8fafe;
			padding: 5px 7px;
			color: #000;
			text-decoration: none;
			-moz-border-radius: 3px;
		    -webkit-border-radius: 3px;
			border: 1px solid #f8fafe;
		    border-radius: 3px;
		}
		
		.header-right li a.cart{
			background: #f8fafe url("../img/cart.png") no-repeat;
			background-position: 5px 50%;
			padding-left: 26px;
		}
		
		.header-right li a:hover;{
			background: #d3ddf0;
			text-decoration: none;
		}

	.header-right input.search{
		margin: 0 !important;
		border: 1px solid #bfc3cd;
		margin-top: 5px !important;
		padding: 5px;
		width: 210px;
		margin-left: 100px !important;
	}
	
	.header-right input.searchbutton{
		width: 67px;
	}
	
	

	.header-right button.search{
		height: 26px;
		width: 67px;
		border: 0 none;
		background: url("../img/search.png") no-repeat;
		margin-top: 4px !important;
		margin-left: 3px;
	
	}


/*-----------------------------------*/
/* Footer
-----------------------------------*/

#footer{
	border-top: 1px solid #d9e2f5;
	margin: 10px auto;
	width: 900px;
}

	#footer span{
		color: #88a7d9;
	}

	#footer p{
		margin: 0 !important;
		padding: 0 !important;
		color: #6588c1;
	}

	#footer a{
		color: #6588c1;
		text-decoration: none;
	}

	#footer a:hover{
		text-decoration: underline;
	}

/*-----------------------------------*/
/* Navigation
-----------------------------------*/	

#navigation{
	background: url("../img/nav-bg.png") repeat-x;
	margin-top: 15px;
	height: 35px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border: 1px solid #000;
    border-radius: 6px;
}

#nav{
	padding-top: 6px;
}

#nav li{
	display: inline;
	list-style-type: none;
	margin: 0 !important;
	float: left;
 padding-left: 18px; padding-right: 18px;
 background: url("../img/sep.png") no-repeat 0% 0%; 
}

#nav li.first { background: none !important;}
#nav li.headlink a { display: block; background: url("../img/nav2.png") no-repeat; height: 16px;}
#nav li.headlink a span{ display: none; }


/* background position = |background-position of item before it| + width of item before it + 37 */

#nav li.headlink a.home{ width: 49px; background-position: 0px 0px;}
#nav li.headlink a.products{ width: 81px; background-position: -86px 0px; }
#nav li.headlink a.expeditions{ width: 99px; background-position: -205px 0px; }
#nav li.headlink a.specials{ width: 66px; background-position: -342px 0px; }
#nav li.headlink a.news{ width: 46px; background-position: -446px 0px; }
#nav li.headlink a.contact{ width: 71px; background-position: -529px 0px; }
#nav li.headlink a.blog{ width: 46px; background-position: -637px 0px; }
#nav li.headlink a.about{ width: 53px; background-position: -722px 0px; }

/* hovers */
#nav li.headlink a.home:hover{ background-position: 0px -16px;}
#nav li.headlink a.products:hover{ background-position: -86px -16px; }
#nav li.headlink a.expeditions:hover{ background-position: -205px -16px; }
#nav li.headlink a.specials:hover{ background-position: -342px -16px; }
#nav li.headlink a.news:hover{ background-position: -446px -16px; }
#nav li.headlink a.contact:hover{ background-position: -529px -16px; }
#nav li.headlink a.blog:hover{ background-position: -637px -16px; }
#nav li.headlink a.about:hover{ background-position: -722px -16px;}
	
/*-----------------------------------*/
/* Home Page
-----------------------------------*/

.featured-products img{
	padding-left: 17px;
	padding-top: 10px;
}

	.featured-products img.nopad{
		padding-left: 0 !important;
		padding-top: 10px !important;
	}

	.featured-products img.nopad{
		padding-left: 0 !important;
	}
	
	
/*-----------------------------------*/
/* Content
-----------------------------------*/

.inside{
	padding-top: 10px;
}

	.contact-col1{
		width: 180px;
	}

	.contact-col2{
		width: 390px;
		margin-left: 10px;
	}
	
	.contact-col3{
		width: 310px;
		margin-left: 10px;
	}	

.sidebar{
	width: 280px;
}

.main{
	width: 600px;
}

/*-----------------------------------*/
/* Category Page
-----------------------------------*/

.category{
	width: 290;
	padding: 0px 5px;
}

/*-----------------------------------*/
/* Product Page
-----------------------------------*/

.product{
	width: 290;
	padding: 0px 5px 10px;
	text-align: center;
}

	.product img{
		text-align: center;
		border: 1px solid #eff3fc !important;
		padding: 6px;
		background: #FFF;
	}
	
	.product p{
		text-align: center;
	}
	
	.product p a{
		color: #2a56bb;
		text-decoration: none;
		font-weight: bold;
	}

		.product p a:hover{
			color: #2a56bb;
			text-decoration: underline;
		}
		
		
.product-img{
	width: 350px;
}

	.product-img img{
		display: block;
		margin: 0 auto;
	}
	
	.product-img .border{
		border: 1px solid #eff3fc !important;
		padding: 6px;
		background: #FFF;
	}
	
	.imgBorder{
		border: 1px solid #eff3fc !important;
		padding: 6px;
		background: #FFF;
	}
		
.product-description{
	width: 530px;
	padding-left: 20px;
	
}

	.product-description h1{
		font-size: 2em;
	}
	
	.product-description span{
		color: #58af1f;
		font-size: 1.6em;
		font-weight: bold;
	}
	

		
/*-----------------------------------*/
/* Contact Form
-----------------------------------*/

.contactform div.input{
	padding-bottom: 10px;
}

.contactform div.inputLast{
	padding-bottom: 0px;
}

.contactform label{
	display: block;
	margin: 0 !important;
	padding-bottom: 6px;
	font-weight: bold;
}

.contactform input, .contactform textarea{
	display: block;
	padding: 4px;
	width: 95%;
}


.contactform input.shorter{
	width: 50%;
}

.contactform input.submit{
	width: auto !important;
}

/*-----------------------------------*/
/* blog
-----------------------------------*/

.blogs{
	width: 650px;
	margin-top: 5px;
}	

	.post{
		border-bottom: #e6e6e6 1px solid;
		margin-bottom: 15px;
	}

	.post h2{
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.post span.date{
		color: #333;
	}

.blog-sidebar{
	width: 230px;
}

	.sidebar-block{
		background: #59b11f;
		-moz-border-radius: 8px;
    	-webkit-border-radius: 8px;
		border: 1px solid #59b11f;
		border-radius: 5px;
		padding: 8px 15px;
		margin-bottom: 10px;
	}
	
	.sidebar-block h3{
		margin-bottom: 5px !important;
		margin-top: 0px !important;
		color: #FFF;
		font-weight: bold;
	}
	
	.sidebar-block ul{
		color: #FFF;
		padding-left: 15px;
	}
	
/*-----------------------------------*/
/* blog
-----------------------------------*/

.expeditions h3{
	font-weight: bold;
	margin: 0 !important;
}

.expeditions-col1{
	width: 290px;
}	

.expeditions-col2{
	width: 290px;
	margin-left: 15px;
}

.expeditions-col3{
	width: 290px;
	margin-left: 15px;
}
	
/*-----------------------------------*/
/* Type
-----------------------------------*/

h1 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	letter-spacing: -.6px;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}

/*-----------------------------------*/
/* Rounded Box
-----------------------------------*/
.rounded-box{
	background: #f3f6fa;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border: 1px solid #e5e7e9;
    border-radius: 5px;
    padding: 10px 15px;
    color: #FFF;
	margin-bottom: 10px;
}


.rounded-box a{
	color: #40200d;
	text-decoration: none;
}

.rounded-box a:hover{
	text-decoration: underline;
}

/*-----------------------------------*/
/* forms
-----------------------------------*/

div.input{
	padding-bottom: 10px;
}

div.submit{
	text-align: right;
}

div.submit a{
		color: #1f47a1;
	text-decoration: none;
}


fieldset{
	background: url("../img/bg.png") repeat-x;
	border: 1px solid #eff3fc;
	padding: 10px;
}

legend{
	font-size: 1.6em;
	color: #2752b3;
	font-weight: bold;
}

label{
	display: block;
	margin: 0 !important;
	padding-bottom: 6px;
	font-weight: bold;
}

input{
	display: block;
	padding: 4px;
	width: 95%;
}

input[type=hidden]{
	display: none;
}

input.inline{
	display: inline;
}


	input.nowidth{
		width: auto !important;
		display: auto !important;
	}
	
	input.shorter{
		width: 50%;
	}
	
	label.error { 
	text-align: left;
	color: #A90000;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url("../img/error.png") no-repeat;
	padding-left: 22px;
	padding-top: 5px;
	background-position: 0 5px;

}
input.error{
	border: 2px solid #A90000;
}

	
/*-----------------------------------*/
/* Shopping Cart
-----------------------------------*/


.shoppingcart tr td{
	padding: 6px 3px;
}

.shoppingcart a{
	color: #1f47a1;
	text-decoration: none;
}


.shoppingcart tr td.item{
	border-bottom: 1px dotted #d6def2;

}
.shoppingcart th{
	background: #468c16;
	color: #FFF;
	font-size: 1.1em;
	padding: 6px;
}

.shoppingcart th.topleft{
	-moz-border-radius-topleft: 6px;
	border: 1px solid #468c16;
    border-radius: 6px;
}

.shoppingcart th.topright{
	-moz-border-radius-topright: 6px;
	border: 1px solid #468c16;
    border-radius: 6px;

}

/*-----------------------------------*/
/* extra
-----------------------------------*/

/* for preloading images */
.clear{
	background: url("../pics/home-big-1.jpg");
	background: url("../pics/home-big-2.jpg");
	background: url("../pics/home-big-3.jpg");
	background: url("../pics/home-big-4.jpg");
	background: none !important;
}

.map{
	text-align: center;
	padding: 4px;
	border: 1px solid #E6E6E6;
	background: #FFF;
}

.breadcrumbs{
	padding-bottom: 10px;
}

.breadcrumbs p{
	font-size: 1.1em;
}

	.breadcrumbs p a{
		color: #58af1f;
	}

.message p{
	padding: 0 !important;
	line-height: 0 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
	
div.error{
	background: #f6e2e2;
	color: #A90000;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid #e9c3c3;
	border-bottom: 1px solid #e9c3c3;
	
}



div.success{
	background: #d0f2c2;
	color: #47832e;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid #abdd97;
	border-bottom: 1px solid #abdd97;
}	

ul.sitemap{
	margin-left: 10px !important;
}

	ul.sitemap li{
		line-height: 1.2em !important;
	}
	
/*-----------------------------------*/
/* lodging
-----------------------------------*/

.lodging{
	border-bottom: 1px solid #dee5f5;
	border-right: 1px solid #dee5f5;
	padding: 10px;
}

	.lodging .image{
		float: left;
		width: 200px;
	}
	
	.lodging .info{
		float: left;
		margin-left: 10px;
	}


