﻿/****************************************************************************
LAYOUT 3

Wide layout with floating slider and content.
******************************************************************************/

body
{
    background: #ffffff url(../site/look2016/images/background.jpg) repeat;
}

#headerwrap
{
    background-color: #1F2527;
    position: fixed;
    top:0px; margin:auto; z-index:100000; width:100%;
}

#topbar
{
    position: fixed;
    top:140px; margin:auto; z-index:100000; width:100%;
}


#headerlinks {
    color: #ffffff;
    background-color: #1F2527;
    border: 1px solid #888888;
}

#logoimage
{
    background-image:  url(../site/look2016/images/logo.png);
}

#topbar, #menu li li
{
    background-color: #72A435;
}

#topbar, #menu li li
{
    -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;
}

#main
{
   margin-top: 180px;
}

#content
{
    max-width: 960px;
    margin:20px 0;
    background-color: #fff;
    padding: 20px;
}

a.buttonaction::before {
    background: #3d82ab none repeat scroll 0 0;
    color: #fff;
}

#productContent img, #supplierContent img, #divResults img, #slideshow img , .galleryImage img, #productContent_pdf img, #supplierContent_pdf img
{
    padding: 5px;
}

#productContent img, #supplierContent img,
 #productContent_pdf img, #supplierContent_pdf img {
    max-width: 430px;
}


#pagefooter
{
    margin-top: 20px;
    width: 1000px;
    margin: 0 auto;
}


#footer
{
    
}


