﻿body 
{
    /*background-image: url("../Images/snowbg.jpg"); */
    background-color: #fff;
    background-repeat: no-repeat;   
    color: #666666;
    /*margin-top: 0px;*/
    font-family: Arial;
    font-size: 12px; 
}
.TitleText
{
    font-family: Arial Black;
    font-size: 16px;  
    color: #000; 
}
.header
{
    font-family: Arial;
    font-size: 15px;  
    color: #D71920;
}
#Content
{
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    background-color: White;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}
#Content:after
{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
#header
{
    float: left;
    width: 945px;
    height: 130px;
    text-align: right;
    background-image: url("../Images/Commerceheader.jpg");
    background-color: #040001;
    color: white;
    padding-right: 5px;
}
#tableInsert
{
    float: right;
    padding: 2px;
}
#demoMenu
{
    float: left;
    width: 100%;
    /*padding-top: 5px;*/
    background-color: #414042;
    font-size: 15px;
    font-weight: bold;
    font-family: Warnock Pro; 
}
#NewsImage
{
    float: right;
    width: 200px;
}
.demoLinks
{
    text-decoration: none;
    color: white;
}
.demoLinks:Hover
{
    text-decoration: none;
    color: black;
}
#MainMenu
{
    float: left;
    width: 945px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
    height: 16px;
    text-align: Right;
    background-image: url("../Images/bg_menu.gif");
    font-weight: bold;
    color: #666;
}
.menuLinks
{
    text-decoration: none;
    color: #fff;
}
.menuLinks:Hover
{
    text-decoration: underline;
    background-color: White;
    color: black;
}
#Advert
{
    float: left;
    width: 148px;  
}
#Promotions
{
    float: right;
}
#MainBody
{
    float: right;
    width: 795px;
}
#footer
{
    float: left;
    width: 940px;
    padding: 5px;
    background-color: #000;
    color: #fff;
    text-align: right;
    font-size: 9px;
}
.footLinks
{
    text-decoration: none;
    color: #fff;
    font-size: 11px;
}
.footLinks:Hover
{
    text-decoration: underline;
    background-color: White;
    color: #000;
}
a
{
    color: #666;
    text-decoration: underline;
}
a:hover
{
    color: #000;
}
.buttonclick
{
    height: 20px;
    width: 50px;
    background-color: White;
    border-color: #d71920;
    border-width: 1px;
    font-size: 10px;
    color: #d71920;
}