﻿body 
{
    margin: 20px 0px 0px 0px;
    padding: 0;
    width: 100%;
    background-image: url('images/layout/background.gif');
    background-position: top left;
    background-repeat: repeat;
}
img 
{
    border: 0
}

/* Hold the header image */
#header 
{
    width: 800px;
    height: 170px;
    vertical-align: text-bottom;
    bottom: 0;
}
    
/* Use this div to center the actual website */
#span-screen 
{
    z-index: 1;
    position: absolute;
    width: 100%;
    text-align: center;
}

/* Needed to keep the layout correct */
#push-it-down 
{
    width: 100%;
    height: 100px;
    z-index: 2;
}

/* Pushes the footer content down as the content of the footer is on another layer */
#align-footer-content 
{
    width: 800px;
    margin: 0 auto;
    padding-top: 220px
}

/* Adds the waves to either side of the footer */
#wave 
{
    z-index: 2;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background-image: url('images/layout/wave.png');
    background-position: bottom center;
    background-repeat: no-repeat
}

/* The outer wrapper needed to float some divs and keep it in the 800 rule */
#set-width-800 
{
    z-index: 1;
    width: 800px;
    margin: 0 auto
}

/* Ensure the background is white and not transparent */
#white-background 
{
    z-index: 1;
    background-color: #014655;
    width: 800px
}

/* Add the curve to the left of the menu */
.menuleft 
{
    z-index: 1;
    width: 234px;
    height: 48px;
    float: left;
    text-align: left;
    background-image: url('images/layout/menu_left.jpg');
    background-position: left bottom;
    background-repeat: no-repeat
}

/* Menu Items */

/* The left most menu item with the curve to its left */
.menu-item-alt 
{
    z-index: 1;
    width: 92px;
    height: 46px;
    border-right: solid 2px #014655;
    border-top: solid 2px #014655;
    background-color: #066de8;
    float: left
}   

/* A Blue background on the menu item */
.menu-item-off
{
    z-index: 1;
    width: 116px;
    height: 46px;
    border-right: solid 2px #014655;
    border-top: solid 2px #014655;
    background-color: #066de8;
    float: left
}

/* A white background on the menu item */
.menu-item-on
{
    z-index: 1;
    width: 116px;
    height: 46px;
    border-right: solid 2px #014655;
    border-top: solid 2px #014655;
    background-color: #ffffff;
    float: left
}

/* This contains the extra 8 pixels of the curve between the menu and the categories and content */
#menu-spacer 
{
    z-index: 1;
    width: 800px;
    height: 8px;
    bottom: 0
}

/* The outer most container for the categories */
#categories 
{
    z-index: 1;
    width: 239px;
    float: left;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #014655
}

/* The container for the main content */
#content 
{
    z-index: 1;
    width: 521px;
    float: left;
    background-color: #014655;
    text-align: left;
    padding: 10px 20px 10px 20px
}

/* The last bit of the curve to the left of the categories */
#left-side 
{
    z-index: 1;
    width: 34px;
    height: 64px;
    float: left;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-image: url('images/layout/end_curve.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #014655
}

/* The top image of the categories */
#basket-top
{
    z-index: 1;
    width: 239px;
    height: 64px;
    text-align: center;
    background-image: url('images/layout/basket_top.jpg');
    background-position: top right;
    background-repeat: no-repeat
}
#category-top
{
    z-index: 1;
    width: 205px;
    height: 64px;
    float: left;
    text-align: center;
    background-image: url('images/layout/categories_top.jpg');
    background-position: top left;
    background-repeat: no-repeat
}

/* Cotnains the categories text */
#category-center 
{
    z-index: 1;
    width: 239px;
    text-align: left;
    padding-left: 35px;
    bottom: 0;
    top: 0;
}

/* The bottom part of the categories */
#category-bottom
{
    z-index: 1;
    width: 239px;
    height: 28px;
    text-align: center;
    background-image: url('images/layout/categories_bottom.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

/* The text below the categories */
#below-categories 
{
    z-index: 1;
    width: 226px;
    padding-left: 15px;
    text-align: center;
}

/* Google Checkout container */
#gcheckout 
{
    z-index: 1;
    width: 220px;
    padding-left: 26px;
    text-align: center;
}

/* A spacer below the categories and the text */
#cat-spacer 
{
    z-index: 1;
    width: 100%;
    height: 30px;
}

/* Blue bar on the categories */
#blue-bar 
{
    z-index: 1;
    height: 9px;
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #60bace
}

#white-bar 
{
    z-index: 1;
    width: 189px;
    text-align: left;
    padding-left: 15px;
    padding-top: 10px;
    background-color: #ffffff
}
hr 
{
    z-index: 1;
    height: 1px;
    background-color: #014655;
    color: #000000;
    width: 91%
}
#footer-content 
{
    z-index: 1;
    width: 800px;
    padding-top: 20px;
    padding-bottom: 150px;
}
#footer-left 
{
    z-index: 2;
    width: 40%;
    padding-left: 10px;
    float: left;
    text-align: left;
    vertical-align: text-top
}
#footer-right
{
    z-index: 2;
    width: 40%;
    padding-right: 10px;
    float: right;
    text-align: right;
    vertical-align: text-top
}
.pnumbers
{
    padding: 1px 5px 1px 5px;
    background-color: #83cfff;
    border: solid 1px #000000;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}
.pview
{
    padding: 3px 7px 3px 7px;
    background-color: #f0f0f0;
    border: solid 1px gray;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}
.psdescription 
{
    width: 80%;
}
.pimage 
{
    width: 20%;
}
#footermenu 
{
    width: 100%;
    text-align: center;
    height: 40px;
}