body {
    margin: 0px;
}

#layout {
    margin: 0 auto;
    max-width: 898px;
    min-width: 898px;
    width: 898px;
    overflow: hidden;
}

#menu {
    float: right;
}

    #menu li {
        display: block;
        float: left;
    }

    #menu li a {
        display: block;
        height: 22px;
    }

    #menu li a.main_on {
        width: 101px;
        background: #fff url("img/main_on.gif");
    }

    #menu li a.main_of {
        width: 101px;
        background: #fff url("img/main_of.gif");
    }

    #menu li a.comment_of {
        width: 98px;
        background: #fff url("img/comment_of.gif");
    }

    #menu li a.contact_of {
        width: 101px;
        background: #fff url("img/contact_of.gif");
    }

    #menu li a.contact_on {
        width: 101px;
        background: #fff url("img/contact_on.gif");
    }

#header {
    width: 898px;
    height: 651px;
    background: #fff url("img/header.jpg");
}

#header2 {
    width: 898px;
    height: 164px;
    background: #fff url("img/header2.jpg");
}

.item .title {
    width: 252px;
    height: 26px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 20px 0 0 0 ;
    text-align: center;
}

.green .title { background-image: url("img/title_green_bg.gif"); }
.blue .title { background-image: url("img/title_blue_bg.gif"); }
.red .title { background-image: url("img/title_red_bg.gif"); }

.item .image {
    width: 252px;
    height: 146px;
    background-image: url("img/image_bg.gif");
    text-align: center;
    padding-top: 10px;
}

.item .image IMG {
    border:1px solid #858585;
}

.item .text {
    width: 238px;
    background-image: url("img/text_bg.gif");
    padding: 7px;
    font-family: Arial;
    font-size: 10px;
    color: #7c7c7c;
}

.item .footer {
    width: 252px;
    height: 72px;
    background-image: url("img/footer_bg.gif");
}

.item .footer .description {
    position: relative;
    left: 10px;
    top: 26px;
    width: 124px;
    heigt: 32px;

    font-family: Arial;
    font-size: 10px;
    color: #fff;
    font-weight: bold;

}

.item .footer .price {
    position: relative;
    left: 130px;
    top: 1px;
    width: 110px;
    heigt: 32px;

    font-family: Arial;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.item .footer .price small {
    font-size: 14px;
}

.itemwrapper {
    float: left;
    padding-left: 30px;
    padding-right: 17px;
    padding-bottom: 10px;
}

#video div {
    float: left;
    padding-left: 12px;
    padding-right: 5px;
    padding-top: 20px;
}

#samost {
    width: 898px;
    height: 453px;
    background-image: url("img/samost_bg.jpg");

}


#samost .title {
    position: relative;
    left: 19px;
    top: 102px;

    font-family: Arial;
    font-size: 14px;
    color: #fff;
    font-weight: bold;

}

#samost .description {
    position: relative;
    left: 36px;
    top: 375px;
    width: 350px;

    font-family: Arial;
    font-size: 12px;
    color: #fff;
    font-weight: normal;

}

#samost .price {
    position: relative;
    left: 390px;
    top: 345px;
    width: 350px;

    font-family: Arial;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

#samost .price small {
    font-size: 14px;
    font-weight: normal;
}

#samost .video{
    position: relative;
    left: 538px;
    top: 85px;

    font-family: Arial;
    font-size: 12px;
    color: #fff;
    font-weight: normal;

}


#clear {
    clear: both;
}