* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    background: #f1eeeb url('images/background.png') repeat-x;
    color: black;
}

#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 780px;
}

#top {
    margin-top: 35px;
    height: 109px;
}

#top img {
    display: block;
    outline: none;
}

#top a {
    outline: none;
}

#bar {
    background: url('images/background-bar.png') no-repeat;height: 36px;
}

#menu {
    background: url('images/background-menu.png') no-repeat;
    height: 57px;
    padding-left: 110px;
}

#menu li {
    float: left;
    display: inline;
    width: 122px;
    height: 57px;
    margin-right: 10px;
    background: url('images/background-menu-item.png') no-repeat;
    line-height: 57px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    letter-spacing: 1px;
}

#menu li:hover {
    background: url('images/background-menu-item-h.png') no-repeat;
}

#menu li a {
    color: #0b3250;
    text-decoration: none;
    display: block;
    outline: none;
}

#main {
    background: url('images/background-main.jpg') no-repeat;
    height: 389px;
}

#content {
    padding-left: 285px;
    padding-top: 90px;
    padding-right: 85px;
    text-align: justify;
}

a img {
    border: none;
}

h1 {
    font-size: 22px;
    font-family: Georgia, "Times New Roman", serif;
    text-decoration: underline;
    margin-top: 2px;
    margin-bottom: 20px;
    font-weight: normal;
}

h2 {
    font-size: 17px;
    font-family: Georgia, "Times New Roman", serif;
    text-decoration: underline;    
    font-weight: normal;
}

p {
    margin: 15px 0;
}

ul.contact {
    list-style-type: none;
    margin: 12px 25px;
}

div.company {
    font-family: Arial;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    width: 200px;
    text-align: center;
}

#slides {
    width: 200px;
    height: 180px;
    background: white;
    border: 2px solid #334;
    float: right;
}

#slides img {
    height: 180px;
}

.offer {
    font-size: 11px;
    text-align: left;
}