/*
 * Version: $Revision: 34785 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2009 BeSite
 */

BODY
{
    background-image: url(/img/body_bg.png);
}

DIV#Center
{
    position: relative;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 10px;        
}

DIV#Top
{
    background-image: url(/img/header_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 8px;
    font-size: 1px;
}

DIV#WebshopLabel
{
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100px;
}



DIV#Main
{
    background-image: url(/img/main_bg.png);
    padding-left: 1px;
    width: 988px;
    padding-bottom: 10px;
}

DIV#Header
{
    position: relative;
    height: 302px;
}

DIV#Header DIV#LogoMCO
{
    margin-left: 40px;
}

DIV#Header DIV#LogoGEA
{
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

DIV#Menu
{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    height: 30px;
    background-image: url(/img/menu_bg.png);
    width: 988px;
    float: left;
    overflow: hidden;
    position: relative;
}

DIV#HeaderImage
{
    background-image: url(/img/header.png);
    background-repeat: no-repeat;
    height: 188px;
    clear: both;
}

DIV#SubMenu
{
    width: 238px;
    float: left;
    margin-top: 20px;
    margin-left: 0px;
    border-top: 1px dotted white;    
}

DIV#Content
{
    margin-top: 20px;
    margin-left: 260px;
    width: 715px;
    overflow: hidden;
}

DIV#Images
{
    
}

DIV#Images DIV.ImageContainer
{
    width: 178px;
    float: left;
}

DIV#Images IMG
{
    margin-bottom: 5px;        
}

H1#PageTitle
{
    margin-top: 0px;
}

DIV#Footer
{
    position: relative;
    background-image: url(/img/footer_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 30px;
    line-height: 30px;
    color: #c6ecdc;
    font-size: 9pt;
    padding-left: 10px;
    clear: both;
}

DIV#FooterContent
{
    _padding-top: 6px;
}

DIV#Footer DIV#Sitemap
{
    position: absolute;
    top: 0px;
    right: 10px;
    line-height: 30px;
    _top: 6px;    
}
    

DIV#Footer A
{
    color: #c6ecdc;
}

/* MENU STYLING */
DIV#Menu UL,
DIV#Menu LI,
DIV#SubMenu UL,
DIV#SubMenu LI

{
    margin: 0px;
    padding: 0px;
}

DIV#Menu UL
{
    clear: left;
    float: left;
       position: relative;
       left: 50%;
       text-align: center;
}

DIV#Menu LI
{
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    float: left;
    list-style: none;
       position: relative;
       right: 50%;        
}

DIV#Menu LI:hover
{
    background-image: url(/img/menu_hover.png);
    background-repeat: repeat-x;
}

DIV#Menu LI.Selected
{
    background-image: url(/img/menu_selected.png);
    background-repeat: repeat-x;
}

DIV#Menu LI A,
DIV#SubMenu LI A
{
    color: white;
}

DIV#Menu LI.Selected A
{
    color: black;
}

DIV#SubMenu LI
{
    list-style: none;
    line-height: 35px;
    border-bottom: 1px dotted white;
    padding-left: 10px;
}

DIV#SubMenu LI.Selected
{
    background-image: url(/img/submenu_selected.png);
    background-repeat: repeat-x;
}

DIV#SubMenu LI LI
{
    border: none;
    border-top: 1px dotted #999999;
    background-color: white;
    margin-left: -10px;
    padding-left: 18px;
    background-image: url(/img/submenu_arrow.png);
    background-repeat: no-repeat;
    background-position: 8px 50%;        
}

DIV#SubMenu LI LI A
{
    color: #999999;
}

DIV#SubMenu LI LI.Selected
{
    background-image: none;
}

DIV#SubMenu LI LI.Selected A
{
    color: #34c78a;
    font-weight: bold;
}

INPUT.Submit, BUTTON, INPUT.Button
{
    background-color: #f68b3a;
    color: white;
}

/* SHOP */
TD.Shop.Item INPUT.Submit,
TD.Shop.Item BUTTON.ShopItemAddToCart
{
    width: 150px;
}

DIV#ShopCartSummary H2,
DIV#ShopCartSummary DIV.CartSummaryLine,
DIV#ShopCartSummary P,
DIV#ShopCartSummary BUTTON
{
    display: none;
}

