body#home {
    background-color:#000;
    background-image: url(beer/bground.jpg);
    background-repeat: repeat-x;
}
body {
    background-color:#000;
    background-image: url(beer/innerpage_bground.jpg);
    background-repeat: repeat-x;
}
.form_error {
    border:  1px solid #c22d27;
}

#content_area #products ul{
    width:960px;
    list-style: none;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: #e8e8e8 solid 1px;;
}
#content_area #products li{
    background-image: none;
    width:300px;
    margin:10px 0 0 0;
    padding:0 10px 0 0;
    line-height:10px;
    float:left;
}

