@font-face{
	font-family:'open_sans';
	src:url('/fonts/open-sans/OpenSans-Regular-webfont.eot');
	src:url('/fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
		url('/fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'open_sans_bold';
	src:url('/fonts/open-sans/OpenSans-Bold-webfont.eot');
	src:url('/fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans/OpenSans-Bold-webfont.woff') format('woff'),
		url('/fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'open_sans_condensed';
	src:url('/fonts/open-sans-condensed/OpenSans-CondLight-webfont.eot');
	src:url('/fonts/open-sans-condensed/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open-sans-condensed/OpenSans-CondLight-webfont.woff') format('woff'),
		url('/fonts/open-sans-condensed/OpenSans-CondLight-webfont.ttf') format('truetype'),
		url('/fonts/open-sans-condensed/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: 'open_sans_condensed_bold';
    src: url('/fonts/open-sans-condensed/OpenSans-CondBold-webfont.eot');
    src: url('/fonts/open-sans-condensed/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/open-sans-condensed/OpenSans-CondBold-webfont.woff') format('woff'),
         url('/fonts/open-sans-condensed/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('/fonts/open-sans-condensed/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
	font-family: 'open_sans',serif;
}
#outer_wrapper{
	text-align:center;
	width:100%;
}
#inner_wrapper{
	margin:auto;
	text-align:left;
	width:976px;
}
html,body{
	margin:0px;
	padding:0px;
}
h1,h2,h3,p{
	margin:0px;
}
#header{
	width:962px;
	height:122px;
	background-image:url('/images/header-bg.png');
	background-repeat:no-repeat;
	background-color:#EEEEEE;
	padding-top:22px;
	margin-bottom:12px;
	padding-left:14px;
	position:relative;
}
#header a{color:#0C1D79;text-decoration:none;}
#header a:hover{text-decoration:underline;}
#sitename{
	color:#0C1D79;
	font-size:66px;
	font-family:'open_sans_condensed_bold',serif;
	line-height:66px;
	letter-spacing:-3px;
}
#logo{
	position:absolute;
	top:24px;
	right:32px;
}
#contact{
	padding:13px 0px 0px 4px;
	color:#0C1D79;
	font-size:17px;
	letter-spacing:-1px;
	font-family:'open_sans_bold',serif;
}
#contact div{
	float:left;
	padding-right:34px;
}
#navigation{
	float:left;
	width:142px;
	height:100%;
	font-size:17px;
	line-height:22px;
	font-weight:bold;
	background-color:#E41A21;
	padding:0px;
	margin-bottom:40px;
	padding-top:69px;
	padding-left:10px;
}
#navigation a{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	width:144px;
	text-transform:uppercase;
	padding:0px;
}
#navigation a:hover{
	color:#F1B9BB;
}
#navigation li{
	padding-bottom:33px;
	list-style:none;
	font-family:'open_sans_condensed',serif;
}
#navigation ul.list{
	padding:0px;
	margin:0px;
}
#navigation .divider{ 
	display:none;
}
#content{
	position:relative;
	float:left;
	color:#333333;
	font-size:13px;
	line-height:16px;
	width:808px;
	padding-left:8px;
}
#content a{
	color:#E41920;
}
#content a:hover{
	color:#E9474C;
}
.page-heading{
	padding-left:18px;
	height:146px;
	width:798px;
	margin-bottom:10px;
	position:relative;
}
h1{
	font-size:51px;
	line-height:51px;
	font-family:'open_sans_condensed_bold',serif;
	color:#FFFFFF;
	margin: 0px;
	position:absolute;
	bottom:0px;
}
#content_holder{
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	padding:0px 14px;
	height:100%;
	padding-bottom:62px;
	font-size:16px;
	line-height:24px;
	font-family:'open_sans',serif;
	width:784px;
}
#content_holder h2,#content_holder h3{
	font-family:'open_sans_condensed_bold',serif;
	color:#0C1D79;
	font-size:24px;
}
#content_holder h3{
	font-size:20px;
}
#content_holder ul{
	padding:0px;
	list-style:none;
}
#content_holder li{
	background-image:url('/images/list-tick.gif');
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:16px;
	font-family:'open_sans_bold',serif;
}
#footer{
	width:100%;
	font-size:10px;
	position:relative;
	font-family:'open_sans',serif;
	background-color:#EEEEEE;
	background-image:url('/images/footer-bg.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
}
#footer a{
	color:#cccccc;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer_nav{
	background-color:#E41A21;
	text-align:center;
	width:100%;
	clear:both;
}
#footer_nav ul{
	width:auto;
	display:inline-block;
	font-size:16px;
	line-height:24px;
	margin:7px 0px 2px;
}
#footer_nav li{
	height:24px;
}
#footer_nav a,#footer_nav{
	color:#FFFFFF;
}
#footer_nav a:hover{
	color:#F1B9BB;
	text-decoration:none;
}
#footer-text-wrapper{ 
	line-height:24px;
	margin-left:178px;
	font-size:12px;
}
.footer-text{
	float:left;
	width:208px;
	padding:19px 32px 18px 0px;
}
#copy{
	padding-top:173px;
	float:left;
	font-size:16px;
	line-height:24px;
}
#footer_logo{
	clear:both;
	padding:158px 25px 0px 16px;
	float: left;
}

#trip-list{
	padding-top: 0px;
}
.trip{
	margin-bottom: 16px;
	background-color: #DDDDDD;
	margin-right: 16px;
	float: left;
	position: relative;
	cursor: pointer;
	background-image: url('/images/arrow-bg.png');
	background-repeat: no-repeat;
}
.trip.old{
	background-image: url('/images/arrow-old-bg.png');
	background-repeat: no-repeat;
	color: #333333;
}
.trip.right, .photo.right, .trip.old.right{
	margin-right: 0px;
}
.trip:hover{	
	background-image: url('/images/arrow-hover-bg.png');
	color: #404C92;
}
.trip a{
	color: #777777!important;
	font-weight: normal;
	text-decoration: none;
	font-size: 26px;
	line-height: 26px;
	font-family: 'open_sans_condensed';
	display: block;
	width: 220px;
	margin-top: 5px;
	margin-left: 12px;
	float: left;
}
.trip .more_info{
	display: block;
	position: absolute;
	bottom: 5px;
	right: 11px;
	font-size: 16px;
	line-height: 19px;
}
.trip{
	width: 395px;
	height: 120px;
	color: #444444;
	background-position: 435px 38px;
}
.trip .details{
	color: #444444;
	font-weight: bold;
	border-bottom: #FFFFFF 1px solid;
	width: 201px;
	margin-left: 12px;
	float: left;
	padding: 8px 2px 4px 2px;
	font-size: 14px;
	line-height: 17px;
}
.trip .price{
	display: block;
	float: right;
}
.trip .date{
	display: block;
	float: left;
}
.trip img{
	float: left;
}
.trip .blank{
	float: left;
	width: 160px;
	height: 120px;
}

#intro_text{
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
}
#maps{
	margin-bottom: 10px;
	margin-top: 15px;
	height: 289px;
}
.map{
	float: left;
	position: relative;
}
.pick-up{
	margin-right: 16px;
}
.map h6{
	width: 250px;
	height: 14px;
	padding: 13px 0px 9px 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	background-color: #444444;
	margin-bottom: 1px;
}
.map span, .map a{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.map .view-larger{
	position: absolute;
	right: 0px;
	top: 272px;
	cursor: pointer;
}
#main_text{
	width: 530px;
	padding-right: 16px;
	float: left;
}
#side_bar{
	width: 260px;
	float: left;
}
#trip_details{
	padding: 9px 11px 14px 12px;
	width: 237px;
	min-height: 169px;
	background-color: #0C1D79;
	margin-bottom: 24px;
	position: relative;
	margin-top: 46px;
}
#trip_details div{
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 7px;
}
#trip_details div .date{
	display: block;
	float: left;
	padding-left: 2px;
}
#trip_details div .price{
	display: block;
	float: right;
}
#trip_details .trip-name{
	font-family: 'open_sans_condensed';
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 26px;
	line-height: 24px;
	display: block;
	padding-top: 13px;
}
#trip_details a{
	position: absolute;
	right: 13px;
	bottom: 17px;
	display: block;
}
#trip_details img, #trip_details a{
	border: 0px none;
	height: 42px;
	width: 131px;
}
a.trip-itinerary{
	width: 281px;
	margin: auto;
	display: block;
	margin-top: 7px;
}

#address-wrapper {
	width:440px;clear:both;
}

#land-address {
	width:240px; float:left;
}
#telephone-enquiries {
	width:200px;float:left; padding-bottom:24px;
}
#email-enquiries {
	width:200px;float:left;
}


@media screen and (max-width:720px) {

	#inner_wrapper {
		width:auto;
	}

	#navigation a {
		width:auto;
	}
	
	#navigation a br {
		display:none;
	}
	
	html body #inner_wrapper #navigation {
		min-height:0!important;
		height:auto;
		float:none;
		padding:8px;
		width:auto;
		clear:both;
		margin-bottom:8px;
	}
	
	.trip .price {
		text-align:right;
		float:none;
	}
	.trip {
		/* width: 395px; */
		/* height: 120px; */
		color: #444444;
		margin-bottom: 16px;
		background-color: #DDDDDD;
		margin-right: 0;
		height:auto;
		float: none;
		width:auto;
		position: relative;
		cursor: pointer;
		clear:both;
		
	}
	.trip .details {
		width: auto;
		float:none;
	}
	.trip a {
		width:auto;
		float:none;
		margin-left:168px;
	}
	
	.trip a:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.page-heading {
		width:auto;
		height:auto;
	}
	#logo {
		position:static;
	}
	#header {
		background:none;
	}

	.page-heading h1 {
		font-size:32px;
		position:static;
		padding:8px 0;
		line-height:1em;

	}
	#content_holder iframe {
		width:100%!important;
	}
	#content {
	clear:both;
		float: none;
		width: auto;
	 }
	 
	 #navigation li {
		float:none;
		padding:6px 0;
	 }
	 
	 #header {
		width:auto;
		height:auto;
		background:#eee;
	 }
	 
	 #content_holder {
		height:auto;
		width:auto;
		padding-bottom:16px;
	 }
	 #contact div {
		float:none;
	 }
	 #content {
	 padding:8px;
	 }
	 #footer-text-wrapper {
		margin-left:0;
	 }
	 
	 .footer-text {
		float:none;
		width:auto;
		padding:6px;
	 }
	 #sitename {
		display:none;
	 }
	 #footer_logo {
		clear: both;
		padding: 8px;
		float: none;
		text-align:center;
	   }
	   
	   #footer {
		background-image:none;
	   }
	   #copy {
		float:none;
		padding:8px;
	   }
	   #main_text  {
	   float:none;
	   width:auto;
	   }
	   
	   
	#address-wrapper {
		width:auto; float:none;
	}

	#land-address {
		width:auto; float:none;
		padding-bottom:16px;
	}
	#telephone-enquiries {
		width:auto; float:none;
		padding-bottom:16px;
	}
	#email-enquiries {
		width:auto; float:none;
		padding-bottom:16px;
	}
   
   }