/* =Project: Sonia Hotel
Designer: Katerina Maniataki
by Net360----------------- */

/* General Tricks------------------------------------- */

*{
	margin: 0;
	padding: 0;
}

html{
	font-size:62.5%; /* hack gia na kanoume ta ems na isountai me pxs */
}

body{
	font:0.9em "Trebuchet MS",Tahoma,Verdana,Helvetica,Arial;
	background:#FFFCE1 url(../images/bodySlice.jpg) repeat-x top left;
	color:#666344;
}

.invisible, hr{
	position: absolute;/* Image replacement */
	left:-5000px;
	height:1%;
	width:1%;
}

.floatRight{
	float: right; /* floats images */
	margin: 0px 30px;
}

.floatLeft{
	float: left; /* floats images */
	margin: 0px 30px;
}

/* General IDs---------------------------------------- */

#superWrapper{
	overflow: visible;
	position: relative;
	background: url(../images/wrapperSlice.png) no-repeat center 106px; 
}

#wrapperInner{
	width: 900px;
	margin:0 auto;
	position: relative;
}

#wrapper{
	position: relative;/* gia na paixoume me to position tou menu kai na to topothetisoume opou theloume */
}

#content{
	position: relative;
	margin:70px 10px 40px;
	height:15em;
	min-height: 15em;
	overflow: visible;
}

*>#content{
	height:auto;
	overflow: hidden;/* hack gia na pazei to min-height */
}

#mainContent{/* gia otan den exoume sidebar */
	height:15em;
	min-height: 15em;
	overflow: visible;
}

*>#mainContent{
	height:auto;
	overflow: hidden;/* hack gia na pazei to min-height */
}

#sidebar{
	
}

/* Header--------------------------------------------- */

#header{
	height:372px;
	display: block;
	position: relative;
	overflow: visible;
	background: url(../images/headerBannerImg.jpg) no-repeat left 107px;
}

#header h1{
	position: absolute;
	top: 160px;
	left:24px;
}

#header h1 a{
	display:block;
	width:217px;
	height:118px;
	}	
	
#header #lang{
	position: absolute;
	top:20px;
	right:0;
	font-size:1.2em;
	color: #666344;
}

#header #lang a{
	text-decoration: none;
	color: #993399;
	padding: 5px 7px;
}

#header #lang a:hover, #header #lang a.current{
color:#CC6600;
background-color: #FDE94F;
}

#header p{
	position: absolute;
	top:15px;
	font-size:1.2em;
}


#header ul{
	/*background-color: #9E996D;*/
	position:absolute;
	bottom: -41px;
	left: 0;
	/*width:418px;*/
/*	border:1px solid #fde94f;
*/	border-right:none; 
	display: block;
	overflow: visible;
}

#header ul li{
	float: left;
	text-align: right;
	list-style: none;
}

#header ul li a{
	float: left;
	padding: 11px 20px 11px;
	color:#993399;
	text-decoration: none;
	font-size:1.6em;
}

#header ul li a:hover{
background-color:#D1CD97;
color:#cc6600;
}

/* Navigation Horizontal--------------------------------------- */

#navigation{
	position: absolute;
	top: 67px;
	left:0px;
	margin-top:0px;
	list-style:none;
	overflow: visible!important;
	height:39px;
}

#navigation li{
	float: left;

}

#navigation li a{
	font-size:1.6em;
	text-decoration: none;
	padding: 10px 20px 11px;
	display: block;
	color:#993399;
	}

#navigation li a:hover, #navigation li.current a{
background-color:#D1CD97;color:#cc6600;
}

#navigation ul{
	width:200px;  /* second level menu */
	position: absolute;
	top:39px;
	left:0px;
	background-color: #993399;
	left:-999em;
}


#navigation ul li{
	width:auto;
	float: left;
	list-style: none;
	padding: 5px;
}

#navigation ul li a{
	color: #fffce1;
}

#navigation  li:hover ul ul,
#navigation  li:hover ul ul ul,
#navigation  li.sfhover ul ul,#navigation  li.sfhover ul ul ul{left:-999em;}

#navigation  li:hover ul,#navigation  li li:hover ul,#navigation  li li li:hover ul,
#navigation  li.sfhover ul,#navigation  li li.sfhover ul,#navigation  li li li.sfhover ul{left:auto;}

/* Footer------------------------------------------- */

#footer{
	position:relative;
	bottom:0;
	padding: 0;
	width:100%;
	overflow: hidden;
	background:#FFFCE1 url(../images/footerSlice.png) repeat-x top left;;
}

#footerInner{
	width:900px;
	margin: 0 auto;
}

#bottomLinks{
	margin-top:10px;
	width:698px;
	float: left;
	font-size:1.2em;
}

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

#bottomLinks a{
text-decoration:none;
padding: 11px 20px;
display: block;color:#993399;
}

#bottomLinks a:hover, #bottomLinks a.current{
	color: #cc6600;
}

#designBy a{
	float: right;
	text-align:right;
	background: url(../images/net360Logo.png) no-repeat top left;
	width:54px;
	height:63px;
	display: block;
	margin-top:11px;
}

#downFooter{
	background: url(../images/euFlags.png) no-repeat left 5px;
	height:56px;
	width:480px;
	position:relative;
	margin-top:5px;
	margin-bottom: 10px;
	margin-left:20px;
	float: left;
}

#downFooter p{
	margin-left:155px;
	width:250px;
	font-size:1.2em;
	color:#666344;
}


/* Content------------------------------------------ */


.col100{
	width: 100%;
	line-height: 1.9em;
}

.col50{
	width: 50%;
	float: left;
	line-height: 1.9em;
}

.col60{
	width: 60%;
	float: left;
	line-height: 1.9em;
}

.col70{
	width: 70%;
	float: left;
	line-height: 1.9em;
}

.col40{
	width: 40%;
	float: left;
	line-height: 1.9em;
}

.col30{
	width: 30%;
	float: left;
	line-height: 1.9em;
}

/* Typography--------------------------------------- */

#content  a{
	/* font color */
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
	font-size:1.3em;
}

#content  a:hover{
}

	
#content p, #content address{
	margin:20px 0 20px 0;
	font-size:1.2em;
	overflow: visible;
	font-style: normal;
}

#content ul{
	margin-left:20px;
}

#content ul li{
	padding: 5px 10px;
	list-style: circle;
}

#content h2, #content h3{
	font-size:2em;
	font-weight: lighter;
	margin:10px 0 40px 0;
	overflow: visible;
}

#content h3{
	font-size:1.8em;
	}

#content p, #content ul{
		margin-right: 30px;
		font-size:1.4em;
}

#content ul ul li{
	font-size: 0.8em;
}

#content strong{

}

/* Rates table -------------------------------------------- */

table.tableStyles{
	width:500px;
}

table.tableStyles th {
	font-size:1.2em;
	color: #ffffff;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background:#cc6600;
}

table.tableStyles th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid white;
	background: none!important;
}

table.tableStyles th.spec {	
	border-left: 1px solid white;
	border-top: 0;
	background: #cc6600;
}

table.tableStyles th.specalt {
	border-left: 1px solid white;
	border-top: 0;
	background: #ffae5b;
}

table.tableStyles td {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background:  #faf0e6;
	padding: 6px 6px 6px 12px;
	font-size: 1.2em;
}

/* Images Gallery */

.imageGallery{
	display:block;
	margin: 20px auto;
}

.imageGallery span{

}

.imageGallery img{
	border: 7px solid #666344;
}

.imageGallery img:hover{
	border: 7px solid #ad8738;
}


/* other */

#content h3.toggler{
	background-color: #d1cd97;
	color:#666344;
	margin:10px 20px 10px 0;
	padding: 5px 10px;
}

#bookOnline{
	color:#fffce1;
}

#bookOnline a, .button, .buttonBooking a{
color:#fffce1;
background: url(../images/buttonBg.jpg) repeat-x center;	padding: 20px;
}

#bookOnline a:hover, .button:hover, .buttonBooking a:hover{
	background: url(../images/buttonBgHover.jpg) repeat-x center;
	color:#fffce1;
}

p.buttonBooking{margin-top:20px!important; width:200px;}

p.buttonBooking a{display:block;}

/* Forms */

input, textarea, select{
	border: 1px solid #d8bd85;
	background-color: #E4E2BC;
	font-size:1.2em!important;
	color:#666344;
	padding:3px 5px;
}


select{
	padding: 0;
}

button.calendar{
	display: inline;
	float: left;
	position:absolute;
}

.button{
	padding:2px 5px;
	border: 0;
	margin-right:10px; 
}

#form1 label{
	display: block;
}

a{
	color: #cc6600;
}

a:hover{
	color: #993399;
}

/* map */

#map{
	width:400px;
	height:250px;
	background-image: url(../images/map.png);
}

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

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

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

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

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

label {
	display: block;
	font-size:1.5em;
	padding:5px 0;
	margin-top:10px;
}

#contactForm{
	margin-left:20px;
}

/*--------------------------Reservation--------------------------*/

#form2{
	margin: 10px;
}

#form2 h3{
	font-size:1.8em;
	margin: 10px 0 10px 0;
	width:100%;
	float: none;
	clear: both;
	display: block;
}

#form2 .reqFormFull{
	margin: 10px 0;
	overflow: hidden;
}

#form2 .form_textfield{
	width:45%;
	float:left;
	margin: 5px;
}

#form2 .form_textfield label{
	color:#32331f;
}

#form2 .form_textfield input, #form2 .form_textfield select, #form2 .form_textfield100 input, #form2 .form_textfield100 select, .bold{
	width: 80%;
	padding: 5px;
	clear: both;
}

#form2 .form_textfield100 input, #form2 .form_textfield100 select{
	width:84%;
}

#form2 .form_textfield100, #form2 .form_textarea{
	width:100%;
	float:left;	margin:20px 0;
}

#form2 .form_textfield33{
	width:15%;
	float: left;
	margin:0 0 20px 0;
}

.bold{
	float:none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------Facebook img---------------------*/

.facebook{
	position:relative;
	float: left;
	left:300px;
	border-style:none;
	margin-left:-34px;
	margin-top:21px;
	padding-top:22px;
}

.facebook img{
	border:none;
}

.text_facebook{
	text-align:right;	
}

.p_facebook_en{
	padding-right:47px;
}

.p_facebook_gr{
	padding-right:10px;
}

.p_facebook_de{
	padding-right:21px;
}