/* Highland Explorer Tours Stylesheet
-------------------------------------- */

* { margin: 0; padding: 0;  }

html {
	font-size: 100%;
	background-color: #f1f1f1;
	}
body {
	font-size: 62.5%;			/* This sets the default font size to be equivalent to 10px */
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 10px 5px;
	text-align: center;
	}
img { border: 0; }

/* Top logo */
h1 {
	width: 190px;
	height: 190px;
	background: #000000 url("http://images.highlandexplorertours.com/Images/logo.gif") no-repeat 50% 50%;
	border-bottom: 1px solid #FFFFFF;
	}
h1 a {
	float: left;
	width: 190px;
	height: 190px;
	text-indent: -5000px;
	outline: none;
}


/* Standard link styles */
a:link 	  { color: #005ead; text-decoration: none; }
a:visited {	color: #005ead; text-decoration: none; }
a:hover	  { color: #E31264; text-decoration: underline; }
a:active  { color: #E31264; text-decoration: none; }


/* Main blocks
---------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 763px;
	text-align: left;
	background: url("http://images.highlandexplorertours.com/Images/background.gif") repeat-y 0 0;
	}

#wrapperFull 
{
	margin: 0 auto;
	width: 763px;
	text-align: left
}
	
#header {
	font-family: "Lucida Grande", Verdana, sans-serif;
	height: 95px;
	position: relative;
	background: #000000 url("http://images.highlandexplorertours.com/Images/title.gif") no-repeat 100% 23px;
	border-bottom: 1px solid #FFFFFF;
	}
#header h2 {
	text-indent: -1000px;
	position: absolute;
	top: 1.7em;
	left: 0
	}
#header h2.text {
	text-indent: 0;
	position: absolute;
	top: 25px;
	left: 0;
	font-size: 3em;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Georgia, times, serif;
	font-weight: normal;
	width: 562px;
	height: 60px;
	padding-top: 10px;
	text-align: right;
	}
#header ul 
{
	list-style-type:none;
	color: #FFFFFF;
	font-size: 1.0em;
	line-height: 1.7;
	padding: 2px 4px;
    background-color: Black;
	border-bottom: 1px solid #FFFFFF;
	height: 1.7em;
	}
#header ul a {
	color: #FFFFFF;
	font-weight: bold;
	}
#header ul a:hover {
	text-decoration: none;
	color: #F5B23C;
	}
#menu {
	width: 190px;
	float: left;
	margin-bottom:60px;
	}
#menu ul {
	list-style: none;
	margin-left: 15px;
	margin-top: 20px;
	/*margin-bottom: 20px;*/
	line-height: 1.5;
	}
#menu li a {
	color: #FFFFFF;
	font-size: 1.3em;
	}
#menu li a.active {
	color: #7AD9F4;
	font-weight: bold;
	}
#menu ul ul {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	padding-left:10px;
	}
	
#menu ul ul ul li {
	background-image: url("http://images.highlandexplorertours.com/Images/icon_arrow.gif");
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 10px;
}
	
#menu ul ul ul li a {
	font-size:1.1em;
}
	
/*#menu li li {	
	background:	url("http://images.highlandexplorertours.com/Images/icon_arrow.gif") no-repeat 0 2;
	padding-left: 10px;
	}


#menu li li a {
	color: #7ba3d0;
	}
*/
#booknow, #agents, #offers {
	width: 180px;
	height: 42px;
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	outline: none;
	text-indent: -5000px;	
	}

#booknow {
	background: url("http://images.highlandexplorertours.com/Images/button_book.gif") no-repeat 0 0;
	}
#agents {
	background: url("http://images.highlandexplorertours.com/Images/button_agents.gif") no-repeat 0 0;
	}
#offers {
	background: url("http://images.highlandexplorertours.com/Images/button_offers.gif") no-repeat 0 0;
	}
	
#main {
	float: right;
	width: 572px;
	}
#content {
	font-size: 1.1em;
	min-height: 570px;
	}
* html #content { height: 570px; }
#content h2 {
	background-color: #becbcf;
	font-family: Georgia, times, serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #2c3d52;
	padding: 0.5em 15px;
	clear: both;
	height: 1%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}
#content h2.basic {
	background-color: #FFFFFF;
	clear: none;
	color: #3471b6;
	padding-top: 1em;
	}
#content p {
	margin: 0.5em 15px 1em 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:justify;
	}
#content ul {
	margin: 0.5em 15px 1em 30px;
	font-size:small;
	}
#content ol {
	margin: 0.5em 15px 1em 3.5em;;
	}
	
/* thumbnail styles */
#thumbnails {
	width: 573px;
	margin-left: -1px;
	}
#thumbnails dl {
	float: left;
	width: 190px;
	border-left: 1px solid #FFFFFF;
	margin-bottom: 1px;
	}
#thumbnails dt a {
	padding: 4px;
	background-color: #d8e2e5;
	font-weight: bold;
	font-size: 1em;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	}
#thumbnails dt a:hover {
	background-color: #DDECF0;
	text-decoration: none;
	color: #000000;
	}
#thumbnails dd {
	width: 190px;
	height: 190px;
	}
	
	
/* RH Side column */
#sidecolumn {
	width: 190px;
	float: right;
	margin-left: 15px;
	background-color: #d8e2e5;
	}
#sidecolumn dl {
	width: 190px;
	margin-bottom: 1px;
	}
#sidecolumn dt a {
	padding: 4px;
	background-color: #d8e2e5;
	font-weight: bold;
	font-size: 1em;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	}
#sidecolumn dt a:hover {
	background-color: #DDECF0;
	text-decoration: none;
	color: #000000;
	}
#sidecolumn dd {
	width: 190px;
	height: 190px;
	}
	
a.plus {
	background: url("http://images.highlandexplorertours.com/Images/icon_enlarge.gif") no-repeat 3px 50%;
	padding-left: 20px !important;
	font-size: 1em !important;
	}
#sidecolumn h2 {
	margin-top: 5px;
	}
#sidecolumn form {
	padding: 10px;
	}
#sidecolumn form label {
	line-height: 2;
	font-weight: bold;
	}

/* Calendar display */
#calendar {
	padding: 1px;
	margin-top: 5px;
	}
#calendar td {
	text-align: center;
	}
#calendar th {
	padding: 3px 4px;
	text-align: center;
	background-color: #BECBCF;
	font-weight: bold;
	}
#calendar td a {
	padding: 3px 4px;
	display: block;
	background-color: #ECECEC;
	}
#calendar td a:hover {
	background-color: #BECBCF;
	text-decoration: none;
}

table.timetable {
	width: 100%;
	}
table.timetable th {
	text-align: left;
	font-weight: bold;
	padding: 3px 5px;
	background-color: #d8e2e5;
	}
table.timetable td {
	padding: 3px 5px;
	text-align: left;
	}
table.timetable tr.row1 {
	background-color: #FFFFFF;
	}
table.timetable tr.row2 {
	background-color: #e8f0f2;
	}

/* Misc styles */
img.tourpic {
	float: left;
	width: auto;
	margin: 0 10px 0 0;
	display: inline;
	}
img.tourpic-right {
	float: right;
	width: auto;
	margin: 0 0 0 10px;
	display: inline;
	}
div.clearfix {
	clear: both;
	}
	
	
	
#footer {
	clear: both;
	border-top: 1px solid #FFFFFF;
	background-color: #becbcf;
	padding: 5px;
	position: relative;
	}
#footer address {
	position: absolute;
	top: -5em;
	left: 10px;
	color: #7ba3d0;
	font-style: normal;
	}
#footer ul {
	list-style: none;
	height: 1.4em;
	}
#footer li {
	float: right;
	width: auto;
	margin-left: 15px;
	margin-right: 5px;
	}
#footer li#copyright {
	float: left;
	margin-left: 5px;
	display: inline;
	}
		
.BookingHeader
{
	border-right: black thin solid; 
	border-top: black thin solid; 
	font-weight: bold; 
	border-left: black thin solid; 
	color: white; 
	border-bottom: black thin solid; 
	background-color: Black
}

.intro
{
	color: #005ead
}

/* thumbnail styles for hostel adds */
#adds {
	/*width: 573px;*/
	margin-left: -1px;
	margin:1.5em 15px 1em;
	}
#adds dl {
	/*float: left;*/
	width: 111px;
	border-left: 1px solid #FFFFFF;
	margin-bottom: 1px;
	margin-left:auto;
	margin-right:auto;
	}
#adds dt a {
	padding: 4px;
	font-weight: bold;
	font-size: 1em;
	display: block;
	
}

#adds dt{
	background-color: #d8e2e5;
	height:35px;
	text-align:center;
}

#adds dt:hover{
	background-color: #DDECF0;
}

#adds dt a:hover {
	/*background-color: #DDECF0;*/
	text-decoration: none;
	color: #000000;
	}
#adds dd {
	width: 190px;
	height: 160px;
}

#adds div{
	margin-left:auto;
	margin-right:auto;
	width:112px;
	
}

#adds table{
	width:100%;
	
}

#brochure{
	color:#FFFFFF;
	padding-left:15px;
	font-size:small;
	margin-bottom:20px;
}

#brochure a{
	color:#FFFFFF;
}

#links div ul ul{
	list-style-image: url("http://images.highlandexplorertours.com/Images/icon_arrow.gif");
	padding-bottom:0px;
}

#links div ul{
	padding-bottom:10px;
}

#links div ul ul li{
	margin-top:-5px;
	margin-bottom:-10px;
}

#links div h4{
	padding-left:10px;
	
}

#links div h2{	font-size:small;
	
}

#links{
	font-size:small;
}

#comments img{
	float:left;
	padding-right:10px;
}

#comments p{
	margin:0px;
	text-align:justify;
}

#comments h3{
	padding-bottom:5px;
	padding-top:10px;
}

div.comment-item{
	padding-left:15px;
	padding-right:15px;
	padding-right:15px;
	border-top: 1px solid #CCCCCC;
}

div.seperator{
	padding-bottom:15px;
	clear:left;
	
}

div.menu_side_item{
	text-align:center;
	padding-top:10px;
	width:184px;
	margin-left:auto;
	margin-right:auto;
}

div#CDSWIDEXC{
	margin-left:auto !important;
	margin-right:auto !important;
}

div#brochure_int{
	color:#FFFFFF;
	font-size:small;
}

div#brochure_int a{
	color:#FFFFFF;
}
