@import url("basic.css");

/* ============ */
/*     MAIN     */
/* ============ */

#top {
    width: 600px;
    margin: 0 auto;
    position: relative;
    background: url(../images/bubliny.jpg) right -13px no-repeat;
}

#bottom {
    height: 182px;
    width: 100%;
    background: url(../images/bottom.jpg) center top repeat-x;
}
#bottom div {
    width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 80px 0 0 0;
}

ul#menu {
    list-style: none;
    position: absolute;
    top: -8px;
    right: 0;
}
ul#menu li {
    background: url(../images/ul.jpg) left 20px no-repeat;
}
ul#menu li.last {
    background: inherit;
}
ul#menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 150px;
    height: 25px;
}
ul#menu a:hover {
    color: #ddd;
}

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 17px 0 0 0;
}
#bottom ul li {
    float: left;
}
#bottom ul li.last {
    background: inherit;
}
#bottom ul a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 0 20px 0 0;
    height: 25px;
    font-size: 0.8em;
    float: left;
}
#bottom ul a:hover {
    color: #ddd;
}
#bottom p {
    overflow: hidden;
    position: absolute;
    width: 96px;
    height: 31px;
    right: 0;
}
#bottom p span {
    position: absolute;
    width: 96px;
    height: 31px;
    top: 0;
    left: 0;
    background: url(../images/logo_bottom.jpg) left top no-repeat;
}

div.left {
    float: left;
    width: 250px;
}
div.right {
    float: right;
    width: 325px;
}

form {
    margin: 10px 0 0 0;
}
label {
    display: block;
    padding: 2px 0;
}
input, textarea {
    width: 100%;
    margin: 0 0 5px 0;
}
textarea {
    height: 100px;
}
input.send {
    width: 182px;
    height: 42px;
    float: right;
    margin: 10px 0 0 0;
}

p img {
    float: left;
    border: 3px solid #002d6d;
    margin: 0 5px 0 0;
}
a.ref {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}
