/* PRINT STYLES
------------------------------------------------ */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;   
    overflow: visible;
}

#secNav, #backgroundImage, #productImgHolder, #footer {
    display: none;
}

#contentHolder {
    position: static;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-top: 50px;
    overflow-x:visible;
    overflow-y:visible;    
}

#newsMainHolder {
    position: static;
}

#mainMenu {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
    #mainMenu ul {display: none;}
    #mainMenu h1 {padding-top:0; float: left;}
        #mainMenu h1 a {display: block; text-indent:-9999px; background:none; height: 0; width: 0; float:left; overflow: hidden;}
        #mainMenu h1 img {display: block;}

#backgroundImagePrint {
    position: static;
    display: block;
    width: 75%;
    margin-top: 50px;
    left: 0;
    top: 0;
    margin: 44px 0 0 0;
    padding: 0;
    margin: 50px auto 0 auto;
}

#rightSideContent {
    position: static;
    width: 100%;
    margin-top: 30px;
    margin: 0;
    padding: 0;
    z-index: 9999;    
}

.wideColumn {
    position: static;
    
}

#rightSideContent {
    width: 98%;
    margin: 0 auto;
}

#newsRightContent, .rightBox, .boxTop, .boxContent, div.scrollContainer, .lastBoxDivider {
    width: 100%;
} 

.boxContent {display: block;}

div.scroller img.left, img.right {
    display: none;
}

h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;}
.productDescTop ul li a.prodRightAdd, .productsMainBox a.addToCart, a#lightbox-secNav-btnClose, a:hover#lightbox-secNav-btnClose, a:visited#lightbox-secNav-btnClose,
a#lightbox-download, a:visited#lightbox-download,a:hover#lightbox-download,
#mainMenu {font-family: Arial, Helvetica, sans-serif;}

/* lightbox */
#jquery-overlay {border: 1000px solid #fff;}
#lightbox-nav {display: none;}
