@charset "utf-8";
/************************************** Generic & Reset Css ***********************************/
*{
	margin: 0;
	padding: 0;
}

a{
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

a:hover{
	color:#666;
	text-decoration:underline;
}

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

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

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

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

body{
	width:100%;
	height:100%;
}

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;
}

table{
	font-size: inherit;
	margin-bottom:15px;
}

ul{
	list-style: none;
}

img{
	border: 0;
}
strong{
	font-weight:bold;
}
td{
	padding:5px 10px;
	text-align:center;
}
td.bold{
	
	font-weight:bold;
}
.hidden{
	display:none;
}	
/****************** BASIC FLOATING ALL CONTENTS *****************/
#supperWrapper{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	min-height:550px;
	width:100%;
	min-width:960px;
	overflow:auto;
	z-index:70;
	/*background:url(../images/footerBg.jpg) 0 100% repeat-x;*/
}

#wrapper{
	width:100%;
	height:100%;
	min-height:550px;
	overflow: visible;
}

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

.column1, .column2, .column3 {
	float:left;
}
/********************** ROWS & COLUMNS ************************************/
.row0 {
	height:135px;
	background:url(../images/headerBg.png) 0 100% repeat-x;
	z-index:10;
	position:relative;
}

.row0 .column1{
	width:960px;
	height:38px;
}

.row0 .column2{
	width:960px;
	height:97px;
}

.row1 {
	float:none;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:none;
}

.row1 .column1 {
	width:100%;
	height:100%;
}

.row2 {
	height:250px;
	z-index:11;
	position:relative;
}	

.row2 .column1{
	width:960px;
	height:	36px;
}

.row2 .column2{
	width:960px;
	height:	84px;
	background-color:#FFF;
}

.row2 .column3{
	width:960px;
	height:	109px;
	padding:15px 0 15px 0px;
	background-color:#FFF;
}

.row3{
	height:60px;
	z-index:11;
	width:960px;
	position:relative;
	overflow:hidden;
}

.row3 .column1{
	width:100%;
	height:59px;
	border-top:1px solid #9FCFA7;
}
/*************** BACKGROUND ***********************/
.row1 .column1 img{
	width:100%;
	height:100%;
}
/***************************** LANGUAGES ***********************************/
#languages {
	float:right;
	margin-top:10px;
}

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

#languages ul li {
	float:left;
	width:27px;
	height:19px;
	padding:0 5px;
}

#languages ul li .active {

}

#languages ul li a{
	width:27px;
	height:19px;
	display:block;
}

#gr a{
	background:url(../images/gr.jpg) 0 0 no-repeat;
}

#en a{
	background:url(../images/en.jpg) 0 0 no-repeat;
}

#it a{
	background:url(../images/it.jpg) 0 0 no-repeat;
}

#languages ul li a span{
	display:none;
}
/********************** HEADER *******************************/
h1 {
	margin:0;
	padding:10px 0 10px 0;
	float:left;
}

h1 a {
	background:url(../images/sitelogo.png) 0 0 no-repeat;
	width:185px;
	height:78px;
	text-decoration:none;
	display:block;
}
/************************ TOP THUMBS *************************************/
#header .photogallery{
	width:429px;
	height:97px;
	float:right;
}

#header .photogallery a{
	width:113px;
	height:84px;
	margin:7px 0 6px 30px;
	float:left;
	display:block;
	overflow:hidden;
	background:url(../images/thumbBg.png) 0 0 no-repeat;
	z-index:12;
	position:relative;
}

#header .photogallery a img{
	width:103px;
	height:74px;
	z-index:11;
	position:relative;
padding:5px;
border:1px solid #fff;
}


/************************ BOOKING BTN *************************/
.onlineBtn{
	width:120px;
	height:36px;
	display:block;
	line-height:36px;
	color:#666;
	font-size:11px;
	text-align:center;
	float:right;
	background:url(../images/bookingBtn.jpg) 0 0 repeat-x;
}
/*************************** AVAILABILITY BANNER *****************/
#availability-checker{
	width:436px;
	height:34px;
	float:left;
	background:url(../images/modulesBg.jpg) 100% 50% no-repeat;
	color:#666;
	font-size:11px;
	line-height:16px;
	padding:10px;
}

#availability-checker .availTitle{
	float:left;
	display:block;
	width:60px;
	margin-top:4px;
}

#availability-checker .date{
	float:left;
	width:92px;
	margin-left:20px;
}

#availability-checker .choose{
	float:left;
	width:42px;
	margin-left:9px;
}

#availability-checker .bookingBtn{
	float:left;
	width:56px;
	margin:14px 0 0 20px;	
}

#availability-checker label{
	cursor:pointer;
	display:block;
	float:left;
	line-height:18px;
	padding:0;
	text-align:left;
	width:100%;
}

#availability-checker .choose label{
	text-align:center;
}

#availability-checker input, #availability-checker select{
	font:11px arial;
	width:100%;
	border:1px solid #CCC;
	float:left;
}

#availability-checker #date-in{
	margin:0;
	padding:0;
	width:74px;
	color:#CCC;
	float:left;
}

#availability-checker select{
	text-align:center;
	color:#CCC;
}

.ui-datepicker-trigger  {
	cursor:pointer;
	float:left;
	height:16px;
	width:16px;
}

#availability-checker .booking-link{
	font:11px arial;
	width:56px;
	height:22px;
	border:none;
	padding:0;
	float:left;
	color:#FFF;
	background:url(../images/buttonBg.jpg) 0 0 repeat-x;
	cursor:pointer;
}

#availability-checker .booking-link:hover{
	cursor:pointer;
	color:#666;
}

#ui-datepicker-div{
	z-index:99!important;
}
/************************* LOWEST PRICE BANNER ***********************/


#lowest_price {
    background: url("../images/modulesBg.jpg") no-repeat scroll 100% 50% transparent;
    float: left;
    height: 54px;
    overflow: hidden;
    padding: 0 19px;
    width: 220px;
}

#lowest_price .price{
	display:block;
	float:left;
	height:36px;
	width:128px;
}

#lowest_price .price .euro{
	display:block;
	float:left;
	font-size:25px;
	line-height:25px;
	padding-top:10px;
}

#lowest_price .price .big{
	display:block;
	float:left;
	font-size:27px;
	line-height:44px;
}

#lowest_price .price .small{
	display:block;
	float:left;
	font-size:18px;
	line-height:18px;
	padding-top:16px;
}

#lowest_price .title{
	display:block;
	float:left;
	height:12px;
	width:112px;
font-size:10px;
}

#lowest_price .text{
	display:block;
	float:left;
	height:12px;
	margin-top:-15px;
	width:52px;
font-size:10px;
}

#lowest_price .buttonB {
    background: url("../images/buttonBg.jpg") repeat-x scroll 0 0 transparent;
    border: medium none;
    float: right;
    font: 11px/20px Georgia,"Times New Roman",Times,serif;
    height: 22px;
    margin-top: -10px;
    text-align: center;
    width: 50px;
    text-decoration:none;
    color: #FFFFFF;
}

#lowest_price .buttonB a{
        cursor:pointer;
        width: 50px;
	text-decoration:none;
   
}
#lowest_price .buttonB:hover{
        cursor:pointer;
	color:#666;
}

/************************* NEWSLETTER BANNER ************************/
#newsletter_container{
	width:200px;
	height:36px;
	float:left;
	overflow:hidden;
	padding:5px 0 9px 30px;
}

#newsletter_container label{
	float:left;
	width:100%;
	text-align:left;
	line-height:16px;
	padding-bottom:4px;
}

#emailToAdd{
	width:140px;
	font:11px arial;
	border:1px solid #CCC;
	float:left;
}	

#newsletter_container .form_textfield{
	float:left;
	line-height:16px;
	margin-bottom:0;
	width:158px;
}

#newsletter_container .newsletter_btn{
	width:42px;
	float:left;
	padding-top:20px;
}

.newsletter_btn button{
	width:42px;
	font:11px arial;
	height:22px;
	border:none;
	padding:0;
	float:left;
	color:#FFF;
	background:url(../images/buttonBg.jpg) 0 0 repeat-x;
	margin:0;
}

.newsletter_btn button:hover{
	cursor:pointer;
	color:#666;
}
/************************* TOP MENU **************************************/
#navigation {
	float:left;
	width:100%;
	padding-top:8px;
}

#navigation ul{
	list-style:none;
	margin:0;
	padding:0;
}

#navigation ul li{
	margin-right:20px;
	float:left;
	width:116px;
	margin:0 2px;
	position:relative;
	z-index:99;
}

#navigation ul li a{
	width:116px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:11px;
	font-family:arial;
	color:#FFF;
	padding:0 0 5px 0;
	display:block;
	text-decoration:none;
	position:relative;
	z-index:99;
}

#navigation ul li a span{
	width:116px;
	height:25px;
	display:block;
	background-color:#666;
}

#navigation ul li .active, #navigation ul li a:hover{
	background:url(../images/activeMenuBg.jpg) 50% 100% no-repeat;
	cursor:pointer;
}

#navigation ul li .active span, #navigation ul li a:hover span{
	background-color:#9FCFA7;
}
/***************** dropdown (optional)***************************/
#navigation ul ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index:99;
	padding:0;
	width:116px;
	top:25px!important;
	margin-left:-10px;
	z-index:99;
}

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

#navigation ul li ul li a{
	width:116px;
	height:20px;
	line-height:20px;
	padding:0;
	display:block;
	text-decoration:none;
	position:relative;
	z-index:99;
}

#navigation ul li ul li .active, #navigation ul li ul li a:hover{
	background:none;
}
/********************** CONTENTS *************************/
.row2 .column3 h2{
	float:left;
	width:100%;
	color:#666;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
}

.row2 .column3 h3{
	float:left;
	width:100%;
	color:#666;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.row2 .column3 h4{
	float:left;
	width:100%;
	color:#666;
	line-height:18px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

.row2 .column3 p{
	float:left;
	width:100%;
	margin-bottom:5px;
}

.row2 .column3 ol{
	float:left;
	width:96%;
	margin-bottom:10px;
	padding-left:4%;
	list-style:decimal;
}

.row2 .column3 ul{
	float:left;
	width:96%;
	margin-bottom:10px;
	padding-left:4%;
	list-style:disc;
}

.row2 .column3 li{
	float:left;
	width:100%;
	line-height:18px;
}

/********************** FOOTER MENU *******************/
#footNav {
	float:left;
	margin:12px 0;
}

#footNav ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:14px;
}

#footNav ul li {
	margin:0 6px;
	float:left;
}

#footNav ul li a{
	float:left;
	display:block;
	font-size:11px;
	line-height:14px;
	color:#666;	
	text-decoration:none;
}

#footNav ul li a:hover{
	color:#333;	
}
/******************* COPYRIGHTS *****************/
.copyrights{
	float:right;
	display:block;
	font-size:10px;
	line-height:12px;
	color:#666;	
	text-decoration:none;
	height:12px;
	margin:11px 0;
        /*width:483px;*/
}

.copyrights p{
	margin:0;
color:#999;
}

.copyrights a{
color:#999;
text-decoration:none;
}

.copyrights a:hover{
color:#999;
text-decoration:underline;
}
/******************** ADD THIS ********************/
.addthis_button{
	float:left;
	height:16px;
	padding: 2px 0;
	margin-right:20px;
}
/************************* WEATHER ************************/
#weather {
	width:56px;
	float:left;
	height:20px;
}

#weather h2 {
	display:none;
}

#weather #temperature {
	float:right;
	font-size:11px;
	line-height:20px;
	color:#FFF;	
}

#weather #icon {
	float:left;
}

#weather #icon img{
	float:left;
	height:20px;
	width:20px;
}
/*************************** NET 360 LOGO ******************/
#net360 {
	/*background: url(../images/net360.jpg) no-repeat top right;*/
	float:right;
}

#net360 a {
	width:auto;
	height:auto;
	text-decoration:none;
	display:block;
	line-height:14px;
}

#net360 a .inv{
	float:left;
	position:relative;
	left:0;
	font-size:10px;
color:#999;
}
/***************************** MAP ***********************/
#mapCanvas {
	width:300px;
	height:300px;
	display: block;
	border:#ffffff 1px solid;
}

.map{
    float: right;
    padding: 11px;
}

.map a{
color:#9FCFA7;
}
/********************* REQUEST FORM ********************/
#reqForm{
	font-size: 12px;
	width: 100%;
	clear:both;
}

#reqForm .reqFormFull{
	margin-bottom:24px;
	float:left;
}

.reqFormSplit{
	float:left;
	width:23%;
	padding:0 1%;
	min-height:105px;
}

.reqFormSplit h3{
	text-align:center;
}

.reqFormSplitx2{
	margin-bottom:24px;
	float:left;
	width:30%;
	min-height:105px;
}

div.form_textfield33{
	float: left;
	line-height: 16px;
	margin-bottom: 5px;
	width: 33%;
	text-align:center;
}

#reqForm label{
	width:80px;

}

#reqForm div.form_textarea label{
	width:100%;
	text-align:left;
}

div.form_textfield33 label{
	width:100%;
	text-align:center;
}

#reqForm p.bold{
	margin:0;
}

#reqForm div.contact_btn {
	padding-top:20px;
	text-align:center;
	width:100%;
}

#reqForm div.contact_btn input{
	font:11px arial;
	height:22px;
	border:none;
	padding:0;
	float:left;
	color:#FFF;
	background:url(../images/buttonBg.jpg) 0 0 repeat-x;
}

#reqForm div.contact_btn input:hover{
	cursor:pointer;
	color:#666;
}
/************ Photo Gallery *****************************/
#scrolled_content .photogallery{
	float:left;
	width:100%;
}

#scrolled_content .photogallery a{
background-color:#9FCFA7;
display:block;
float:left;
height:74px;
margin:2px;
overflow:hidden;
padding:5px;
width:103px;
}

#scrolled_content .photogallery a img{
	width:103px;
	height:74px;
}
/***************** DIGI LODGE BANNER ***************/
#digi{
	float:left;
	margin:0;
	width:473px;
	height:58px;
	overflow:hidden;
}

#digi ul{
	width: 173px;
	height:58px;
	float: left;
	padding:0 3px 0 0;
}

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

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

#digi ul li #psyf{
	width:52px;
	background-position: -50px top;
}

#digi ul li #espa{
	width:70px;
	background-position: -102px top;
}

#digi p{
	float:left;
	font-size:9px;
	text-align:left;
	margin:13px 0;
	line-height:12px;
	width:285px;
	height:35px;
color:#999;
}

/*Panorama*/
#panoramic a img{
	width:103px;
	height:74px;
	position:relative;
        padding:5px;
        border:1px solid #fff;
}

#panoramic a{
	width:113px;
	height:84px;
	margin:7px 0 6px 3px;
	float:left;
	display:block;
	overflow:hidden;
	background:url(../images/thumbBg.png) 0 0 no-repeat;
	z-index:12;
	position:relative;
}

#panoramic h2{
        margin-top:20px;
        margin-bottom:5px;
}

iframe {
    display: block;
    height: 400px;
    margin: 0 auto;
    width: 400px;
}


