* {
    margin: 0;
    padding: 0; 
}

a {
    color: #797878;
    text-decoration: underline;
}

body {
    background: #ffffff url('../img/bg-page.gif') repeat-x 0 0;
    text-align: center;
    color: #797878;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.wrap {
    text-align: left;
    width: 1026px;
    margin: 0 auto;
}

.logo {
    height: 343px;
    margin: -1px 0 0 0;
}

.top-menu {
    background: transparent url('../img/bg-top-menu.jpg') no-repeat 50% 0;
    width: 1026px;
    height: 80px;
    overflow: hidden;
}

.top-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 350px;
    height: 80px;
}

.top-menu li {
    height: 80px;
    float: left;
    display: block;
    margin: 0;
}

.top-menu li a {
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    font-size: 10px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    padding: 0 19px;
}

.top-menu li a:hover {
    background: transparent;
    color: #ffec40;
    text-transform: uppercase;
}

.top-menu li a.active {
    background: transparent url('../img/bg-menu-top-active.gif') no-repeat 50% 50%;
}

.content {
    background: #ffffff url('../img/bg-main.jpg') no-repeat 50% 0;
    width: 1026px;
    overflow: hidden;
}

.content .inner {
    margin: 0 13px;
    padding: 0 0 25px 0;
    overflow: hidden;
    border-bottom: 1px solid #797878;
}

.content h2 {
    font-family: Georgia, serif; 
    font-size: 20px;
    color: #797878;   
}

.content p {
    text-align: justify;
}

.left-col {
    width: 300px;
    margin: 100px 0 0 25px;
    float: left;
    
    background: transparent none;
    overflow: hidden;
}

h3 {
    color: #797878;
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: bold;
}

.middle-col {
    background: transparent none;
    margin: 50px 25px 0 380px;
    clear:right;
}

.footer {
    margin: 25px 0;
    padding: 0 25px;
}

.order-form {
    
    float:right;
    margin: 0px 300px 0px 0px;
}

.order-form div {
    margin-bottom: 0;
}

.order-form label {
    color:#797878;
}

.order-form form {
    width: 100%;
}

.order-form input {
    width: 100%;
}

.order-form input[type=text], .order-form textarea {
    border: 1px solid #B6B6B6;
    font-size:12px;
    padding:2px;
}

.gallery-wraper {
    margin: 50px 50px 0 350px;
}

.gallery {
    
}

.gallery .image {
    float: left;
    margin: 20px;
    height: 100px;
    border: 0px solid black;
}
