﻿/*	Main Application Body of all pages */
body
{
	/*background-image: url(Images/bg_body.gif);
	background-repeat: repeat-x;*/
}

/*  Main table behind all controls on a page including banner, menus and products */
#MainTable
{
    background-color: #d9ecff; /*#FFFFFF;*/
    color: #00477E;
}

/*  Top bar that holds my Account, Login and title of page */
.TopBar
{
	background-image: url(Images/Design/bg_bar.png);
}

/* Main Products Table - Company Catalogue (All layouts)*/
.ProductsTable
{
    color: #00477E;
    background-color: #d9ecff;
    width: 685px;
}	

/* Footer of masterpage */
#footer {
    background: #fff url(images/Design/bg_bar.png) repeat-x;
}
.FooterStyle
{
    color: Black;
    font-size: 11px;
    }
.FooterStyle a
{
    color: Black;
    font-size: 10px;
    } 
/* Side Table conatining login/catalogue/cart..*/
#SideTable
{
    width: 180px; 
    background-color: #d9ecff;
    vertical-align: top;
}
	
/* Main Content part*/
#MainPart
{
    width:720px; 
    background-color: #d9ecff;
    vertical-align:top;
}