#header{
    width: 960px;
    margin: 0 auto;

    position: relative;
}
#headerTop{

    position: absolute;

    width: 960px;
    height: 50px;

    background-image: url(../images/ShadeTop.png);
    background-repeat: no-repeat;
}
#headerSide{

    position: absolute;

    width: 960px;
    height: 150px;

    background-image: url(../images/ShadeSides.png);

    margin-top: 48px;
}
#headerContent{

    position: absolute;

    width: 900px;
    height: 200px;

    margin-top: 50px;
    margin-left: 27px;
}

#title{
    position: absolute;
    top: -30px;
    left: 10px;
}
#search{
    position: absolute;

    width: 220px;

    top: -30px;
    right: 10px;

}

.searchField{
    border:solid 1px #ffffff;
    background-color: #ffffff;
    color: #ac1d1d;


}
.searchButton{
    color: #ffffff;
    background-color: #ac1d1d;
    border:none;

    font-family:Gill, Helvetica, sans-serif;
    font-weight: bold;
}

#photo{
    position: absolute;
    left: 12px;
    top: -3px;
}

#maltaPics{
    position: absolute;
    right: 13px;
    top: -2px;
}

#shadow{
    position: absolute;

    margin: 0 auto;

    width: 880px;
    height: 40px;

    top: 135px;
    left:1%;

    background-image: url(../images/header/shadow.gif);
    background-repeat: repeat-x;
}

#menuBar{

    position: absolute;
    width: 880px;
    height: 25px;

    top: -22px;
    left:-2px;

    background-color: #ac1d1d;
}

#menu{
    position: relative;
    left: 200px;
}

#shadowEnd{

    position: absolute;

    width: 6px;
    height: 35px;

    top: -23px;
    right: -4px;

    background-image: url(../images/header/shadowEnd.gif);
    background-repeat: repeat-x;
}

.lang{
    position: absolute;
    top: 10px;
    right: 35px;

    color: #dddddd;
    text-decoration: none;
    font-family:Gill, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
#flags{
    position: absolute;
    top: -2px;
    right: 25px;
}

#flags a:hover{
    text-decoration: none;
    color:#ac1d1d;
}

/*menu mouse over*/
.ulHeader{
    position:absolute;
    margin:0;
    padding:0;
    list-style-type:none;
    z-index:10;
}
li{
    height:40px;
    padding:8px 10px;
    float:left;
    color:#ffffff;
    font-size: 12px;
    font-weight:bold;
    float: left;
    margin: 0 0.15em;

    font-family: Arial,Helvetica,sans-serif;
}
li.first{
    background-image:none;
}

.selected{
    height:40px;
    /*background:url(../images/header/menu/selMenu.png);*/
    background-color: #ffffff;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    margin-top:-20px;

    font-weight: bolder;
    font-size: 16px;
    text-transform: capitalize;
    color: #ac1d1d;
    position: relative;
}
.selected a:link{
    color: #ac1d1d;
    text-decoration: none;
}
.selected a:hover{
    color: #ac1d1d;
    text-decoration: none;
}
.selected a:visited{
    color: #ac1d1d;
    text-decoration: none;
}

li a:link{
    color:#ffffff;
    text-decoration:none;
}
li a:visited{
    color:#ffffff;
    text-decoration:none;
}
li a:hover{
    float:left;
    height:30px;
    top: -50px;
    text-decoration:none;
    /*background:url(../images/header/menu/selMenu.png);*/
    background-color: #ffffff;
    border-bottom: 1px gray solid;
    color: #ac1d1d;
}
