/* CSS Document */

body{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{
	color: #000000;
}

div#page{
	position: absolute;
	
	height: 430px;
	width: 700px;
		
	top: 50%;
	left: 50%;
	
	margin-left: -350px;
	margin-top: -215px;
}

div#header{
	height: 29px;
	
	background: #aaaaaa url(graphs/villas-apartments-hotels.jpg) no-repeat;
	background-position: top right;
}
.table {
	font-size:12px;
	padding-bottom:6px;
	border: 1px solid #AFA3E5;
}
.purple{
background-color:#AFA3E5;
}
.titleTable{
font-size:14px;
text-decoration:underline;
}

/**************************/
div#main{
	border-top: #aaaaaa 1px solid;
	margin-top: 5px;
}

div#lmain{
	float: left;
	
	width: 300px;
	height: 220px;	
	background-color: #f4f4f4;
	margin-bottom: 0px;
}

div#rmain{
	float: right;
	margin-bottom: 0px;
	width: 400px;
}

div#bmain{
	clear: both;
	
	margin-top: 0px;

	height: 70px;
	background: url(graphs/tile.jpg) repeat-y;
	
	text-align: right;
	padding: 0px 20px 0px 0px;
	
	font-size:11px;
}



/***************************/

div#bottom{
	background:url(graphs/tile.jpg) repeat-y;
	padding-bottom: 20px;
}

div#bottom .images{
	background-color:#FFFFFF;
	height: 50px;
}
div#bottom .images1{
	border-left: #afa3e5 3px solid;
	border-right: #95baea 3px solid;
}

div#bottom .images a{
	text-decoration: none;
}
div#bottom .images img{
	height: 50px;
	width: 94px;
	border: 0px;

}

div#empneusis, div#empneusis a{
	padding-top: 3px;
	font-size: 11px;
	color:#333333;
	text-decoration:none;
}


/***************************/
div#menu a{
	font-size:11px;
	display: block;
	text-decoration:none;
	padding-left: 10px;
	margin-bottom: 4px;
	


}
div#menu a:hover{
	
	background: url(graphs/menu-hover.jpg) no-repeat;
}

div#menu .title{
	font-size: 11px;
	background: url(graphs/menu-up.jpg) no-repeat;
	text-align: right;
	padding-right: 5px;
}

/******************************************/
div#flash{
	z-index: 1;

/**
	top: 50%;
	left: 50%;
	
	margin-top: -180px;
	margin-left: -50px;
/**/
}

div#main_text{
	position: absolute;
	z-index: 2;
	font-size: 12px;
	/**
	top: 236px;
	left: 347px;
	/**/
	top: 50%;
	left: 50%;
	margin-top: -161px;
	margin-left: -30px;
	/**/
	border-bottom: #d1cbf0 5px solid;
	border-top: #d1cbf0 5px solid;
	padding-right: 5px;
	height: 170px;
	width: 360px;
	background-color: #d1cbf0;
	overflow: auto;
	filter: alpha(opacity=95);

	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	text-align:right;
	color: #333333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	padding-left: 5px;
}
	
