/* === Header ===============================*/

#header{
    overflow:hidden;
}

#header a.logo{
    float:left;
}

#header ul.menu{
    float:left;
    overflow:hidden;
    margin:0;
    padding:36px 0 0 16px;
}

#header ul.menu li{
    float:left;
    list-style:none;
    margin:0;
    padding:0;
	width: 70px;
}

#header ul.menu li.item-5 {
	width: 110px;
}

#header ul.menu li.item-6 {
	width: 150px;
}
#header ul.menu li.item-7 {
	width: 100px;
}

#header ul.menu li a{
    display:block;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    padding:3px 16px;
    border-right:1px solid #abd;
    line-height:14px
}

#header ul.menu li a:hover{
    background-color:#07b;
    color:#fff !important;
    text-decoration:none;
}

#header ul.menu li.last{
    border-right:none;
}

#header ul.menu li.last a{
    border-right:none;
}

#header ul.menu.main li.active a{
    color:#CCE3F2;
}
#header ul.menu.main li.item-1.active a{
    color:#D91C36;
}
#header ul.menu.main li.item-2.active a{
    color:#248441;
}

#header ul.menu.main li.dry.active a{
    color:#ed772d;
}


#header #login{
    float:right;
    overflow:hidden;
    padding:26px 0 0 0;
}

#header #login h3{
    font-size:12px;
    margin:0;
    padding:0 0 2px 0;
}

#header #login a,
#header #login #submit{
    display:inline-block;
    background:#2B296D;
    color:#fff;
    padding:4px 6px 5px 6px;
    font-size:10px;
    border:none;
    border-radius:3px;
}
#header #login a:hover,
#header #login #submit:hover{
    text-decoration:none;
    background:#000;
}

#header #login a.active{
    background:#0075BE !important;
}

#header #login #submit{
    padding:auto 5px;
    line-height:14px;
}

#header #login label{
    position:absolute;
    right:91px;
    color:#bbb;
    text-transform:uppercase;
    padding:3px 0;
    display:inline-block;
    font-size:12px;
}

#header #login #pwd{
    background:transparent;
    border:1px solid #666;
    padding:2px;
    width:96px;
    height:14px;
}



