/*
-------------------------------------------------

Purpose:
-   Print stylesheet.

Note(s):
-   N/A

-------------------------------------------------

*/

body {
    width: 100%;
}

#utility,
    #quickSearch,
    #secondary,
    #header p,
    #topLevel,
    #breadcrumb,
    #workflow,
    #footer .clear,
    #development,
    #print,
    #crossSell,
    .pricing .callout,
    #skuSelection,
    #productDetail .productDetail,
    #pageSortTop,
    #pageSortBottom {
        display: none;
}

#branding,
    #introPanel,
    #introPanel img,
    #content,
    #contentColumn1,
    #contentColumn2,
    #contentColumn3,
    #container,
    #main {
        float: left;
}

#contentContainer {
    background: none;
}

#container,
    #main {
        margin-left: 0;
        margin-right: 0;
}

#container {
    width: 100%;
}

#content,
    #contentColumn1,
    #contentColumn2,
    #contentColumn3 {
        border: none;
        margin: 0;
        padding: 0;
    }

/* Spacing */

#content {
    margin-top: 1em;
}

#container #main #content {
    /*width: 94%;*/
    /*the below width has been removed to correct printing on mult. pgs.*/
    /*width: 664px; */
}

#branding {
    margin: 0;
}

#contentColumn1,
#contentColumn2,
#contentColumn3 { }
.productCatalog #header { height: 70px;}

