@charset "utf-8";
body {
	font: 115%/1.4 "Arial", Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #575659;
	line-height: 24px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}




@font-face {
font-family: fontinregular;
src: url("../files/fontinregular.eot") /* EOT file for IE */

}

@font-face {
font-family: fontinregular;
src: url("../files/fontinregular.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
font-family: fontinbold;
src: url("../files/fontinbold.eot") /* EOT file for IE */

}

@font-face {
font-family: fontinbold;
src: url("../files/fontinbold.ttf") /* TTF file for CSS3 browsers */
}



h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}

h3 {
	color: #2d2c7c;
	font-family: "fontinbold", "Georgia", "Helvetica", sans-serif;
	font-weight: bold;
}


h4 {
	Font-family: "fontinbold", "Georgia", "Helvetica", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
h5 {
	color: #2d2c7c;
	Font-family: "fontinbold", "Georgia", "Helvetica", sans-serif;
	font-weight: bold;
}

h6 {
	font-family: "arial", "Helvetica", sans-serif;
	font-weight: normal;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color: #FFF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #fff;
}


a.blue_links {
	color: #2d2c7c;
	font-weight: bold;
	text-decoration: none;
	font-size: 70%;
}

a.blue_links:hover {
	color: #2d2c7c;
	font-weight: bold;
	text-decoration: underline;
	font-size: 70%;
}

a.hyperlink:hover, a:active, a:focus {
    color: #2d2c7c;
	font-weight: bold;
	text-decoration: none;
	font-size: 70%;
}


/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 100%;
	background: #FFF;
	/* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */


.headerwrapper {
	width: 100%;
	background-color: #161650;
	border-bottom: solid 1px #070618;
}

.header {
	padding: 0px 0;
	background: #FFF;
	background-image:  url(../images/index_header.jpg);
	background-position:  center;
	background-repeat:   no-repeat;
	width: 960px;
	height: 92px;
	margin: 0 auto;
}



.linkbox-logo {
	position: absolute;
	display: block;
	width: 199px;
	height: 59px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.linkbox-text {
	float: right;
	width: 300px;
	height: 59px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.linkbox-text h5 {
	color: #fff;
	Font-family: "fontinbold", "Georgia", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
}



/*navlist content*/
.navbarwrapper {
	background-image: url(../images/index_navbar_background.jpg);
	width: 100%;
	height: 24px;
	border-top: solid 1px #666;
}

/*navlist content*/
.navbar {
	width: 954px;
	padding: 0px, 0;
	height: 24px;
	margin: 0 auto;
}


navlist {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.navlist li {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	background-repeat: no-repeat;
	float: left;
}


.navlist li a, .navlist li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 24px;
	background-repeat: no-repeat;
	margin: 0 auto;
	border-right: solid 1px #666;
	border-left: solid 1px #333;
	border-bottom: solid 1px #666;
}



.home {background-image: url(../images/index_navbar_home.jpg); width: 106px;}
.home a {background-image: url(../images/index_navbar_home.jpg);}


.about {background-image: url(../images/index_navbar_about.jpg); width: 106px;}
.about a {background-image: url(../images/index_navbar_about.jpg);}

.fleet {background-image: url(../images/index_navbar_fleet.jpg); width: 106px;}
.fleet a {background-image: url(../images/index_navbar_fleet.jpg);}

.prices {background-image: url(../images/index_navbar_prices.jpg); width: 106px;}
.prices a {background-image: url(../images/index_navbar_prices.jpg);}

.cruising {background-image: url(../images/index_navbar_cruising.jpg); width: 106px;}
.cruising a {background-image: url(../images/index_navbar_cruising.jpg);}

.itineraries {background-image: url(../images/index_navbar_itineraries.jpg); width: 106px;}
.itineraries a {background-image: url(../images/index_navbar_itineraries.jpg);}


.events {background-image: url(../images/index_navbar_events.jpg); width: 106px;}
.events a {background-image: url(../images/index_navbar_events.jpg);}

.enquiry {background-image: url(../images/index_navbar_enquiry.jpg); width: 106px;}
.enquiry a {background-image: url(../images/index_navbar_enquiry.jpg);}

.links {background-image: url(../images/index_navbar_links.jpg); width: 106px;}
.links a {background-image: url(../images/index_navbar_links.jpg);}


.home:hover, .about:hover, .fleet:hover, .prices:hover, .cruising:hover, .itineraries:hover, .events:hover, .enquiry:hover, .links:hover {
	background-position: -104px 0;
}

ul.navlist li a:hover {
	background: none; 
	background-position: -104px 0;
}

.navlist:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}



/*end navlist content*/


	
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.mainimgwrapper {
	width: 100%;
	height: 325px;
	background-image: url(../images/index_mainimg_background.jpg);
	background-repeat: repeat-x;
}
.mainimg {
	padding: 0px 0;d
	background-position: center;
	background-repeat: no-repeat;
	width: 954px;
	height: 325px;
	margin: 0 auto;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}


.contentwrapper{
	width: 100%;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #666;
}
.content {
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
    padding-left: 0px;
	padding-bottom: 80px;
	padding-right: 0px;
}


/*spotlight elements*/


.spotlight1,
.spotlight2,
.spotlight3,
.spotlight4,
.spotlight5,
.spotlight6 {
    background-position:  bottom;
    background-repeat:  no-repeat;
	height:  200px;
	width:  260px;
	float: left;
}

.spotlight2,
.spotlight5 {
	padding-left: 90px;
	padding-right: 90px;
}


a.link_spotlight1 {
	display: block;
	width: 99px;
	height: 108px;
	text-decoration: none;
	background-repeat: no-repeat;
	}
a.link_spotlight1:hover {
	background-position: -99px 0;
	}
	
a.link_spotlight2 {
	display: block;
	width: 99px;
	height: 108px;
	text-decoration: none;
	background-repeat: no-repeat;
	}
a.link_spotlight2:hover {
	background-position: -99px 0;
	}
	
a.link_spotlight3 {
	display: block;
	width: 99px;
	height: 108px;
	text-decoration: none;
	background-repeat: no-repeat;
	}
a.link_spotlight3:hover {
	background-position: -99px 0;
	}

a.link_spotlight4 {
	display: block;
	width: 99px;
	height: 108px;
	text-decoration: none;
	background-repeat: no-repeat;
	}
a.link_spotlight4:hover {
	background-position: -99px 0;
	}
	
a.link_spotlight5 {
	display: block;
	width: 99px;
	height: 108px;
	text-decoration: none;
	background-repeat: no-repeat;
	}
a.link_spotlight5:hover {
	background-position: -99px 0;
	}
	
a.link_spotlight6 {
	display: block;
	width: 99px;
	height: 108px;
	text-decoration: none;
	background-repeat: no-repeat;
	}
a.link_spotlight6:hover {
	background-position: -99px 0;
	}
	

.textrow {
    width: 960px;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}


.spotlight_text {
	height: 100px;
	width: 260px;
	float: left;
}
.spotlight_text_spacer {
	height: 100px;
	width: 260px;
	float: left;
	margin-left: 90px;
	margin-right: 90px;
}

/*end of spotlight*/
	
/*fleet page*/
a.link_pdf {
	float: right;
	height: 40px;
	width: 39px;
	padding-right: 40px;
	background-image: url(../images/fleet_pdf.png);
	background-repeat: no-repeat;
	background-position: center;
}

.link_booking {
	padding-left: 15px;
	padding-top: 15px;
}

.fleet_text {	
	width: 500px;
}

.fleet_pics {
    float: right;
	width: 300px;
	padding-top: 80px;
	margin-right: 0px;
	margin-bottom: 100px;
	text-align: right;
}

.fleet_pics img {
	margin-bottom: 5px;
}

.itinerary_pics {
    float: right;
	width: 300px;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	text-align: right;
}

.fleet_layout {
	float: left;
	width: 126px;
	height: 390px;
	margin-top: 80px;
	margin-right: 60px;
}

.fleet_table {
	float: left;
	width: 260px;
	font: 60%/1.4 "fontinregular", "Georgia", "Times New Roman", Times, serif;
	background: #FFF;
	color: #575659;
	margin-top: 80px;
	margin-right: 60px;
}


/*end of fleet*/


/*start footer*/
.footerheaderwrapper{
	clear: both;
	width: 100%;
	height: 40px;
	background-color: #2f2e31;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #000;	
}
.footerheader{
	padding: 0px 0;
	background: #FFF;
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background-image: url(../images/index_footer_header.jpg);
	background-repeat: no-repeat;	
}
.footerwrapper {
	clear: both;
	width: 100%;
	background-color: #161650;
	border-top: solid 1px #62629f;
	border-bottom: solid 1px #0c0c30;	
}
.footer {
	padding: 0px 0;
	background: #FFF;
	width: 960px;
	height: 81px;
	margin: 0 auto;
	background-image: url(../images/index_footer.jpg);
	background-repeat: no-repeat;
}
/*end footer*/


.policy {
	display: inline;
	float: left;
	font: 90%/1.4 "arial", "Helvetica", sans-serif;
	font-weight: normal;
	margin: 0px;
	padding-top: 15px;
	padding-left: 0px;
	color: #FFF;
	text-decoration: none;
}
.policy a {
	font: 90%/1.4 "arial", "Helvetica", sans-serif;
	line-height: 25px;
    color: #FFF;
	text-decoration: none;
}

.policy a:hover {
    color: #FFF;
	text-decoration: underline;
}


a.contact_facebook {
	display: block;
	width: 36px;
	height: 36px;
	float: right;
	margin-top: -10px;
	margin-right: 0px;
	margin-left: 25px;
	background-image: url(../images/index_link_contact_facebook.png);
	background-repeat: no-repeat;
	background-position: left;
}
a.contact_facebook:hover {
	background-position: -36px;
}
	
	a.contact_email {
	display: block;
	width: 36px;
	height: 36px;
	float:right;
	margin-top: -10px;
	background-image: url(../images/index_link_contact_email.png);
	background-repeat: no-repeat;
	background-position: left;
}
a.contact_email:hover {
	background-position: -36px;
	}
/*end footer*/

.footertartan{
	width: 100%;
	height: 35px;
	background-image:url(../images/index_footer_tartan.jpg);
	background-repeat: repeat-x;
	border-top: solid 1px #0c0c30;
}
.footercredits{
	width: 960px;
	height: 35px;
	margin: 0 auto;
}


.bottom_spacer {
	margin-top: 40px;
	margin-bottom: 40px;
	height: 40px;
	clear: both;
}
	


