﻿html, body 
{
    width: 900px;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #adc960;
    background-image: url("Images/BKG.jpg");
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
}

#Container
{
    width: 802px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

#Header
{
    height: 150px;
    border: solid 2px #969696;
    background-image: url("Images/Header.jpg");
}

#Menu
{
    height: 36px;
    border-left: 2px solid #969696;
    border-bottom: 2px solid #969696;
}

#Menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#Menu li
{
    display: inline;
}

#Menu a
{
    display: block;
    text-decoration: none;
    font: 12pt Myriad Web Pro;
    color: #000000;
    width: 158px;
    height: 36px;
    float: left;
    display: inline;
    background-image:url("Images/Menu.png");
    background-repeat: no-repeat;
    line-height: 2em;
    text-align:center;
    border-right: 2px solid #969696;
}

#Menu a:hover {
	background-image:url("Images/Menu_Rollover.png");
}

#Menu .active a {
	background-image:url("Images/Menu_Rollover.png");
}


#Body
{
   margin-top: 10px; 
   height: 600px;
}

#Left
{
    width: 537px;
    background-color: #ffffff;
    border: solid 2px #969696;
    float: left;
    height: 600px;
}

#Right
{
    width: 247px;
    border: solid 2px #969696;
    float: right;
    height: 600px;
    background-color: #ffffff;
}

#Footer
{
    height: 40px;
    margin-top: 10px;
    border: solid 2px #969696;
    background-color: #ffffff;
}


.SidePanelHeader
{
   background-color: #adc960;
   color: #000000; 
   height: 30px;
   width: 100%;
   text-align: center;
   margin-top: -19px;
   line-height: 1.75em;
   border-bottom: solid 2px #969696;
}

.SidePanelMiddleHeader
{
   background-color: #adc960;
   color: #000000; 
   height: 30px;
   width: 100%;
   text-align: center;
   margin-top: -15px;
   line-height: 0em;
   border-bottom: solid 2px #969696;
   border-top: solid 2px #969696;
}

.SidePanel
{
    width: 246px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#Oil a
{
    width: 116px;
    height: 150px;
    float: left;
    margin-left: 65px;
    background-image: url("Images/Oil.png");
}

#Oil a:hover
{
    background-image: url("Images/Oil_Rollover.png");
}

#Paint a
{
    width: 116px;
    height: 150px;
    float: left;
    margin-left: 65px;
    background-image: url("Images/Paint.png");
}

#Paint a:hover
{
    background-image: url("Images/Paint_Rollover.png");
}

.Page_Header
{
    height: 50px;
    background-color: #f4ca26;
    margin-top: -21px;
}

.Page_Body
{
    background-image: url("Images/BKG_Main.jpg");
    background-repeat: no-repeat;
    height: 400px;
}


.ProductList
{
    list-style-image: url("Images/Bullet.png");
    font-family: Verdana;
    font-size: 13pt;
    font-weight: bold;
    margin-left: 25px;
}

.modalBackground {
	background-color: #ffffff;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ProductButtons
{
    border: 0;
    background-color: Transparent;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin-left: 20px;
    margin-top: 10px;
}

.InstructionLabel
{
    font-size: 10pt;
    text-align: center;
}

.WarningLabel
{
    margin-left: 25px;
    font-size: 10pt;
}

.ContactUsButton
{
    float: right;
    margin-right: 82px;
}

.ContactUsLabel
{
    margin-left: 50px;
    font-weight: bold;
}










