@charset "UTF-8";
/* Island Watersports Hawaii */

/*Basic HTML Styles*/

body {
	margin:0px;
	padding:0px;
	background: #76b9d8 url(images/bg.jpg) repeat-x;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}

h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
}

p {
margin: 0px;
font-size: 1.3em;
}

:focus {
	outline: 0;
}
img {
border: 0px;
}
ol, ul {
	list-style: none;
}
ul {
margin: 0px;
padding: 0px;
}
li {
margin: 0px;
padding: 0px;
}
a {
text-decoration: none;
}
.clear {
	clear:both;
}

/*End of Basic HTML styles*/

/*Containers*/

#page{
	margin: 0px auto;
	width: 960px;
}
#container {
	background-color: #fff;
	width: 940px;
	height: auto;
	overflow:hidden;	
	float: left;
	padding: 10px;
}
#header {
	float: left;
	width: 940px;
	height: 145px;
}
#headerImage {
	float: left;
	width: 290px;
	height: 145px;
}
#headerRight {
	float: left;
	width: 650px;
	height: 145px;
	margin: 0;
	padding: 0;
}
#topNav {
	float: right;
	margin:0;
	padding: 0;
	width: 360px;
	height: 25px;
	background-color: #999;
}
#topNav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	line-height: 27px;
	white-space: nowrap;
}
#topNav li {
	list-style-type: none;
	display: inline;
}
#topNav li a {
	text-decoration: none;
	padding: 7px 25px;
	color: #FFF;
}
#topNav li a:link {
	color: #FFF:
}
#topNav li a:visited {
	color: #FFF;
}
#topNav li a:hover {
	color: #222;
}
#navi {
	float: left;
	width: 940px;
	height: 25px;
	background: #11448a url(images/navi-bg.gif);
	margin-bottom: 10px;
}
#navi ul {
	list-style-type: none;
}
#navi li {
	float: left;
	text-align:center;
}
#navi ul a {
	height: 25px;
background-image: url(images/navi-bg-divider.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 10px;
padding-left: 10px;
display: block;
text-decoration: none;
font-size: 1.4em;
line-height: 1.8em;
color: #FFF;
}
#navi ul a:hover {
color: #76b9d8;
}
#translate {
	clear: both;
	float: right;
	margin-top:20px;
	padding: 0;
	width: 280px;
	height: 25px;
}
#flags {
	float: left;
	width:120px;
	height: 25px;
	padding:0;
	margin:0;
}
#headerContact {
	float: left;
	margin-top: 20px;
	width: 650px;
	height: 35px;
	padding: 0;
}
#headerContactEmail {
	float:left;
	width: 400px;
	height: 35px;
	text-align: right;
	
}
#headerContactEmail a {
	font-size: 1.7em;
	color: #222;
	line-height: 2.8em;
	padding-right: 20px;
	
}
#headerContactEmail a:hover {
	color:#900;
}
#headerContactPhone {
	float: left;
	width: 170px;
	height: 35px;
	margin: 0;
	padding: 0;
}
.headerContactSocial {
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 35px;
}

/* --INDEX PAGE-- */

#slideshowArea {
	float: left;
	width: 940px;
	height: 390px;
	margin: 5px 0;
	background-color: #003366;
}
#slideshow {
    position:relative;
    height:390px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 390px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 390px;
    display: block;
    border: 0;
}


.tourIndex {
	float: left;
	width: 940px;
	margin-top:10px;
	height: 203px;
	padding: 0;
}
.tourIndexPix {
	float: left;
	width: 230px;
	height: 203px;
	margin: 0;
	padding:0;
}
.tourIndexDescrip {
	float: left;
	width: 460px;
	height: 203px;
	margin: 0 10px;
}
.tourIndexDescripHeader {
	float: left;
	width:460px;
	height: 30px;
	margin:0;
	padding:0;
	background-color: #dcdcdc;
}
.tourIndexTitle {
	width: 178px;
	height: 30px;
	float: left;
	line-height: 2.9em;
	padding-left: 20px;
}
.tourIndexTitle2 {
	width: 347px;
	height: 30px;
	float: left;
	line-height: 2.9em;
	padding-left: 20px;
}
.tourIndexTitle3 {
	width: 440px;
	height: 30px;
	float: left;
	line-height: 2.9em;
	padding-left: 20px;
}
#tourIndexTitleImage {
	float: left;
	width: 169px;
	height: 30px;
	margin: 0;
	padding: 0;
}
.bookBtn {
	float: left;
	width: 93px;
	height: 30px;
	margin:0;
	padding:0;
}
.bookBtn a {
display:block;
width: 77px;
height: 22px;
background: url("images/btn-book-it.png") 0 0 no-repeat;
text-decoration: none;
text-indent: -9999px;
margin: 4px 0 0 6px;

}
.bookBtn a:hover { 
background-position: 0 -22px;

}
.bookBtn a:active {
background-position: 0 -22px;

}
.tourIndexDescripContent {
	float: left;
	width: 420px;
	height: 154px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #eee;
}
.tourIndexDescripContent p {
	padding-top: 10px;
}
.tourIndexDescripGoTo {
	float: left;
	width: 460px;
	height: 19px;
	background-color: #eee;
}
.tourIndexDescripGoToLeft {
	float:left;
	width: 258px;
	height: 19px;
	padding: 0;
	margin: 0;
}
.tourIndexDescripGoToRight {
	float: left;
	width: 202px;
	height: 19px;
	background: url(images/btn-go-to-activities.jpg) no-repeat;
	padding:0;
	margin:0;
	color: #336699;
	
	text-align:center;
}
.tourIndexDescripGoToRight a {
	color: #336699;
	
	
}
.tourIndexDescripGoToRight a:hover {
	text-decoration:underline;
}
.tourIndexDescripGoToRight  h3 {
	padding-top: 3px;
}
#about {
	float: left;
	width: 940px;
	height: 400px;
	padding: 0;
	margin-top:10px;
	background: url(images/about-bkg.jpg) repeat-y;
}
#aboutLeft {
	float: left;
	width: 285px;
	height: 400px;
}
#aboutRight {
	float: left;
	width: 560px;
	height: 294px;
	margin-top: 21px;
	margin-bottom: 20px;
	padding: 35px 40px 30px 10px;
	background-color: #FFF;
}
#aboutRight p {
	padding-bottom: 10px;
	line-height: 1.3em;
}
#footer {
	float: left;
	width: 960px;
	height: 90px;
	background-color: #757677;
}
#footerLogo{
	float: left;
	width: 140px;
	height: 90px;
	margin:0;
	padding:0;
}
#footerWebsite{
	float: left;
	width: 205px;
	height: 25px;
	margin-top: 65px;
	margin-left: 10px;
	color: #ccc;
}
#footerPh{
	float: left;
	width: 125px;
	height: 25px;
	margin-top: 65px;
	color: #ccc;
	
}
#footerNav {
	float: left;
	width: 305px;
	height: 25px;
	margin-top: 65px;
	color: #ccc;
	padding-left: 70px;
}
#footerNav ul {
	list-style-type: none;
}
#footerNav li {
	float: left;
}
#footerNav ul a {
	height: 25px;
	padding-right: 15px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	
	color: #ccc;
}
#footerNav ul a:hover {
	color: #999;
}
#footerA3H {
	float: left;
	width: 105px;
	height: 90px;
	margin:0;
	padding:0;
}
#bottomNav {
	float: left;
	width: 960px;
	height: 40px;
	background-color: #272727;
	margin: 0;
	padding: 0;
}
#naviBottom {
	float: left;
	width: 940px;
	height: 25px;
	margin-top: 10px;
}
#naviBottom ul {
	list-style-type: none;
}
#naviBottom li {
	float: left;
}
#naviBottom ul a {
	height: 25px;
	padding-right: 15px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #999;
}
#naviBottom ul a:hover {
color: #ccc;
}
#copyright {
	float: left;
	width: 960px;
	height: 35px;
	margin-bottom: 100px;
}
#copyrightLeft {
	float: left;
	height: 25px;
	margin-top: 10px;
	width: 480px;
	font-size: 1.2em;
	color: #2F67A2;
}
#naviCopyright {
	float: left;
	width: 480px;
	height: 25px;
	margin-top: 10px;
	text-align: right;
}
#naviCopyright a {
	text-decoration: none;
	font-size: 1.2em;
	color: #2F67A2;
}
#naviCopyright a:hover {
color: #d5e9fd;
}

/* Activities Page */

#activitiesIntro {
	float: left;
	width: 940px;
	height: 390px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}
#activitiesIntroPhoto {
	float: left;
	width: 570px;
	height: 390px;
	margin: 0;
	padding:0;
}
#activitiesIntroText {
	float: left;
	width: 320px;
	height: 360px;
	margin-left: 10px;
	background-color: #EEEEEE;
	padding: 15px 20px;
	
}
#activitiesIntroText p {
	padding-top: 10px;
}
.tourActivityStats {
	float: left;
	width: 230px;
	height: 203px;
	background-color: #eee;
}
.tourActivityStatsHeader {
	float: left;
	width:230px;
	height: 30px;
	margin:0;
	padding:0;
	background-color: #dcdcdc;
}
.tourActivityStatsTitle {
	float: left;
	width: 97px;
	font-weight: bold;
	padding-top: 5px;
	
	
}
.tourActivityStatsTitle p {
	padding-top: 3px;
	text-align: right;
}
.tourActivityStatsText {
	float: left;
	width: 128px;
	padding-top: 5px;
	padding-left: 5px;
}
.tourActivityStatsText p {
	padding-top: 3px;
	
}

/* Surfing SUP */

#activitiesIntro {
	float: left;
	width: 940px;
	height: 390px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}

.surfIntroText {
	float: left;
	width: 320px;
	height: 360px;
	background-color: #EEEEEE;
	padding: 15px 20px;
	
}
.surfIntroText p {
	padding-top: 10px;
}
#surfIntroPhoto {
	float: left;
	width: 200px;
	height: 390px;
	margin: 0 10px 0 10px;
	padding:0;
}

.tourActivityStatsTitle2 {
	float: left;
	width: 143px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	
}
.tourActivityStatsTitle2 p {
	padding-top: 5px;
	text-align: right;
}
.tourActivityStatsText2 {
	float: left;
	width: 67px;
	padding-top: 5px;
	padding-right: 10px;
}
.tourActivityStatsText2 p {
	padding-top: 5px;
}
#cpr {
	width: 900px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
/* Booking Pages */
.tourBooking {
	float: left;
	width: 940px;
	margin-top:10px;
	height: auto;
	padding: 0;
}

.bookingBox {
	float: left;
	width: auto;
	height: auto;
	background-color: #eee;
}
.bookingBox a {
	color: #2F67A2;
	text-decoration: underline;
}
.bookingBox a:hover {
	color:#900;
}
.bookingBoxHeader {
	float: left;
	width:230px;
	height: 30px;
	margin:0;
	padding:0;
	background-color: #dcdcdc;
}
.bookingBoxHeaderTitle {
	height: 30px;
	float: left;
	line-height: 2.9em;
	padding-left: 20px;
}
.bookingBoxText {
	float: left;
	width: 190px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #eee;
}
.bookingBoxText p {
	padding-top: 10px;
}
.tourBookingDescrip {
	float: left;
	width: 460px;
	height: auto;
	margin: 0 10px;
}
.tourBookingDescripHeader {
	float: left;
	width:460px;
	height: 30px;
	margin:0;
	padding:0;
	background-color: #dcdcdc;
}
.tourBookingTitle {
	width: 440px;
	height: 30px;
	float: left;
	line-height: 2.9em;
	padding-left: 20px;
}
.tourBookingDescripContent {
	float: left;
	width: 420px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #eee;
}
.tourBookingDescripContent p {
	padding-top: 10px;
}
#formChart {
	float: left;
	width: 400px;
	height: auto;
	padding-left: 20px;
	
}
.formChartTitle {
	float: left;
	width: 170px;
	height: 25px;
	line-height: 2em;
}
.formChartInput {
	float: left;
	width: 230px;
	height: 25px;	
	line-height: 2em;
}
#cancellation {
	float: left;
	width: 380px;
	height: auto;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dashed #cdcdcd;
	border-bottom: 1px dashed #cdcdcd;
}
#bookingAvailBtn {
	float: left;
	width: 420px;
	height: auto;
	text-align: center;
}
/*  Cart Page */
#faqArea {
	float: left;
	width: 960px;
	height: auto;
	background-color: #FFFFFF;
	min-height: 460px;
	margin: 0;		
}
#testimonialArea {
	float: left;
	width: 940px;
	height: auto;
	background-color: #fff;
	margin: 0;		
}
#testiBox {
	float: left;
	width: 248px;
	height: auto;
	margin: 20px 10px 0px 5px;
	padding:0;
	color: #222;
	line-height: 16px;
	background-color: #eee;
	border: solid 1px #eee;
}
#testiBox h2 {
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
}
#testiQuote {
	float:left;
	width: 248px;
	height: 423px;
	margin:0;
	padding:0;
	background: url(images/faq/testi-quote.jpg) no-repeat;
}
#testiQuote h3 {
	font-size: 14px;
	padding: 35px 35px 0 35px;
	font-style: italic;
	line-height: 17px;
}
#testiNav a {
	float:left;
	display:block;
width: 168px;
height: 21px;
background:url(images/faq/btn-testi.jpg) 0 0 no-repeat;
text-decoration: none;
text-indent: -9999px;
margin: 20px 41px 20px 41px;
}
#testiNav a:hover { 
background-position: 0 -21px;

}
#testiNav a:active {
background-position: 0 -21px;

}
#faqBox {
	float: left;
	width: 670px;
	height:  auto;
	background-color: #eee;
	margin: 20px 0 10px 0;
	padding:0;
	line-height: 16px;
}
#faqBox h1 {
	padding: 15px 0 20px 15px;
	font-size: 1.7em;
}
#faqBox p {
	padding: 0px 15px 10px 15px;
	font-size: 1.3em;
}
#testimonialsBox {
	float: left;
	width: 900px;
	height:  auto;
	background-color: #fff;
	margin: 0px 20px 10px 20px;
	padding:0;
	line-height: 16px;
}
#testimonialsBox h1 {
	padding: 15px 0 20px 15px;
	font-size: 1.7em;
}
.testiQuoteBox {
	float: left;
	width: 810px;
	margin: 10px 20px;
	padding: 25px;
	border: solid 1px #222222;
	background-color: #EEEEEE;
}
.testiQuoteBox h2 {
	padding: 15px 0 20px 15px;
	font-size: 1.7em;
}
.testiQuoteBox p {
	padding-bottom: 10px;
	font-size: 1.3em;
}
.testiQuoteBoxLeft {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
.testiQuoteBoxRight {
	float: left;
	width: 640px;
	padding-left: 20px;
	margin: 0px;
	
}
/* Contact */
#contactContent {
	float: left;
	width: 940px;
	margin-top:10px;
	height: 416px;
	padding: 0;
}
#contactSide {
	float:left;
	width: 230px;
	height: 416px;
	margin-right: 10px;
}
#contactMap {
	float: left;
	width: 660px;
	height: 376px;
	padding: 20px;
	background-color: #eee;
}
#comingsoon {
	float: left;
	width: 625px;
	height: 460px;
	margin: 0;
	padding: 0;
}
#footerIndex {
	float: left;
	width: 960px;
	height: 155px;
	background-color: #757677;
}
#footerLogoIndex{
	float: left;
	width: 505px;
	height: 155px;
	margin:0;
	padding:0;
}
#footerLogoIndex h2 {
	color: #ccc;
	padding-top:15px;
	padding-left:20px;
	font-size: 20px;
}
#footerLogoIndex p {
	color: #aaa;
	padding-left:20px;
	font-size: 15px;
}

#footerNavIndex {
	float: left;
	width: 285px;
	height: 90px;
	margin:0;
	padding:0;
}
#footerA3HIndex {
	float: left;
	width: 150px;
	height: 140px;
	margin:0;
	padding:0;
	
}