﻿.LogoHolder
{
    display: inline;
    padding: 5px 5px 5px 5px;
    background-color: White;
    border:solid 2px green;
    min-width: 290px;
    max-width: 300px;
    
    position: absolute;
    left: 0;
    top: 0;


}

.BannerMenu
{
    display:            inline;
    padding:            5px 5px 5px 5px;
    background-color:   red;
    border:             solid 2px purple;
    min-width:          100%;
    
    position:           absolute;
    left:               325px;
    top:                0px;    
}

.BannerImage
{
    display:            inline;
    padding:            5px 5px 5px 5px;
    background-color:   red;
    border:             solid 2px purple;
    min-width:          100%;
    
    position:           absolute;
    left:               325px;
    top:                0px;    
    }

.TopNavHolder
{
    
    width: 1200px;
}

.CSSSContactsContainer
{
    
    border-style:Ridge;
    border-color: black;
    width: 535px;
    height: 173px;
}

.ContactsLeftColumn
{
    float: left;
    border-style: solid;
    
    border-top-color: White;
    border-bottom-color: White;
    border-left-color: White;
    border-right-color: red;
    width: 215px;
    padding:  3px 3px 3px 45px;
}

.ContactsRightColumn
{
    
    float: right;
    top: 3px;
    border-style:none;
    width: 200px;
    padding: 3px 3px 3px 3px;
}



/************************************************table.css************************************/
.table
{
background:#333;

}
.table ul
{
float:left;
margin:0;
padding:0;
border:1px solid #C9C9C9;
}
.table ul li
{
list-style:none;
padding:5px 10px;
}
.table ul li.title
{
font-weight:bold;
background:#333;
color:#fff;
}
.table ul li.even
{
background:#fff
}
.table ul li.odd
{
background:#FFFFE6
}
