/* 
	Web Designer & 
	Author: Maniataki Katerina
	Developer: Nikos Papanikolaou
	Sales Manager: Alatzakis Prodromos
	Company: Net360 S.A.
	Client: Deliades Mykonos Hotel
	Date:	18.02.2010
        Update: 21.04.2010
	=============================================================
	=============================================================
*/


/* 

	General  
	============================

*/

* { 
    margin: 0; 
    padding: 0; 
}

html{
	font-size:62.5%; 
}

body{
	color:#2D6E95;	
	background:#E2ECEF;
	font:0.9em Geneva, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

html, body{
	height:100%;
}

.inv, #header #languages #gr span, #header #languages #en span, 
#header #languages #de span, .contents3 .column2 #weather h2{
	position: absolute;
	left:-5000px;
}


/* 

	Header
	============================

*/

#header{
	width:100%;
	height:7%!important;
	z-index: 5;
	position: relative;
}

#header h1 a{
	background:transparent url(../images/logo.png) no-repeat 0 0;
	display:block;
	width: 174px;
	height:91px;
	left:80px;
	position:absolute;
	top:60px;
}

#header #languages{
	position:absolute;
	top:10px;
	right:60px;
}

#header ul{
	float: right;
}

#header ul, #header li {
	margin:0;
	padding:0;
}

#header li {
	float:left;
	list-style: none;
	margin:5px;
}

#header #languages li#gr a, #header #languages #en a, #header #languages #de a{
	background: url(../images/languages.gif) no-repeat top left;
	width:20px;
	height:13px;	
	display: block;
}

#header #languages li#gr a{
	background-position: -20px 0;
}

#header #languages #de a{
	background-position: -40px 0;
}

#header #languages li#gr a:hover, #header #languages #en a:hover, #header #languages #de a:hover{
	background: url(../images/languages.gif) no-repeat bottom left;
}

#header #languages li#gr a:hover{
	background-position: -20px -13px;
}

#header #languages li#de a:hover{
	background-position: -40px -13px;
}

/* 

	Navigation
	============================

*/

#navigation{
	background:url(../images/boxTopCorn.png) top left no-repeat;	
	position: absolute;
	bottom:-7.5%!important;
	left:50px;
	z-index:2;
	overflow: visible;
}

#navigation ul{
	width:200px;
	padding:10px 0 0 0;
}

#navigation ul, #navigation li{
	list-style: none;
}

#navigation ul li a{
	color: #0270B0;
	font-size:12px;
	text-decoration: none;
	padding:8px 20px 8px;
	display: inline-block;
}

#navigation ul li a:hover{
	color:#ffffff;
}

#navigation ul ul{
	padding:0;
	position: absolute;
	left: -999em;
	width: 150px;
	margin-left:177px;
	background-color: #e2ecef;
}

#navigation ul ul li{
	border-bottom: 1px solid #ffffff;
}

#navigation ul ul li a{
	display: block;
}

#navigation ul ul li a:hover{
	color:#0293a6;
}


/* 

	Banner
	============================

*/


#banner {
	height:100%;
	margin:0 50px;
	min-height:600px;
	z-index:16;
	overflow:visible;
}



/* 

	General Stracture IDs
	============================

*/

#supperWrapper{
	width:100%;
	height:100%;
	position: relative;
}

#wrapper{
	position: relative;
	height:80%;
}


.row2{
	overflow: hidden;
	display:block;
	position:relative;
	height:100%;
}

.row2 .column1{
	height:100%;
}

.row2 .column2{
	position:absolute;
	top:84px;
	right:60px;
	background: url(../images/weatherBg.png) no-repeat top left;
	width:251px;
	height:41px;
	z-index: 99;
	overflow: visible;
}


/* 

	Weather Add on
	============================

*/

#weather{
	position:absolute;
	top: 0;
	left:0;
}

#weather img{
	width:34px; height:34px;
	float: left;
	margin:5px;
}

#weather #temperature{
	font-size:1.3em;
	padding-top: 12px;
	float: right;
}


/* 

	Online Booking
	============================ 
	Form
	============================

*/

#availability-checker{
	width:212px;
	height:114px;
	display:block;
	position:absolute;
	background: url(../images/form.png) no-repeat top left;
	top: 10px;
	right:320px;
	color:#055484;
	font-size:1.2em;
	padding-top:20px;
	padding-left:2px;
}

#availability-checker form{
	position: relative;
}

#availability-checker input{
	border:1px solid #02bfd5;
	background-color: transparent;
	font-size:1.1em;
	color:#1f3c4b;
}

#availability-checker label{
	padding-right:3px;
}

#availability-checker .date{
	display:block;
	padding: 2px 5px;
}

#availability-checker .date input{
	width:108px;
}

#availability-checker #date-format-helper{
	display: none;
}

.date img{
	position:relative;
	left:3px;
	top:1;
}

#availability-checker .nights, 
#availability-checker .adults, 
#availability-checker .children{
	float:left;
	padding: 2px 5px;
}

#availability-checker .nights select, 
#availability-checker .adults select, 
#availability-checker .children select{
	background-color:transparent;
	border: 1px solid #02bfd5;
	font-size:1.1em;
	color:#1f3c4b;
}

#availability-checker .booking-link{
	background: url(../images/submit.gif) no-repeat left 3px;
	color: #ffffff;
	border: none;
	width:32px;
	height:35px;
	position:absolute;
	top:40px;
	right:5px;
	padding: 0;
}

/* 

	Extras
	============================ 
	Photos
	============================

*/	

.row2 .column3{
	position: absolute;
	top: 10px;
	right:54px;
}


.row2 .column3 a{
	float: left;
	background: url(../images/photoWrapper.png) no-repeat top left;
	margin-right:5px 
}

.row2 .column3 a img{
	display: block;
	border: none;
	margin:6px 7px;
	width: 67px;	
	height: 56px;
}

.row3 .column3{
	position:absolute;
	top:-300px;
	margin-right:40px;
	margin-left:0px;
	left:250px!important;
	z-index: 999;
}


.row3 .column3 a{
	float: left;
	background-color:#ffffff;
	margin:5px;
	padding: 6px 6px 6px 6px;
}

.row3 .column3 a img{
	display: block;
	border: 1px solid #055484;
	margin:0;
	width: 100px;	
	height: 80px;
}



/* 

	Footer
	============================

*/

#footer{
	height:20%;
	display: block	;
	width:100%;
	/*position: absolute;
	bottom:-20%;*/
	float: left;
}

#footer .column1{
float:left;
margin-left:50px;
margin-top:30px;
width:250px;
position:relative;}

#footer .column2{float:left;
width:500px;}

#net360 a{
	float:right;
	width:43px;
	height:38px;
	background: url(../images/net360.gif) no-repeat top right;
margin-top:30px;
margin-right:50px;
}

#net360 a:hover{
	background: url(../images/net360.gif) no-repeat top left;
}

#TA_rated963{
	float:left;
}

#trivago a{
	background: url(../images/trivago.jpg) no-repeat top left;
	width:63px;
	height:73px;
	display: block;
        float:left;
        margin-top:10px;
}

#fodors {float:left;}

#fodors a{
	
	background: url(../images/fodors.jpg) no-repeat top left;
	width:73px;
	height:35px;
	display: block;
margin-top:30px;
}

/* 

	Content
	============================

*/

.row3{
	position: relative;
}

.row3 .column1{
	position:absolute;
	bottom:0px;
	right:50px;
	width:568px;
	background: url(../images/content-top.png) no-repeat top left;
	z-index: 99;
	overflow: visible;
	margin-bottom:0;
	padding:0;	
}


/* 

	Typography
	============================

*/


.row3 h2{
	font-size:1.8em;
	color: #055484;
	padding: 20px;
}

.row3 h3{
	font-size:1.6em;
	padding: 10px 20px;
	font-weight:lighter;
}

.row3 p{
	font-size:1.2em;
	padding: 10px 20px;
}

.block a{
	color: #0293A6;
	text-decoration: none;
}

.block a:hover{
	text-decoration: underline;
}


/* 

	JQuery Styling
	============================ 
	Toggler
	============================

*/


h2.trigger a{
	font-weight:lighter;
	padding:20px 300px 20px 0px;
	color: #0293a6;
	text-decoration: none;
	background: url(../images/more.png) no-repeat right 20px;
}

h2.trigger a:hover { color: #02bfd5; }

.toggle_container {

	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	clear: both;
}

.toggle_container .block {

}



/* 

	Map
	============================

*/

#mapCanvas{width:350px;
height:300px;
position:absolute;
top:12px;
right:550px;
z-index:999;
border:2px solid #0293a6;
}


/* 

	Rates
	============================

*/


.ratesTable{
	margin-left:10px;
}

.ratesTable td{
	padding:3px 10px;
   font-size:1.2em;
}

.ratesTable thead td{
	background-color:#02BFD5;
	color:#ffffff;
}

.ratesTable tbody .zebra td{
	background-color: #ffffff;
}

.contents1 .column1 ul{
	padding:0px 30px; 
	font-size:1.1em;
}


/*--------------------------CONTACT--------------------------*/

.alert, .error { 
	color: #FF0000; 
}

.error { 
	/*display: block;
	margin: 0.25em 0 0 11%;
	float:left;*/
	border:1px solid #FF0000;
}

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

#contactFormSuccess{
	display:none;
	width:100%;
	line-height:18px;
}

label {
	display: block;
	font-size:1.0em;
	padding:5px 0;
}

#contactForm {
        margin-left:20px;

}

