﻿* { font-family: Tahoma, Arial; }

body 
{
    background: #9c0000 url(../images/Gradient-BG.jpg) top left repeat-x;
    margin: 0;
    text-align: center;
    font-family: Lucida Sans Unicode, Tahoma, Arial;
}

a:link { text-decoration: none; font-size: 10pt; }
a:visited { text-decoration: none; font-size: 10pt; }
a:active { text-decoration: none; font-size: 10pt; }
a:hover { text-decoration: underline; font-size: 10pt; }

#Container
{
    margin: 0 auto;
    width: 760px;
    position: relative;
    font-family: Lucida Sans Unicode, Tahoma, Arial;
    background: #fff url(../images/Bottom-bg.jpg) bottom left no-repeat;
    text-align: left;
}

#Header
{
    background: #fff url(../images/Popcorndeal-header.jpg) top left no-repeat;
    width: 760px;
    height: 165px;
    text-indent: -9000px;
    cursor: pointer;
}

    #Header h1 { margin: 0; padding: 0; }

#Content
{
    font-family: Arial;
    font-size: 9pt;
    position: relative;
    line-height:1.35em;
}

    .FrontpageContent
    {
        font-family: Lucida Sans Unicode, Tahoma, Arial;
        color: #50504f;
    }
    
    .FrontpageContent p { padding-bottom: 30px; }
    
    #Content a { color: #f5a800; font-weight: bold; font-family: Arial; font-size: 10pt;}
    
    a img { border: none; }

#Footer
{
    clear: both;
    font-size: 9pt;
    font-family: Arial;
    padding-bottom: 2px;
    color: #870000;
    text-align: center;
    margin-bottom: 15px;
}

    #Footer a:link { color: #870000; text-decoration: none; }
    #Footer a:visited { color: #870000; text-decoration: none; }
    #Footer a:active { color: #870000; text-decoration: none; }
    #Footer a:hover { color: #870000; text-decoration: underline; }
    
    
#Content-Right
{
    width: 450px;
    clear: both;
    float: right;
    margin-right: 25px;
}

.LeftProductBox
{
    width: 200px;
    float: left;
    margin-right: 45px;
}

.RightProductBox
{
    width: 200px;
    float: left;
}
    
.ProductPageImage { width: 275px; float: left; text-align: center; margin-top: 10px; }

.ProductPageDescription 
{
    width: 300px;
    float: left;
    text-align: left;
    margin-right: 5px;
    padding-right: 15px;
    margin-bottom: 20px;
    margin-top: 10px; 
}

    .ProductPageDescription h3 
    {
        font-size: 10pt; 
        font-weight: normal;
        
    }
    
#description { line-height: 1.7em; }

.ProductPageOtherProducts 
{
    width: 150px; 
    float: left; 
    margin-top: 10px; 
    text-align: center; 
    border-left: 1px solid #cecece;
    padding-left: 5px;
    margin-bottom: 20px;

}

.ProductPageOtherProducts strong { color: #830000; }    

    #Content .ProductPageOtherProducts a { font-weight: normal; font-size: 8pt; }
    
    #Content .ProductPageOtherProducts h3 { font-size: 8pt; font-weight: normal; }


a:hover { text-decoration: underline; }

.OurPrice
{
    font-size: 14pt;
    color: Orange;
}

.FrontPageBeer 
{
    width: 275px;
    height: 317px;
    background: url(../images/Beer-mug.jpg) top left no-repeat;
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
}

.IntroKeywords
{
     text-align: center;
     color: #be0000;
     line-height: 1.5em;
}

.LeftColumn
{
    float: left;
    width: 320px;
    margin: 0 10px 20px 45px;
    text-align: center;
}

.RightColumn
{
    float: left;
    width: 320px;
    margin: 0 10px 20px 10px;
    text-align: center;
}

.TopRoundedCorners
{
    background: url(../images/Top-rounded-corners.jpg) bottom left no-repeat;
    height: 25px;
}

.Navigation
{
    background: #b80000 url(../images/navigation-glass.jpg) top left repeat-x;
    color: #fff;
    text-transform: uppercase;
}

.Navigation ul
{
    margin: 0;
    padding: 6px 0 5px 10px;
}
    
#Content .Navigation a:link { color: #fff; }
#Content .Navigation ul a:visited { color: #fff; }
#Content .Navigation ul a:active { color: #fff; }
#Content .Navigation ul a:hover { color: #fff; }

.Navigation ul li
{
    display: inline;
}

.NavigationShadow
{
    background: url(../images/Navigation-shadow.jpg) top left repeat-x;
    height: 15px;
}

.AddToCartContents
{
    width: 500px;
    margin: 0 auto;
    margin-bottom: 100px;
    clear: both;
}

.AddToCartImage
{
    float: left;
}

.AddToCartDescription
{
    margin-left: 15px;
    float: left;
}

.ProductsContainer
{
    position: relative;
    height: 600px;
}

.ProductBoxBig
{
    background: url(../images/shadowbox-bottom.gif) bottom left no-repeat;
    width: 324px;
}

    .ProductBoxBig span
    {
        background: url(../images/shadowbox-top.gif) top left no-repeat;
        display: block;
        height: 15px;
    }