/* 
	Web Designer & 
	Author: Maniataki Katerina
	Developer: Nikos Papanikolaou
	Sales Manager: Alatzakis Prodromos
	Content Managmet: Christina Aggeli
	SEO: Christina Aggeli
	Company: Net360 S.A.
	Client: Arkasa Palace
	Date:	31.03.2011
	Update:	
	=============================================================
	=============================================================
*/


/* 

	General  
	============================
	==========================*/

*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	font:9px Arial, Helvetica, sans-serif;
	background-color:#E6DDD2;
}

.inv, #languages li a span{
	position: absolute;
	left: -5000px;
}

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

/* 

	General Structure Classes & Ids
	==================================================
	================================================*/
	
#supperWrapper {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	min-height:700px;
	width:100%;
	min-width:960px;
}
#wrapper {
	height: 100%;
	min-height: 700px;
	min-width: 960px;
	overflow: visible;
	width: 100%;
}

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

.column1, .column2, .column3 {
	float:left;
}		

a{
	color: #258DB4;
	text-decoration: none;
}

a:hover{
	color: #FF9900;
}

.row1 .column1{
	float: right;
	width: 170px;
	background-color: #ffffff;
	height: 100%;
}

.row1 .column2{
	float: right;
	width: 24px; 
}

/* 

	Header
	======================
	====================*/
	
		
#header{
	float:right;
	width: 342px;
	height: 100%;
}

#header .column1{
	float:left;
	width: 100%;
	position: relative;
}

/* 

	Main Toolbar
	======================
	====================*/
	
.row1{
	float:right;
	width: 194px;
	height:100%;
}	

/* 

	Logo
	======================
	====================*/
	
.row1 .column1 h1{
	float: left;
	width: 170px;
	height:147px;
	background-color: #258DB4;
}	

.row1 .column1 h1 a{
	background: url(../images/arkasaLogo.jpg) no-repeat top left;
	display: block;
	float:right;
	margin-top: 20px;
	width: 164px;
	height: 93px;
}

/* 

	Languages
	======================
	====================*/
	
#languages, #languages ul{
	float: left;
	width: 24px;
	position: relative;
	z-index: 999;
}	

#languages ul li{
	list-style: none;
	display: block;
	width: 24px;
	margin-bottom:1px;
}

#languages ul li#en a, #languages ul li#el a, #languages ul li#de a{
	display: block;
	width: 24px;
	height: 21px;
	background-image: url(../images/en.gif);
}

#languages ul li#el a{
	background-image: url(../images/gr.gif);
}

#languages ul li#de a{
	background-image: url(../images/de.gif);
}

#languages ul li#en a:hover, #languages ul li#en a.active{
	background-image: url(../images/enH.gif);
}

#languages ul li#el a:hover, #languages ul li#el a.active{
	background-image: url(../images/grH.gif);
}

#languages ul li#de a:hover, #languages ul li#de a.active{
	background-image: url(../images/deH.gif)	
}

p#map{
	float: left;
    font-size: 11px;
    left: 18px;
    line-height: 21px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 126px;
}

p#map a{
	display: block;
    height: 21px;
    position: relative;
    width: 101px;
    z-index: 888;
    background-color: #ffffff;
    line-height: 21px;
}

/* 

	Languages
	======================
	====================*/
	
#weather{
	float: right;
	width: 24px;
	position: relative;
	z-index: 888;
	height:40px;
	background: url(../images/linkBG.png) repeat top left;
	margin-top: 1px;
}	

#weather h2{
	display: none;
}

#temperature{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	color: #202020;
}

#icon{
	position:absolute;
	top: 0;
	right:0;
}

#icon img{
	width: 24px;
	height:22px;
}

/* 

	Navigation
	======================
	====================*/	
	
#navigation, #navigation ul{
	float: left;
	width: 170px;
}	

#navigation ul li{
	list-style: none;
	float: none;
	background: url(../images/dotted.gif) repeat-x bottom left;
	position: relative;
}

#navigation ul li a{
	display: block;
	font-size: 11px;
	line-height: 20px;
	padding-left: 10px;
}

#navigation ul li a:hover, #navigation ul li a.active{
	background: url(../images/menuH.gif) no-repeat top left
}

#navigation ul ul{
	float: none;
	position: absolute;
	left: -999em;
	width: 200px;
	background-color: #fbfaf7;
	margin-left:170px;
	top: 0;
	border-left:1px solid #ff9900;
	z-index: 999;
}


/* 

	Best Price
	======================
	====================*/	

#bestRate{
	float: left;
	width: 100%;
}

.bestRate h2{
	display:none;
}

#price{
	color: #258db4;
	float: left;
	font-size: 38px;
}

.euro{
	font-size:25px;
	color:#efefe4;	
	float: left;
	color: #258db4;
	margin-top: 10px;
}

#small{
	font-size:18px;
	color:#258db4;
	margin-top: 18px;
	float: left;
}

.priceWrapper{
	float: none;
	width: 130px;
	margin: 5px auto 2px;
	display: block;
	height:42px;
}
.priceWrapper #button{
background-color: #FF9900;
    cursor: pointer;
    height:16px;
    float:right;
    padding-top:2px;
    text-align: center;
    width: 28px;
    margin-top: 18px;
    

}
#button a{
color:#FFF;
font-size:11px;
}




#description{
	float: none;
	width: 128px;
	margin: 5px auto;
	display: block;
	color: #A08A63;
	font-size: 11px;
}

/* 

	Photo gallery
	======================
	====================*/	
	
.row1 .photogallery{
	float: left;
	width: 100%;
        height: 157px;
        overflow: hidden;
        
}	

.row0 .photogallery{
	margin: 5px 10px;
	clear: both;
	overflow: hidden;
}

.row1 .photogallery a, .row0 .photogallery a{
	float: left;
	width:82px;
	height: 78px;
	overflow: hidden;
	margin: 1px;
}

.row0 .photogallery a{
	width: 90px;
	height:80px;
	border:1px solid #258db4;
}

/* 

	Promo
	======================
	====================*/
	
.row2 {
	float: right;
	width: 450px;
	margin-right: -24px;
}	
	
.row2 .column1{
	float: right;
	width: 450px;
}	

.row2 .column1 cite{
	font-size: 34px;
	font-family: "Times New Roman";
	color: #ffffff;
	font-style:normal;
	text-align: right;
	background: url(../images/arrow.png) no-repeat center right;
	display: block;
	padding-right: 89px;
	margin-top: 447px;
	float: right;
}

.row2 .column1 cite a{
	background: url(../images/linkBG-new.png) repeat top left 
}

.row2 .column2{
	height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: -1;
   float: none;
}

.row2 .column2 img{
	float: left;
   height: 100%;
   width: 100%;
}

/* 

	Booking Toggler
	======================
	====================*/	

#toggler01{
	float: left;
	width: 100%;
}

#toggler01 h2.trigger01{
	display:block;
	float:left;
	width:17px;
	height:126px;
}
	
#toggler01 h2.trigger01 a{
	display:block;
	width:17px;
	height:126px;
	background: url(../images/bookOpen.gif) no-repeat top left;float:left;
}

#toggler01 h2.active a{
	background: url(../images/bookClose.gif) no-repeat top left;
}

.toggle_container01 {
	overflow: hidden;
	float:left;
	width: 246px;
	height: 126px;
}

.toggle_container01 .block {
	float:left;
	background: url(../images/linkBG.png) repeat top left;
	height: 100%;
	width: 246px;
}

#availability-checker{
	width: 220px;
	float: none;
	margin: 20px auto;
	display: block;
}

.date, .nights, .adults, .children, .bookingBtn{
	float: left;
	margin-bottom: 5px;
}

.date{
	width: 100%;
}

.block label{
	float: left;
	width: 100%;
	font-size: 11px;
	text-align: left;
}

.nights, .adults, .children, .bookingBtn{
	width: 20%;
}

.block input, .block select, .block textarea{
	border: 1px solid #a08a63;
	margin-right:5px;
}

.block select{
	margin: 0;
}

.block input.go, #contact_form_submit{
	background-color: #202020;
	color: #ffffff;
	border: 1px solid #000000;
	margin-top: 14px;
	cursor: pointer;
}

#contact_form_submit{
	margin-top: 5px;
}

/* 

	Text Toggler
	======================
	====================*/
	
#toggler02{
	float: left;
	width: 100%;
}

#toggler02 h2.trigger02{
	display:block;
	float:left;
	width:100%;
	height:21px;
}
	
#toggler02 h2.trigger02 a{
	display:block;
	width:17px;
	height:21px;
	background: url(../images/open.gif) no-repeat top left;
	float:left;
}

#toggler02 h2.active a{
	background: url(../images/close.gif) no-repeat top left;
}

.toggle_container02 {
	overflow: hidden;
	float:left;
	width: 342px;
	height: 352px;
}

.toggle_container02 .block {
	float:left;
	background: url(../images/opacityBG.png) repeat top left;
	height: 100%;
}	

.toggle_container02 .block{
	padding: 10px;
}

/* 

	Typography
	======================
	====================*/
	
.block  h2, .block  h3{
	font-size:22px;
	font-family: "Times New Roman";
	color: #258db4;
	padding: 0 10px 10px;
}

.block  p{
	font-size: 12px;
	padding: 5px 10px;
}

.block  h3, .block  h4{
	font-size: 18px;
	padding-top: 10px;
	color: #202020;
}

.block  h4{
	font-size:16px;
	padding: 10px;
}

.block ul{
	padding: 5px 40px;
}

.block ul li{
	font-size: 12px;
}

#contactForm{
	margin: 10px;
}

.row1 p{
	padding:5px;
	font-size: 11px;
	color: #202020;
	text-align: center;
}
	
/* 

	Footer
	======================
	====================*/
	
#footer{
	float: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	right:0;
}	

#footer .column1{
	float: right;
	width: 338px;
	margin-top:98px;
}

#footer .column2{
	float: right;
	width: 170px;
	margin-right: 5px;
}

.addthis_counter{
	float: left;
	width: 83px;
	height:16px;
}

#net360{
	float: left;
	width: 138px;
	margin-left: 17px;
}

#net360 a{
	display: block;
	width: 138px;
	height:20px;
	background-image: url(../images/net360.png);	
}

#smo{
	float: right;
	width: 92px;
	margin-right: 2px;	
}

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

#smo li#trip a, #smo li#flickr a, #smo li#facebook a, #smo li#twitter a{
	display: block;
	width: 33px;
	height:20px;
	background-image: url(../images/smo.png);
	background-position: top left;
}

#smo li#flickr a{
	width: 18px;
	background-position: -33px top; 	
}

#smo li#facebook a{
	width:18px;
	background-position:-51px top;
}

#smo li#twitter a{
	width:23px;
	background-position:-69px top;
}

/* 
	DigiLodge
	=====================================	
	=====================================*/
	
#digi{
	float:left;
	width:100%;
	padding:10px 0;
}

#digi ul{
	width: 148px;
	float: none;
	margin: 0 auto;
}

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

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

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

#digi ul li #espa{
	width:64px;
	background-position: -84px top;
}

#digi p{
	color: #202020;
	font-size:8px;
	text-align: center;
	float:left;
	width:100%;
}

/* 
	Rates
	=====================================	
	=====================================*/
	
table{
	font-size: 12px;
	color: #202020;
	text-align: left;
}	

table th, table td{
	padding: 5px;	
}

table th{
	background:#fbfaf7 url(../images/dotted.gif) repeat-x bottom left;	
}

table th.roomType{
	border-right: 2px solid #ff9900;
	background-image: none;
}

table th.full{
	text-align: center;
	background-color: #258db4;
	color: #ffffff;
}

