* {
	margin: 0;
}
html, body {
	height: 100%;
}
#footerWrap, .push {
	height: 105px; /* .push must be the same height as .footer */
		float:left;
}
#footerWrap {
		width:100%;
		background:url(../images/footerBg.gif) repeat-x;
		clear:both;
		position:relative;
		z-index:150;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background:#fdfdfd url(../images/bg.gif) repeat-x left top;
	color: #000000;
	text-align: center;
}
body.inside {
	background:#fdfdfd url(../images/bgInside.gif) repeat-x left top;
}
body.inside #header {
	height:81px;
}

#rightTop, #rightTopInside {
	height:130px;
	width:50%;
	position:absolute;
	right:0;
	top:0;
}
#rightTop {
	background:url(../images/rightTop.gif) repeat-x;
}
#rightTopInside {
	background:url(../images/rightTopInside.gif) repeat-x;
}
#container {
	width:960px;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index:100;
	position:relative;
	margin: 0 auto -105px; /* the bottom margin is the negative value of the footer's height */
}
#header {
	width:960px;
	height:130px;
	background:url(../images/headerHome.gif) no-repeat;
	float:left;
	position:relative;
}
body.inside #header {
	background:url(../images/header.gif) no-repeat;
}
ul#languages {
	position:absolute;
	right:20px;
	top:0px;
}
ul#languages li {
	display:inline;
	float:left;
}
ul#languages li a {
	display:block;
	width:16px;
	height:14px;
	text-decoration:none;
	text-indent:-9999px;
	margin:5px 0 0 3px;
}
ul#languages li a:hover {
	margin:6px 0 0 4px;
}
a.en {background:url(../images/en.gif) no-repeat;}
a.gr {background:url(../images/gr.gif) no-repeat;}
a.it {background:url(../images/it.gif) no-repeat;}
a.de {background:url(../images/de.gif) no-repeat;}
a.es {background:url(../images/es.gif) no-repeat;}

ul#languages li.current a {
	font-weight:bold;
	color:#FF0000;
}
#header h1 {
	position:absolute;
	left:0;
	top:30px;
}
#header h1 a {
	background:url(../images/logo.gif) no-repeat;
	width:310px;
	height:59px;
	text-indent:-9999px;
	display:block;
}
ul#topNav {
	position:absolute;
	top:35px;
	right:35px;
}
ul#topNav li {
	display:inline;
	float:left;
	margin:0 0 0 20px;
	color:#fff;
}
ul#topNav li li {
	font-size:70%;
}
ul#topNav li a {
	color:#77b4e9;
	text-decoration:none;
}
ul#topNav li a:hover {
	color:#ccc;
}
ul#topNav li.sectionheader, ul#topNav a.activeparent {
	display:none;
}
#homeMiddle {
	width:960px;
	height:288px;
	float:left;
	margin-bottom:10px;
}
.welcome {
	width:280px;
	float:left;
}
#homeFlash {
	position:absolute;
	top:75px;
	right:0;
}
#content {
	float:left;
	padding:5px 0 10px 0 !important;
	padding:5px 0 150px 0;
}
#homeOffers {
	width:480px;
	float:left;
}
#content #homeOffers h2 {
	margin:0 0 15px 0;
}
#homeOffers .offerPhoto img {
	width:230px;
	height:135px;
}
.offerBox {
	width:230px;
	height:135px;
	position:relative;
	float:left;
	margin:0 10px 10px 0;
}
.offerBox img {
	position:absolute;
	z-index:-50;
}
.offerBox .offerPrice {
	display:block;
	background:url(../images/homeBoxPrice.png) no-repeat;
	width:131px;
	height:25px;
	position:absolute;
	right:0;
	top:0;
	z-index:10;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	padding:8px 10px 0 0;
	text-align:right;
}
.offerBox .offerTitle a {
	display:block;
	background:url(../images/homeBoxLink.gif) no-repeat;
	width:170px;
	height:30px;
	color:#FFFFFF;
	position:absolute;
	bottom:0;
	z-index:10;
	font-size:80%;
	padding:5px 50px 0 10px;
	font-weight:bold;
	text-decoration:none;
}
.offerBox .offerTitle a:hover {
	color:#FDA51E;
	text-decoration:none;
}
.offerBox .offerTitle a span {
	display:block;
	float:left;
	color:#7fb8ea;
	font-size:70%;
}
.offer {
	width:350px;
	background:url(../images/offerBg.gif) no-repeat left top;
	border-bottom:1px solid #bdbcbd;
	margin:0 15px 15px 0;
	float:left;
	padding-bottom:20px;
	position:relative;
	height:160px;
}
.offer .offerImage {
	position:absolute;
	top:10px;
	left:10px;
	padding:2px;
	background-color:#FFFFFF;
	border:1px solid #F2A932;
}
#container .imgCont {
	padding:2px;
	background-color:#FFFFFF;
	border:1px solid #F2A932;
	margin:0 10px 10px 10px;
	float:right;
	clear:both;
}
#container span.imgNotes {
	font-size:11px;
	color:#666666;
	display:block;
	margin:5px;
}
.offer .offerImage img {
	width:96px;
	height:96px;
}
.offer .offerDescription {
	position:absolute;
	left:120px;
	top:10px;
	padding-right:10px;
}
.offer .offerDescription p {
	font-size:11px !important;
	margin:3px 0 !important;
}
.offerDescription h2 {
	font-size:16px;
	font-weight:bold !important;
	margin-top:0 !important;
}
.offer .offerPrice {
	position:absolute;
	left:12px;
	top:120px;
	width:100px;
	font-size:20px;
	color:#022340;
	text-align:center;
}
a.bookNowBtn {
	display:block;
	background:url(../images/offerBtn.gif) no-repeat;
	width:185px;
	height:20px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	position:absolute;
	bottom:0;
	right:0;
	text-align:right;
	padding:15px 30px 0 0;
}
#groupRequests {
	float:left;
	width:190px;
	margin:0 15px 0 5px !important;	
	margin:0 15px 0 -5px;	
}
#groupRequests a:hover {
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}

#homeRightColumn {
	width:270px;
	float:left;
}
.newsletterEN {
	background:url(../images/newsletterBannerEN.gif) no-repeat;
	width:255px;
	height:103px;
	margin:10px 0;
	padding:35px 0 0 15px;
	float:left;
}

.newsletterEN td {
	color:#FFFFFF;
	font-size:70%;
	padding:5px 0;
}
.newsletterEN input {
	font-size:11px;
	background:url(../images/newsletterInput.gif) no-repeat;
	background-attachment:scroll !important;
	background-attachment:fixed;
	width:202px;
	height:17px;
	border:none;
	padding:4px 2px 2px 2px;
	margin-left:5px;
}
input.newsletterJoin {
	display:block;
	background:url(../images/newsletterBtn.gif) no-repeat;
	width:60px;
	height:26px;
	text-align:center;
	font-weight:bold;
	float:right;
	padding-bottom:6px;
	background-color:transparent;
}
body.inside .brochureEN {
	background:url(../images/brochureBannerENInside.gif) no-repeat;
	width:190px;
	height:117px;
	float:left;
	position:relative;
	margin-bottom:10px;
}
body.inside .brochureIT {
	background:url(../images/brochureBannerITInside.gif) no-repeat;
	width:190px;
	height:117px;
	float:left;
	position:relative;
	margin-bottom:10px;
}
body.inside .brochureES {
	background:url(../images/brochureBannerESInside.gif) no-repeat;
	width:190px;
	height:117px;
	float:left;
	position:relative;
	margin-bottom:10px;
}
body.inside .brochureDE {
	background:url(../images/brochureBannerDEInside.gif) no-repeat;
	width:190px;
	height:117px;
	float:left;
	position:relative;
	margin-bottom:10px;
}

body.inside .brochurePhoto {
	position:absolute;
	right:5px !important;
	top:15px;
	border:2px solid #FFFFFF;
}
body.inside .brochurePhoto img {width:65px;height:75px;}
body.inside #container .brochureEN p, body.inside #container .brochureDE p, body.inside #container .brochureIT p, body.inside #container .brochureES p,  {
	color:#FFFFFF;
	float:left;
	font-size:70%;
	position:absolute;
	left:15px;
	top:45px;
	line-height:12px;
	width:100px;
}
.brochureYear {
	font-size:22px;
	color:#FFFFFF;
	position:absolute;
	top:35px;
	left:12px;
}
.brochureEN, .brochureDE, .brochureIT, .brochureES  {
	width:270px;
	height:117px;
	float:left;
	position:relative;
}
.brochureEN {
	background:url(../images/brochureBannerEN.gif) no-repeat;
}
.brochureDE {
	background:url(../images/brochureBannerDE.gif) no-repeat;
}
.brochureIT {
	background:url(../images/brochureBannerIT.gif) no-repeat;
}
.brochureES {
	background:url(../images/brochureBannerES.gif) no-repeat;
}
.brochurePhoto {
	position:absolute;
	right:20px;
	top:10px;
	border:2px solid #FFFFFF;
}
.brochurePhotoInside {
	position:absolute;
	right:20px;
	top:10px;
	border:2px solid #FFFFFF;
}
#container .brochureEN p, #container .brochureDE p, #container .brochureIT p, #container .brochureES p  {
	color:#FFFFFF;
	float:left;
	font-size:70%;
	position:absolute;
	left:13px;
	top:45px;
	line-height:12px;
	width:150px;
}
#container .brochureEN a, #container .brochureDE a, #container .brochureIT a, #container .brochureES a {
	float:left;
	text-decoration:underline;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:10px;
}
#content h1 {
	color:#0b2b4a;
	margin-bottom:10px;
	font-weight:normal;
}
#content h2, #content h3 {
	color:#0b2b4a;
	margin:15px 0 5px 0;
	font-weight:normal;
}
#footer {
	width:960px;
	margin:0 auto;
	text-align:left;
	padding-top:25px;
}
#footer a {
	position:relative;
	color:#FFFFFF;
}
#footer p {
	font-size:70%;
	color:#FFFFFF;
	margin:5px 0;
}
#footer p.grimaldi {
	margin-top:10px;
}
#footer p.eurospitality {
	float:right;
	margin-top:-62px;
	text-align:center;
}
#footer p.ntog {
	float:right;
	margin-top:-85px;
	margin-right:40px;
}
h1 {
	font-size:22px;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#container p {
	font-size:75%;
	margin:8px 0;
	line-height:16px;
	color:#052038;
}
#leftColumn {
	width:190px;
	margin-right:15px;
	float:left;
}
#leftColumn #groupRequests {
	margin:10px 0 !important;
}
#subNav {
	background:url(../images/subNavBg.gif) no-repeat left bottom;
	width:170px;
	padding:10px;
}
#subNav li {
	border-bottom:1px solid #215786;
	margin-bottom:3px;
	line-height:18px;
}
#subNav a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:70%;
}
#rightColumn {
	width:750px;
	float:left;
}
#content li {
	font-size:75%;
	line-height:18px;
	list-style-type:disc;
	margin-left:15px;
}
#slideshow {
	margin-bottom:10px;
	float:left;
	margin-top:-8px;
	background:url(../images/back.png) no-repeat;
}
table.groupRequest {
	font-size:75%;
}
table.groupRequest th {
	font-weight:bold;
	width:200px;
}
table.groupRequest td {
	padding-bottom:5px;
	vertical-align:top;
}
