/* 
    Document   : index
    Created on : Nov 15, 2013, 8:10:39 AM
    Author     : pkostadimas
    Description:
        Purpose of the stylesheet follows.
*/

*{
margin:0px;
padding:0px;
}

body {

}

#container {
    width:980px;
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden; 
}

#header{
width:100%;
margin-left:0;
top:0;
margin-right:auto;
background-image:url("../images/index/bg_header.gif");
background-repeat:repeat-x;

}

.logo{
top:0;
left:0;
}

.column {
width:800px;
height: 195px;
margin-left:auto;
margin-right:auto;
padding: 10px;


}

ul{
    display:inline-flex;
    list-style: none;
}

.imgBox {
    width:165px; 
    margin: 30px; 
    margin-top:20px;
    display:inline;
    
}

.img{
    display:inline;
    border-style:dashed;
    border-width:1px;
    border-color:#B8B8B8 ;
    width:165px;

}

.imgTitle{
    font-family: Verdana;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
}

a{ 
    text-decoration:none; 
    text-align: center;
    width:165px;
}

.bottom-fix{
    margin-top: 50px;
/*    position:fixed;
    bottom:0px;
    left:20%;
    border: 0px; */
}

#linksTable{
    bottom:0px;
    left:20%;
    border: 0px;  
}

#dialog {
    display: none;
}

#index-extra-footer {
    
}
