/** fish called walter css **/

/* by boris grudinin */
/* http://www.connexion.co.uk/ */
/* ---------------------------- */

/* ---------------------------- */
/** main styles **/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	background-color: #000000;
	background-image: url(../img/background-main.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {

}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
}

/* ---------------------------- */
/** setting up the page **/

html {
	height: 100%;
}

body {
	height: 100%;
}

#main {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	width: 759px;
	background-image: url(../img/background-content.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #01112c;
}

	* html #main {
		height: 100%;
	}

#footer {
	position: relative;
	clear: both;
}

#main .content {
	background-color: #edf3f3;
	background-image: url(../img/background-col-right.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

/* ---------------------------- */
/** top **/

#top {
	position: relative;
	margin-bottom: 5px;
	height: 348px;
	width: 759px;
}

	#top.banner1 {
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url(../img/banners/banner-1.jpg);
	}
	
	#top.banner2 {
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url(../img/banners/banner-2.jpg);
	}
	
	#top.banner3 {
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url(../img/banners/banner-3.jpg);
	}
	
	#top.banner4 {
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url(../img/banners/banner-4.jpg);
	}
	
	#top.banner5 {
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url(../img/banners/banner-5.jpg);
	}
	
	#top.banner6 {
		background-repeat: no-repeat;
		background-position: left top;
		background-image: url(../img/banners/banner-6.jpg);
	}

#top img.logo {
	margin: 14px 0px 0px 25px;
}

/* main nav */

#top ul.nav {
	list-style: none;
	float: right;
	height: 29px;
	margin: 6px 0px 0px 0px;
}

#top ul.nav li {
	float: left;
	width: 90px;
	text-align: center;
	margin-right: 4px;
	height: 29px;
	display: block;
}

#top ul.nav li a {
	display: block;
	text-transform: uppercase;
	color: #94b0dc;
	font-weight: bold;
	font-size: 70%;
	text-decoration: none;
	margin-top: 7px;
}

#top ul.nav li a:hover {
	color: #9cbf3a;
}

#top ul.nav li a.active {
	color: #9cbf3a; 
}

/* nav - home */

#top ul.one li.home {
	background-image: url(../img/nav/home-1.jpg);
}

#top ul.one li.ambience {
	background-image: url(../img/nav/ambience-1.jpg);
}

#top ul.one li.menu {
	background-image: url(../img/nav/menu-1.jpg);
}

#top ul.one li.location {
	background-image: url(../img/nav/location-1.jpg);
}

#top ul.one li.book {
	background-image: url(../img/nav/offers-1.jpg);
}

/* nav - ambience */

#top ul.two li.home {
	background-image: url(../img/nav/home-2.jpg);
}

#top ul.two li.ambience {
	background-image: url(../img/nav/ambience-2.jpg);
}

#top ul.two li.menu {
	background-image: url(../img/nav/menu-2.jpg);
}

#top ul.two li.location {
	background-image: url(../img/nav/location-2.jpg);
}

#top ul.two li.book {
	background-image: url(../img/nav/offers-2.jpg);
}

/* nav - menu */

#top ul.three li.home {
	background-image: url(../img/nav/home-3.jpg);
}

#top ul.three li.ambience {
	background-image: url(../img/nav/ambience-3.jpg);
}

#top ul.three li.menu {
	background-image: url(../img/nav/menu-3.jpg);
}

#top ul.three li.location {
	background-image: url(../img/nav/location-3.jpg);
}

#top ul.three li.book {
	background-image: url(../img/nav/offers-3.jpg);
}

/* nav - location */

#top ul.four li.home {
	background-image: url(../img/nav/home-4.jpg);
}

#top ul.four li.ambience {
	background-image: url(../img/nav/ambience-4.jpg);
}

#top ul.four li.menu {
	background-image: url(../img/nav/menu-4.jpg);
}

#top ul.four li.location {
	background-image: url(../img/nav/location-4.jpg);
}

#top ul.four li.book {
	background-image: url(../img/nav/offers-4.jpg);
}

/* nav - offers */

#top ul.five li.home {
	background-image: url(../img/nav/home-5.jpg);
}

#top ul.five li.ambience {
	background-image: url(../img/nav/ambience-5.jpg);
}

#top ul.five li.menu {
	background-image: url(../img/nav/menu-5.jpg);
}

#top ul.five li.location {
	background-image: url(../img/nav/location-5.jpg);
}

#top ul.five li.book {
	background-image: url(../img/nav/offers-5.jpg);
}

/* nav - xmas */

#top ul.six li.home {
	background-image: url(../img/nav/home-6.jpg);
}

#top ul.six li.ambience {
	background-image: url(../img/nav/ambience-6.jpg);
}

#top ul.six li.menu {
	background-image: url(../img/nav/menu-6.jpg);
}

#top ul.six li.location {
	background-image: url(../img/nav/location-6.jpg);
}

#top ul.six li.book {
	background-image: url(../img/nav/offers-6.jpg);
}


/* mini columns - layout */

#top .top-cols {
	position: relative;
	overflow: hidden;
	clear: both;
}

#top .top-cols .col-1 {
	float: left;
	width: 220px;
	margin: 155px 45px 0px 20px;
}

	* html #top .top-cols .col-1 {
		margin: 155px 45px 0px 10px;
	}

#top .top-cols .col-2 {
	float: left;
	width: 220px;
	margin: 155px 0px 0px;
}

#top .top-cols .col-3 {
	float: right;
	width: 200px;
	margin: 155px 20px 0px 29px;
}

	* html #top .top-cols .col-3 {
		margin: 155px -10px 0px 29px;
	}

/* mini columns - styles */

.top-cols h2 {
	text-transform: uppercase;
	color: #a1cdf8;
	font-size: 70%;
	margin-bottom: 7px;
}

.top-cols p {
	color: #54688e;
	font-size: 75%;
	line-height: 150%;
}

.top-cols p .green {
	color: #78c435;
}

.top-cols a {
	color: #78c435;
}

/* mini columns - newsletter form */

.top-cols form {
	margin: 10px 0px 0px 0px;
	width: 230px;
}

.top-cols ul.newsletter-form {
	list-style: none;
	overflow: hidden;
	height: 1%;
}

.top-cols ul.newsletter-form li {
	float: left;
	margin-right: 10px;
}

.top-cols form .newsletter-field {
	border: 3px solid #a7b1c0;
	background-color: #a7b1c0;
	font-size: 70%;
	padding: 1px;
	color: #5c636f;
	width: 120px;
}

	.top-cols form .newsletter-field:focus {
		background-color: #d4dce9;
	}

.top-cols form .newsletter-submit {
	/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 55%;
	padding: 1px;
	color: #ffffff;
	background-color: #78c435;
	*/
}

/* ---------------------------- */
/** main content **/

/* columns */

.content .columns {
	position: relative;
	height: 1%;
	overflow: hidden;
}

* html .content .columns {
	overflow: visible;
}

.content .col-left {
	float: left;
	width: 470px;
	padding: 28px 0px 14px 32px;
}

.content .col-right {
	float: right;
	width: 227px;
}

/* headers */

.content h1 {
	font-size: 160%;
	font-weight: normal;
	color: #5f77b3;
	margin-bottom: 18px;
}

	.content h1 .green {
		font-size: 60%;
		color: #729817;
	}
	
.content h2 {
	font-size: 110%;
	font-weight: normal;
	color: #729817;
	margin: -4px 0px 19px 0px;
}
	
	.content h2 strong {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 120%;
	}
	
	.content .col-right h2 {
		display: block;
		font-weight: normal;
		font-size: 110%;
		width: 227px;
		height: 47px;
		background-image: url(../img/right-col-header.jpg);
		color: #ffffff;
		padding: 8px 0px 0px 14px;
		margin-top: 0px;
	}
	
	.content h2.large {
		font-size: 160%;
		font-weight: normal;
		color: #5f77b3;
	}
	
	.content h2.gap {
		margin: 7px 0px 15px 0px;
	}
	
/* paragraphs */

.content p {
	font-size: 80%;
	line-height: 160%;
	margin-bottom: 15px;
	color: #767676;
}

.content .col-right p {
	margin: -25px 0px 40px 13px;
	color: #4a638e;
	font-size: 100%;
}

.content .col-right p strong {
	letter-spacing: -1px;
}

	.content .opening p {
		font-size: 75%;
		margin: -25px -5px 32px 13px;
	}
	
	.content .opening strong {
		float: left;
		letter-spacing: normal !important;
		height: 20px;
		width: 42px;
	}
	
/* links */

.content a {
	color: #84ad14;
}

.content a.special {
	margin: 2px 0px 15px 0px;
	display: block;
	border: 1px solid #d69d8d;
}

.content a.special:hover {
	border: 1px solid #ff3300;
}

/* lists */

/* menu links */

.content ul.menu-links {
	list-style: none;
	padding: 15px 0px 19px;
	margin: -10px 0px 13px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	height: 1%;
}

.content ul.menu-links li {
	font-size: 80%;
	color: #767676;
	float: left;
	margin: 0px 1px;
}

.content ul.menu-links li a {
	letter-spacing: -1px;
	display: block;
	padding: 2px 2px;
	color: #5f77b3;
}

.content ul.menu-links li a:hover {
	background-color: #e0e6e6;
}


/* main menu */

.content ul.main-menu {
	list-style: none;
	color: #767676;
	margin: -11px 0px 59px;
	border-top: 1px solid #dddddd;
	padding-top: 10px;
}

.content ul.main-menu li {
	font-size: 70%;
	margin-bottom: 15px;
	line-height: 140%;
}

.content ul.main-menu li strong {
	font-size: 160%;
	font-weight: normal;
	color: #565656;
	letter-spacing: -1px;
	display: block;
	margin: 0px 0px 3px -1px;
}

.content ul.main-menu li span {
	color: #729817;
	margin-left: 3px;
}

.content ul.main-menu li a {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	float: right;
}

/* forms */

.content form ul {
	list-style: none;
	overflow: hidden;
	font-size: 80%;
	width: 300px;
	margin-bottom: 12px;
}

.content form ul li {
	float: left;
	width: 300px;
	overflow: hidden;
	line-height: 180%;
	margin-bottom: 5px;
}
	
	.content form ul li.date {
		float: right;
		width: 100px;
		margin-left: 8px;
	}
	
		.content form ul li.date label {
			width: 40px;
		}
		
		.content form ul li.date input {
			width: 50px;
			float: right;
		}
	
	.content form ul li.long {
		width: 160px;
		float: left !important;
	}
	
		.content form ul li.long label {
			float: right;
		}
	
	.content form ul li.news label {
		width: 250px;
	}
	
	.content form ul li.news input {
		margin-top: 6px;
		width: auto;
		float: left;
	}
	
	.content form ul li.diners {
		float: right;
		width: 168px;
	}

		.content form ul li.diners label {
			width: 120px;
		}

		.content form ul li.diners input {
			float: right;
			width: 40px;
		}

.content form ul li label {
	float: left;
	width: 115px;
}

.content form ul li input {
	float: right;
	font-size: 90%;
	padding: 1px;
	margin-top: 2px;
	width: 170px;
	border-width: 1px;
	border-color: #5f77b3;
}

.content form ul li input.submit {
	font-weight: bold;
	padding: 1px 2px;
	margin-right: 2px;
	float: none;
	width: auto;
}

.content form ul li input.clear {
	float: none;
	width: auto;
}

/* right menu */

.content ul.menu {
	list-style: none;
	margin: -20px 0px 0px 15px;
}

.content ul.menu li {
	font-size: 80%;
	line-height: 150%;
	color: #4a638e;
	clear: both;
	margin: 0px 8px 25px 0px;
}

	.content ul.menu li .menu-title {
		display: block;
		font-size: 120%;
		font-weight: bold;
		margin-bottom: 8px;
	}
	
	.content ul.menu li .menu-price {
		font-size: 80%;
		color: #7fa621;
	}

.content ul.menu li img {
	border: 1px solid #b1de3f;
}

	.content ul.menu li a img {
		border: 1px solid #b1de3f;
	}
	
	.content ul.menu li a:hover img {
		border: 1px solid #5c6e90;
	}

	.content ul.menu li img.right {
		margin: 4px 0px 4px 10px;
	}

.content ul.menu li a {
	font-weight: bold;
}

/* images */

.content img.splash {
	border: 9px solid #dbe6bc;
	margin-bottom: 12px;
}

.content img.left {
	margin: 4px 15px 2px 0px;
}

.content img.right {
	margin: 4px 0px 2px 15px;
}

/* ---------------------------- */
/** footer **/

#footer p {
	font-size: 70%;
	color: #515f7a;
	padding: 16px 12px;
}

#footer a {
	color: #515f7a;
}

/* ---------------------------- */
/** confirm **/

.confirm {
	width: 470px;
	margin: 0 auto;
	padding-top: 50px;
}

.confirm .container {
	padding: 15px 15px 16px;
	background: url(../img/logo-background.jpg) right bottom no-repeat #edf3f3;
}

.container h1 {
	font-size: 160%;
	font-weight: normal;
	color: #5f77b3;
	margin: 0px 0px 12px -2px;
}

.container p {
	font-size: 80%;
	line-height: 160%;
	color: #767676;
}