.grey_line
{
    width: 100%;
    height: 234px;
    background-color: #D1D1D1;
    position: absolute;
    top: 95px;
    left: 0;
    z-index: 1;
    width: expression(document.body.clientWidth > 900? "100%" :"900px"); /* для ie */
}
.container_aboutUs
{
    height: 100%;
    margin: 0 auto;
    width: 900px;
    border: #0D0D0D 1px dotted;
    border-width: 0 1px;
    text-align: left;
    position: relative;
    display: table;
}
.text
{
    width: 770px;
    z-index: 15;
    margin-left: 63px;
    text-align: left;
    position: relative;
    display: table;
    z-index: 15;
    margin-top: 7px;
    padding-top: 20px;
    height: 214px;
}
.text p
{
    text-transform: uppercase;
    color: #696969;
    font-weight: bolder;
    font: 1.1 em/1.2 Arial, Helvetica, sans-serif;
    margin-top: 25px;
}
.content_aboutUs
{
    clear: both;
    color: #444;
    margin-top: 56px;
    padding-left: 63px;
}
.footer_menu_name
{
    float: right;
    margin-right: 290px;
    margin-top: -69px;
    color: #f69a10;
    text-transform: uppercase;
    font: 1.1 em/1.2 Arial, Helvetica, sans-serif;
    font-weight: bolder;
    padding-right: 10px;
    display: inline; /* special for IE6 */
}
.footer_menu
{
    clear: both;
    float: right;
    margin-right: 120px;
    margin-top: -69px;
    border-left: 1px solid #181818;
    padding-left: 8px;
    padding-bottom: 10px;
    display: inline; /* special for IE6 */
}
#foot_cont ul
{
    font: 1.1 em/1.2 Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}
#foot_cont li
{
    display: block;
    padding-right: 20px;
    color: black;
}
#foot_cont li a
{
    color: black;
    text-decoration: none;
}
.info
{
    float: left;
}
#foot_cont li a:hover
{
    text-decoration: none;
}
