body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  height: 100%;
  overflow-y: auto;
	
	background-image: linear-gradient(bottom, #FF5900 0%, #FD5D00 1%, #C54C00 26%, #C74C00 49%, #9D4100 70%, #673200 88%, #5F3000 100%);
	background-image: -o-linear-gradient(bottom, #FF5900 0%, #FD5D00 1%, #C54C00 26%, #C74C00 49%, #9D4100 70%, #673200 88%, #5F3000 100%);
	background-image: -moz-linear-gradient(bottom, #FF5900 0%, #FD5D00 1%, #C54C00 26%, #C74C00 49%, #9D4100 70%, #673200 88%, #5F3000 100%);
	background-image: -webkit-linear-gradient(bottom, #FF5900 0%, #FD5D00 1%, #C54C00 26%, #C74C00 49%, #9D4100 70%, #673200 88%, #5F3000 100%);
	background-image: -ms-linear-gradient(bottom, #FF5900 0%, #FD5D00 1%, #C54C00 26%, #C74C00 49%, #9D4100 70%, #673200 88%, #5F3000 100%);
	
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, #FF5900),
	  color-stop(0.01, #FD5D00),
	  color-stop(0.26, #C54C00),
	  color-stop(0.49, #C74C00),
	  color-stop(0.7, #9D4100),
	  color-stop(0.88, #673200),
	  color-stop(1, #5F3000)
	);
	
}

h1 {
	font-size: 16pt;
}

.wrapper-outer {
	width: 980px;
	margin: 0 auto 0;
	padding: 10px 16px 16px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background-image: linear-gradient(bottom, #FF5900 0%, #F85B00 12%, #E65400 29%, #C74C00 50%, #9D4100 72%, #673200 97%, #5F3000 100%);
  background-image: -o-linear-gradient(bottom, #FF5900 0%, #F85B00 12%, #E65400 29%, #C74C00 50%, #9D4100 72%, #673200 97%, #5F3000 100%);
  background-image: -moz-linear-gradient(bottom, #FF5900 0%, #F85B00 12%, #E65400 29%, #C74C00 50%, #9D4100 72%, #673200 97%, #5F3000 100%);
  background-image: -webkit-linear-gradient(bottom, #FF5900 0%, #F85B00 12%, #E65400 29%, #C74C00 50%, #9D4100 72%, #673200 97%, #5F3000 100%);
  background-image: -ms-linear-gradient(bottom, #FF5900 0%, #F85B00 12%, #E65400 29%, #C74C00 50%, #9D4100 72%, #673200 97%, #5F3000 100%); 
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #FF5900),
    color-stop(0.12, #F85B00),
    color-stop(0.29, #E65400),
    color-stop(0.5, #C74C00),
    color-stop(0.72, #9D4100),
    color-stop(0.97, #673200),
    color-stop(1, #5F3000)
  );	
}

.wrapper {
	background: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	margin: 0;
	box-shadow: 6px 6px 6px #666;
	padding: 5px;
	position: relative;
	background-image: linear-gradient(bottom, #FFFFC5 0%, #FFFFDA 9%, #FFFFEB 19%, #FFFFEB 32%, #FFFFFF 50%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #FFFFC5 0%, #FFFFDA 9%, #FFFFEB 19%, #FFFFEB 32%, #FFFFFF 50%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFC5 0%, #FFFFDA 9%, #FFFFEB 19%, #FFFFEB 32%, #FFFFFF 50%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFC5 0%, #FFFFDA 9%, #FFFFEB 19%, #FFFFEB 32%, #FFFFFF 50%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFC5 0%, #FFFFDA 9%, #FFFFEB 19%, #FFFFEB 32%, #FFFFFF 50%, #FFFFFF 100%);
	
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, #FFFFC5),
	  color-stop(0.09, #FFFFDA),
	  color-stop(0.19, #FFFFEB),
	  color-stop(0.32, #FFFFEB),
	  color-stop(0.5, #FFFFFF),
	  color-stop(1, #FFFFFF)
	);	
}

.content {
  padding: 0 0 0 230px;
	min-height: 400px;
	background-image: linear-gradient(bottom, #FFFFC5 0%, #FFFFDA 9%, #FFFFEB 19%, #FFFFEB 32%, #FFFFFD 50%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #FFFFC5 0%, #FFFFDA 9%, #FFFFEB 19%, #FFFFEB 32%, #FFFFFD 50%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFC5 0%, #FFFFDA 9%, #FFFFEB 19%, #FFFFEB 32%, #FFFFFD 50%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFC5 0%, #FFFFDA 9%, #FFFFEB 19%, #FFFFEB 32%, #FFFFFD 50%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFC5 0%, #FFFFDA 9%, #FFFFEB 19%, #FFFFEB 32%, #FFFFFD 50%, #FFFFFF 100%);
	
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, #FFFFC5),
	  color-stop(0.09, #FFFFDA),
	  color-stop(0.19, #FFFFEB),
	  color-stop(0.32, #FFFFEB),
	  color-stop(0.5, #FFFFFD),
	  color-stop(1, #FFFFFF)
	);	
}

.content a {
    color: #9f3e00;
}

.content a:hover {
    color: #E65400;
    text-decoration: none;
}

.header {
	width: 970px;
	height: 449px;
	background: url(images/banner1.jpg) top left no-repeat;
}

.menubar {
	position: absolute;
	top: 385px;
	left: 0;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	z-index: 2000;
}

.menubar li {
	width: 191px;
	text-align: center;	
	overflow: hidden;
}

.menubar li a {
	display: block;
	width: 191px;
	height: 32px;
	padding: 10px 0 0 0;
	color: #9f3e00;
	text-transform: uppercase;
	font-size: 12pt;
	text-decoration: none;
	background: url(images/button.jpg) top left no-repeat;	
}

.menubar li a:hover {
	background-position: 0 -42px;
	color: white;
}

.trailer {
	height: 84px;
	background: url(images/boat.png) top center no-repeat;
	text-align: center;
}

.content {
	color: #720000;
}

.footer {
	margin: 8px auto 80px;
	width: 970px;	
}

.footer-menu {
	text-align: center;
}

.footer-menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	float: left;	
}

.footer-menu ul li {
	display: inline;
}

.footer-menu ul li a {
	color: white;
	font-size: 12pt;
	border-left: 2px solid white;
	padding: 0 10px;
	display: inline-block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.footer-menu ul li a:hover {
	text-decoration: underline;	
}

.footer-menu ul li:first-child a {
	padding: 0 10px 0 0;
	border-left: none;
}

.footer-text {
	text-align: center;
	margin: 5px 0 0 0;
	color: #333;
}

.footer-text a {
	color: #333;
	text-decoration: none;
}

.footer-text a:hover {
	text-decoration: underline;
}

.topline {
	margin: 10px auto 0;
	height: 66px;
	width: 970px;
	position: relative;
}

a.reservations {
	width: 181px;
	height: 46px;
	padding: 20px 0 0 0;
	top: 0;
	right: 0;
	background: url(images/reservations.png) top left no-repeat;
	color: #fde2c9;
	font-weight: bold;
	text-align: center;
	position: absolute;
	cursor: pointer;
	font-size: 11pt;
}

a.reservations:hover {
	background-position: 0 -66px;
}

a.reservations img {
	border: 0;
	vertical-align: middle;
	margin: 0 14px 0 5px;
}

.country-selector {
	position: absolute;
	top: 20px;
	left: 0px;
}

select#country {
	width: 100px;
	background: white;
	color: #720000;
	border: 1px solid #720000; 
}

.header-slideshow {
	width: 970px;
	height: 449px;
	background: url(images/banner1.jpg) top left no-repeat;
}

#lang-en {
	background: url(images/country-en.jpg) center left no-repeat;
	padding-left: 22px;
}

#lang-fr {
  background: url(images/country-fr.jpg) center left no-repeat;
  padding-left: 22px;	
}

.lang-warning {
	margin: 4px 0 0 0;
	color: #fff;
}

.pirobox_gall {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
  display: inline-block;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  text-align: center;
}

.pirobox_gall img {
  box-shadow: 5px 5px 5px #aaa;
  border: none !important;
}

.image-gallery-img {
  height: 150px;
  width: 150px;
}

.image-gallery-img img {

}
