/* CSS Document */


.stopbox {
	background: url(../images/stop-box.gif) no-repeat;
	width: 372px;
	height: 136px;
	padding:8px;
	font-size: 11px;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.outsidebox {
	background:url(../images/outside-magazine-awards.jpg) no-repeat;
	width: 290px;
	height: 156px;
	margin-top: 10px;
	padding:5px;
	font-size: 11px;
	line-height: 18px;
}

.outsidetext
{
	text-align: right;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-left:120px;
	color:#FFFFFF;
}

/****************  TRIPS   ****************/
div#trips {
	border:solid 0px red;
	text-align: center;
	clear: right;
}


#icons {
	padding-top: 10px;
	text-align: center;
}

.tripspricing {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.tripspricingred {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #FF0000;
}

.tripdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.red {
	color:#FF0000;
}

/****************  TRIPS - RIMU   ****************/
div#trips #rimu {
	margin:10px 0px 0px 0px;
	width: 690px;
	border: solid RGB(158,201,56) 3px;
	background:#e7feaf;
	text-align:justify;
	font-size: 12px;
	padding: 2px 6px 4px 6px;
}

/****************  TRIPS - MANUKA   ****************/
div#trips #manuka {
	margin:10px 0px 0px 0px;
	width: 690px;
	border: solid rgb(228,176,143) 3px;
	background:#fdeade;
	text-align:justify;
	font-size: 12px;
	padding: 2px 6px 4px 6px;
}


/****************  TRIPS - WEKA CYCLING   ****************/
div#trips #wekacycling {
	margin:10px 0px 0px 0px;
	width: 690px;
	border: solid rgb(204,149,184) 3px;
	background:#ffe6f6;
	text-align:justify;
	font-size: 12px;
	padding: 2px 6px 4px 6px;
}


/****************	TRIPS - TUI ****************/
div#trips #tui {
	margin:10px 0px 0px 0px;
	width: 690px;
	border: solid rgb(255,218,27) 3px;
	background:#fffbd3;
	text-align:justify;
	font-size: 12px;
	padding: 2px 6px 4px 6px;
}

/****************	TRIPS - KAURI ****************/
div#trips #kauri {
	margin:10px 0px 0px 0px;
	width: 690px;
	border: solid rgb(31,132,58) 3px;
	background:#e4ffc6;
	text-align:justify;
	font-size: 12px;
	padding: 2px 6px 4px 6px
}

/****************	TRIPS - KEA FAMILY ****************/
div#trips #keafamily {
	margin:10px 0px 0px 0px;
	width: 690px;
	border: solid rgb(214,137,72) 3px;
	background:#ffe2ca;
	text-align:justify;
	font-size: 12px;
	padding: 2px 6px 4px 6px;
}



/****************	TRIPS - WINTER RIMU ****************/
div#trips #winterrimu {
	margin:10px 0px 0px 0px;
	width: 690px;
	border: solid rgb(144,177,221) 3px;
	background:#deecff;
	text-align:justify;
	font-size: 12px;
	padding: 2px 6px 4px 6px;
}


/***************** LH MENU TEST **********************/

/*** Book a Trip ***/

div#bookatrip {
	z-index:2;
	background:url(../images/LH-button-how-to-book.jpg) no-repeat;
	height: 94px;
	width: 238px;
	margin-top:5px;
}

div#bookatrip:hover, div#bookatripcurrent:hover {
	cursor: pointer;
}

div#bookatripcurrent {
	z-index:2;
	background:url(../images/LH-button-how-to-book-current.jp) no-repeat;
	height: 94px;
	width: 238px;
	margin-top:5px;
}

div#bookatripheading {
	padding: 8px 0px 0px 120px;
	text-align: left;
	font-size: 16px;
	line-height: 21px;
}

#bookatripheading a:link, #bookatripheading a:visited, #bookatripheading a:active {
	text-decoration: none;
	color: #ffffff;
}

#bookatripheading a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

div#bookatriptext{
	padding: 5px 0px 0px 120px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bookatriptext a  {
	text-decoration: none;
	font-weight: normal;
	color:#FFFFFF;
}
.bookatriptext a:hover  {
	text-decoration: none;
	color: rgb(190,85,60);
}

/*** Adventure ***/

div#adventure {
	z-index:2;
	background:url(../images/LH-button-adventure.jpg) no-repeat;
	height: 94px;
	width: 238px;
	margin-top:5px;
}

div#adventure:hover, div#adventurecurrent:hover {
	cursor: pointer;
}

div#adventurecurrent {
	z-index:2;
	background:url(../images/LH-button-adventure-current.jpg) no-repeat;
	height: 94px;
	width: 238px;
	margin-top:5px;
}

div#adventureheading {
	padding: 8px 0px 0px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 21px;
}
#adventureheading a:link, #adventureheading a:visited, #adventureheading a:active {
	text-decoration: none;
	color: #ffffff;
}

#adventureheading a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

div#adventuretext {
	padding: 5px 0px 0px 10px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.adventuretext a:link, .adventuretext a:visited, .adventuretext a:active  {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

.adventuretext a:hover  {
	text-decoration: none;
	color: rgb(190,85,60);
}

/*** Hiking ***/

div#hiking {
	z-index:2;
	background:url(../images/LH-button-hiking.jpg) no-repeat;
	height: 94px;
	width: 238px;
	margin-top:5px;
}

div#hiking:hover, div#hikingcurrent:hover {
	cursor: pointer;
}

div#hikingcurrent {
	z-index:2;
	background:url(../images/LH-button-hiking-current.jpg) no-repeat;
	height: 94px;
	width: 238px;
	margin-top:5px;
}

div#hikingheading {
	padding: 8px 0px 0px 105px;
	text-align: left;
	font-size: 16px;
	line-height: 21px;
}
#hikingheading a:link, #hikingheading a:visited, #hikingheading a:active {
	text-decoration: none;
	color: #ffffff;
}

#hikingheading a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

div#hikingtext {
	padding: 5px 0px 0px 105px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.hikingtext a:link, .hikingtext a:visited, .hikingtext a:active  {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

.hikingtext a:hover  {
	text-decoration: none;
	color: rgb(190,85,60);
}

/*** Bicycle ***/

div#bicycle {
	z-index:2;
	background:url(../images/LH-button-cycling.jpg) no-repeat;
	height: 94px;
	width: 238px;
	margin-top:5px;
}

div#bicycle:hover, div#bicyclecurrent:hover {
	cursor: pointer;
}

div#bicyclecurrent {
	z-index:2;
	background:url(../images/LH-button-cycling-current.jpg) no-repeat;
	height: 94px;
	width: 238px;
	margin-top:5px;
}

div#bicycleheading {
	padding: 8px 0px 0px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 21px;
}
#bicycleheading a:link, #bicycleheading a:visited, #bicycleheading a:active {
	text-decoration: none;
	color: #ffffff;
}

#bicycleheading a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

div#bicycletext {
	padding: 5px 0px 0px 10px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.bicycletext a:link, .bicycletext a:visited, .bicycletext a:active  {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

.bicycletext a:hover  {
	text-decoration: none;
	color: rgb(190,85,60);
}

/*** Family ***/

div#family {
	z-index:2;
	background:url(../images/LH-button-family.jpg) no-repeat;
	height: 94px;
	width: 238px;
	margin-top:5px;
}

div#family:hover, div#familycurrent:hover {
	cursor: pointer;
}

div#familycurrent {
	z-index:2;
	background:url(../images/LH-button-family-current.jpg) no-repeat;
	height: 94px;
	width: 238px;
	margin-top:5px;
}

div#familyheading {
	padding: 8px 0px 0px 105px;
	text-align: left;
	font-size: 16px;
	line-height: 21px;
}
#familyheading a:link, #familyheading a:visited, #familyheading a:active {
	text-decoration: none;
	color: #ffffff;
}

#familyheading a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

div#familytext {
	padding: 5px 0px 0px 105px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.familytext a:link, .familytext a:visited, .familytext a:active  {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

.familytext a:hover  {
	text-decoration: none;
	color: rgb(190,85,60);
}






