* {
    margin:0;
    padding:0;
}
body {
    background:#bdbdbd;
    font-family:Verdana;
    font-size:1em;
}

#container {
    width:956px;
    margin:16px auto;
    min-height:400px;
    background:#fff url(../images/shadow.jpg) 949px repeat-y;
    overflow:hidden;
}

#banner {
    background:url(../images/banner.jpg) no-repeat;
    height:144px;
}
#left {
    width:179px;
    margin-left:10px;
    margin-top:10px;
    float:left;

}

#left h1 {
    font-size:0.8em;
    color:#7a060e;
    margin-top:23px;
    background:#e4e7e9;
    padding:10px 0 10px 4px;
    margin:0 3px 0 3px;
}
#left ul {

}
#left #oferta {
    margin-top:20px;
}
#left ul li#top-element {
    background:url(../images/column-top.jpg) no-repeat;
    border:0;
    padding-top:8px;
}
#left ul li#bottom-element {
    background:url(../images/column-bottom.jpg) ;
    height:8px;
        border:0;
}
#left ul li{
    list-style:none;
    background:#fff;
    border-left:2px solid #d6dadd;
    border-right:2px solid #d6dadd;
    
    
}
#left ul li a {
    color:#383434;
    text-decoration:none;
    background:#e4e7e9;
    padding:10px 0 10px 4px;
    margin:0 3px 0 3px;
    display:block;
    font-size:0.7em;
    border-bottom:1px solid #d7dbde;
}
#center {
    width:493px;
    float:left;
    margin-left:20px;
    margin-top:15px;
}
#center h1 {
    font-size:1em;
}
#center p, #center li {
    font-size:0.8em;
    margin:10px 0;
}
#center li {
    margin-left:15px;
}

#right {
    width:195px;
    float:left;
    background: url(../images/container.jpg) left top no-repeat;
    padding-left:50px;
    padding-top:140px;
                margin-top:-1px;
}
.box {
    background:url(../images/box-backgroung.jpg) no-repeat;
    width:176px;
    margin-bottom:15px;
    border:1px solid #d7dbde;
}

.box img {
    float:left;
    margin-top:4px;
    margin-left:4px;
}
.box h1 {
    float:left;
    font-size:0.7em;
    margin-left:10px;
    margin-top:10px;
    width:60px;
}
.box a, .item-box a {
    text-decoration:none;
    color:#555;
}
#boxes {
    clear:both;
    margin-bottom:40px;
    overflow:hidden;

}
.box p {
    clear:both;
    font-size:0.6em;
    margin-left:10px;
    padding-top:5px;
}
#boxes {
    padding-top:30px;
}
.item-box {
    float:left;
    width:150px;

    padding-left:10px;
}
.item-box .image {
    height:80px;
}
.item-box h1 {

    font-size:0.8em !important;
}
.item-box p {
    clear:both;
}
#footer {
    clear:both;
    background:url(../images/footer.jpg) no-repeat;
    height:59px;
}
#footer p {
    padding-top:25px;
    padding-left:20px;
    font-size:0.7em;
    color:#888;
}
