
#bodyContainer {
    background: url('../images/bgContainer.png') no-repeat;
    width: 1015px;
    margin: 0 auto;
}
    #topSpace {
        height: 22px;
        margin: 10px 18px;
    }
        .logonHeader {
            float: right;
            font-size: 12px;
            color: #fff;
        }
            .logonHeader a {
                font-size: 12px;
                color: #fff;
            }
            .logonHeader input {
                width: 100px;
                border: 1px solid #000;
            }

#container {
    width: 980px;
    background: #fff;
    margin: 0 auto;
}
    #header {
        background: url('../images/bgHeader.gif') no-repeat;
        padding-top: 10px;
        position: relative;
        height: 134px;
    }
        #avecLink {
            text-indent: -1000px;
            overflow: hidden;
            width: 102px;
            height: 39px;
            display: block;
            position: absolute;
            left: 500px;
            top: 61px;
            background: url('../images/avec-logo.png') no-repeat;
        }
        #headerContent {
            padding-left: 640px;
        }
            #headerContent a.button {
                font-size: 20px;
                font-family: 'Francois One', arial, serif;
                color: #000;
                display: block;
                width: 160px;
                height: 28px;
            }
            #headerContent a#shoppingCart {
                background: url('../images/icons/logoShoppingcart.png') no-repeat right bottom;
            }
            #headerContent a#newsletter {
                background: url('../images/icons/logoNewsletter.png') no-repeat right bottom;
            }
            #dottedSeparator {
                width: 160px;
                display: block;
                margin: 6px 0;
            }
        #homeLink {
            text-indent: -1000px;
            overflow: hidden;
            background: url('../images/logo.jpg') no-repeat;
            width: 128px;
            height: 120px;
            position: absolute;
            right: 10px;
            top: 10px;
        }
        ul#mainMenu {
             border-top: 1px solid #000;
             border-bottom: 1px solid #000;
             width: 585px;
             position: absolute;
             top: 104px;
        }
            ul#mainMenu li {
                float: left;
                height: 30px;
                border: 1px solid #fff;

            }
                ul#mainMenu li a{
                    display: block;
                    font-size: 19px;
                    font-family: 'Francois One', arial, serif;
                    color: #000;
                    padding: 6px 20px;
                    line-height: 16px;
                }
                ul#mainMenu li a:hover {
                    text-decoration: none;
                }
                ul#mainMenu li a:hover,
                ul#mainMenu li a.itemOn {
                    color: #ee1c24;
                }
            ul#mainMenu li.hasChildren {
                position: relative;
            }
                ul#mainMenu li.hasChildren a {}
                ul#mainMenu li.hasChildren:hover {
                    border-left: 1px solid #000;
                    border-right: 1px solid #000;
                }
                ul#mainMenu li.hasChildren:hover ul {
                    display: block;
                }
                ul#mainMenu li.hasChildren ul {
                    display: none;
                    list-style: none;
                    border: 1px solid #000;
                    border-top: 1px solid #fff;
                    margin: 3px -1px 0;
                    box-shadow: 4px 4px 6px #ccc;
                }
                    ul#mainMenu li.hasChildren ul li {
                        background: #fff url('../images/raquo.gif') 4px center no-repeat;
                        float: none;
                        z-index: 10;
                        height: 26px;
                    }
                        ul#mainMenu li.hasChildren ul li a {
                            display: block;
                            line-height: 14px;
                            padding: 6px 18px;
                            font-size: 16px;
                        }
                            ul#mainMenu li.hasChildren ul li a.itemOn,
                            ul#mainMenu li.hasChildren ul li a:hover{
                                background: #f36066 url('../images/raquo.gif') 7px center no-repeat;
                                color: #fff;
                            }

    #content {
        padding: 16px 28px;
        overflow: hidden;
    }
        #pageTitle {
            width: 228px;
            float: left;
        }
        #breadCrumbs {
            font-size: 11px;
            line-height: 11px;
            padding: 18px 0 0 0;
        }
            #breadCrumbs a {
                color: #000;
                text-decoration: underline;
            }
        #contentLeft {
            float: left;
            width: 210px;
            margin-right: 18px;
        }
            #contentLeft a {
                color: #000;
            }
            #contentLeft .block {
                margin: 0px 0px 10px;
            }
            #contentLeft #keepInTouch {}
                #contentLeft #keepInTouch div {
                    display: block;
                    overflow: hidden;
                }
                    #contentLeft #keepInTouch div img{
                        float: left;
                        margin: 0px 12px 8px 0px;
                    }
                    #contentLeft #keepInTouch div h3{
                        margin-top: 6px;
                    }
            #contentLeft #categoryList {}
                #contentLeft #categoryList a {
                    font-weight: bold;
                }
                #contentLeft #categoryList a.itemOn {
                    text-decoration: underline;
                }

        #contentRight {
            float: right;
            width: 691px;
            position: relative;
        }
            #contentRight h2 {
                color: #ee1c24;
            }
            #contentRight #contentBlock{
                min-height: 300px;
            }
            #contentRight .contentBlock{
                background: url('../images/bgContent.jpg') no-repeat;
                padding: 40px 50px 20px 40px;
                margin-top: 10px;
            }


    #footer {
        width: 981px;
        background: #8f8f8f url('../images/bgFooter.png') no-repeat;
        position: relative;
        overflow: hidden;
    }
        #footer ul {
            margin-left: 14px;
        }
        #footer .footerBlock {
            float: left;
            display: inline;
            padding: 32px 28px 12px;
            width: 140px;
            font-size: 11px;
        }
            #footer .footerBlock a {
                color: #000;
            }
            #footer .footerBlock a.itemOn {
                text-decoration: underline;
            }
        #footer .infoBlock {
            position: absolute;
            right: 32px;
            top: 10px;
        }
            #footer .infoBlock #telInfo,
            #footer .infoBlock #emaiInfo a {
                font-size: 22px;
                font-weight: bold;
                display: block;
                padding-left: 42px;
            }
            #footer .infoBlock #emaiInfo a {
                background: url('../images/icons/email.png') no-repeat;
                margin-bottom: 14px;
                color: #000;
            }
            #footer .infoBlock #telInfo {
                background: url('../images/icons/tel.png') no-repeat;
                height: 27px;
            }
            #footer .infoBlock #openHours {
                font-size: 11px;
            }


