﻿/* Header */
.header
{
    width:974px;
    margin:0 auto;
    margin-bottom:16px;
    position:relative;
    z-index:1000;
}
.headerWrapper
{
    position:relative;
}
.header .brand
{
    float:left;
    padding-top:16px;
    margin:0;
    color:#000;
}


