﻿body
{
    margin: 0;
    padding: 0;
    background-color: #262626;
    background-image: url('images/layout/background_repeat.gif');
    background-repeat: repeat;
    background-position: top left
}

.ff-fix1 
{
    width: 100%;
    height: 0px;
}

/* Container - Stretches the screen so that the blue fills the whole screen center. */
#main 
{
    width: 990px;
    height: 100%;
    background-color: #0d0647; 
    text-align: center;
    margin: 0 auto;
    display: table-cell;
}

/* Header - Contains The Flash Image, I reduced the size from 991 and 181 to 190 and 180, to make it a round number. */
#header 
{
    width: 990px;
    height: 180px;
    background-color: #0d0647; 
    text-align: center;
}

/* Menu - Hold the menu, padded left to keep it off the screen edge */
#menu 
{
    width: 205px;
    text-align: right;
    padding-left: 10px;
    float: left;
}

/* Content - Contains the bulk text and images of the site, content changes for each page. */
#content 
{
    width: 560px;
    float: left;
}
.pnumbers
{
    padding: 1px 1px 1px 1px;
    background-color: #5e5e5e;
    border: solid 1px #c0c0c0;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}
.pview
{
    padding: 3px 7px 3px 7px;
    background-color: #f0f0f0;
    border: solid 1px gray;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}
#content-top 
{
    width: 524px;
    height: 24px;
}

#content-tile 
{
    width: 524px;
    background-image: url('images/layout/content/content_tile.jpg');
    background-repeat: repeat-y;
    background-position: top center;
    text-align: left;
}
#pad-content
{
    padding: 0px 30px 0px 5px;
}

#content-bottom 
{
    width: 524px;
    height: 47px;
}
/* Extras - Holds any extra features such as flash adverts, mailinglist, or anything else we will need. */
#extras 
{
    width: 210px;
    float: right;
}

/* Menu Top - The curve for the top of the menu */
#menutop
{
    width: 203px;
    height: 32px;
    background-image: url('images/layout/menu/menu_top.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}

/* Menu Tile - Tiles the menu backgound, I used a HR to hide the inaccuracies in the tiling. */
#menutile
{
    width: 203px;
    background-image: url('images/layout/menu/menu_tile.jpg');
    background-repeat: repeat-y;
    background-position: bottom center;
    text-align: left;
}

/* Menu Bottom - Same as menu top! Just different curve */
#menubottom
{
    width: 203px;
    height: 32px;
    background-image: url('images/layout/menu/menu_bottom.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}

/* Menu Spacer - Keeps the menu off the header */
.menuspacer 
{
    width: 100%;
    height: 20px;
}

/* Course - The DIV that contains the courses, this is dynamic leave as class */
.course 
{
    width: 524px;
    height: 166px;
    text-align: center;
}

/* Course Spacer - Same as menu spacer */
.coursespacer
{
    width: 100%;
    height: 20px;
}

/* Mailing List - Sets the background image and contains the form. */
#mailinglist 
{
    width: 203px;
    height: 177px;
    background-image: url('images/layout/mailinglist/mailinglist.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
}

/* Div.Mailing List - Aligns and pads the inputs and text. */
div.mailinglist 
{
     padding: 0px 0px 0px 10px;
     text-align: left;
}

/* Submit - Aligns the submit button to the right */
#submit 
{
    text-align: right; 
    padding-top: 2px; 
    padding-right: 13px;
}

/* Extras Spacer - Same as menu and course spacer! */
.extrasspacer 
{
    width: 100%;
    height: 20px;
}

/* Input (Global) - Sets the global attributes for inputs. */
input.mailinglist 
{
    border: solid 1px #e1ff00
}

/* IMG (Global) - No image borders!! */
img 
{
    border: 0;
}

#footer 
{
    width: 100%;
    height: 110px;
    vertical-align: text-top;
    text-align: center;
}

div.footerspacer 
{
    width: 100%;
    height: 20px;
}

div.footerspaceralt 
{
    width: 100%;
    height: 20px;
}

#footermenu 
{
    background-color: #f4ff00;
    width: 100%;
    height: 25px;
    padding-top: 10px;
}

#footer-left
{
    width: 48%;
    height: 60px;
    text-align: left;
    float: left;
    padding-left: 10px;
}

#footer-right 
{
    width: 50%;
    height: 60px;
    text-align: right;
    float: left;
    display: table-cell;
}

#bennets 
{
    width: 198px;
    height: 262px;
    display: table-cell;
}

#shopadvert 
{
    width: 95%;
    float: left;
    height: 228px;
    text-align: right;
    padding-left: 20px;
    display: table-cell;
}
.menuitemback
{
    width: 100%;
    text-align: left;
    height: 23px;
    vertical-align: middle;
    padding-top: 4px;
    background-image: url('images/layout/menu/menu_back.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.menuitemspacer 
{
    width: 100%;
    height: 5px;
}

#shoptop
{
    width: 203px;
    height: 32px;
    background-image: url('images/layout/shopmenu/menu_top.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    display: table-cell;
}

/* Menu Tile - Tiles the menu backgound, I used a HR to hide the inaccuracies in the tiling. */
#shoptile
{
    width: 203px;
    background-image: url('images/layout/shopmenu/menu_tile.jpg');
    background-repeat: repeat-y;
    background-position: bottom center;
    text-align: left;
    display: table-cell;
}

/* Menu Bottom - Same as menu top! Just different curve */
#shopbottom
{
    width: 203px;
    height: 32px;
    background-image: url('images/layout/shopmenu/menu_bottom.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    display: table-cell;
}