/************************************** Generic & Reset Css ***********************************/
*{
	margin: 0;
	padding: 0;
}

a{
	color:#0A37AF;;
	text-decoration:none;
}

a:hover{
	color:#63759F;
	text-decoration:none;
}

p{
	text-align:justify;
	margin-bottom:10px;
}

.inv{
	position:absolute;
	font-size:9px;
	left:-9999px;
}

.clr{
	margin:0;
	padding:0;
	clear:both;
}

.editableText{
	/*display:inline;*/
}

html{
	font-size:13px; 
	width:100%;
	height:100%;
	font-family:Arial;
	color:#333333;
}

body{
	width:100%;
	height:100%;
	background:url(../images/body_bg.jpg) 0 0 repeat;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

strong{
	font-weight:bold;
}

table{
	font-size: inherit;
}

ul{
	list-style: none;
}

img{
	border: 0;
}
/****************** BASIC FLOATING ALL CONTENTS *****************/
#supperWrapper{
	position:absolute;
	left:0;
	top:0;
	height:auto;
	min-height:550px;
	width:100%;
	min-width:960px;
	overflow:hidden;
	z-index:1;
	background:url(../images/superwrapper_bg.jpg) 0 100% repeat-x;
}

#wrapper{
	width:960px;
	height:auto;
	min-height:550px;
	margin: 0 auto;
	overflow: visible;
}

.row0, .row1, .row2, .row3, .row4{
	float:left;
	width:100%;
}

.column1, .column2, .column3 {
	float:left;
}
/****************** ACTUAL POSSISIONING AND SIZING CONTENTS ***************/
.row0 .column1{
	width:100%;
	/*padding-top:20px;*/
	height:73px;
	position:relative;
	z-index:11;
}

.row0 .column2{
	width:100%;
	position:relative;
	z-index:10;
}

#navigation{
	float:left;
	width:100%;
	border-top:1px solid #0F2365;
}

div.topMenu{
	float:left;
	width:100%;
	background-color:#133B5F;
	height:35px;
}

div.text_container{ 
        float:left;
        width:65%;
}

div.photogallery{
         float:left;
         width:35%;
         padding-top:46px;
}

div.photogallery a{
        float:right;
        margin:4px 7px;
        width:130px;
        height:95px;
        border: 1px solid #417EBD; 
        overflow:hidden;
}

div.block div.photogallery {
        padding-top:0;
}

/********************** HEADER *******************************/
h1 {
	margin:20px 0 0 0;
	padding:0;
	float:left;
}

h1 a {
	background-image:url(../images/site_logo.png);
	width:102px;
	height:164px;
	text-decoration:none;
	display:block;
}
/************************* TOP MENU **************************************/
#navigation ul{
	list-style:none;
	margin:0;
	padding:0;
	height:36px;
}

#navigation ul li{
	float:left;
	height:36px;
	border-right:1px solid #0F2365;
        position:relative;
}

#navigation ul li a{
	background-color:#067AC3;
	height:36px;
	width:100%;
	line-height:36px;
	text-align:center;
	font-size:12px;
	color:#D2EDFF;
	display:block;
}

#navigation ul li a:hover{
	color:#067AC3;
	background-color:#B7E3FF;
}

#navigation ul li .active{
	color:#067AC3;
	background-color:#B7E3FF;
}
/************************** TOP MENU ITEM WIDTHS ************************************/
#gr1, #en1, #de1{
	width:125px;
}

#gr2, #en2, #de2{
	width:131px;
}

#gr3, #en3, #de3{
	width:85px;
}

#gr4, #en4, #de4{
	width:114px;
}	

#gr5, #en5, #de5{
	width:96px;
}	

#gr6, #en6, #de6{
	width:135px;
}	

#gr7, #en7, #de7{
	width:170px;
}	

#navigation ul li#gr8, #navigation ul li#en8, #navigation ul li#de8{
	width:97px;
	border:none;
}
/***************** dropdown ***************************/
#navigation ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index:99;
	/*margin-left:125px;*/
	top:36px;
    left:0;
	width:180px;
}

#navigation ul li ul li{
	display: list-item;
	float: none;
	position:relative;
	z-index:99;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	height:20px;
	width:180px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navigation ul li ul li ul{
	top: 0;
	left:180px;
}

#navigation ul li ul li a{
	line-height:20px;
	height:20px;
	width:100%;
}

#navigation ul li#gr2 ul li a:hover, #navigation ul li#gr2 ul li a.active{
	background-image: none;
	border: 1px solid #0F2365;
	text-decoration:none;
	color:#067AC3;
}

#navigation ul li#en2 ul li a:hover, #navigation ul li#en2 ul li a.active{
	background-image: none;
	border: 1px solid #0F2365;
	text-decoration:none;
	color:#067AC3;
}

#navigation ul li#de2 ul li a:hover, #navigation ul li#de2 ul li a.active{
	background-image: none;
	border: 1px solid #0F2365;
	text-decoration:none;
	color:#067AC3;
}

#navigation ul li ul a{
	background-image: none;
	text-align:center;
	font-size:12px;
	padding:0 10px;
	border: 1px solid #0F2365;
}

#navigation ul li#en2 ul a{
	background-image: none;
	text-align:center;
	font-size:12px;
	padding:0 10px;
	border: 1px solid #0F2365;
}

#navigation ul li#de2 ul a{
	background-image: none;
	text-align:center;
	font-size:12px;
	padding:0 10px;
	border: 1px solid #0F2365;
}
/************************* TOP CUSTOM MENU LEFT **************************************/
ul.extras{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	height:35px;
}

ul.extras li{
	padding:7px 10px;
	float:left;
}

ul.extras li a{
	line-height:21px;
	height:21px;
	font-family:Tahoma;
	font-size:11px;
	color:#D2EDFF;
	display:block;
}

ul.extras li a:hover{
	color:#067AC3;
}
/************************* TOP CUSTOM MENU RIGHT **************************************/
ul.franchise{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	height:35px;
}

ul.franchise li{
	color:#FFFFFF;
        float:left;
        font-size:11px;
        padding:12px 10px;
}

ul.franchise li a{
	line-height:21px;
	height:21px;
	font-family:Tahoma;
	font-size:11px;
	color:#D2EDFF;
	display:block;
}

ul.franchise li a:hover{
	color:#067AC3;
}
/***************************** LANGUAGES ***********************************/
#languages {
	float:right;
	height:35px;
	width:112px;
	background-color:#0463A5;	
}

#languages ul {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	height:19px;
	padding:8px;
}

#languages ul li {
	float:left;
	padding:0 8px;
	height:19px;
}

#languages ul li a{
	width:16px;
	line-height:19px;
	height:19px;
	display:block;
	font-size:11px;
	font-family:Tahoma;
	color:#D2EDFF;
	text-align:center;
}

#languages ul li a:hover{
	color:#067AC3;
}

#languages ul li .active {
	color:#067AC3;
}
/************************* WEATHER ************************/
#weather {
	float:right;
	height:25px;
	width:112px;
	background-color:#0463A5;
	padding:5px 0;
}

#weather h2 {
}

#weather #temperature {
	float:right;
	color:#D2EDFF;
	font-size:11px;
	line-height:26px;
	margin-left:10px;
	margin-right:45px;
}

#weather #icon {
	float:right;
}

#weather #icon img{
	height:26px;
	width:26px;
}
/************************** AVALIABILITY TOGGLER *****************************/
#header #toggler{
	float:right;
	width:225px;
	height:35px;
}

#header .column2 h2.trigger{
	background:url(../images/down_arrow.jpg) 100% 0 #071943 no-repeat;
	padding:0 38px 0 10px;
	height:35px;
	width:177px;
}

#header .column2 h2.trigger:hover{
	background:url(../images/down_arrow.jpg) 100% -34px #071943 no-repeat;
	cursor:pointer;
}

#header .column2 h2.trigger a{
	height:35px;
	line-height:35px;
	font-size:14px;
	font-family:Tahoma;
	color: #FFFFFF;
	text-align:center;
	background: url(../images/more.png) no-repeat right 20px;
}

#header .column2 h2.trigger:hover a{
	color: #999999;
}

#header .column2 .toggle_container {
	padding: 8px 0 10px 10px;
	overflow: hidden;
	width:252px;
	height:75px;
	float:left;
	background:url(../images/toggler_bg.png) 0 0 repeat-x;
}

#header .column2 .toggle_container .block {

}
/************************** AVALIABILITY FORM *****************************/
#availability-checker{
	width:252px;
	height:75px;
	float:left;
}

#availability-checker div.hidden{
	display:none;
}

#availability-checker div.date{
	width:100%;
	float:left;
	line-height:24px;
	margin-bottom:3px;
}

 #availability-checker div.date input{
	float:left;
	width:106px;
	margin-right:10px;
	border:1px solid #fff;
	height:18px;
	line-height:18px;
}

#availability-checker div.date img{
	float:right;
	margin-right:13px;
}

#availability-checker div.nights, #availability-checker div.adults, #availability-checker div.children{
	width:50%;
	float:left;
	line-height:24px;
	margin-bottom:3px;
}

#availability-checker label{
	float:left;
	text-align:left;
	font-size:12px;
	color:#ffffff;
	font-family:"Trebuchet MS";
	width:64px;
	line-height:24px;
}

#availability-checker select{
	float:left;
	width:44px;
	border:1px solid #fff;
	margin:1px 10px 1px 2px;
}

#availability-checker div.bookingBtn{
	width:112px;
	height:22px;
	float:left;
}

#availability-checker div.bookingBtn input{
	width:23px;
	height:22px;
	float:right;
}

#availability-checker div.bookingBtn a{
	float:right;
	margin-right:10px;
}
/*************************** BANNERS POSSITIONING **********************************/
.row1{
	width:1006px;
	height:536px;
	margin-top:-239px;
}

.row1 .column1{
	float:none;
	width:1006px;
	height:536px;
	margin-left:-23px;
	z-index:1;
}

.row1 .column2{
	float:none;
	position:absolute;
	width:184px;
	height:252px;
	margin:200px 0 0 776px;
	top:0;
	z-index:2;
}
/************************ TOP LARGE BANNER ************************************/
#main_banner_container{
	width:1006px;
	height:536px;
}
/*************************** TOP SMALL BANNERS **********************************/
.topBanner{
	width:164px;
	height:54px;
	background:url(../images/banners_bg.png) 0 0 no-repeat;
	margin-bottom:10px;
	padding:10px;
        text-align:left;
}

span.offerTitle{
	font-size:16px;
	font-weight:bold;
	color:#133B5F;
	font-family:Tahoma;
	width:100%;
	float:left;
	margin-bottom:5px;
}

span.offerText{
	color:#133B5F;
	font-family:Tahoma;
	font-size:14px!important;	
	float:left;
}

span.offerText h2{display:none;}

span.offerText p{padding:0; margin:0;}

span.rateText{
	color:#071943;
	font-size:16px!important;
	font-weight:bold;
	float:left!important;
	width:50%;
	line-height:26px;
}

span.ratePrice{
	color:#071943;
	font-size:38px!important;
	font-weight:bold;
	float:left!important;
	line-height:46px;
}

span.ratePrice h2{display:none;}

span.ratePrice p{padding:0; margin:0;}

span.rateEuro{
	color:#071943;
	font-size:18px;
	line-height:58px;
	font-weight:bold;
	float:left;

}
/********************** CONTENTS POSITIONING********************************************/
.row2{
	position:relative;
	z-index:10;
	background-color:#fff;
	min-height:240px;
}
/*********************** LOGOS MENU ****************************************/
#logosMenu{
	width:824px;
	margin-left:61px;
	padding-left:7px;
	height:60px;
	float:left;
	margin-top:-25px;
	background:url(../images/logo_menu_shadow.png) 0 0 no-repeat;
}

#logosMenu ul{
	list-style:none;
	margin:0;
	padding:0;
	height:60px;
	background:url(../images/logo_menu_bg.png) 0 0 repeat-x;
	width:100%;
}

#logosMenu ul li{
	float:left;
	height:60px;
	width:137px;
}

#logosMenu ul li a{
	display:block;
	width:137px;
	height:38px;
	padding:11px 0;
	text-align:center;
}

#logosMenu ul li:hover{
	background:url(../images/logo_menu_bg_h.png) 0 0 repeat-x;
}

li.logo1 a{
	background:url(../images/city_hotel_logo.png) 50% 50% no-repeat;
}

li.logo2 a{
	background:url(../images/elite_estate_logo.png) 50% 50% no-repeat;
}

li.logo3 a{
	background:url(../images/aqua_club_logo.png) 50% 50% no-repeat;
}

li.logo4 a{
	background:url(../images/villas_logo.png) 50% 50% no-repeat;
}

li.logo5 a{
	background:url(../images/aqua_spa_logo.png) 50% 50% no-repeat;
}

li.logo6 a{
	background:url(../images/blue_center_logo.png) 50% 50% no-repeat;
}
/*************************** CONTENTS *********************************/
.row2 .column2{
	padding:40px 30px;
        width:900px;
}

.row2 .column2 h2{
	color:#3D7DBE;
	margin-bottom:30px;
	font-size:16px;
	width:100%;
}

.row2 .column2 h3.trigger {
                        float:left;
}

.row2 .column2 h3.trigger a{
	color:#3D7DBE;
	font-size:13px;
	width:100%;
	line-height:19px;
}

.row2 .column2 h3.trigger a:hover{
	text-decoration:underline;
}

.row2 .column2 h3{
	color:#3D7DBE;
	margin-bottom:10px;
	font-size:13px;
	width:100%;
	padding: 5px;
}

.row2 .column2 h4{
	color:#071943;
	margin-bottom:10px;
	font-size:12px;
	width:100%;
	font-weight: bold;
	padding: 5px;
}

.row2 .column2 p{
	margin-bottom:10px;
	padding: 5px;
}

.row2 .column2 ul{
	padding: 5px;	
}

.row2 .column2 ul li{
	line-height:18px;
}

div.split{
	width:920px;
	float:left;
}

div.split60{
	width:590px;
	float:left;
	margin-right:30px;
}

div.split40{
	width:300px;
	float:left;
}

.row2 .column2 ul, .row2 .column2 ol{
	list-style:square;
	padding-left:30px;
	margin-bottom:10px;
}

.toggle_container{
	padding-bottom:15px;
        float:left;
}

/****************** FOOTER BOTTOM MIDDLE *******************************/
#footer {
	height:200px;
	margin-top:25px;
	padding-top:6px;
	width:100%;
	z-index:10;
}

#footer div.column1 {
	margin:0 auto;
	width:960px;
}
/*********************** FOOTER EXTRAS *****************/
div.extras{
	float:left;
	width:912px;
}

div.extras ul.extras{
	width:280px;
	border-bottom:1px solid #548CC6;
}
div.extras ul.extras li{
	padding:7px 5px;
}
/************************ FOOTER FARNCHISE ***************/
div.franchise{
	float:left;
	width:912px;
}

#footer ul.franchise{
	float:left;
}

#footer ul.franchise li{
	padding:7px 5px;
}
/********************** FOOTER NAV *******************/
#footNav {
	float:left;
	width:912px;
}

#footNav ul {
	list-style:none;
	margin:0;
	padding:0;
	height:26px;
	border-bottom:1px solid #548CC6;
	width:552px;
}

#footNav ul li {
	float:left;
	height:12px;
	padding:7px 5px;
}

#footNav ul li a{
	display:block;
	line-height:12px;
	height:12px;
	color:#D2EDFF;
	font-family:Tahoma;
	font-size:11px;
}

#footNav ul li a:hover{
	color:#067AC3;
}
/***************************** MAP ***********************/
#mapCanvas {
	width:300px;
	height:300px;
	display: block;
	border:#ffffff 1px solid;
}


/*************************** NET 360 LOGO ******************/
#net360 {
	background: url(../images/net360.jpg) no-repeat 0 0;
	float:left;
	margin-top:-28px;
}

#net360 a {
	width:48px;
	height:44px;
	text-decoration:none;
	display:block;
}



#digi{
	float:left;
	width:912px;
}

#digi ul{
	width: 255px;
	float: left;
}

#digi ul li{
	float: left;
	list-style:none;
}

#digi ul li #eu, #digi ul li #psyf, #digi ul li #espa{
	display: block;
	width: 69px;
	height:71px;
	background: url(../images/flags-digi.jpg) no-repeat top left;
}

#digi ul li #psyf{
	width:82px;
	background-position: -69px top;
}

#digi ul li #espa{
	width:104px;
	background-position: -151px top;
}

#digi p{
	color: #ffffff;
	font-size:11px;
	text-align: left;
	float:left;
	width:320px;
	padding:10px;
}
