﻿body 
{
    background-image: url("../Images/background.jpg");
    background-repeat: no-repeat;
    background-color: #b2b2b2;
    color: #fff;
    margin-top: 0px;
    font-family: Trebuchet MS;
    font-size: 12px; 
}
.TitleText
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 16px;  
    color: #fff; 
}
.header
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 15px;  
    color: #fff; 
}
#background
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
}
#Content
{
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    background-color: black;
    padding: 0px;
}
#Content:after
{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
#header
{
    float: left;
    width: 940px;
    height: 170px;
    /*text-align: right;*/
    background-image: url("../Images/Header.jpg");
    background-color: black;
    color: white;
    padding-right: 5px;
    padding-left: 5px;
    text-align: right;
}
#tableInsert
{
    float: right;
    padding: 2px;
}
#SearchInsert
{
    float: right;
    padding: 0px;
}
/*#demoMenu
{
    float: left;
    width: 100%;
    padding-top: 5px;
    background-color: #fff;
    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: gray;
}
#MainMenu
{
    float: left;
    width: 950px;
    padding-top: 0px;
    /*padding-bottom: 8px;
    padding-right: 5px;*/
    text-align: right;
    /*background-image: url("../Images/Navigation_bar.jpg");*/
    color: #000;
    background-color: White;
}
.menuLinks
{
    text-decoration: none;
    color: #000;
}
.menuLinks:Hover
{
    text-decoration: none;
    background-color: #a41319;
    color: White;
}
#LeftHome
{
    z-index: 2;
    float: left;
    width: 190px;
    height: 380px;
    background-color: black;  
    color: #666;
}
.left
{
    color: #666;
    text-decoration: none;
}
.left:Hover
{
    text-decoration: underline;
}
#Left
{
    float: left;
    width: 200px;
    height: 380px;
    background-color: black;  
    color: White;
}
#Promotions
{
    float: right;
}
#MainBody
{
    float: right;
    width: 750px;
}
#Main
{
    float: right;
    width: 750px;
    height: 380px;
    overflow: scroll;
    
    
}
#footer
{
    float: left;
    width: 940px;
    padding: 5px;
    background-color: black;
    color: #fff;
    text-align: right;
    font-size: 9px;
}
.footLinks
{
    text-decoration: none;
    color: #fff;
}
.footLinks:Hover
{
    text-decoration: underline;
    background-color: White;
    color: #a41319;
}
a
{
    color: #fff;
    text-decoration: underline;
}
a:hover
{
    color: #a41319;
}
.buttonclick
{
    height: 20px;
    width: 50px;
    background-color: White;
    border-color: #d71920;
    border-width: 1px;
    font-size: 10px;
    color: #d71920;
}
.textbox
{
    color: #666;
    font-size: 10px;
    vertical-align: middle;
}
#HomeSpacerTop
{
    float: left;
    width: 950px;
    height: 3px;
    background-color: White;
}
#HomeSpacerBottom
{
    float: left;
    width: 950px;
    height: 3px;
    background-color: White;
}

#ctl00_ContentPlaceHolder2_FormView2_OpeningHoursLabel td:last-child {
	text-align:right;
}
