body{    
    background: url("../images/stars.gif") #dfb433;
    text-align: center;
}

#main{
    width: 970px;
    margin: 0px auto;    
}


#content-top{
    background: url("../images/bg-top.jpg") #dfb433;    
    height: 18px;
}

#content{
    text-align: left;
    background: url("../images/bg-middle.jpg") #dfb433;
}

#content-bottom{
    clear:both;
    background: url("../images/bg-bottom.jpg") #dfb433;    
    height: 18px;
}

#header{    
    height: 100px;
    background: url("../images/header.jpg");
}

#root-link{
    float: left;
    width: 240px;
}

#root-link a{
    text-indent: -5000px;
    display: block;
    width: 240px;
    height: 90px;
}

#account-nav{
    font-size: .9em;
    font-weight: bold;
    color: #fff;
    float: right;
    padding-right: 20px;
}

#search{
    float: left;    
    margin: 20px 5px 0px 15px;
}

#browse-map{
    float: left;
    margin: 3px 2px;
}

#browse-map a {
    display: block;
    width: 185px;
    height: 31px;
    text-indent: -5000px;    
    background: url("../images/browse-map.jpg") no-repeat;    
}

#browse-map a:hover {
    background: url("../images/browse-map.jpg") no-repeat;    
    background-position: 0px -31px;
}

#footer {
    color: #b20300;
    background: url("../images/footer.jpg") no-repeat;
    font-weight: bold;
    padding: 25px 15px;
    text-align: center;
    clear: both;
    height: 95px;
}

#left-nav{
    width: 140px;
    padding: 10px 15px;
    float: left;
}

#left-nav h3{
    margin: 5px 0px;
    color: #ff0;
}

#left-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#left-nav li{
}

#left-nav li a{  
    font-size: .75em;
    font-weight: bold;
    width: 120px;
    display: block;
}

#right-content{    
    margin-top: -10px;
    float:left;
    width: 790px;
}

#main-feature {
    background: #faa524;
    width: 790px;
    height: 300px;
    text-align: center;
    font-size: 2em;        
}

.sub-feature{
    margin: 10px 10px 0px 0px;
    background: #faa524;
    float:left;
    width: 230px;
    height: 230px;
    text-align: center;
    font-size: 1.5em;           
}

#more-products{
    margin: 10px 0px;
    background: #faa524;
    float:left;
    width: 70px;
    height: 230px;
    text-align: center;
    font-size: .5em;               
}

#store-static-content{
    color: #666;
    margin: 10px 0px;
}

#store-static-content h3{
    color: #b20300;
    margin-bottom: 15px;    
}

#store-static-content p{
    font-size: 1em;
    margin-bottom: 10px;
}

#store-static-content img{
    margin: 10px;
    float:right;
}

.product-box {
    float: left;
    width: 240px;
    background: #fff;
    text-align: left;
    margin: 10px 5px;
}

.pb-title {         
    color: #006;
    font-weight: bold;
}

.pb-price { 
    color: #006;
    font-weight: bold;
}

.pb-desc{
    font-size: 80%;
}

a.cart-remove-link {
    font-size: 85%;
    font-weight: bold;
    color: #f00;
}

.product_photo
{
    cursor: default;
}

a.hover-link {
    cursor: default;
    font-size: 75%;
    font-weight: bold;
    color: #faa524;
}

a.hover-link .hoverbox
{
    display: none;
}

a:hover .hoverbox
{
    display: block;
    position: absolute;
    z-index: 1;
}

.hoverbox
{
    background-color: #fff;
    margin-top: -380px;
    width: 345px;
    height: 345px;
    border: 1px solid #333;
}

#flash-box {
    margin: 0px 35px 0px 0px;
    float: right;
    border: 8px outset #dfb433;
}