* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #657983;
	color: white;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

img
{
	border-color: white;
}

h1 {
	display: none;
}

#holder {
	width: /* 1000 */ 1247px;
	position: relative;	
	margin: 0px auto;
	padding-top: 42px;
    background: #FFFFFF url(../gfx/top-shadow.jpg) no-repeat;
}

#base {
	clear:both;
	width: /* 1000 */ 1247px;
	background:#FFFFFF url(../gfx/left-right-shadow.jpg) repeat-y; /* right_edge */
	position:relative;
}

#base-top-shadow
{
	background: transparent url(../gfx/top-shadow.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/application/gfx/top-shadow.png', sizingMethod='image');
    _background: none;
	height:137px;
	margin-top:-42px;
	position:absolute;
	width:1247px;
	z-index: 1;
}

#content {
	border-top: solid 1px #484848;
	border-left: solid 1px #484848;
	/*border-right: solid 1px white;*/
	padding-top: 178px;	
	width: 982px;
	margin: 0 auto;
	
}

#right {
	width: 715px;
	display: block;
	margin-left: /* 267 */ 266px;
	background:url(../gfx/background.jpg);
	/* @FIXME */
	_height: 780px;
	min-height: 780px;
	
}

#text {
	padding: 20px;	
	min-height: 450px;
	_height: 450px;
	font-size: 16px;
	text-align: justify;
}

#text h2 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
}

#text ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

#text img
{
	margin: 5px;
}

#left {
	position: absolute;
	top:179px;
	left: /* 1 */ 133px;
	width: 264px;
}

table.table_reservation{
	margin-left: 25px;
	margin-right: 5px;
}

table.table_reservation td.name {
	font-size: 14px;
	color:#85171a;
	font-weight:bold;
}

input.dates {
	width: 180px;
	border:solid 1px #c8c8c8;
	padding: 2px 1px;
	vertical-align:top;
}

.calendars {
	vertical-align:top;
	margin-left: 3px;
	cursor: pointer;
}

.table_reservation .submit {
	margin-right: 25px;
}

#top {
	position: absolute;
	top: 0px;
	left: /* 0 */ 132px;
	width: 983px;
	z-index: 10;
}

#logo {
	text-decoration: none;
	position:absolute;
	top: 1px;
	left: 1px;
}

#logo img {
	border: none;
}

#top-image {
	position: absolute;
	top: 1px;
	left: /* 267 */ 266px;
	width: 715px;
	height: 147px;
	list-style-type: none;
}

#top-image li {
	position: absolute;
}

#menu {
	color: black;
	position:absolute;
	top: 151px;
	left: 0px;
	width: 985px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	text-align: center;
	float: left;
	margin-left: 1.45px;
}

#menu ul li a {
	width: 139px;
	height: 20px;
	font-size: 14px;
	background-color: #657983;	
	display: block;
	color: white;
	text-decoration: none;
	padding-top: 5px;
}

#menu ul li a.active {
	background-color: #f7941e;
}

#menu ul li a.last {
    width: 138px;
	*width: 142px;
}

#menu ul li a:hover {
	background-color: #f7941e;
}

.twofloats {
	display: block;
	margin-top: 25px;
	height: 120px;
	padding: 0 3px;
}

.floatL {
	float: left;
}	

.floatR {
	float: right;
}

.reset {
	clear: both;
}

#langs {
	position: absolute;
	top: -22px;
	left: 909px;
	width: 150px;
}

#langs a {
	float: left;
	margin-right: 4px;
}

#langs a img {
	border: solid 1px darkgrey;
	float: left;
}
#left > .title {
	display: block;
	height: 30px;
	background-color: #657983;
    font-weight: bold;
    color: white;
    text-align: left;
	padding-top: 5px;
	margin-bottom: 16px;
	padding-left: 27px;
}

#left > .title a {
	cursor: pointer;
}

#left > .title ul {
	list-style-type:none;
	position: relative;
	margin-top: 2px;
}

#left > .title li {
	position: absolute;
}

.title_text {
	display: block;
	height: 30px;
	background-color: #657983;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 5px;
	border-bottom: solid 3px white;
	width: 715px;
}

.title_text ul {
	list-style-type: none;
	margin-top: 2px;
	position: relative;
}

.title_text li {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 715px/*100%*/;
}

ul li.red
{
	font-size: 15px; 
	height: 30px; 
	vertical-align: middle; 
	margin-top: -1px;
}

ul li.gray
{
	font-size: 17px; height: 30px; vertical-align: middle; color: white;
}

.posRel {
	position: relative;
}

a .rightarrow {
	position: absolute;
	left: 95px;
	top: 100px;
	border: none;
	width: 20px;
	height: 15px;	
	background:url(../gfx/rightarrow.gif);
	cursor: pointer;
}

a:hover .rightarrow {
	background:url(../gfx/rightarrow_.gif);
}

a .leftarrow {
	position: absolute;
	left: 10px;
	top: 100px;
	border: none;
	width: 20px;
	height: 15px;	
	background:url(../gfx/leftarrow.gif);
	cursor: pointer;	
}

a:hover .leftarrow {
	background:url(../gfx/leftarrow_.gif);
}

#gal-left {
	position: relative;
	list-style-type: none;
	height: 125px;
	width: 125px;
	overflow:hidden;
}

#gal-left li {
	position: absolute;
}

#gal-right {
	position: relative;
	list-style-type: none;
	height: 125px;
	width: 125px;
	overflow:hidden;
}

#gal-right li {
	position: absolute;
}

#gal-left li a img, #gal-right li a img {
	border: none;
	height: 120px;
}


#footer
{
	color: black;
	display: block;
	clear: both;
	width: 983px;
	margin: 5px auto 30px;
	background-color: #657983;
}

#footer #company {
	float: left;
/*	position: relative;
	left: -267px;*/
}

#footer #allin {
	float: right;
}

#footer #allin a {
	color: black;
	text-decoration: none;
}

#footer #allin a:hover {
	text-decoration: underline;
}

.gallery
{
	text-align: center;
	width: 560px;
	margin: 0 auto;
}

.gallery a img
{
	margin: 10px;
}

.special-offer
{
	background: url(../gfx/so-bg.jpg) no-repeat;
	height: 186px;
	width: 223px;
	margin: 5px auto;
}

.special-offer img {
	margin-left: 15px;
	margin-top: 10px;
	border: none;
}

.special-offer div { width:223px; text-align: center; } 

.special-offer a.text,
.special-offer a.text:visited,
.special-offer a.text:hover,
.special-offer a.text:active
{
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
