/* 
    Document   : header
    Created on : 1 Νοε 2012, 2:16:04 μμ
    Author     : stauros
    Description:
        Purpose of the stylesheet follows.
*/

#header{
    position:relative;
    background-color: white;
    height: 94px;
    width:100%;
    z-index: 100;
    box-shadow:0 1px 5px #58535B;
}

#header-wrapper{
    margin:auto;
    position: relative;
    top: 42px;
    width: 980px;
}
.header-logo{

    display: inline-block;
    float: left;

}

.header-menu{

    display: inline-block;
    float: left;
    height: 54px;
    display:relative;
    z-index:101;



}

.header-menu ul{
    list-style: none;
    margin-bottom:11px;
}

.header-menu ul li{
    float: left;
}


.active a{
    /* background: url("../images/underline.png") repeat-x scroll 0 0 transparent;*/
    border-bottom: 3px solid #4A5675;
}

.header-menu ul li:last-child {
    float: left;
    background-image: url("../images/language-separator.png");
    background-repeat: no-repeat;
    float: left;
    height: 16px;
}
.header-menu ul li:last-child a {
    float: left;
    margin-left: 25px;
}
.header-menu ul li a{
    color:#575756;
    text-decoration: none;
    margin-right: 25px;
}

.header-menu ul li a:hover{
    border-bottom: 3px solid #4A5675;
}

.header-langs{
    display: inline-block;
    float: right;
}

.header-langs ul{
    list-style: none;
}

.header-langs ul li{
    background-image: url("../images/language-separator.png");
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    padding-left: 6px;
}
.header-langs ul li:first-child {

    float: left;
    height: 16px;
    background: none;
    padding-left: 0;
}


.header-langs ul li a{
    color: #4A5675;
    margin-right: 5px;
    text-decoration: none;
}

.header-langs ul li a:hover{
    border-bottom: 3px solid #4A5675;
}

.breadcrumb{position:absolute;z-index: 100000000000;background-color: #3D352E;height: 52px;width: 100%;display:none;}
.breadcrumb .content{width:980px;position:relative;margin-left: auto;margin-right: auto;}
.breadcrumb .content ul{font-size: 16px;font-weight: 300;list-style: none;float: left;padding: 0px;}
.breadcrumb .content ul li {background: url("../images/breadcrumb-separator.png") no-repeat right center;font-size: 13px;font-weight: 300;display: inline-block; padding-right: 12px;padding-left: 5px;}
.breadcrumb .content ul li:first-child {background: url("../images/breadcrumb-separator.png") no-repeat right center;font-size: 13px;font-weight: 300;display: inline-block; padding-right: 12px;}
.breadcrumb .content ul li:last-child {font-size: 13px;font-weight: 300;display: inline-block; padding-right: 24px;background: none;}
.breadcrumb .content ul li a{color:white;text-decoration: none;}
.breadcrumb .content ul li a:hover {color:#8FA3B9;}

.breadcrumb .content li.selected-proj a{color:#8FA3B9;}
