/* CSS Document */
body {
	margin:0px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.logo_container{
	width:859px;
	margin-left:auto;
	margin-right:auto;
}

div.main_container{
	width:859px;
	margin-left:auto;
	margin-right:auto;
	clear:both;

}
div.rightmenu{
	width:220px;
	float:right;
	background-image:url(../images/menu.jpg);
	height:166px;
	background-repeat:no-repeat;
	padding-left:20px;
}
div.main_text {
	text-align:justify;
}

div.footer {
	background-color:#0909cd;
	color:#FFFFFF;
	border-top:10px solid white;
	padding:10px;
	font-size:12px;
	clear:both;
}

div.asfaleies_zwis{
		background-image:url(../images/asfaleies_zwis_background.jpg);
		float:left;
		height:192px;
		width:261px;
		background-repeat:no-repeat;
}

div.asfaleies_periousias{
	background-image:url(../images/asfaleies_periousias.jpg);
	float:left;
	height:192px;
	width:261px;
	background-repeat:no-repeat;
}

div.sinergazomenes_etairies{
	background-image:url(../images/sinergazomenes_etairies.jpg);
	float:left;
	height:192px;
	width:251px;
	background-repeat:no-repeat;
}

div.main_container h1 {
	font-size:1em;
}
.v-menu{
	
	width:160px;
	clear:both;
}
	ul.v-menu, .v-menu li{
		padding:0; 
		margin:0;
		list-style:none;
		border-bottom:1px solid black;
	}
	ul.v-menu{
		clear:both;
		margin-top:3px;
		padding:3px 5px;
		
	}
		.v-menu li a{
			color:#555555;
			font-weight:bold;
			text-decoration:none;
			font-size:13px;
			
		}
		.v-menu li a:hover{
			color:#999999;
		}


