/*
////////////////////////////////////////////////////////////////////////////
//                                                                        //
//            Copyright (c) 2007-2009 by CitiWave Systems Ltd             //
//                                                                        //
//  This software is copyrighted by and is the sole property of CitiWave  //
//  Systems Ltd.  All rights, title, ownership, or other interests        //
//  in the software remain the property of CitiWave Systems Ltd.  This    //
//  software may only be used in accordance with the corresponding        //
//  license agreement.  Any un-authorized use, duplication, transmission, //
//  distribu tion, or disclosure of this software is expressly forbidden. //
//                                                                        //
//  This Copyright notice may not be removed or modified without prior    //
//  written consent of CitiWave Systems Ltd.                              //
//                                                                        //
//  CitiWave Systems Ltd reserves the right to modify this software       //
//  without notice.                                                       //
//                                                                        //
//  CitiWave Systems Ltd.                                                 //
//  61 Melanippou Street               literature@citiwave.net            //
//  Patras, Greece 26443               http://www.citiwave.net            //
//                                                                        //
////////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
///                                                                       //
/// Inner.css                                                             //
///                                                                       //
///   inner.html css file                                                 //
///                                                                       //
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////

*/

body {
        background-color: #666666;
        /*background-color: #b5b5b5;*/
        /*background-color: #ffffff;*/
        font-family: trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
        /*padding:0px 0px 0px 130px; */
        padding:0px 0px 0px 0px;
        margin: 0px auto;
        text-align: center;
        display: block;
        /*float:left;*/
}


div.whole {
        display: inline-block;
        margin: 0px auto;
        width: 1040px;
        height: 100%;
        border: 0px;
        background-color: #dbdbdb;
        margin-top: 2px;
        padding:20px 0px 0px 0px!important;/*NON-IE*/
        padding:20px 2px 0px 2px;/*IE*/
        display: inline-block;
        /*float: left;*/
}


div.page{
        display: block ;
        width: 1000px;
        height: 100%;
        background-color: #dbdbdb;
        border-right: 1px solid rgb(210,210,210);
        border-left: 1px solid rgb(210,210,210);
        padding: 0px 18px 0px 18px !important; /*Non IE*/
        padding: 0px 14px 0px 18px; /*IE*/
        float:left;
}

/**** HEADER ***/
div.header{
    width: 1000px;
    height: 150px;
    border-bottom:5px solid #1a1b30;
    padding-bottom:10px;
    margin-bottom:10px;
    font-size: 8pt;
}

div.header_down{
width:100%;
height:70px;
border-bottom:8px solid #1a1b30;
padding-bottom:10px;
margin-bottom:10px;
float:left;
}

div.flashradio{
width:188px;
height:70px;
float:right;
padding-bottom:7px;
}

div.maincontent{
    width: 1000px;
    background-color: #dbdbdb;
    font-size: 11pt;
}

div.banner_first{
width: 326px;
height:550px;
font-size: 11pt;
float:left;
border-right:1px dotted #1a1b30;
padding-right:5px;
background: url("../images/background.png") no-repeat;
}

div.banner_last{
width: 326px;
height:550px;
font-size: 11pt;
float:left;
margin-left:5px;
background: url("../images/background.png") no-repeat;
}

div.flasharea{
height: 326px;
width:550px;
font-size: 11pt;
float:left;
border-right:1px dotted #1a1b30;
padding-right:5px;
}

div.useful_frame{
height: 326px;
width:188px;
font-size: 11pt;
float:left;
margin-left:5px;
border-right:1px dotted #1a1b30;
padding-right:5px;
}

div.links{
height: 246px;
width:188px;
font-size: 11pt;
float:left;
}

div.links_header{
height: 20px;
width:188px;
background:#1a1b30;
font-size: 11pt;
float:left;
color:#FFFFFF;
font-size:13pt;
padding:5px 0px;
}
div.links_body{
height: 216px;
width:188px;
float:left;
font-size:10pt;
text-align:left;
}

.links_body ul{
list-style-type:none;
list-style-position:inside;
margin:0px;
padding-left:3px;
}

div.flipbook{
height: 326px;
width:240px;
font-size: 11pt;
float:left;
margin-left:5px;
}

div.banner{
width: 326px;
height:550px;
font-size: 11pt;
float:left;
padding-right:5px;
margin-left:5px;
border-right:1px dotted #1a1b30;
background: url("../images/background.png") no-repeat;
}


div.banner_img{
width: 302px;
height:267px;
font-size: 11pt;
text-align:center;
padding-top:10px;
padding-left:10px;
/*background-color: #000000;*/
float:left;
}

div.banner_img img{
border:none;
}

div.banner_text{
width: 312px;
font-size: 9pt;
/*background-color: #000000;*/
color: #FFFFFF;
padding-left:10px;
float:left;
margin: 4px 0px;
text-align:left;
}

.banner_text  a:link { font-family:Arial; font-size:inherit text-decoration: none; color: #DBDBDB;}
.banner_text a:active { font-family:Arial; font-size:inherit; text-decoration: none; color: #DBDBDB;}
.banner_text a:visited { font-family:Arial; font-size:inherit; text-decoration: none; color: #DBDBDB;}
.banner_text a:hover { font-family:Arial; font-size:inherit; text-decoration: underline; color: #DBDBDB;}

div.banner_map{
width: 302px;
height:120px;
font-size: 11pt;
text-align:center;
padding-left:10px;
/*background-color: #000000;*/
float:left;
}

div.banner_map img{
border:none;
}

div.separator{
width:100%;
float:left;
padding-top:10px;
margin-bottom:10px;
border-bottom:5px solid #1a1b30;
}
/**** FOOTER ***/
div.footer{
    width: 1040px;
    margin: 30px 0px 0px 0px;
    /*border-top: 1px solid rgb(210,210,210);*/
    font-size: 10px;
    background-color: #1a1b30;
    float:left;
    color:#dbdbdb;
}
.footer p{text-align: center; font-family:inherit;  text-decoration:inherit; color:inherit; }
.footer a { cursor:pointer; cursor:hand; }

.footer p a:link { font-family:Arial; font-size:inherit text-decoration: none; color: #DBDBDB;}
.footer p a:active { font-family:Arial; font-size:inherit; text-decoration: none; color: #DBDBDB;}
.footer p a:visited { font-family:Arial; font-size:inherit; text-decoration: none; color: #DBDBDB;}
.footer p a:hover { font-family:Arial; font-size:inherit; text-decoration: underline; color: #DBDBDB;}

#footer_menu {
    font-size:1.1em;
    padding-right:25px;
}

#footer_menu div {text-decoration:inherit; color:inherit; }
#footer_menu a:active { font-family:Arial; font-size:inherit; text-decoration: none; color: #DBDBDB;}
#footer_menu a:link { font-family:Arial; font-size:inherit; text-decoration: none; color: #DBDBDB;}
#footer_menu a:visited { font-family:Arial; font-size:inherit; text-decoration: none; color: #DBDBDB;}
#footer_menu a:hover { font-family:Arial; font-size:inherit; text-decoration: underline; color: #DBDBDB;}
/* ----- FOOTER ----- */

