/*
Document   : style-addons
Created on : Mar 26, 2009, 1:39:41 AM
Author     : mazzer
Description:
Purpose of the stylesheet follows.
*/

#designers ul {
    font-size: 0px; /* Removes mysterious padding */
    width: 750px;
}

#designers ul li {
    float: left;
    width: 120px; /* Same as the img width (below) */
    height: 120px;/* Same as the img height (below) */
    position: relative;
    margin: 0 20px 10px 0;
    padding: 0;
    list-style-type: none;
    border: 4px solid black;
}

#designers ul li:hover {
    
}

/* The text on every thumbnail on the gallery front page */
#designers span.title a {
    display:block;
    background: #000;
    color: #FFF;
    width:120px;
    position:absolute;
    top:85px;
    left:2px;
    height:20px;
    text-align:center;
    padding-top:4px;
    z-index:20;
    font-size: 12px;
    opacity:0.7;
    filter:alpha(opacity=70); /* IE */
}

#designers img {
    width: 120px;
    height: 120px;
    border: 2px solid white;
}

#designers img:hover {
    opacity: 0.8;
    filter:alpha(opacity=80); /* IE */
}

#designers img.no_border {
    border: 0;
}

/***********************************/
#contact_person {
    margin: 0;
    margin-top: 50px;
}

#contact_person li {
    float: left;
    width:125px;
    margin: 0 20px 15px 0;
    list-style-type: none;
}

#contact_person ul {
    margin: 0;
    margin-bottom: 10px;
    font-size: 12px;
}

#contact_person ul li {
    display: list-item;
    margin: 0;
    text-align: center;
}

#contact_person img {
    border: 2px solid white;
}

/******** Maps in find us *********/
#maps {
    color: black;
}