﻿
    /*
    *****************************************************************
    *****************************************************************
    CORE STYLES FOR PRINT
    *****************************************************************
    *****************************************************************
    */
    
        /*
        ****************************************************************
        CORE OVERRIDE / HIDE STYLES
        *****************************************************************
        */
            
            html
            {
                height      : auto;
                }
                
                a
                {
                    text-decoration : none;
                    }

                    a img
                    {
                        border : none;
                        }
                
                img 
                {
                    page-break-inside : avoid;
                    }
                
                body
                {
                    width               : auto;
                    background-color    : #ffffff;
                    
                    font-size           : 10px;
                    
                    text-align          : left;
                    }
                    
                    img#printLogo
                    {
                        display     : block;
                        position    : absolute;
                        top         : 0px;
                        left        : 0px;
                        width       : 120px;
                        height      : 35px;
                        }
        
                    div.mainContainer
                    {
                        position            : static;
                        width               : auto;
                        margin              : 0px;
                        
                        text-align          : left;
                        background-image    : none;
                        }
                        
                        div.mainBody
                        {
                            position            : static;
                            background-color    : #ffffff;
                            
                            background-image    : none;
                            
                            border              : 0px;
                            
                            margin              : 0px;
                            padding             : 0px;
                            }
                            
                            div#mainBodyContent
                            {
                                position        : static;
                                top             : 0px;
                                left            : 0px;
                                width           : auto;
                                padding-top     : 70px;
                                }
                                
                                div#mainBodyContent div.dropShadowOuter
                                {
                                    position        : static;
                                    }
                                
                                    div#mainBodyContent div.dropShadowInner
                                    {
                                        position     : static;
                                        top          : 0px;
                                        left         : 0px;
                                        width        : auto;
                                        height       : auto;
                                        min-height   : 0px;
                                        padding      : 15px 30px 15px 33px;
                                        border-width : 0px;
                                        }
                
        /*
        ****************************************************************
        GENERIC DROP SHADOW REMOVAL
        *****************************************************************
        */
        
            div.dropShadowOuter,
            div.dropShadowOuter.pageElement
            {
                background-image    : none;
                
                margin              : 0px;
                }

                *.dropShadowInner
                {
	                bottom      : 0px;
	                right       : 0px;
                    }

                div.dropShadowTR,
                div.dropShadowBL
                {
                    width               : 0px;
                    height              : 0px;
                    }

                div.dropShadowTR
                {
                    top                 : 0px;
                    right               : 0px;
                    background-image    : none;
                    }

                div.dropShadowBL
                {
                    bottom              : 0px;
                    left                : 0px;
                    background-image    : none;
                    }
        
        
        /*
        ****************************************************************
        HIDE CORE CONTAINERS & ELEMENTS
        *****************************************************************
        */
            div.headerLogo
            {
                display             : none;
                background-image    : none;
                }
                
                a.sytnerLogoHomeLink
                {
                    position : absolute;
                    display : none;
                    }
        
            
            /*
            ****************************************************************
            HIDE LEFT AND RIGHT COLUMNS
            *****************************************************************
            */
                
                div.column.siteMenuColumn,
                div.column.related
                {
                    display     : none;
                    position    : absolute;
                    top         : 0px;
                    left        : 0px;
                    width       : 0px;
                    height      : 0px;
                    overflow    : hidden;
                    }
            
            /*
            ****************************************************************
            HIDE TOOLS MENU
            *****************************************************************
            */
                div.toolMenuContainer
                {
                    display     : none;
                    position    : absolute;
                    top         : 0px;
                    left        : 0px;
                    width       : 0px;
                    height      : 0px;
                    overflow    : hidden;
                    }
            
            
            /*
            ****************************************************************
            HIDE PANELS
            *****************************************************************
            */
                
                div.panelGroup.panelGroupBody,
                div.panelGroup.panelGroupFooter,         
                div.footerContainer div.manufacturerLinks,
                div.footerContainer div.usefulLinks,
                div.footerContainer div.footerDivider 
                {
                    position : absolute;
                    display : none;
                    }
               
               
           /*
            ****************************************************************
            REFORMAT FOOTER PANEL & ELEMENTS
            *****************************************************************
            */     
                div.footerContainer 
                {
                    display : none;
                    
                    position    : static;
                    margin      : 0px 30px 0px 33px;
                    width       : auto;
                    padding     : 10px 0px 10px 0px;
                    border-top  : 1px solid #000000;
                    }
                    
                    div.footerContainer p.copyrightNotice
                    {
                        color       : #999999;
                        font-size   : 10px;
                        text-align  : left;
                        }
                    
                
             
            /*
            ****************************************************************
            REFORMAT SITE PATH MENU
            *****************************************************************
            */
            
            
            ul.menu.sitepath
            {
                position    : absolute;
                top         : 50px;
                left        : 33px;
                font-size   : 10px;
                
                margin      : 0px;
                padding     : 0px;
                }

                ul.menu.sitepath li
                {
                    position            : relative;
                    float               : left;
                    
                    height              : auto; 
                    
                    background-image    : none;
                    
                    list-style-image    : none;
                    list-style-type     : none;
                    list-style-position : outside;
                    
	                padding             : 0px 10px 0px 10px;
	                border-left         : 1px solid #000000;
                    }
                
                ul.menu.sitepath li.active
                {
                    background-image    : none;
                    }

                    ul.menu.sitepath li a
                    {
	                    display             : block;
	                    position            : relative;
	                    margin              : 0px;
	                    padding             : 0px;
    	                
	                    color               : #000000;
    	                background-image    : none;
    	                
    	                text-decoration     : none;
                        }
                    
                    ul.menu.sitepath li.active a,
                    ul.menu.sitepath li.active a:hover
                    {
                        margin  : 0px;
	                    padding : 0px;
                        background-image : none;
                        
    	                text-decoration     : none;
                        }
                    
                ul.menu.sitepath li.home
                {
                    background-image    : none;
                    border-left         : 1px solid #000000;
                    }
                    
                    ul.menu.sitepath li.home a
                    {
	                    margin  : 0px;
	                    padding : 0px;
	                    
    	                text-decoration     : none;
                        }
                       
                        
                        /*
                        ****************************************************************
                        SCOPE MENU : DROP DOWN
                        *****************************************************************
                        */

                            ul.menu.sitepath li ul.children
                            {
                                display : none;
                                }




        /*
        *****************************************************************
        *****************************************************************
        MAINBODY CONTENT ELEMENTS
        *****************************************************************
        *****************************************************************
        */  
            /*
            ****************************************************************
            REFORMAT MAIN CONTAINER
            *****************************************************************
            */
                        
                /*
                ****************************************************************
                HIDE RELATED LINKS
                *****************************************************************
                */
                    #mainBodyContent ul#relatedLinksMenu
                    {
                        display : none;
                        }
