.header
{
    position: relative;
    width: 780px;
    height: 300px;
    background: url("images/header.jpg") center bottom no-repeat #dac27d;
    border-bottom: 5px solid #363636;
}

.mainNav
{
    width: 780px;
    height: 40px;
    background: url("images/mainNav.jpg") no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainNav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Arial', sans-serif;
}

.mainNav ul li
{
    display: inline-block;
}

.mainNav ul li a
{
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.mainNav ul li a:hover
{
    text-decoration: underline;
}

.mainNav ul li:last-child a
{
    border-right: 0;
}

.fcl_logo
{
    position: absolute;
    top: 75px;
    left: 16px;
    width: 186px;
    height: 69px;
    background: url("images/fcl-logo.png") no-repeat;
    display: block;
}

.bt_logo
{
    position: absolute;
    top: 170px;
    left: 11px;
    width: 191px;
    height: 74px;
    background: url("images/bt-logo.png") no-repeat;
    display: block;
}

#hero_slider
{
    position: absolute;
    top: 47px;
    left: 237px;
    width: 532px;
    height: 237px;
    overflow: hidden;
}

#hero_slider > .image_container
{
    height: 237px;
    width: 3724px;
}

#hero_slider > .image_container > img
{
    display: block;
    float: left;
}

.product_info
{
    margin: 0 15px 0 0;
    text-align: center;
    font-size: 14px;
}

.product_info img
{
    max-width: 100%;
    margin-bottom: 15px;
}