﻿* { 
    font-family: 'Open Sans', sans-serif;
}

img { 
    border: none; 
}

#divHeader { 
    background-color: White;
}

#divHeaderBar { 
    background-color: #004875;
    padding: 5px; 
}

#divHeaderBar a { 
    color: White; 
    text-decoration: none; 
    font-size: smaller; 
}

#divHeaderBar a:hover { 
    text-decoration: underline;
}

#divHeaderNavigation {
    text-align: center; 
}

#divHeaderNavigation a {
    color: #004875; 
    text-decoration: none; 
    padding-left: 10px;
    padding-right: 10px;
}

#divHeaderNavigation a:hover{
    color: #e87d1d; 
    text-decoration: underline; 
}

#divLogo { background: url(Images/gradient_background.png) repeat-x; }

#divBody { 
    background-color: #EEEEEE; 
    font-family: Arial; 
    font-size:smaller;
}

#divNavigation { 
    text-align: right; 
    padding-right: 10px; 
    margin-top: 5px;
}

#divNavigation a { 
    color: #004875;
    text-decoration: none;
}

#divNavigation a:hover { 
    text-decoration: underline; 
    color: #e87d1d; 
}

#divRightSideBar {
    background-color: #FFF; 
}

#divRightSideBarContent {
    background-color: #FFF; font-size: smaller;  
}

h1 {
    color: #004875; 
}

h2 {
    color: #e87d1d;
}

h3 {
    color: #004875; 
}

h4 {
    color: #e87d1d;
}

h5 {
    color: #004875; 
}

#divServicesNavigation { 
    margin-top: 10px; 
    margin-bottom: 10px; 
    margin-right: 10px;
    background-color: #F67E17; 
}

.ServicesNavigationButtons {
    width: 175px;
    margin-bottom: 3px; 
    font-size: small !important;
    font-weight: normal !important;
}

#divProductsNavigation { 
    background-color: #F67E17; 
}

.ProductsNavigationButtons {
    width: 175px;
    margin-bottom: 3px;
    font-size: small !important;
    font-weight: normal !important; 
}

#divProductsBody { 
    padding: 10px; 
}

#divMilitaryNavigation { 
    background-color: #F67E17; 
}

.MilitaryNavigationButtons {
    width: 175px;
    margin-bottom: 3px;
    font-size: small !important;
    font-weight: normal !important;
}

#divTitlePage {
    background-color: #FFF; 
    width: 100%;  
    text-align: center;
}

.FooterIcons { 
    height: 20px; 
    width: 20px; 
}

.ProductPictures { 
    height: 120px; 
    width: 120px; 
}

.ProductShopIcon { 
    height: 25px; 
    border: none; 
}

.BorderLeftWhite {
    border-left: 1px solid white;
}

.BorderLeftBlue {
    border-left: 1px solid #709fcf;
}

#divFooterBar { 
    background-color: #004875;
    padding: 5px; 
    color: White; 
    font-size: x-small;     
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
