html {
	background: #3d9dff url(../graphics/backimages/1.jpg) no-repeat 50% 0;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial;
	font-size: 22px;
	font-weight: bold;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image:url(../graphics/backimages/pattern.png);
	background-repeat: repeat;
}
div#mainholder {
	width: 100%;
	height: 100%;
	float: left;
	clear:both;
	background-image:url(../graphics/backimages/pattern.png);
	background-repeat: repeat;
}
div#myaccount_slide {
	height: 225px;
	border-bottom: 5px solid #535353; 
	overflow: hidden; 
	background-color: #535353;
}
div#headerholder {
	width: 100%;
	float: left;
	clear:both;
	background-color: #3d9dff; 
	padding-bottom: 20px;
}
div#header_section {
	width: 960px;
	clear:both;
}
div#topnav {
	width: 960px;
	clear:both;
}
a.myaccount {
	float: right;
	background-color: #535353;
	font-family: helvetica, arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-left: 5px;
}
a.myaccount:hover {
	color:  #3d9dff; 
}
a.myaccount:active {
	color:  white; 
}
a.topnav {
	float: right;
	background-color: #535353;
	font-family: helvetica, arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-left: 5px;
}
a.topnav:hover {
	color:  #3d9dff; 
}
a.topnav:active {
	color:  white; 
}
div#logo{
	width: 267px;
	height: 163px;
	float: left;
	clear:both;
}
div#main_navigation {
	width: 100%;
	height: 35px;
	float: left;
	clear:both;
	background-color: #535353;
}
div#content {
	width: 950px;
	clear:both;
	
}
div#actualcontent {
	width: 950px;
	min-height: 300px;
	clear:both;
	float: left;
	background-color: white;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: 10px;
	padding-bottom: 20px;
}
div#actualcontent_gallery {
	width: 950px;
	min-height: 300px;
	clear:both;
	float: left;
	background-color: white;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: 10px;
}
div#actualcontent_gallery iframe {
	width: 950px;
	min-height: 600px;
	clear:both;
	float: left;
	background-color: white;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: none;
}
div#leftcol {
	width: 620px;
	float: left;
	clear:both;
	margin-left: 20px;
	margin-top: 20px;
}
div#rightcol {
	width: 290px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
ul.curl {
    position: relative;
    z-index: 1; /* prevent shadows falling behind containers with backgrounds */
    overflow: visible;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top: 10px;
	
}
div#paragraph_photos {
	width: 290px;
	float: left;
	clear:both;
	margin-top: 10px;
}
ul.curl li {
    position: relative;
    float: left;
    width: 262px;
    height: 168px;
    padding: 0;
    border: 4px solid #efefef;
    margin: 0 30px 30px 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

ul.curl li:before, ul.curl li:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 70%;
    max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
    height: 55%;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    -webkit-transform: skew(-20deg) rotate(-8deg);
    -moz-transform: skew(-20deg) rotate(-8deg);
    -ms-transform: skew(-20deg) rotate(-8deg);
    -o-transform: skew(-20deg) rotate(-8deg);
    transform: skew(-20deg) rotate(-8deg);
}

img#wetsuithireimages{
	margin-bottom: 15px;
}

ul.curl li:after {
    left: auto;
    right: 10px;
    -webkit-transform: skew(20deg) rotate(8deg);
    -moz-transform: skew(20deg) rotate(8deg);
    -ms-transform: skew(20deg) rotate(8deg);
    -o-transform: skew(20deg) rotate(8deg);
    transform: skew(20deg) rotate(8deg);
}

div#paragraph {
	width: 100%;
	float: left;
	clear:both;
}
div#paragraph h1{
	width: 100%;
	float: left;
	clear:both;
	font-family: helvetica, arial;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #535353;
	margin: 0px;
	padding: 0px;
}
div#paragraph h2{
	width: 100%;
	float: left;
	clear:both;
	font-family: helvetica, arial;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #535353;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
div#paragraph h3{
	width: 100%;
	float: left;
	clear:both;
	font-family: helvetica, arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #3d9dff;
	margin: 0px;
	padding: 0px;

}
div#paragraph h4{
	width: 100%;
	float: left;
	clear:both;
	font-family: helvetica, arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #3d9dff;
	margin: 0px;
	padding: 0px;
}
div#paragraph p{
	width: 100%;
	float: left;
	clear:both;
	font-family: helvetica, arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #535353;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
div#paragraph ul{
	width: 100%;
	float: left;
	clear:both;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}
div#paragraph li{
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	clear:both;
	font-family: helvetica, arial;
	font-size: 12px;
	color: #535353;
	text-align: left;
	margin-left: 30px;
	margin-top: 5px;
}
div#traveltimestable {
	width: 280px;
	float: left;
	clear:both;
	margin-left: 20px;
}
div#paragraph table.traveltimes{
	width: 270px;
	float: left;
	clear:both;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	font-family: helvetica, arial;
	font-size: 13px;
	color: #535353;
	text-align: left;
	margin-left: -20px;
}
div#paragraph table.traveltimes tr{
	margin: 0px;
	padding: 0px;
}
div#paragraph table.traveltimes td{
	border-bottom: 1px solid #3d9dff;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
div#bannerads {
	width: 100%;
	float: left;
	clear:both;
	margin-left: -10px;
	margin-top: 20px;
}
div#latest_news {
	width: 290px;
	float: left;
	clear:both;
	margin-top: 20px;
}
div#sec_content {
	width: 950px;
	clear:both;
	
}
div#sec_actualcontent {
	width: 950px;
	min-height: 100px;
	clear:both;
	float: left;
	background-color: white;
	margin-top: 10px;
	padding-bottom: 20px;
}
div#info_items {
	width: 180px;
	min-height: 30px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
}
div#info_items h2{
	width: 170px;
	float: left;
	clear:both;
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial;
	font-size: 14px;
	font-weight: bold;
	color: #3d9dff;
	text-align: left;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #535353;
	border-top: 1px solid #535353;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
div#info_items p{
	width: 170px;
	float: left;
	clear:both;
	padding-left: 10px;
	font-family: helvetica, arial;
	font-size: 12px;
	font-weight: normal;
	color: #535353;
	text-align: left;
}
div#info_items ul{
	margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;
	clear:both;
	margin-bottom: 5px;
	margin-top: 5px;
}
div#info_items li{
	width: 160px;
	float: left;
	clear:both;
	list-style: none;
	margin-left: 4px;
}
div#info_items li a{
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	background-color: #3d9dff;
	font-family: helvetica, arial;
	font-size: 12px;
	text-align: center;
	color: #535353;
	padding: 5px;
	text-decoration: none;
}
div#info_items li a:hover{
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
	clear:both;
	background-color: #535353;
	font-family: helvetica, arial;
	font-size: 12px;
	text-align: center;
	color: #3d9dff;
	padding: 5px;
	text-decoration: none;
}

div#footer {
	width: 950px;
	clear:both;
}
div#actualfooter {
	width: 950px;
	min-height: 35px;
	float: left;
	clear:both;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #3d9dff;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;	
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;	
	
}
div#googlemap {
	width: 620px;
	height: 350px;
	float: left;
	clear:both;
	border: 1px solid #535353;
	margin-top: 10px;
}
div#lnkbanner {
	width: 540px;
	float: right;
	margin-top: 30px;
}
div#linkitem {
	width: 177px;
	height: 105px;
	float: left;
}

