﻿body 
{
}

#right
{
    background-image: url("../images/bkg_products.jpg");
    background-repeat: no-repeat;
}

#content
{
    color: #fff;
    font-size: 0.8em;
    line-height: 1.4;

}

#content p
{
    margin-bottom: 10px;
    margin-top: 10px;
}

#IERoot #content p
{
    margin-bottom: 9px;
    margin-top: 9px;
    line-height: 1.3;
}

#content a
{
    color: #000;
}

#content a:hover, #content a:active
{
    color: #777;
}

hr
{
    color: #fff; /* color for IE */
    background-color: #fff; /* color for Opera and Mozilla */
}
