#menu_home
{
    width: 170px;
    height: 570px;
    border: #dbd8d1 1px solid;
    background:#f1eeeb;
}

#view_all
{
    text-align: left;
    margin-bottom: 16px;
    margin-top: 20px;
}

#view_all p
{
    padding-left:12px;
}
#view_all a{
    font-weight: bold;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size:14px;
    color: #d22027;
}
#price
{
    background: url(../images/menu/menu_button.jpg);
    width: 170px;
    height: 33px;
    color: #666667;
    font-family: Helvetica, Arial, sans-serif;
    font-size:14px;
}

#price p
{
    padding-left:12px;
    padding-top: 9px;
}

#categ
{
    background: url(../images/menu/menu_button.jpg) no-repeat;
    width: 170px;
    height: 33px;
    color: #666667;
    font-family: Helvetica, Arial, sans-serif;
    font-size:14px;
}

#categ p
{
    padding-left:12px;
    padding-top: 9px;
}

.choice
{
    display: block;
    color: #9d9887;
    font-family: Helvetica, Arial, sans-serif;
    font-size:15px;
    padding-left: 34px;
    height:21px;
    margin: 10px 0;
}
.choice span
{
   display: block;
   padding-top:5px;
}
.choice:hover
{
    background: url(../images/menu/arrow.gif) no-repeat;
    color: #d22027;
}
#body
{
    border-top:7px solid #7f7c7c;
    width: 100%;
    height: 100%;
    background-color:#FFF;
}
#content{
    height:100%;
    width:1010px;
    margin:0 auto;
    padding-bottom: 20px;
}
#content #header
{
    width:100%;
    height:143px;
    
}
#content #header .logo
{
    float:left;
    width:173px;
}
#content #header .title-container
{
    float:left;
    width:676px;

}
#content #header .title-container
{
    text-align: center;
    padding-top:30px;
}
#content #header .title-container h1
{
    color:#333333;
    font-size:24px;
    line-height: 30px;
}
#content #header .title-container p
{
    margin-top: 10px;
    color:#9d9887;
    /*font-weight: bold;*/
    font-size: 20px;
}
#content #header .link
{
    float:left;
    padding-top: 10px;
}
#content #header .link a
{
    color:black;
    font-size: 12px;
    text-decoration: underline;
}
#content #menu-container
{
    width:170px;
    float:left;
}
#content #main-container
{
    float:left;
    width:830px;
    border-top:1px solid #dbd8d1;
}
#content #main-inner
{
    padding-left:20px;
}
#content #footer
{
    background-color: #f2efee;
    height: 114px;
    width: 796px;
}
#content #footer p
{
    text-align: center;
    color: #424242;
    padding:38px;
    font-weight: bold;
    line-height: 20px;
    font-size: 16px;
}
#content .price-row
{
    padding-top: 10px;
}
#content .price-row .icon
{
    float:left;
    width: 75px;
    margin-right: 20px;
}
#content .price-row .text
{
    float:left;
    width: 600px;
}
#content .price-row .text h2
{
    margin-top:4px;
    font-size: 20px;

}
#content .price-row .one h2
{
    color:#d22027;
}
#content .price-row .two h2
{
    color:#daaa3a;
}
#content .price-row .three h2
{
    color:#009ac9;
}
#content .price-row .four h2
{
    color:#6aa842;
}
#content .price-row .text p
{
    margin-top: 4px;
    line-height: 18px;
    font-size: 14px;
    color:#505150;
}
#content .price-row .role
{
    margin:10px 0;
    width:800px;
    height:21px;
    background: url(../images/home/role.gif) no-repeat;
}
#content .price-row .product-row
{
    margin:10px 0;
}
#content .price-row .product-row .item
{
    height: 140px;
    float:left;
    margin:20px 30px;
    width: 140px;
    /*background-color: red;*/
}
#content .price-row .product-row .item h3
{
    font-size: 12px;
    text-align: center;
}
#content .price-row .product-row .item h3 a
{
    color:#000;
    text-decoration: none;
}
#content .price-row .product-row .item p
{
    font-size: 10px;
    color: #9d9987;
    text-align: center;
}
#content .big .product-row
{
    margin:10px 0;
}
#content .big .product-row .item
{
    height: 320px;
    float:left;
    margin:5px;
    width: 260px;
    /*background-color: red;*/
}
#content .big .product-row .item h3
{
    font-size: 18px;
    text-align: center;
}
#content .big .product-row .item h3 a
{
    color:#000;
    text-decoration: none;
}
#content .big .product-row .item p
{
    font-size: 14px;
    margin-top: 5px;
    color: #9d9987;
    text-align: center;
}

.overlay
{
    position: absolute;
    top: 150px;
}

.overlay .opaque
{
    background-color: #0d0b0b;
    opacity: .80;
    filter: alpha(opacity=80);
    width: 830px;
    height: 1500px;
    position: absolute;
    margin-left: -20px;
}

.overlay .inner
{
    font-family: Arial, Tahoma;
    color: #FFFFFF;
    padding-top: 36px;
    position: absolute;
    width: 830px;
    text-align: center;
}

.overlay .inner .title
{
    font-size: 36px;
    padding-top: 40px;
}

.overlay .inner .title .harry-wils
{
    color: #ffe587;
}

.overlay .inner .title .restaraunt-week
{
    color: #d22027;
}

.overlay .inner .subtitle
{
    font-size: 28px;
    padding-bottom: 22px;
}

.overlay .inner .links
{
    font-size: 24px;
}

.overlay .inner .links a
{
    color: #ffe897;
    text-decoration: underline;
}

.overlay .inner .links a:visited
{
    color: #ffe897;
}