/*
	Client: Vallas Apartments
	Developer: Christina Makentoudi
	Copyrights: Net360 S.A.
*/


/* General Css */

*{
	margin: 0;
	padding: 0;
}

.inv{
	position: absolute;
	left: -5000px;
}

html{
	font-size:62.5%; ; 
}

body{
	font:0.9em Arial;
	background:url(../images/bg.gif) no-repeat top center;
	background-color:#242321;
}

a{
	color:#CFB35E ;
	text-decoration: ;
}

a:hover{
	color: ;
}

.floatLeft{
	float: left;
	margin: ;
}

.floatRight{
	float: right;
	margin: ;
}

address{
	padding:  ;
	font-size: ;
	line-height:  ;
}
	
/* Backgrounds & Positioning Styles */

/* General Wrappers */
						
/*body{
	background-color:#000;
}*/

#supperWrapper{
	overflow: visible;
	margin:0 auto;
	width:960px;
}
			
			
#wrapper{
	/*width:960px;*/
	width:960px;
	position: relative;
	margin:0 auto;
	/*float:left;*/
	background-image:url(../images/content_bg.jpg);
	overflow:hidden;
}	


/* Header */
						
#header{
	width: 230px;
/*	background-color:#000;	*/	
	position: relative;
	margin-top:15px;
	/*float:left;*/
	z-index:1;

}


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

#header h1 a{
	width:122px ;
	height:122px ;
	display: block;
	background:url(../images/logo.jpg) no-repeat top left;
	
}

#header ul{
	top: 470px ;
	left: 500px ;
	font-size: 1.3em;
	color: #FFF;
	list-style: none;
	float:left;
}

#header ul li{
	float: left;
}


#weather{

}

#temperature{
	color:#FFF;
	padding-left:50px;
}

#languages{
	/*float:left;*/
	position:absolute;
	top:465px;
	left:800px;
}

#languages ul {
	/*margin-top:330px;
	margin-left:580px;*/
	width:98px;
	/*margin-left:280px;*/
	z-index:999;
}

#languages ul li a {
	display:block;

}

#gr a{
	background:url(../images/gr.gif) no-repeat top left;
	width:23px;
	height:34px;
	padding-right:10px;
	display:block;
}

#gr span{
	position: absolute;
	left: -5000px;
}

#en a{
	background:url(../images/en.gif) no-repeat top left;
	width:23px;
	height:34px;
	display:block;
}

#en span{
	position: absolute;
	left: -5000px;
}


						
/* Navigation */
						
#navigation{
	font-size:1.3em;
	list-style: none;
/*	background: ;*/
	clear: both;
	position:absolute;
/*	float:left;*/
	top:200px;
	left:0px;
/*	margin-top:-600px;*/
	padding-left:35px;
	z-index:999;
	
}

#navigation ul{
	float:left;
	height:200px;

}

#navigation li{
/*	float:left;*/
	list-style: none;
	display:block;
	position:relative;
	z-index:999;
	padding-bottom:10px;

}

#navigation li a{
	color:#FFF ;
	display: block;
	text-decoration:none;
/*	float:left;*/	
}

#navigation li a:hover{
	color:#B6A85D ;
}


/* Banner */

#banner{						 
 	background:url(../images/banner_img.jpg) no-repeat top left;
 	width: 722px;
 	height:439px; 
}

/* Content */

/*.contents1{ 
	position: relative;
	margin-top:-450px ;
	overflow: visible;
	width: 230px;
	height:450px;

}*/

.contents2{
	position: relative;
	margin-top:0px ;
	margin-bottom: ;
	overflow: visible;
	width: 720px;
	margin-right:70px;
	float:right;
	margin-right:0px;
}

.contents3{
	position: relative;
/*	margin-top:-640px ;*/
	overflow: visible;
	width: 230px;
/*	height:450px;*/
	float:left;
/*	margin-right:200px;*/
margin-top:330px;

padding-bottom:50px;
}

.column1{
	float:left;
}

.column2{
	float:left;
}

.column3{
	float:left;
}

.contents1 .column1{
	width: 100%;
	margin: 0 auto;
	padding:  ;
	position: relative;
	float:left;
}

.contents2 .column1{
	display:block;
	float: left;
}

.contents2 .column2{
	width: 610px;
	padding: 0 0 30px 45px;
	float: left;
	margin-top:50px;
	display:block;
	padding-bottom:30px;
}

.contents1, .contents2  p{
	color:#FFFfff;
	font-size:1.3em;
	line-height:17px;
	display:block;
	padding-top:10px;
}

.contents1, .contents2  ul li{
	color:#FFFfff;
	font-size:1.3em;
	line-height:17px;
	padding-top:10px;
	list-style:circle;
	margin-left:20px;
}

.contents1, .contents2  h2{
	font-size:18px;
	color:#CFB35E;
}

.contents3 p{
	color:#FFFfff;
	font-size:1.3em;
	line-height:17px;
	display:block;
	padding:10px 20px 10px 30px;
}

.left_title{
	border-top:solid 1px #333333;
	border-bottom:solid 1px #333333;
	font-size:1.3em;
	color:#fff;
	height:20px;
	width:150px;
	margin-left:30px;
	margin-top:30px;
	padding:6px 0px 0px 0px;
}

.accommodation_all_boxes{
	margin-left:30px;
}

.accommodation_box{
	display:block;
	width:250px;
	height:167px;
	border:#333 solid 1px;
	margin-top:20px;
	margin-right:20px;
	float:left;
	overflow:hidden;
}

.accommodation_box a{
	border:none;
}

.accommodation_box img{
	border:none;
}

.accommodation_box p{
	font-size:1.3em;
	color:#FFF;
	z-index:999;
	padding:5px;
	
}

.col70{
	width:70%;
	float:left;
}

.col30{
	width:30%
	float:left;
}

/* Gallery */

#img, .img{
	width:150px;
	height:100px;
	border: 2px solid #333333;
	overflow: hidden;
	margin: 10px 20px;
}

#img:hover, .img:hover{
	border: 2px solid #CCB664;
}


/* Footer */
#footer{
	background-color: ;


}

#innerFooter{
	width: 906px;
	margin: 0 auto;
	background: ;
	padding: ;
	position: relative;

}

#innerFooter ul{
	list-style: none;
	padding-left:290px ;
	padding-top:15px;
		
}

#innerFooter ul li{
	float: left;
	font-size: ;

}

#innerFooter ul li a{
	color:#FFF;
	text-decoration:none;
	font-size:1.2em;
	padding:15px ;
}

#net360 {
	position:absolute;
	top:5px;
	right: 0;
	padding-bottom:10px;
}

#net360 a, #net360 a:hover {
	background: url(../images/net360.png) no-repeat top left;
	width:49px;
	height:42px;
	display: block;
}
#net360 a:hover {

}

/* Typography */
						
#column1 h2{
	font-size: ;
	display: block;
	margin: ;
	padding: ;
	color: ;
	background-color: ;
	font-weight: ;
}

#column1 h3, #column2 h3{
	font-size: ;
	display: block;
	margin: ;
	padding: ;
	color: ;
	font-weight: ;
}

#column1 p, #column2 p{
	margin: ; 
	font-size: ;
	line-height: ;
	padding-bottom: ;
}

#column1 a, #column2 a{
	text-decoration: ;
}

#column2 h2{
	font-size: ;
	color: ;
	margin: ;
	display: block;
	margin-top: ;
}

/* Tools */

.addthis_button{
	top: ;
	right:  ;
}

/* Gallery */

#img, .img{
	width: ;
	height: ;
	border: ;
	overflow: hidden;
	margin: ;
}

#img:hover, .img:hover{
	border: ;
}

/* Availability Form ----------------------------------------------------------- */



/* Contact Form ------------------------------------------------------------------- */

fieldset {
	border: none;
	/*float:left;*/
}
legend {
	display: block;
	overflow: hidden;
	font-size: 1.4em;
	color:#666666;
}
#contactForm td, #availabilityForm td {
	padding:5px 5px;

}
#contactForm label, #availabilityForm label {
	font-size:1.4em;
	display: inline;
	color:#666666;
}
#contactForm input, #contactForm textarea, #availabilityForm input, #availabilityForm textarea {
	background-color: #ffffff;
	border: 1px solid #999;
	padding: 5px;
/*	width: 180px;*/
	/*height:10px;*/
	font-size:9px;

	
}

#name, #lastname, #email{
	width:200px;
}

.button{
	background-image:url(../images/bg_button.jpg);
	border:0px none!important;
	color:#000;
}


.button:hover{
	background-image:url(../images/bg_button_hover.jpg);
	border:0px none!important;
	color:#000;
}

#contactForm{
	padding-top:20px;
}

#contactForm input:hover, #contactForm textarea:hover, #availabilityForm input:hover, #availabilityForm textarea:hover {
	background-color:white;
	border: 1px solid #666;
	
}
#contactForm input.sendForm, #availabilityForm input.sendForm {
	background: url(../images/send.jpg) transparent no-repeat top left;
	border: none!important;
	width: 30px!important;
	height:22px;
	background-color: transparent!important;
	color: white!important;
	display: block;
	position:relative;
	padding: 0!important;
}

#contactForm input.sendForm:hover, #availabilityForm input.sendForm:hover {
	background:url(../images/send.jpg) no-repeat bottom left!important;
	color: #000000!important;

}
/*newsletter*/

#newsletter{
	padding-top:15px;
}

#newsletter_form_submit_btn{
	background:url(../images/go.jpg) no-repeat top left ;
	width: 40px;
	height: 19px;
	display: block;
	position: relative;
	float:left;
	margin-left:5px;
	border:none;
	color:#FFF;
margin-top:-12px;
}

#emailToAdd{
	margin-left:30px ;
	width:105px ;
	height:19px;
	float:left;
	border: 0 none;
}

/* Map */

#mapCanvas{
	display: block;
	width: ;
	margin: ;
	height: ;
	border: ;
}

/*Rates*/

.tdfont1{
	color: #FFF;
	font-size:1.3em;
        font-weight:bold;
        padding:10px;
	}
.tdfont2{
	color:#CFB35E;
	font-size:1.5em;
        font-weight:bold;
        padding:10px;
	}
.tdfont3{
	
	color:#999999;
        font-size:1.3em;
        padding:10px;
	}
	
.tdfont4{
	color:#FFF;
	margin-top:10px;
        margin-bottom:10px;
	}

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

.alert{ 
	color: #FF0000!important; 
	margin-left:-3px!important;
}

.error{ 
	border:1px solid #FF0000!important;
}

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

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

#contact_form label{
	display: block;
	font-size:1.4em!important;
	padding:5px 0;
}

#contactForm{
	margin-left:20px;
	
}

.form_textfield{
	margin-top:10px;
}

.form_textarea{
	margin-top:10px;
}

.form_textfield input{
        font-size:1.2em!important;
        width:150px;
}

.form_textarea input{
        font-size:1.2em!important;
        width:250px;
}


