﻿*{
    margin:0;
    padding:0;
}

body {
    
}

#Header {
    width: 100%;
    border-bottom: 4px solid #9D2235;
    height: 76px;
}

#Logo{
    float:left;
    padding:12px;
}

#LogoImg {
    height: 60px;
}

#HeaderMenu {
    float: right;

    margin-top:20px;

}

#HeaderMenu a{
    text-decoration:none;
    color:gray;
}

#HeaderMenu li{
    display:inline-block;
    padding:6px;
    border-right:1px solid gray; 
}

#HeaderMenu li:last-child{
    display:inline-block;
    padding:6px;

    border-right:none;
}

#tbSearch {
    border: 1px solid #9D2235;
    
    height: 22px;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#btnSearch {
    border: none;
    /*border-bottom: 1px solid #9D2235;*/
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 22px;
    box-sizing: border-box;
    background-color: #9D2235;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
}

.Container {
    width:100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left:8px;
    padding-right:8px;
}

#Footer {
    background-color: #f2f2f2;
    border-top: 2px solid #9D2235;

    padding-top:24px;
    padding-bottom:24px;
    clear:both;
    
}

#Footer a{
    text-decoration:none;
    color:black;
    
}

#Footer div{
    text-align:center;
    padding:6px;
}

.GrayBG{
    background-color:#f2f2f2;
}
