body
{
    padding: 0px;
    margin: 0px;
}
#top_container
{
    background: url("../images/coffeeback.png");
    height: 440px;
}
#top_container_menu
{
    background: url("../images/coffeeback.png");
    height: 1200px;
}
#bottom_container
{
    background: url('../images/bottom.png')repeat;
    
}

#menu_contatiner
{
    background: url('../images/gray.png') repeat-x;
    height: 100px;
}
#inner_container
{
    width: 1000px;
    margin: auto;

}
.main_item
{
    font-size: 14px;
    color: brown;
    font-weight: bold;
}
.item_des
{
    font-size: 12px;
    color: black;
    padding-bottom: 15px;
    font-weight: bold;
}

.menu
{
    background: url('../images/ribbon.png') no-repeat;
    width: 114px;
    color: white;
   
}

#links ul li .menu a 
{
    color: white;
}
#links ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#links ul li
{
    
    float: left;
    width: 114px;
   padding-right: 80px;
    height: 145px;
    font-family:ErasBoldITCRegular;
    text-align: center;
    display: inline-block;

}
@font-face {
    font-family: 'ErasBoldITCRegular';
    src: url('erasbd.eot');
    src: url('erasbd.eot') format('embedded-opentype'),
         url('erasbd.woff') format('woff'),
         url('erasbd.ttf') format('truetype'),
         url('erasbd.svg#ErasBoldITCRegular') format('svg');
}

#links ul  a
{
    text-decoration: none;
    color: black;
    line-height: 80px;
    display: block;
}
#links ul li:hover
{
    background: url('../images/ribbon.png') no-repeat;
    color: white;
      width: 114px;
     height: 145px;
}
#links ul li a:hover
{
    color: white;
}
