﻿body
{
    background: #2e2f30;
    font-size: 13px;
    font-family: Verdana;
    color: #7D889A;
}
a
{
    color: #5b6578;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.container
{
    background: #0D0D0E;
}
.footer
{
    border-top: 2px solid #2F3030;
    background: #181819;
}
.title
{
    color: #eee;
    font-weight: bold;
    font-size: 15px;
}
.iconGlobe
{
    background: transparent url("Images/globe.png") no-repeat scroll 50% 0;
}
.iconMail
{
    background: transparent url("Images/mail.png") no-repeat scroll 50% 0;
}
.iconPhone
{
    background: transparent url("Images/phone.png") no-repeat scroll 50% 0;
}
.iconSupport
{
    background: transparent url("Images/Support.png") no-repeat scroll 50% 0;
}
.iconsMedia a
{
    color: #7D889A;
    text-decoration: none;
}