
#content h1
{
    width : 300px;
}

/*
 *  visioflex
 */


ul.projects-done li
{
   margin-bottom : 20px;
   border-bottom: 1px solid black;
   padding-bottom : 20px;
   padding-left : 0px;
   margin-left  : 0px;
}

ul.projects-done li img
{
    float : right;
    margin : 5px;
}

ul.projects-done
{
   width : 400px;
   list-style-type : none;
}

#content ul.projects-done h3
{
    font-size : 10pt;
    color : #336699;
    margin-bottom : 15px;
}

ul.project-done li
{
   margin-bottom : 0px;
   padding-bottom : 4px;
   border-bottom: 0px solid black;
}

ul.project-done
{

   margin-bottom : 0px;
   padding-bottom : 10px;
   border-bottom: 0px solid black;
}

/*
 *  accessguard
 */

#guardware-products
{
    padding-bottom: 30px;
}

#guardware-products img
{
    float : left;
    margin-right : 5px;
    
}

#guardware-products p
{
    width : 400px;
}


#guardware-products h3
{
    clear: both;
    
}



/*
 * Products
 */

div#products
{
    position: relative;
    top: 15px;
    padding: 0;
    height: 420px;
}

div#products a
{
    text-decoration: none;
}

div.product
{
    position: absolute;
    width: 210px;
    height: 180px;
    text-align: center;
}

div.product div.legend
{
    position: absolute;
    top: 160px;
    width: 200px;
    left: 0px;
    text-align: center;

    margin: 0px;
    padding: 1px 0px 1px 0px;
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
}

span.product-name
{
    color: #336699;
    font-style: italic;
}

#product-image
{
    float: left;
    margin: 0px 7px 7px 7px;
}

#product-navbar a
{
    color: #404040;
}

#product-content
{
    margin-left: 170px;
}



