﻿/****************************************************************************
LAYOUT 5

Narrow layout with header banner
******************************************************************************/

body
{
    background-color: #F6F5F2;
    background-image:  url(../site/look2016/images/background.jpg);
}

#headerwrap {
    background-image:  url(../site/look2016/images/header.jpg);
    background-color: #fff;
    height: 200px;
}

#pagewrap
{
    max-width:1000px; 
    height: auto;
    margin: 20px auto;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#logoimage
{
    margin-left: 20px;
     background-image:  url(../site/look2016/images/logo.png);
} 

#branding 
{
    margin: 15px;
}

#headerlinks {
    margin-right: 20px;
}

#topbar, #menu li li
{
    background-color: #72A435;
}

#menu ul li:first-child {
    border-left: none;
}

#menu ul li:last-child {
    border-right: none;
}   

 



