/* CSS Document */
body {
    background: #94ddf8 url(../graphics/bgr_body.jpg);
    padding: 0px;
    margin: 0px;
    font: 10pt Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #fff;
}

a {
    color: #85d8f7;
    text-decoration: none;
}

a:hover, #menu a:hover {
    text-decoration: underline;
}

#header {
    height: 113px;
    background: url(../graphics/bgr_header.jpg);
}

#w_menu, #w_lwrstr {
    height: 58px;
    background: #2e3192;
    border: 1px solid #85d8f7;
    border-left: none;
    border-right: none;
}

#w_content {
    background: url(../graphics/bgr_content.jpg);
}

#menu, #content, #lwrstr {
    width: 890px;
    margin: 0 auto;
}

#menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: -10px;
}

#menu li {
    float: left;
    padding: 18px 25px 0px 25px;
    background: #22256d;
    height: 40px;
}

#menu li.twoline {
    padding-top: 10px;
    height: 48px;
}

#menu a {
    color: #fff;
    font-size: 9pt;
    text-decoration: none;
}

#footer {
    height: 113px;
    background: url(../graphics/bgr_bottom.png) repeat-x;
}

#logo {
    position: absolute;
    margin-left: 607px;
    top: 14px;
    z-index: 10;
}

#logo img {
    border: none;
}

#w_lwrstr {
    height: 65px;
}

#lwrstr div {
    position: absolute;
    color: #ffcb05;
    font-size: 8pt;
    font-style: italic;
    margin-top: 25px;
    margin-left: 220px;
}

#lwrstr img {
    position: absolute;
    z-index: 10;
    margin-left: 655px;
}

#content {
    font-size: 9pt;
}

.title {
    height: 0px;
}

h1 {
    position: absolute;
    font-size: 10pt;
    font-style: italic;
    width: 295px;
    margin-top: 13px;
    margin-left: 580px;
    text-align: right;
    line-height: normal;
    z-index: 5;
}

p {
    text-align: justify;
    line-height: 1.8em;
}

h3 {
    font-weight: normal;
    font-size: 9pt;
    font-variant: small-caps;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: underline;
}

.stopper {
    clear: both;
}

.colleft, .colright {
    float: left;
}

.colleft {
    width: 590px;
}

.colright {
    width: 290px;
    border-left: 1px solid #85D8F7;
    background: url(../graphics/bgr_right.jpg) repeat-y;
}

.aboutus {
    background: url(../graphics/pagebgrs/aboutus.jpg) no-repeat;
    min-height: 344px;
}

.boat {
    background: url(../graphics/pagebgrs/boat.jpg) no-repeat;
    min-height: 344px;
}

.destinations {
    background: url(../graphics/pagebgrs/destinations.jpg) no-repeat;
    min-height: 344px;
}

.pricelist {
    background: url(../graphics/pagebgrs/prices.jpg) no-repeat;
    min-height: 344px;
}

.contact{
    background: url(../graphics/pagebgrs/contact.jpg) no-repeat;
    min-height: 344px;
	line-height: 2.5em;
} 

.contact .tag {
	display: block;
	float: left;
	width: 100px;
	text-align: right; 
	padding-right: 10px;
}

.contact .req {
	padding-left: 10px;
	font-size: 0.8em;
}

.errormessage {
	font-size: 10pt;
}

.contact .errormessage .required {
	font-size: 10pt;
	display: block;
	margin: 10px 0px;
	text-align: left;
}

.errormessage .email {
	display: block;
	margin: 10px 0px;
	text-align: left;
}

.errormessage .fieldname {
	font-weight: bold;
}

.errormessage {
	color: #990000;
	background: #DDDDCC;
	border: 1px solid #AA0000;
	display: block;
	padding: 5px;
	width: 325px;
	margin: 20px auto;
}


.terms {
    padding: 20px 50px;
    width: 600px;
    margin: 0 auto;
}

.orange {
    color: #FFCB05;
}

.prices {
    width: 400px;
    margin: 20px 180px 0px auto;
}

.prices td {
    padding: 5px;
    font-size: 12pt;
}

.prices .mname {
    font-size: 10pt;
    text-align: right;
    font-weight: bold;
    color: #FFCB05;
}

.prices .caption td {
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    color: #FFCB05;
}

.cleanlist li {
    margin: 5px 0px;
}

.gallery ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.gallery img {
    border: none;
    width: 252px;
    height: 62px;
}

.gallery img.arrow {
    position: absolute;
    z-index: 20;
    margin-left: 43px;
    cursor: pointer;
    width: 26px;
    height: 26px;
}


.arrow.up {
    margin-top: 15px;
}

.arrow.down {
    margin-top: -3px;
}

.carousel {
    width: 252px;
    height: 250px;
    overflow: hidden;
    margin: 43px 0px 0px 0px;
    padding: 0px 0px 0px 45px;
    background: url(../graphics/icon_zoom.png) 10px 100% no-repeat;
}

#map {
    border-top: 1px solid #85D8F7;
    width: 890px;
    height: 400px;
    clear: both;
    margin: 0 auto;
    color: #000;
}

#iw_kml div {
    background: #fff;
}

#credits {
	margin-left: 10px
}

#credits a img {
	border: none;
}
