/* CSS Document */

body {
	margin: 0;
	background-color: #3399CC;
	background-image: url(images/background.png);
}

#container {
	margin: 0 auto;
	padding: 0px;
	width: 781px;
	height:822px;
	background-color: #FFFFFF;
	
}

#header {
	width: 780px;
	height: 117px;
	margin: 0;
	padding: 0;
	background-image:url(images/geovsolutions034.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}

#header h2 {
	display: none;
}

#header a{
	text-decoration: none;
	display: block;
	height: 116px;
}

/* ##### Orizontio Menu ##### */

#nav_horizont_container {
	width: 781px;
	height: 31px;
	padding-top:9px;
	background-color: #000000;
}

#nav{
	margin-left: 20px;
}

#nav a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
	border-left-style: none;
	padding: 10px;
	background-color: #000000;	
}

#nav a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}

#nav .active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FF9900;
	text-decoration: none; 
} 

#main_content_container {
	width: 741px;
	height:600px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	background-image: none;
	
}

/* ##### Aristeri Stili ##### */


#left_column_container {
	float:left;
	width: 150px;
	height: 400px;
}

#menu {
	
	margin: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
	
}

#menu div {

  border-bottom: 0px solid rgb(153,153,153);

}

.menu_top{
	width:139px;
	height:18px;
	background-repeat: repeat;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url(images/MenuTop01.png);
	padding-top: 1px;
	padding-left: 10px;
	font-size: 12px;
	vertical-align: middle;
}

.menu_bottom{
	width:150px;
	height:20px;
	
}

#menu ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

#menu li {
	margin: 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
	padding: 0.1ex 0; 
	background-image: url(images/menu_cont01.png); 
	
}

#menu a{
	color: rgb(0,102,204);
	background-color: transparent;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	display: block;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

#menu  a:hover {
	color: white;
	background-color: rgb(100,135,220);
	text-decoration: none;
}

#menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
} 

#menu a:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
} 

/* ##### Kentriki Stili ##### */

#middle_column_container {
	float:left;
	width: 480px;
	height: 550px;
	
	margin-left:20px;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#middle_column_container h1{
	
	font-size: 14px;
	line-height: 3px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	padding-bottom: 10px;
	padding-top: 5px;
}
	
	#middle_column_container h2 {
	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}

#middle_column_container h4 {
	
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}
	
#middle_column_container p{
	
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
	
#middle_column_container li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

#forcontact{
	text-align: center;
	padding: 10px;
	background-image: url(images/email_32x32.png);
	background-position: 10px center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	background-color: #B7CEFF;
	border: 1px solid #6666FF;
	background-repeat: no-repeat;
}


#forcontact .txt{
	
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#forcontact .txt:hover{
text-decoration:underline;
}

#footer {
	float:left;
	width: 781px;
	height: 24px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	padding-top: 10px;
}

#footer a{
	text-decoration: none;
	font-size:11px;
	color:#FFFFFF;
	font-weight: bold;
}


/* ##### Gia tin Ektiposi ##### */

@media print{

  body { background-color:#FFFFFF; background-image:none; color:#000000 }

  #header {
	display:none;
	height: 1px;
	width: 1px;
}

#header h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

	#nav_horizont_container { 
		display:none;}
	
	#nav{ 
		display:none;}
	
	#nav a{
		display:none;}
	
	#left_column_container { 
		display:none;}
  
	#footer{
		display:none;}
		
	#main_content{ 
		width:100%;}
}

