﻿body,html{
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    color:#000000;
    text-align:center;
    margin:0;
    height:100%;
    background:#a8211d;
}
a:link, a:visited,a:hover, a:active{
    text-decoration:none;
    color:#0000FF;
}
#Wrapper{
    text-align:left;
    margin:0 auto;
    width:900px;
    height:100%;
    min-height:600px;
}
#header{
    width:100%;
    height:150px;
    clear:both;
    padding-top:10px;
    background:transparent;
}
#header #logoHolder{
    float:left;
    width:180px;
    height:70px;
}
#header #Specials{
    margin:0 auto;
    width:900px;
    height:150px;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
 }
 #itemWrapper{
    margin-top:10px;
 }
.itemContainer{
    width:296px;
    margin:0px;
    display:block;
    min-height:160px;
    background:#a8211d url(images/red-bar.png) repeat-x scroll center top;
    vertical-align:bottom;
    border-right-style:groove;
    
}
.imageContainer{
    width:auto;
    min-height:120px;
    text-align:center;
    margin:0px 0px 0px 173px;
}
.productName{
    height:auto;
    min-height:25px;
    width:auto;
    clear:both;
    font-weight:bold;
    padding:2px;
    margin:0px 0px 3px 0px
}
.productName a:link{
    color:#FFFFFF;
    text-decoration:none;
}
.productName a:visisted{
    color:#FFFFFF;
    text-decoration:none;
}
.productName a:hover{
    color:#0000FF;
    text-decoration:undeline;
}
.productName a:active{
    color:#FFFFFF;
    text-decoration:none;
}
.quanitiesContainer{
    vertical-align:bottom;
    height:auto;
    margin-top:0;
    width:170px;
    float:left;
    display:block;
    color:#FFFFFF;
}
.priceQuantity{
    white-space:nowrap;
    font-weight:normal;
    padding:3px;
    width:170px;
    margin:0px 0px 0px 3px;
}
.priceRow{
    text-align:center;
}
.priceQuantHeader{
    white-space:nowrap;
    font-weight:bold;
    text-align:left;
}
.borderContainer{
    width:8px;
    height:153px;
    margin:3px 0px 0xp 0px;
    float:right;
    background:#a8211d url(images/BorderImage.png) repeat-y center top;
    display:inline-block;
}

