﻿@charset "utf-8";
/* CSS Document */

/* Reset CSS */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
}

/* remember to define focus styles! */
:focus {
		outline: 0;
}

ul {
		list-style: none;
}

ol {
		list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
		border-collapse: separate;
}

q:after {
		content: "";
}

q:before {
		content: "";
}

blockquote:after {
		content: "";
}

blockquote:before {
		content: "";
}
q {
		quotes: "" "";
}

blockquote {
		quotes: "" "";
}

strong {
		font-weight: bold;
}

div.clr {
	clear: both;
}

/* End of reset */


/* HTML Tags */

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: navy;
	height: 100%;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
	font-weight: lighter;
}


h4 {
	font-size: 110%;
}

h5 {
	font-size: 105%;
}

td {
	vertical-align:top;
}

p {
	padding-bottom: 1em;
}


/* Main containers */


#all {
	margin: 2em auto;
	position:relative;
	max-width: 1270px;
}

#footer {
	margin: 0 auto;
	text-align:center;
	color: #aaa;
	border-top: 1px solid #aaa;
	width:760px;
	padding: 1em;
}

.footer {
	margin-bottom: 1em;
	white-space:nowrap;
}

/* Main Table */

div.b-main-text table tr td {
	padding: 0px;
}


table.t-main tr td {
	padding: 5px;
}

td.leftcol {
	width: 250px;
	max-width: 300px;
}

td.rightcol {
	width: 300px;
}

table.t-h-menu {
	width: 95%;
}

table.t-h-menu tr td {
	width: 20%;
}

div.b-main-text table.t-boats tr td {
	padding: 1em;
}

/* Block classes */

div.header {
	background-color: navy;
	color: white;
	padding:1em;
	text-align:center;
	margin: 1em 0 1em 0;
}

div.h-menu {
	padding: 1em;
}

.h-menu-item {
	display: block;
	margin-right:10px; 
	padding:0.7em 1.5em 0.7em 1.5em;
	background: #ccc;
	text-align:center;
	white-space: nowrap;
	color: #000;
	text-shadow: 1px 0 0 #fff;
}

a.h-menu-item:hover {
	background: #aaa;
	text-decoration:none;
	text-shadow: -1px 0 0 #ccc;
}

div.h-menu-item {
	background: #fff;
	border: 1px solid #aaa;
	font-size: 1.3em;
	font-weight: lighter;
}

.b-disabled-pass, .b-night-music, .b-faq {
	display: block;
	background: #ededff;
	width: auto;
	min-height: 45px;
	padding: 0.5em 0.5em 0.5em 60px;
	border: 1px solid #fff;
}

a.b-disabled-pass:hover, a.b-night-music:hover, a.b-faq:hover {
	border: 1px solid navy;
}

.b-night-music {
	background: url('../images/music.png') 5px 5px no-repeat #ededff;
}

.b-disabled-pass {
	background: url('../images/wheelchair.png') 5px 5px no-repeat #ededff;
}

.b-faq {
	background: url('../images/faq.png') 5px 5px no-repeat #ededff;
}

.b-objects {
	height: auto;
	border: 1px dashed #ddd;
	display: block;
	padding: 1em;
}



div.b-main-text {
	padding-left:1em;
}

a.map {
	background-image: url('../images/map-mini.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 283px;
	height: 280px;
	background-color: #C7E7FE;
	display: block;
	padding: 0.5em;
	border: 1px navy solid;
}

.cruise-route {
	background-image: url('../images/cruise-route-mini.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	max-width: 300px;
	height: 180px;
	background-color: #C7E7FE;
	display: block;
	padding: 0.5em;
}

div.prices {
	background-color: #C7E7FE;
	width: 215px;
	height:100px;
	border:1px navy solid;
	padding: 1em;
	font-weight:bold;
}

div.departure {
	background-color: #C7E7FE;
	width: 215px;
	height: 50px;
	border: 1px navy solid;
	padding: 1em;
	font-weight: bold;
	text-align: center;
}

div.contact {
	background-color: #C7E7FE;
	width: 200px;
	height: 50px;
	border: 1px navy solid;
	padding: 1em;
	font-weight: bold;
	text-align: center;
}

div.adv {
	background-color: #C7E7FE;
	width: 730px;
	height:92px;
	border: 1px navy solid;
	padding: 2px;
	margin:0 auto;
}

div.faq-q {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	color: #007fff;
	border-bottom: 1px dashed #007fff;
	cursor: pointer;
}

div.faq-q:hover {
	color: green;
	border-bottom: 1px solid green;
}

div.faq-a {
	display: none;
}

div.route-map {
	width: 99%;
	height: 500px;
	border: 1px solid navy;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #222;
}

a:hover {
	text-decoration: underline;
}

.enlarge:hover {
	cursor: url('/images/enlarge_cur.gif'), pointer;
}

.f-link {
	padding: 1em;
}

/* Map */
.map-point {
	float: left;
	margin: 0 1em 1em 0;
}

/* Visual classes */

/* Rounded corners */
 
.rounded {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

/* Opacity */
.transparent {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); /* IE 5.5+*/
	-moz-opacity: 0.75; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.75; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.75; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.transparent:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=97%); /* IE 5.5+*/
	-moz-opacity: 0.97; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.97; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.97; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}



