/*-----------------------
    global styles
-----------------------*/

/* body */
body
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #CCCCCC;
    background:url('../images/RedBG.jpg') top center;
    margin:0;
}

/* links */
a:link
{
    color: #777777;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #777777;
}
a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}
a:active
{
    text-decoration: none;
    color: #777777;
}
a:focus,
object
{
    outline:none;
}

/* font styles*/
.Title
{
    font-size: 18px;
    font-weight: bold;
    color: #CC3300;
}
h1
{
    color: #993300;
    font-size: 14px;
}
h2
{
    color: #993300;
    font-size: 12px;
}
.SubTitle
{
    color: #993300;
    font-weight:bold;
}

/* background elements */
#TopSplatter
{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:400px;
    z-index:1;
    background-image: url(../images/TopRedBG.jpg);
    background-position: center;
    background-repeat:repeat-x;
}
#Container
{
    position: absolute;
    width:794px;
    top:20px;
    left:50%;
    margin-left:-397px;
    z-index:2;
}
.top
{
    width:794px;
    height:120px;
}
.center
{
    background-image: url(../images/CenterColumn.png);
    _background-image: url(../images/CenterColumnIE.gif);
    background-position: center;
    background-repeat: repeat-y;
    overflow: visible;
    width: 794px;
}
#PageBackgrounds
{
    width: 794px;
    background-position: center;
    background-repeat: no-repeat;
}
.bottom
{
    width: 794px;
    height: 150px;
    background-image: url(../images/BottomStripes.png);
    _background-image: url(../images/BottomStripesIE_1.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.bottom2
{
    width: 794px;
    height: 70px;
    background-image: url(../images/BottomStripes2.png);
    _background-image: url(../images/BottomStripesIE_2.gif);
    background-position: center;
    background-repeat: no-repeat;
}

/* navigation */
#NavigationFrame
{
    position:absolute;
    left:50%;
    top:20px;
    margin-left:-397px;
    width:794px;
    height:180px;
    z-index:3;
}

/*-----------------------
    index rollOvers
-----------------------*/
#BottomButtons
{
    width:794px;
}
#FlashImageGallery
{
    position:absolute;
    left:50%;
    top:125px;
    margin-left:-375px;
    width:750px;
    height:500px;
    z-index:3;
}

/* coupon button */
a.coupon_rollover
{
    display: block;
    width: 250px;
    height: 125px;
    text-decoration: none;
    background-image: url(../images/Coupon_RollOver.png);
    _background-image: url(../images/Coupon_RollOver.gif);
}
a.coupon_rollover:hover
{
    background-position: -250px 0;
}
.coupon_displace
{
    position: absolute;
    left: -5000px;
}

/* location button */
a.location_rollover
{
    display: block;
    width: 250px;
    height: 125px;
    text-decoration: none;
    background-image: url(../images/Location_RollOver.png);
    _background-image: url(../images/Location_RollOver.gif);
}
a.location_rollover:hover
{
    background-position: -250px 0;
}
.location_displace
{
    position: absolute;
    left: -5000px;
}

/* order online button */
a.order_rollover
{
    display: block;
    width: 250px;
    height: 125px;
    text-decoration: none;
    background-image: url(../images/Order_RollOver.png);
    _background-image: url(../images/Order_RollOver.gif);
}
a.order_rollover:hover
{
    background-position: -250px 0;
}
.order_displace
{
    position: absolute;
    left: -5000px;
}

/* coupon rss */
.rss-item
{
    list-style: none;
}
.rss-items
{
    padding: 0px;
    _margin-left:0px;
}
