* {
    padding: 0;
    margin: 0;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}


html {
    height: 100%;
}

body {
    background: #eaeaea;
    min-width: 1200px;
    height: 100%;
    font-size: 0.8125em;
    line-height: 1.45em;
    color: #1d1d1d;
}

h1 {
    font-weight: normal;
    padding-top: 36px;
    padding-bottom: 20px;
    font-size: 1.6em;
    text-transform: uppercase;
}

h2 {
    font-size: 1.1em;
    padding: 0 0 18px;
}

h3 {
    font-size: 1em;
    padding: 0 0 15px;
    font-weight: bold;
}

a {
    color: #4b4848;
}

a:hover {
    color: #888888;
}

p {
    max-width: 760px;
    padding-bottom: 20px;
    text-align: justify;
}

p.head {
    padding-bottom: 0;
}

.clearfix {
    clear: both;
}

button {
    cursor: pointer;
}

.inner{
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

/* Header */
header {
    background: url("../images/header.png") center no-repeat #eaeaea;
    width: 100%;
    height: 258px;
    line-height: 1.25em;
    margin: 0;
    font-size: 1.2em;
}

header .head {
    position: absolute;
    right: 0;
    top: 46px;
}

header .contacts {
    position: absolute;
    right: 0;
    top: 95px;
    color: #4b4848;
}
/* End Header */

/* Nav */
nav {
    background: url("../images/bg-footer.png") repeat;
    height: 50px;
    line-height: 47px;
    margin: 0;
    width: 100%;
    z-index: 99;
}

nav li {
    display: inline-block;
    padding: 0 35px;
    vertical-align: top;
}

nav li:first-child {
    padding: 0 35px 0 0;
}

nav a {
    font-size: 0.846em;
    font-weight: bold;
    color: #919191;
    text-transform: uppercase;
    text-decoration: none;
}

nav a:hover {
    color: #fff;
}
/* End Nav */

/* Content */
section {
    margin: 0;
}

.content {
    background: url("../images/bg.png") repeat;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.content ul {
    clear: both;
    max-width: 760px;
    margin-left: 20px;
    padding-bottom: 20px;
}

.content .halfwidth {
    width: 50%;
    float: left;
    padding-bottom: 20px;
}

.content .halfwidth h2 {
    display: block;
    width: 90%;
    padding: 0 0 30px;
}

.content table {
    width: 90%;
    text-align: center;
}

.content th {
    font-weight: normal;
    background: #e5e5e5;
    border-radius: 3px;
    padding: 4px;
}

.content td {
    background: #fff;
    border-radius: 3px;
    padding: 6px;
}

.wrapper {
    border-bottom: 1px dashed #b8b8b8;
    padding-bottom: 10px;
}

.wrapper.last {
    border: none;
}

.wrapper.second h1 {
    padding-top: 25px;
}
/* End Content */

/* Footer */
footer {
    background: url("../images/bg-footer.png") repeat;
    width: 100%;
    height: 110px;
    margin: 0;
    padding: 38px 0 0 0;
    position: relative;
    color: #848484;
    line-height: 1.2em;
    z-index: 1;
}

footer .left{
    position: absolute;
    left: 0;
}

footer .right{
    position: absolute;
    right: 0;
}
/* End Footer */