body {
    margin: 0;
    padding: 0 0 60px 0;
    color: #fff;
    font: 12px Arial, Helvetica, sans-serif;
    text-shadow: 0 0 0 #000; /* webkit light-on-dark text hack */
    text-align: center;
    background: #222 url(../img/bg.gif) center top no-repeat;
}
a:link, a:visited, a:active {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
img {
    border-width: 0;
    margin: 0 13px 13px 0;
}
#root {
    width: 980px;
    text-align: left;
    margin: auto;
    overflow: auto;
    position: relative;
}
#nav {
    position: absolute;
    left: 330px;
    top: 85px;
}
#nav a:link, #nav a:visited {
    color: #c6c6c6;
}
ul#nav, #nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#nav li {
    display: inline;
    margin-right: 10px;
    font-size: 14px;
}
h1 {
    margin: 107px 0 83px 0;
    padding: 0;
    text-indent: -3000px;
    height: 155px;
    background: transparent url(../img/header-rp.gif) left top no-repeat;
}
h2 {
    clear: both;
    border-bottom: 2px solid #fff;
    margin: 0 0 12px 0;
    padding: 0 0 5px 0;
    width: 873px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 22px;
    text-transform: lowercase;
}
h2 a:link, h2 a:visited {
    color: #959595;
}
h2.ad, h2.gpk {
    text-indent: -3000px;
}
h2.ad {
    background-image: url(../img/header-ad.gif);
}
h2.gpk {
    background-image: url(../img/header-gpk.gif);
}
ul.catalogue, .catalogue li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.catalogue {
    padding-top: 12px;
}
.catalogue li {
    float: left;
    margin-right: 36px;
    margin-bottom: 73px;
}
.catalogue img {
    display: block;
    margin: 0 0 7px 0;
}
.catalogue span {
    color: #959595;
}
.caption {
    width: 873px;
    margin: 0;
    padding: 10px 0 0 0;
    border-top: 2px solid #fff;
    font-size: 12px;
    font-weight: bold;
}
p {
    margin: 0 0 .5em 0;
    padding: 0;
    width: 620px;
}
#contact {
    font-size: 19px;
    font-weight: bold;
    line-height: 25px;
    margin-top: -40px;
    margin-left: 550px;
}
#contact p {
    width: auto;
}