#canvas
{
	position: relative;
	margin: auto;
	width: 1009px;
}

    #canvas .top-wrapper
    {
        background: transparent url(../image/layout/top.gif) no-repeat top left;
        min-height: 122px;
        _height: 122px;
        padding: 15px 0 0 20px;
        position: relative;
        z-index: 10;
    }

        #canvas .top-wrapper .top-logo
        {
            float: left;
        }

        #canvas .top-wrapper .top-text
        {
            padding: 73px 0 0 7px;
            float: left;
            font-size: 13px;
            line-height: 17px;
            text-transform: uppercase;
        }

        #canvas .top-wrapper .top-banner
        {
            position: absolute;
            top: -25px;
            right: 51px;
        }

        .safari .top-menus
        {
            padding: 3px 0 0 0;
        }

        #canvas .top-wrapper div.top-menus-with-submenu
        {
            #height: 24px;
            padding-bottom: 2px;
            position: relative;
        }

        #canvas .top-wrapper .submenu-underline
        {
            width: 938px;
            height: 6px;
            overflow: hidden;
            background: transparent url(../image/layout/submenu.underline.png) no-repeat;
            position: absolute;
            top: 154px;
            _top: 152px;
            
            left: 20px;
        }

        .safari #canvas .top-wrapper .submenu-underline
        {
        }

        #canvas .top-wrapper .sitemap-menu
        {
            float: left;
            padding: 18px 0 0 2px;
            #padding-top: 0;
            z-index: 10;
        }

            #canvas .top-wrapper .menu-item
            {
                float: left;
            }

            .menu-item
            {
                position: relative;
            }
                .menu-item .menu-text
                {
                    z-index: 3;
                    position: relative;
                }
                    div.menu-selected .menu-text a
                    {
                        color: #ffffff;
                    }

                    .menu-item a
                    {

                        text-decoration: none;
                    }

                div.menu-selected .menu-selected-background
                {
                    display: block;
                }

                .menu-item .seperator
                {
                }

            .menu-selected-background
            {
                position: absolute;
                display: none;
                top: -4px;
                left: -8px;
                z-index: 3;
                float: left;
            }
                .menu-selected-background img 
                {
                    height: 31px;
                    width: 1;
                    z-index: 1000;
                }

                #canvas .top-wrapper .menu-iteM .menu-text-wrapper
                {
                    float: left;
                }

                #canvas .top-wrapper .menu-item .menu-text
                {
                    font-size: 13px;
                    line-height: 17px;
                    text-transform: uppercase;
                    float: left;
                    padding: 3px 2px 0 6px;
                }

                #canvas .top-wrapper .menu-item .seperator
                {
                    background: transparent url(../image/menu.seperator.gif) no-repeat;
                    width: 7px;
                    height: 23px;
                    float: left;
                    z-index: 2;
                }

        #canvas .top-wrapper .right-menu
        {
            padding: 18px 30px 0 0;
            #padding-top: 0;
            float: right;
        }

        #canvas .top-wrapper .submenu
        {
            position: absolute;
            top: 164px;
            left: 20px;

            z-index: 0;
        }

            #canvas .top-wrapper .menu-items
            {
                padding: 1px 0 0 3px;
            }

            #canvas .top-wrapper .submenu .menu-item .menu-text
            {
                font-size: 12px;
                line-height: 14px;
                padding: 0 5px 0 5px;
                text-transform: none;
            }
            
            #canvas .top-wrapper .submenu .menu-selected-background
            {
                top: 0px;
                left: -4px;
                z-index: 1;
            }
                #canvas .top-wrapper .submenu .menu-selected-background img
                {
                    height: 18px;
                }

            #canvas .top-wrapper .submenu .menu-item .seperator
            {
                margin: 2px 0 0 0;
                background: transparent url(../image/submenu.seperator.png) no-repeat;
                width: 3px;
                height: 13px;
                float: left;
                position: relative;
                z-index: 3;
            }

    #canvas .footer
    {
        padding: 0 38px 0 0;
        min-height: 95px;
        _height: 95px;
        background: transparent url(../image/layout/footer.gif) no-repeat;
    }

        #canvas .footer .footer-menu
        {
            margin-top: -7px;
            float: right;
        }

            #canvas .footer .footer-menu .menu-item
            {
                float: left;
            }

                #canvas .footer .footer-menu .menu-item .menu-text
                {
                    font-size: 11px;
                    line-height: 13px;
                    text-transform: uppercase;
                    float: left;
                    padding: 1px 3px 0 6px;
                }

                #canvas .footer .footer-menu .menu-item .menu-selected-background
                {
                    top: -1px;
                    left: -4px;
                    z-index: 1;
                }
                    #canvas .footer .footer-menu .menu-item .menu-selected-background img
                    {
                        height: 18px;
                    }

                #canvas .footer .footer-menu .menu-item .seperator
                {
                    background: transparent url(../image/submenu.seperator.png) no-repeat;
                    width: 3px;
                    height: 13px;
                    float: left;
                    z-index: 3;
                    position: relative;
                }

    #canvas .footer .footer-links
    {
        padding: 27px 0 0 0;
        text-align: center;
    }
         #canvas .footer .footer-links table
        {
            margin: 0 auto;
            text-align: center;
            clear: both;
        }

        #canvas .footer .footer-links .link-item
        {
            padding: 0 20px 0 20px;
        }

