/* Adventure Trekking CSS */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

/* basic layout */
body {
	font: normal 12px georgia, verdana, arial;
	color: #494641;
	background: #f1ede0 url('../i/bg.gif') repeat-x left top;
	line-height: 18px;
}

.center {
	width: 775px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	margin: 0;
}

#header {
	height: 92px;
}

#header .center {
	position: relative;
}

#nav {
	height: 32px;
}

#content div.center {
	background: transparent url('../i/bg-rightcol.gif') repeat-y right top;
	position: relative;
	padding: 0px 0px 15px 0px;
}

*html #content {
	position: relative;
	top: -3px;
}

#footer {
	background: #f1ede0 url('../i/bg-footer.gif') repeat-x center top;
	height: 142px;
	font: normal 11px arial;
	line-height: 14px;
	color: #494641;
}

.maincol {
	width: 463px;
	padding: 0px 22px 0px 26px;
}

.subcol {
	width: 264px;
}

/* header */

#nav ul {
	height: 32px;
	list-style-type: none;
	background: transparent url('../i/nav-divide.gif') no-repeat left top;
}

#nav li {
	height: 32px;
	display: block;
	float: left;
	background: transparent url('../i/nav-divide.gif') no-repeat right top;
}

#logo {
	margin: 21px 0px 0px 22px;
}

#enquiry {
	position: absolute;
	left: 587px;
	z-index: 100;
}

#logoMark {
	position: absolute;
	top: 43px;
	left: -58px;
}

/* main col */

#topimage {
	position: absolute;
	left: 3px;
	top: 17px;
	z-index: 100;
}

.image {
	margin-top: 252px;
}

.noimage {
	background: transparent url('../i/bg-maincol.gif') no-repeat left 18px;
}

.polaroid {
	float: left;
	margin: 0px 12px 10px 0px;
}

/* sub col */

.subcol ul {
	list-style-type: none;
	font: normal 11px arial;
	margin: 10px 0px 10px 26px;
	line-height: 17px;
}

.subcol h3 {
	background: transparent url('../i/bg-rightheading.gif') no-repeat left top;
	font: bold 12px georgia;
	color: #000;
	padding: 42px 0px 10px 25px;
}

/* text */

h1 {
	font: normal 26px georgia;
	letter-spacing: -1px;
	color: #5b5149;
	margin: 46px 20px 30px 0px;
}

h2 {
	font: normal 17px georgia;
	background: transparent url('../i/bg-h2.gif') no-repeat left bottom;
	margin: 16px 0px 16px 0px;
	padding: 6px 0px 6px 24px;
	color: #000;
}

p {
	margin: 15px 0px 15px 0px;
}

/* links */

a,
a:visited {
	color: #005789;
	text-decoration: none;
}

a:hover {
	color: #0a6ba3 ;
	text-decoration: underline;
}

#nav a,
#nav a:visited {
	display: block;
	color: #e2dbc8;
	text-decoration: none;
	font: normal 11px arial;
	margin-top: 10px;
	padding: 0px 18px 0px 18px;
}

#nav a:hover {
	color: #a7becb;
}

#nav li.current a,
#nav li.current a:visited {
	color: #fff;
}

/* footer */

.footRight {
	width: 238px;
	background: transparent url('../i/bg-footer-right.gif') no-repeat left top;
	float: right;
	padding: 24px 0 0 26px;
}

#btn-payment:link,
#btn-payment:visited {
	display: block;
	float: left;
	position: relative;
	top: -3px;
	margin-right: 13px;
	width: 100px;
	height: 20px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/btn-paymentform.gif') no-repeat left top;
}

#btn-payment:hover {
	background-position: left -20px;
}

a img {
	border: 0;
}

.footLeft {
	padding: 32px 0 0 26px;
}

.footLeft a {
	display: block;
	float: left;
	margin-right: 20px;
}

/* added 2012-07-03 Benek */

.gallery {
	margin: 0 -10px 20px 0;
	list-style: none;
}

.gallery li {
	float: left;
	margin: 0 13px 15px 0;
}

.gallery li a {
	display: block;
	background: #fdfef7;
	border: solid 1px #e0ddd0;
	padding: 8px 8px 24px 8px;
	/* shadow */
	-webkit-box-shadow: 1px 1px 4px #d8d4ca;
	-moz-box-shadow: 1px 1px 4px #d8d4ca;
	box-shadow: 1px 1px 4px #d8d4ca;
}

.gallery li a img {
	display: block;
}

.gallery li a:hover {
	border-color: #c3bfb6;
	-webkit-box-shadow: 1px 1px 4px #c1bcb1;
	-moz-box-shadow: 1px 1px 4px #c1bcb1;
	box-shadow: 1px 1px 4px #c1bcb1;
}

/* ///////////////////////////////////////////////////////
 * 		
 * 			Kinson's CSS 02/04/13
 * 			Vo2webdesign
 * 
/////////////////////////////////////////////////////// */

.join-a-trek ol {
	margin-bottom: 10px;
}

.join-a-trek ol li {
	border-bottom: 1px dotted #494641;
	padding: 10px 0;
}

.join-a-trek ol li:first-child {
	border-top: 1px dotted #494641;
}

.join-a-trek ul.package {
	padding-left: 20px;
	margin-top: 20px;
}

.join-a-trek ul.package li {
	margin-top: 5px;
}
