﻿body 
{
   background: url('images/body-bg2.jpg') #605c89 center 0 repeat-x;
}

/*----------------- COMMON ------------------*/

.hidden
{
    display: none;
    
}

#header
{
    position: relative;
    clear: both;
    padding: 0;
    overflow: hidden;
}

#title
{
    width: 350px;
    height: 110px;
    background: transparent url('images/logo.png') no-repeat;
    clear: both;
}

#menu
{
    display: block;
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    font-family: "Trebuchet MS", Arial;
    font-size: 12px;
    list-style-type: none;       
}

#menucontainer
{
    clear: both; 
    padding: 0!important;
    margin: 0;
}

#menucontainer li
{
    margin: 0 1px 0 0!important;
}
#menucontainer li a
{
    padding: 6px 6px 9px 6px !important; 
    margin: 0px; 
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}