@charset "UTF-8";

/* Layout */

#wrap {
	width: 955px;
	margin: auto;
	background: url("/images/wrapBg.jpg") no-repeat #E6C175;
	position: relative;
}

#languageBar {
	position: absolute;
	top: 10px;
	right: -32px;
}

#languageBar li {
	list-style-type: none;
}

#languageBar a {
	width: 32px;
	height: 21px;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
}

#languageBar a.cs {
	background-image: url("/images/flags/flagCs1.gif");
}

#languageBar a.cs:hover, #languageBar li.active a.cs {
	background-image: url("/images/flags/flagCs2.gif");
}

#languageBar a.en {
	background-image: url("/images/flags/flagEn1.gif");
}

#languageBar a.en:hover, #languageBar li.active a.en {
	background-image: url("/images/flags/flagEn2.gif");
}

#languageBar a.de, #languageBar li.active a.de {
	background-image: url("/images/flags/flagDe1.gif");
}

#languageBar a.de:hover, #languageBar li.active a.de {
	background-image: url("/images/flags/flagDe2.gif");
}

#languageBar a.fr {
	background-image: url("/images/flags/flagFr1.gif");
}

#languageBar a.fr:hover, #languageBar li.active a.fr {
	background-image: url("/images/flags/flagFr2.gif");
}

#header {
	height: 90px;
	position: relative;
}

#headerBotton {
	width: 955px;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: -10px;
}

#left, #main, #right {
	min-height: 750px;
}

#left {
	width: 160px;
	padding: 6px 11px 0 0;
	float: left;
}

#mainMenu {
	margin: 10px 0;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}

:-moz-any-link:focus {
	outline-color: -moz-use-text-color;
	outline-style: dotted;
	outline-width: 0px;
}


#mainMenu a {
	font-weight: bold;
	color: white;
}

#mainMenu a:hover, #mainMenu li.active > a {
	color: #FDE5B3;
	text-decoration: none;
}

#mainMenu {
	background: url("/images/leftItemBg.png") repeat-y transparent;
}

#mainMenu li {
	/* background: url("/images/leftItemBg.png") repeat-y transparent; */
	list-style-type: none;
	font-size: .85em;
	
}

#mainMenu li a {
	_background: url("/images/leftItemBg.png") repeat-y transparent;
	padding: 1px 0 2px 5px;
	width: 155px;
	font-weight: bold;
	display: block;
	line-height: 20px;
	filter: DropShadow(color=#666666, positive=1, offY=2, offX=2);
}

#mainMenu li a span {
/*	padding-left: 15px; 
	text-indent: -10px; */ 
	display: inline;
	font-size: 17px;
	/* font-weight: bold; */
	text-shadow: 2px 2px 2px #333;
	/* filter: DropShadow(color=#666666, positive=1, offY=2, offX=2); */ 
	/* filter: Shadow(color=#666666, direction=170); */
}

#mainMenu li.podmenu a span, #mainMenu li.active.childern ul li.active a span  {
	
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #333;
	/*filter: DropShadow(color=#666666, positive=1, offY=2, offX=2); */ 
	/* filter: Shadow(color=#666666, direction=170); */
}

#mainMenu ul a {
	/*background: url("/images/leftItemBg.png") repeat-y transparent;*/
	width:  161px;
	padding-left: 10px;
	line-height: 20px;
}

#mainMenu ul {
	margin: 0;
	/* margin-left: 10px; */
	display: none;
	font-size: .9em;
}

#mainMenu li.active ul {
	display: block;
}

#mainMenu ul  {
	/*background-image: none;*/
}

#quickRoomReservation {
	margin: 5px;
}

#quickRoomReservation fieldset {
	padding: 4px;
}

#quickRoomReservation div {
	padding: 3px 0;
}

#quickRoomReservation div input.date {
	width: 70px;
}
#quickRoomReservation div label { font-size:12px; float:left;}

#quickRoomReservation div input.submit, a.button {
	border: 1px solid #6A3E1E;
	font-size:11px;
	padding: 3px;
	width: 135px;
}

#quickRoomSelect {
	width: 96.5%;
}

#main {
	width: 600px;
	padding: 15px 0 20px 0;
	float: left;
}

#slideshow {
	width: 596px;
	height: 256px;
	margin: 10px 0 0 0;
	position: relative;
	overflow: hidden;
	/*border: 2px solid #4F2928;*/
}

#slideshow img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	border: 0;
	width: 596px;
	height: 256px;
}

#right {
	width: 170px;
	padding-left: 5px;
	float: right;
	position: relative;
}

#right a:hover {
	text-decoration: none;
	cursor: pointer;
}

#rightVideo {
	width: 175px;
	height: 199px;
	display: block;
}

#rightFoods {
	width: 175px;
	height: 144px;
}

#rightSpecialServicePackage {
	width: 170px;
	height: 170px;
	display: block;
}

#victoriaLogo1 {
	width: 74px;
	height: 102px;
	position: absolute;
	bottom: 52px;
	left: 5px;
}
#victoriaLogo2 {
	width: 70px;
	height: 60px;
	position: absolute;
	bottom: 94px;
	left: 82px;
}
#victoriaLogo3 {
	width: 74px;
	height: 38px;
	position: absolute;
	bottom: 50px;
	left: 82px;
}
#victoriaLogo4 {
	width: 150px;
	height: 29px;
	position: absolute;
	bottom: 17px;
	left: 5px;
}
#victoriaLogos img {
	float: left;
	border: none;
	margin: 0 2px 2px 0;
}
#agionetReference {
	position: absolute;
	bottom: -1px;
	right:  -30px;
}
#agionetReference a {
	line-height: 1em;
	font-weight: normal;
}
#agionetReference span {
	text-align: center;
	display: block;
	color: #E6C175;
}

#footer {
	width: 955px;
	margin: auto;
	margin-top: 10px;
	background: url("/images/footerBg.gif") repeat-x #E6C175;
	font-size: .7em;
}

#footer p {
	padding: 5px 10px 10px 10px;
	text-align: center;
	display: block;
}

#ui-datepicker-div {
	display: none;
}

