@charset "utf-8";

body {
    background-position: 0px 10px;
    background-repeat: no-repeat;
    color: #333333;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
}

body.approved {
    background-image: url("../img/pci approved/pci-dss-approved_background.jpg");
}

body.compliant {
    background-image: url("../img/pci compliant/pci-dss-compliant_background.jpg");
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
}

ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

li {
    padding-left: 22px;
    background: none;
    background-image: url(../img/check.png);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    line-height:1.5em;
}

div#seal
{
    position: absolute;
    left: 250px;
    top: 30px;
}

div#language-select
{
    position: absolute;
    left: 480px;
    top: 20px;
}

div#left-column
{
    position: absolute;
    left: 30px;
    top: 175px;
    width: 260px;
}

div#right-column
{
    position: absolute;
    left: 330px;
    top: 180px;
    width: 240px;
    line-height: 16px;
    text-align: justify;
}

#compliance {
    color: #118F1D;
    font-weight: bold;
}

#logo-bottom {
    position: absolute;
    top: 465px;
    left: 405px;
}

#footer {
    position: absolute;
    top: 530px;
    width: 580px;
    color: #fff;
    line-height: 18px;
}

#footer a {
    color: #fff;
}

.company-headline {
    color: #ea600f;
    font-size: 14px;
}

.company-address {
    font-size: 12px;
}