#main_menu{
width:940px; 
height:580px;
background-color: #ededed;
margin: 0 auto;
position:absolute;
}

#welcome_text {
font-family: Tahoma, Trebuchet MS;
font-size: 10pt;
color: #000;
text-decoration:none;
text-align: justify;
top: 140px;
left: 125px;
position:absolute;
width: 540px;
}

.scrollable_welcome{
overflow: auto;
width: 605px;
height: 420px;
}

.inner{
float:left;
position:relative;
background-color: #666;
width:150px;
height:0px;
margin-left:20px;
margin-top: 10px;
text-align: left;
opacity:1;
display:block; 
}

.inner:hover
{ 
background-color:#599593;
cursor: pointer; 

}

.inner_text{
width:140px;
height:25px;
font-family: Tahoma, Trebuchet MS;
font-size: 10pt;
color: #fff;
text-decoration:none;
margin: 5px auto;
}

.inner_text:hover
{
-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
-webkit-transform: translate(0.3em,0.1em) ;
-moz-transform:  translate(0.3em,0.1em)  ;
-o-transform: translate(0.3em,0.1em)  ;
color: #333;
}

.center
{
width: 0px;
height: 0px;
background-color: grey;
margin-top: -10px;
left: 90px;
background-image: url("home_img/back_text.jpg");
position:absolute;
overflow:hidden;
}

.scrollable{
overflow: auto;
width: 590px;
height: 344px;
}

.rightmenu
{
width: 170px;
height: 36px;
position: relative;
/*display: inline;*/
left: 750px;
background-image: url("home_img/button2.jpg"); 
background-repeat:no-repeat;
top: 100px;
opacity : 0;
font-family: Tahoma, Trebuchet MS;
font-size: 8pt;
color: black;
text-align: left;
vertical-align:middle;
padding-top:9px;
padding-left:7px;

}

.rightmenu1
{
width: 170px;
height: 36px;
position: relative;
/*display: inline;*/
left: 750px;
background-image: url("home_img/button1.png"); 
background-repeat:no-repeat;
top: 100px;
opacity : 0;
font-family: Tahoma, Trebuchet MS;
font-size: 9pt;
color: black;
text-align: left;
vertical-align:middle;
padding-top:9px;
padding-left:7px;
cursor: pointer;
}


.rightmenu:hover{
cursor: pointer; cursor: hand;
}

.subrightmenu{
width: 124px;
height: 27px;
position: absolute;
/*display: inline;*/
left: 770px;
background-image: url("home_img/kefalaio.png");
background-repeat:no-repeat;
top: 300px;
text-align: center;
font-family: Tahoma, Trebuchet MS;
font-size: 10pt;
color: black;
display: none;	
padding-top:6px;
padding-left:4px;
}

.subrightmenu:hover{
cursor: pointer; cursor: hand;
}

.inner_text2{
font-family: Tahoma, Trebuchet MS;
font-size: 09pt;
color: black;
/*display: inline-block;*/
padding-top: 10px;
padding-left: 5px;
}

.f_title{
font-family: Tahoma, Trebuchet MS;
font-size: 11pt;
color: #000;
text-align: center;
font-weight: bold;
margin-top: 10px;
}

.f_text{
font-family: Tahoma, Trebuchet MS;
font-size: 10pt;
color: #000;
text-align: justify;
font-weight: normal;
margin-left: 30px;
margin-right: 30px;
}

.f_li{
font-family: Tahoma, Trebuchet MS;
font-size: 10pt;
color: #000;
text-align: left;
font-weight: normal;
}

#footer{
width:394px;
height:90px;
background: url('theme/formal_white/footer.png');
background-repeat:no-repeat;
position: absolute; 
top:760px; 
left:760px;
}

#footer1div
{
width:110px;
height:90px;
position:relative;
float:left;
background: url('theme/formal_white/footer.png');
cursor:pointer;
opacity:0;
filter:alpha(opacity=00);
}

#footer2div
{
width:284px;
height:90px;
position:relative;
float:left;
background: url('theme/formal_white/footer.png');
cursor:pointer;
opacity:0;
filter:alpha(opacity=00);
}

/*SCROLLING*/
.s_Container {
  position: absolute;
  top: 10px; left: 10px;
  width: 520px;
  height: 430px;

}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 520px;
  height: 350px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Tahoma, Trebuchet MS;
font-size: 10pt;
  text-indent: 20px;
  color: #6F6048;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 20px; left: 525px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 300px; left: 525px;
}

#my_ul_home {
list-style-position: outside;
list-style-image: url(images/bullet.jpg);
list-style-type: square;
padding: 0px;
margin-left: 20px;
font-weight: bold;
font-size: 11pt;
font-family: Century-Gothic;
}

