html, body
{
    padding: 0;
    margin: 0;
    height: 100%;
} 

img
{
    border: none;
}

/* Overided Text Styles */

.add-bold 
{
    font-weight: bold;
}

.add-italic 
{
    font-style: italic;
}

.add-underline 
{
    text-decoration: underline;
}

.add-white 
{
    color: #fff;
}

/* End Overided Text Styles */

body 
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #000;
    background: url('images/layout/background-wallpaper.jpg') repeat top center fixed;
}


#background-container 
{
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url('images/layout/background-shadow.png') repeat-x top center;
}

#background-container-left 
{
    z-index: 10;
    float: left;
    width: 30%;
    height: 100%;
    background: url('images/layout/background-floor.jpg') repeat-x bottom left;
}

#background-container-right 
{
    z-index: 10;
    float: right;
    width: 30%;
    height: 100%;
    background: url('images/layout/background-floor.jpg') repeat-x bottom right;
}

#background-container-right-shadow 
{
    width: 100%;
    height: 100%;
    background: url('images/layout/background-right-shadow.png') repeat-y top right;
}

#background-container-left-shadow 
{
    width: 100%;
    height: 100%;
    background: url('images/layout/background-left-shadow.png') repeat-y top left;
}

#background-chair-left 
{
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: left;
    background: url('images/layout/left-chair.png') no-repeat bottom left;
}

#background-chair-right 
{
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: right;
    background: url('images/layout/right-chair.png') no-repeat bottom right;
}

#site-container 
{
    position: absolute;
    bottom: -1;
    z-index: 50;
    width: 939px;
    left: 50%;
    margin-left: -470px;
    background: #fff;
    text-align: center;
}

#site-background 
{
    background: #fff;
    bottom: -1;
    height: 100%;
    width: 939px;
}

#header 
{
    height: 74px;
    width: 100%;
    background: url('images/layout/header-background.jpg') repeat-x top center;
}

#header-logo-details
{
    height: 49px;
    width: 100%;
}

#header-logo-details-left
{
    height: 49px;
    width: 49%;
    float: left;
    text-align: left;
}

#header-logo-details-right
{
    height: 49px;
    width: 49%;
    float: right;
    text-align: right;
}

#logo-positioner 
{
    padding: 5px 0px 0px 15px;
}

#details-positioner 
{
    padding: 0px 15px 0px 0px;
}

.header-links 
{
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}

#header-menu 
{
    width: 100%;
    height: 25px;
    text-align: left;
}

.header-menu-item
{
    width: 133px;
    height: 25px;
    float: left;
    text-align: center;
    background: url('images/layout/header-item-background.png') no-repeat bottom center;
}

.header-menu-item:hover
{
    width: 133px;
    height: 25px;
    float: left;
    text-align: center;
    background: url('images/layout/header-item-background-hover.png') no-repeat bottom center;
}

.header-menu-item-positioner
{
    padding: 1px 0px 0px 0px;
}

.header-menu-item-link
{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
}

#main-content 
{
    width: 100%;
    text-align: center;
    padding: 15px 15px 15px 15px;
    display: table;
}

#categories 
{
    width: 180px;
    text-align: center;
    float: left;
}

#content 
{
    width: 715px;
    float: left;
    text-align: left;
    padding: 0px 0px 0px 15px;
}

.category-menu-item 
{
    width: 180px;
    height: 28px;
    text-align: left;
    margin: 0px 0px 10px 0px;
    background: url('images/layout/product-menu-item.png') no-repeat top center;
}

.category-menu-item:hover
{
    width: 180px;
    height: 28px;
    text-align: left;
    margin: 0px 0px 10px 0px;
    background: url('images/layout/product-menu-item-hover.png') no-repeat top center;
}

.category-menu-item-positioner
{
    padding: 2px 10px 0px 10px;
}

.category-menu-item-link
{
    font-size: 0.8em;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.panel-container 
{
    width: 180px;
    text-align: center;
}

.panel-top 
{
    width: 180px;
    height: 28px;
    background: url('images/layout/panel-top.jpg') no-repeat bottom center;
}

.panel-top-positioner
{
    padding: 2px 0px 0px 0px;
}

.panel-middle 
{
    width: 180px;
    background: #3d3d3d;
    text-align: center;
}

.panel-bottom 
{
    width: 180px;
    height: 27px;
    background: url('images/layout/panel-bottom.jpg') no-repeat top center;
    margin: 0px 0px 10px 0px;
}

.panel-bottom-positioner
{
    padding: 1px 0px 0px 0px;
}

.panel-link 
{
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.footer 
{
    width: 99%;
    margin: 0 auto;
    padding: 2px 0px 3px 10px;
    text-align: left;
    background: url('images/layout/footer-background.jpg') repeat-x bottom center;
    font-size: 0.8em;
    color: #e6e6e6;
}

.footer-link 
{
    color: #d0d0d0;
    text-decoration: none;
}

.footer-link:hover
{
    color: #d0d0d0;
    text-decoration: underline;
}

#galleryTable 
{
    width: 100%;
}

.galleryImageCell
{
    width: 25%;
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.galleryImageStyle
{
    padding: 5px 5px 5px 5px;
}

.galleryImage:hover
{
    border: solid 2px #000;
}

.productContainer 
{
    width: 98%;
    background: #4e4f50 url('images/layout/product-corner.png') bottom right no-repeat;
    border: solid 1px #000; 
    color: #fff;
    margin: 0px 0px 20px 0px;   
    height: 100%;
    display: table;
}

.productContainer-gradient 
{
    width: 100%;
    background: url('images/layout/product-gradient.png') top left repeat-y;
    padding: 10px 10px 10px 10px;
}


.productContainer-left
{
    width: 20%;
    float: left;
    text-align: left;
}

.productContainer-right
{
    width: 79%;
    float: right;
    text-align: left;
}

.productContainer-image 
{
    border: solid 2px #000;
}

.productContainer-image:hover
{
    border: solid 2px #fff;
}

.galleryContainer 
{
    width: 100%;
    background: #4e4f50 url('images/layout/product-corner.png') bottom right no-repeat;
    border: solid 1px #000; 
    color: #fff;
    margin: 0px 0px 20px 0px;   
}

.galleryContainer-gradient 
{
    width: 100%;
    background: url('images/layout/product-gradient.png') top left repeat-y;
    padding: 0px;
}

.product-link 
{
    text-decoration: none;
    color: #fff;
}

.product-link:hover
{
    text-decoration: underline;
}

.productContainer-right ,h3 ,p 
{
    margin: 0;
    padding: 0;
}

.productContainer-right-padding
{
    padding: 0px 15px 0px 0px;
}

.product-link-alt
{
    text-decoration: underline;
    color: #fff;
}

.product-link-alt:hover
{
    font-style: italic;
}

.optionForm 
{
    margin: 0;
    padding: 0;
}

#optionsTable 
{
    width: 95%;
    margin: 0 auto;
}

.options-box 
{
    width: 537px;
}

.options-top 
{
    width: 537px;
    height: 11px;
    background: url('images/layout/options-top.png') no-repeat bottom center;
}

.options-bottom 
{
    width: 537px;
    height: 11px;
    background: url('images/layout/options-bottom.png') no-repeat top center;
}

.options-background 
{
    width: 537px;
    min-height: 348px;
    background: url('images/layout/options-background.png') no-repeat top center;
}

.options-tile 
{
    width: 537px;
    background: url('images/layout/options-tile.png') repeat-y top center;
}

.basketTable 
{
    width: 100%;
}

.basket-empty 
{
    width: 98%;
    text-align: left;
}

.basket-text 
{
    font-size: 10px;
}

.basketDeleteDiv 
{
    padding: 5px 0px 0px 0px;
}

.deleteLink 
{
    text-decoration: none;
    color: #fff;
    font-size: 9px;
}

.deleteLink:hover 
{
    color: #ff3000;
}

#checkoutDiv  
{
    width: 98%;
    text-align: right;
}