/* 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('../system_images/bg.gif') repeat-x left top;
	line-height: 18px;
}
/* links */

a,
a:visited {
	color: #005789;
	text-decoration: none;
}

a:hover {
	color: #0a6ba3 ;
	text-decoration: underline;
}

.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('../system_images/bg-rightcol.gif') repeat-y right top;
	position: relative;
	padding: 0px 0px 15px 0px;
}

* html #content {
	position: relative;
	top: -3px;
}

#footer {
	background: #d6d2c6 url('../system_images/bg-footer.gif') repeat-x left top;
	height: 75px;
	padding-top: 15px;
	font: normal 11px arial;
	color: #000;
	margin-top: 1px;
}

.maincol {
	width: 463px;
	padding: 0px 22px 0px 26px;
}

.subcol {
	width: 264px;
}

/* header */

#nav ul {
	height: 32px;
	list-style-type: none;
	background: transparent url('../system_images/nav-divide.gif') no-repeat left top;
}

#nav li {
	height: 32px;
	display: block;
	float: left;
	background: transparent url('../system_images/nav-divide.gif') no-repeat right top;
}

#logo {
	margin: 10px 0px 0px 22px;
}

#enquiry {
	position: absolute;
	left: 560px;
	z-index: 100;
	z-index:inherit;
}

/* main col */

#topimage {
	position: absolute;
	left: 3px;
	top: 17px;
	z-index: 100;
}

.image {
	margin-top: 252px;
}

.noimage {
	background: transparent url('../system_images/bg-maincol.gif') no-repeat left 18px;
}

.polaroid {
	float: left;
	background: url(../system_images/article_image.jpg) no-repeat;
	padding: 8px;
	width: 135px;
	height: 135px;
	margin-right:5px;
	border:none;
}

/* sub col */

.subcol ul {
	list-style-type: none;
	font: normal 11px arial;
	margin: 10px 20px 10px 26px;
	line-height: 17px;
}

.subcol h3 {
	background: transparent url('../system_images/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 5px 30px 0px;
}

h2 {
	font: normal 17px georgia;
	background: transparent url('../system_images/bg-h2.gif') no-repeat left bottom;
	margin: 16px 0px 16px 0px;
	padding: 6px 0px 6px 24px;
	color: #000;
}
h2 a,a:visited{
	color: #000;
	text-decoration:none;
}
h2 a:hover{
	color:#630;
	text-decoration:none;
	}

p {
	margin: 15px 0px 15px 0px;
}

#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;
}

.userMsg { font-weight: bold; color: red; }
.maincol ul, .maincol ol { padding: 0 0 0 25px; }

.article_picture {
	float: left;
	background: url(../system_images/article_image.jpg) no-repeat;
	padding: 8px;
	width: 135px;
	height: 135px;
	margin-right:5px;
}

.ContentSpot{
	font-style:italic;
}	

#OtherNews ul li a {
	display: block;
	padding-top: 2px;
	text-decoration: none;
	list-style:none;
}	
.sidebox{
	float:left;
	width:100%;
	border-bottom:1px dotted #630;
	}