
    /* frontpage main categories */
    #maincats
    {
        list-style-type: none;
    }

    #maincats li
    {
        display: block;
        float: left;
        width: 183px;
        height: 120px;
        background-color: #FFF;
        background-repeat: no-repeat;
        margin: 0 0 1px 1px;
    }

    #maincats li a
    {
        text-indent: -9999px;
        overflow: hidden;
        text-decoration: none;
        width: 183px;
        height: 120px;
        display: block;
    }

    #maincats li.apple
    {
        clear: both;
        margin: 8px 0;
        height: 170px;
        width: 552px;
    }

    #maincats li.apple a
    {
        background-image: url(../img/front/apple.jpg);
        height: 170px;
        width: 552px;
    }

    #maincats li.blackmagic, #maincats li.canton
    {
        margin-left: 0;
    }

    #maincats li.blackmagic a
    {
        background-image: url(../img/front/blackmagic.jpg);
    }

    #maincats li.just a
    {
        background-image: url(../img/front/just.jpg);
    }

    #maincats li.cs a
    {
        background-image: url(../img/front/cs.jpg);
    }

    #maincats li.canton a
    {
        background-image: url(../img/front/canton.jpg);
    }

    #maincats li.xante a
    {
        background-image: url(../img/front/xante.jpg);
    }

    #maincats li.quato a
    {
        background-image: url(../img/front/quato.jpg);
    }

    /* main bottom boxes */
    #content dl
    {
        display: block;
        width: 183px;
        height: 192px;
        float: left;
        background-color: #FFF;
        margin-left: 1px;
        color: #333;
    }

    #content dl.first
    {
        background: #FFF url(../img/bg/front_dl.gif) no-repeat;
        margin-left: 0;
    }

    #content dl.last
    {
        background: #FFF url(../img/bg/front_dl.gif) 171px -192px no-repeat;
    }

    #content dl dt
    {
        text-align: center;
        font-weight: bold;
        color: #3d577a;
        font-size: 1.1em;
        line-height: 30px;
    }

    #content dl.first dt
    {
        font-weight: normal;
        color: #333;
        padding-top: 40px;
    }

    #content dl.first dd
    {
        text-align: center;
    }

    #content dl.first dd input.text
    {
        text-align: center;
        padding: 3px 2px;
        border: 1px solid #3f597c;
        color: #999;
        font-size: 1.0em;
        width: 150px;
    }

    #content dl.first dd input.submit
    {
        margin-top: 10px;
    }

    #content dl dd ul
    {
        list-style-type: none;
        margin: 0 10px;
    }

    #content dl dd ul li
    {
        line-height: 2.4em;
    }

    #content dl dd a
    {
        color: #333;
        font-size: 1.1em;
        padding: 2px 0 2px 20px;
    }

    #content dl dd a.arr
    {
        background: transparent url(../img/bg/arr_right.gif) 10px 50% no-repeat;
    }

    #content dl dd a.pdf
    {
        background: transparent url(../img/bg/ico_pdf.gif) 0 0 no-repeat;
    }

    form p
    {
        font-size: 1.1em;
        margin-top: 5px;
        color: green;
    }

    form p.error
    {
        color: #F00;
    }