
/***************************************************************************
**                        about us  page  styles                              **
***************************************************************************/
#about-us{
    margin-left:        108px; 
    width:885px;
    clear: none;
}
#about-image{
    width:336px;
    height:251px;
    background:#fff;
    float:left;
    clear:none;
    text-align:center;
    vertical-align:     middle;
}
#about-us img{
    margin-top:     10px;
    
}
#about-us div.copy{
        float:          left;
        width:          520px;
        clear:          none;
        margin-left:    20px;    
}
#about-us div.copy div.block{
    display:            block;
    clear:              both;
    margin-bottom:      30px;
    line-height:        15px;
    letter-spacing:     .1em;
}
div#recently-featured{
    margin-top:     10px;
    text-transform: uppercase;
    border-bottom:  1px solid #ccc;    
    line-height:    16px;  
    width:          150px;
    color:          #5c8f7c;
    letter-spacing: .1em;
    cursor:pointer;
    cursor:hand;
    padding:0px !important;
}

#popup-window{
    width:791px;
    height:287px;
    border: 2px ridge #fff;
    position:absolute;
    top:145px;
    left:198px;
    background: #fff;
    visibility: hidden;
    text-align: center;
    opacity:0;
    
    
}
#popup-window div.series{
    text-align:center;
    height:0px;
    
}
#popup-window div.mag{
    display:        inline;
    float:      left;
    clear:      none;
    width:      140px;
    margin-left: 45px;   
    margin-top: 35px;
}
#popup-close{
    position:           absolute;
    right:              0px;
    margin-right:       10px;
    margin-top:         10px;
    border:             2px solid #5c8f7c;
    width:              15px;
    height:             15px;
    cursor:             hand;
    cursor:             pointer;
    color:              #5c8f7c;
    font-weight:        bold;
    font-size:          12px;    
    vertical-align:     top;
    line-height:        12px;
}
