/*
 *  website: Silvera.nl
 *  Author: 12B Company
 *  Design: 12B Company
*/

a:link, a:visited {
  }
a:hover, a:active {
  }

/*  Contain
*************** */
#contain {
    width:94%;
    min-width:900px;
    margin-left:3%;
    }

/*  Identity
*************** */
#identity {
    width:100%;
    height:140px;
    }
    #identity .logo1 {float:left;}
    #identity .logo2 {float:right;}

/*  Contact
*************** */
#contact {
    text-align:center;
    }
    #contact p {
        margin-top:5px;
        font-size:0.7em;
        color:#999;
        }
        #contact p.uppercaseParagraph {
            text-transform:uppercase;
        }
    #contact a {
        color:#999;
        text-decoration:none;
    }

/*  Main
*************** */
#main {
    width:100%;
    border-bottom:1px solid #999;
}
#main * {
    vertical-align:top;
    }
    #main thead td {
        height:23px;
        width:20%;
        text-transform:uppercase;
        }
        #main thead a span.brandDivision {
            float:left;
            width:134px;
            color:#999;
        }
        #main thead a span.brandName {
            float:left;
            margin-right:5px;
        }
        #main thead a  {
            color:#000;
            font-size:1em;
            font-weight:bold;
            text-decoration:none;
            }
            #main thead a:hover {
                color:#999;
            }
    #main tfoot {
        line-height:1.4em;
        }
        #main tfoot td {
            padding:0px 5px 10px 5px;
            }
            #main tfoot td.first {padding-left:0px;}
            #main tfoot td.last {padding-right:0px;}
        #main tfoot h2 {
            font-size:0.9em;
            font-weight:normal;
            padding:5px 10px;
            margin-bottom:20px;
            text-transform:uppercase;
            margin-top:10px;
            border-top:1px solid #999;
            border-bottom:1px solid #999;
            }
        #main tfoot h4 {
            margin:0px 10px;
            font-size:0.8em;
            font-weight:normal;
            text-transform:uppercase;
            color:#999;
        }
        #main tfoot p {
            font-size:0.8em;
            margin:0px 10px;
        }
        #main tfoot a {
            color:#000;
            text-decoration:none;
        }
        #main tfoot a:hover {
            color:#999;
        }
        #main tfoot dl {
            margin:0px 10px 20px 10px;
            }
            #main tfoot dl a {
                display:block;
                font-weight:bold;
                }
            #main tfoot dt {
                color:#999;
                font-size:0.8em;
            }
            #main tfoot dd {
                font-size:0.8em;
                margin-bottom:10px;
            }
        #main ul {
            margin:10px 0px;
            }
            #main ul li {
                font-size:0.8em;
                list-style:none;
                padding-left:25px;
                background:url('../gfx/icon_arrow.gif') 10px 10px  no-repeat;
                }
                #main ul li dl {
                    font-size:1.25em;
                    margin-left:0px;
                    margin-top:-15px;
                }
                #main[id] ul li dl {
                    margin-top:0px;
                    }
                    #main ul li dl a.datum {
                        font-size:0.85em;
                        font-weight:bold;
                        color:#999;
                    }
                    #main ul li dl a:hover.datum {
                        color:#000;
                    }
        #main form {
            margin:0px 10px;
        }
        #main form label {
            display:block;
            font-size:0.8em;
            font-weight:bold;
        }
        #main form input {
            border:1px solid #999;
            display:block;
            margin:0px -10px 5px -10px;
        }
        #main[id] form input {
            margin:0px 0px 5px 0px;
        }
        #main form #loginSubmit {
            background:#fff;
        }
    #main tbody td {
        height:218px;
        /*height:318px;*/
        }
        #main tbody .linkage {
            display:block;
            width:100%;
            height:100%;
            background:#0f0;
            }
            #main tbody a.image1 {background:url('../gfx/foto/sil_labels.jpg') top left no-repeat;}
            #main tbody a.image2 {background:url('../gfx/foto/sil_atelier.jpg') top left no-repeat;}
            #main tbody a.image3 {background:url('../gfx/foto/sil_home.jpg') top left no-repeat;}
            #main tbody a.image4 {background:url('../gfx/foto/sil_collection.jpg') top left no-repeat;}
            #main tbody a.image5 {background:url('../gfx/foto/sil_last.jpg') top left no-repeat;}
            
            /*
            #main tbody a.image5 {background:url('../rollovers/rollover_23_3.jpg') top left no-repeat;}
            #main tbody a:hover.image1 {background:url('../gfx/foto/sil_labels.jpg') bottom left no-repeat;}
            #main tbody a:hover.image2 {background:url('../gfx/foto/sil_atelier.jpg') bottom left no-repeat;}
            #main tbody a:hover.image3 {background:url('../gfx/foto/sil_home.jpg') bottom left no-repeat;}
            #main tbody a:hover.image4 {background:url('../gfx/foto/sil_collection.jpg') bottom left no-repeat;}
            #main tbody a:hover.image5 {background:url('../gfx/foto/sil_labels.jpg') bottom left no-repeat;}
            */

