/* ==================================================================================================================================================================================== */
/* RBShops 2015 - www.ledgrow.eu
/* main style css file
/* ==================================================================================================================================================================================== */

/* Body
===================================================================================================================== */
    body { margin-top:0; height:100%; background: #FFF; font-family:Verdana, Arial, Helvetica, sans-serif; }
/* ================================================================================================================== */

/* Main Containers
===================================================================================================================== */
    #headContainer      { width: 100%; border-bottom: 0px solid #000; }
    #menuContainer      { min-height: 100px; }
    #contentContainer   { width: 100%; }
    #footerContainer    { width: 100%; }
    #copyrightContainer { width: 100%; }    
/* ================================================================================================================== */

/* Content
===================================================================================================================== */

    /* LOGO */
    @media screen and (min-width: 901px) { 
        .logo   { height: 60px; margin: 10px auto; background: url('../../images/banners/BonsaiHero-bannerKL.jpg') center no-repeat; margin-bottom: 15px; }
        .largeScreens {  }
        .smallerScreens { display: none; }
    }
    
    @media screen and (max-width: 901px) {   
        .logo   { height: 130px; margin: 10px auto; background: url('../../images/logo_small.png') center no-repeat; margin-bottom: 15px; }
        
        .largeScreens { display: none; }
        .smallerScreens {  }
    }
    
    /* HEADINGS */
    h1 { font-size: 20pt; text-align: center; }
    h2 {  }
    h3 {  }
    h4 {  }
    
    /* CONTENT PARTS */
    p {  }
    .content {text-align: center; font-size: 9pt;}   
/* ================================================================================================================== */