﻿body 
{
    /*background-image: url("../Images/snowbg.jpg"); */
    background-color: #fff;
    background-repeat: no-repeat;   
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    text-align: left;
}
.TitleText
{
    font-family: Verdana;
    font-size: 16px;  
    color: #EE3823;
    font-weight: bold;
}
.TitleTextBlack
{
    font-family: Verdana;
    font-size: 16px;  
    color: #000000;
    font-weight: bold;
}
.TitleTextGold
{
    font-family: Verdana;
    font-size: 26px;  
    color: #C7A704;
    line-height: 28px;
}
.TitleTextBlue
{
    font-family: Verdana;
    font-size: 16px;  
    color: #25408F;
    font-weight: bold;
}
.TitleTextWhite
{
    font-family: Verdana;
    font-size: 14px;  
    color: white;
    font-weight: bold;
}
.LeftTitleText
{
    font-family: Verdana;
    font-size: 16px;  
    color: #EC008C;
    font-weight: bold;
}
.MiddleTitleText
{
    font-family: Verdana;
    font-size: 16px;  
    color: #00AEEF;
    font-weight: bold;
}
.RightTitleText
{
    font-family: Verdana;
    font-size: 16px;  
    color: #65B65D;
    font-weight: bold;
}
.header
{
    font-family: Verdana;
    font-size: 15px;  
    color: white;
}
.logintext
{
    font-family: Arial;
    font-size: 20px;  
    color: #C7A704;
    font-weight: bold;
}
#Content
{
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    background-color: #231f20;
    border-style: solid;
    border-width: 0px;
    border-color: Black;
}
#Content:after
{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
#header
{
    float: left;
    width: 945px;
    height: 138px;
    text-align: right;
    background-image: url("../Images/Header.jpg");
    color: white;
    padding-right: 5px;
}
#tableInsert
{
    float: right;
    padding: 2px;
}
#demoMenu
{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana; 
}
#NewsImage
{
    float: right;
    width: 150px;
}
.demoLinks
{
    text-decoration: none;
    color: black;
    font-family: Arial;
    font-size: 14px;
}
.demoLinks:Hover
{
    text-decoration: none;
    color: #C7A704;
}
.storeLinks
{
    text-decoration: none;
    font-family: Verdana;
    color: #C7A704;
    font-size: 14px;
}
.storeLinks:Hover
{
    text-decoration: none;
    color: #086EA3;
}
.OfferLink
{
    text-decoration: none;
    color: white;
    font-family: Verdana;
    font-size: 20px;
    line-height: 20px;
}

#MainMenu
{
    float: left;
    width: 945px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
    height: 16px;
    text-align: Right;
    background-color: #ffffff;
    font-weight: bold;
    color: #D2232A;
    margin-top: 2px;
}
.menuLinks
{
    text-decoration: none;
    color: white;
}
.menuLinks:Hover
{
    text-decoration: underline;
    background-color: White;
    color: black;
}
#RightMap
{
    float: right;
    width: 630px;
    padding-left: 10px;
    padding-top: 10px;
}
#MainStoreGuide
{
    float: left;
    overflow: scroll;
    width: 300px;
    height: 452px;
    min-height: 455px;
    padding-right: 10px;
}
#RightPanel
{
    float: right;
    width: 353px;
}
#MainNoScroll
{
    float: left;
    width: 597px;
    height: 452px;
}
#Main
{
    float: left;
    overflow: scroll;
    width: 587px;
    height: 452px;
    min-height: 455px;
    padding-right: 10px;
}
#footer
{
    float: left;
    width: 940px;
    padding: 5px;
    background-color: #fff;
    color: #000;
    text-align: right;
    font-size: 9px;
}
.footLinksBlack
{
    text-decoration: none;
    color: #000;
    font-size: 11px;
    font: Verdana;
}
.footLinks:Hover
{
    text-decoration: underline;
    background-color: White;
    color: #000;
}
a
{
    color: #fff;
    text-decoration: underline;
}
a:hover
{
    color: #C7A704;
}
.buttonclick
{
    height: 20px;
    width: 50px;
    background-color: White;
    border-color: #d71920;
    border-width: 1px;
    font-size: 10px;
    color: #d71920;
}