﻿body 
{
   
}

.header 
{
    width: 882px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;   
}

.nav_menu
{
    width: 882px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    margin-bottom:10px;
    position: relative;    
}

.nav_menu img, a
{
	border: solid 0px transparent;
}

.main-content
{
    width: 882px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
}

.footer
{
    width: 882px;
    height:15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;    
    color: black;    
    text-align: center;
    
}

.two-column-main
{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.two-column-left
{
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.two-column-right
{
    width: 29%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    float: right;
}
  
.three-column-main
{
    width: 100%;
    height: auto;
    margin-left:auto;
    margin-right:auto;
}

.three-column-left-right
{
    width: 20%;
    height: auto;
    padding-left:5px;
    padding-right:5px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.three-column-center
{
    width: 54%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    float:left;
}

.adjustedZIndex {
    z-index: 1;
}

.picturespace {
    padding-left:8px;
    padding-right:8px;
    }
    
.divClear
{
	clear:both;
	height:1px;
}

.homeRedbar
{
    float:right; 
    position:relative; 
    top:350px;
    width:250px;  
    background-color:Red; 
    color:White;
}

.homeLists
{
    float:left;
    position:relative; 
    top:225px; 
    font-variant:small-caps; 
    font-size:larger;
}

.homeContainer
{
    margin-left:auto;
    margin-right:auto;
    width:640px; 
    height:410px;
    background: url('Design_elements/Images/RetailHome.jpg') no-repeat;    
}

.homeCenterContent
{
    margin-left:auto;
    margin-right:auto;
    width:640px;
    text-align:center;    
    color:Blue;
    font-size:larger;
}

.homeCenterContent td
{
    padding:5px;
}