/* general body styles */

body
{
    color: #000;
    background: #FFF;
    font-family: "Times New Roman", serif;
    font-size: 1.25em;
    text-align: left;
}

a:link
{
    color: #00215D;
    text-decoration: underline;
}

a:visited
{
    color: #2B006B;
    text-decoration: underline;
}

a:hover
{
    color: #00360E;
    text-decoration: underline;
}

a:active
{
    color: #360000;
    text-decoration: underline;
}

.breadcrumb
{
    background-color: #F4F5F5;
    text-align: left;
    line-height: 0.9;
    font-size: 0.85em;
    position: relative;
}

.breadcrumb a
{
    color: #96ACC5;
    text-decoration: none;

}

.breadcrumb >.active a
{
    color: #57769E;
    text-decoration: none;
}

.breadcrumb >.disabled
{
    color: #96ACC5;
    text-decoration: none;
}

.row
{
    padding-bottom: 50px;
}

#box

{
    padding-bottom: 5px;
}

h1
{
    font-size: 1.75em;
    text-transform: uppercase;
    color: #FFF;
    background: #002B7A;
    width: 1100px;
}

.h3
{
    font-style: italic;
    color: #767676;
}

p
{
    margin-left: 10px;
}

#construction
{
    font-size: 1.9em;
    font-style: italic;
    font-weight: 600;
    color: #002B7A;
    background: #FFF;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 150px;
}



/* header styles */

.container-fluid-top
{
    background: #121C40;
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}



/* footer styles */

#footer_address

{
    color: #FFF;
    font-size: 0.75em;
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
    padding-left: 55px;
}

#copyright
{
    color: #FFF;
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}

#email
{
    color: #FFF;    
}

#email:hover
{
    color: #00B61B;
}

#email:visited
{
    color: #DD0000;
}

#email:active
{
    color: #B433FF;
}

.container-fluid-bottom
{
    background: #121C40;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
}

#smlogo
{
    margin-top: 10px;
}



/* home styles */

#h4home
{
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #121C40;
    padding-bottom: 10px
}

#help
{
    background: #D8DFE9;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

.catalogue
{
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
}

.partsh2
{
    font-family: arial, sans-serif;
    color:  #121C40;
    text-align: center;
}


/* about styles */

.about
{
    padding-left: 75px;
}

.img-thumbnail
{
    border: 0;
}


/* press and parts styles */

#sticky-sidebar 
{
    position:fixed;
    max-width: 10%;
}

.presses
{
    list-style-type: square;
    margin-left: 10px;
}

.h4presses
{
    margin-left: 5px;
}

.logos
{
    margin-top: 10px;
    margin-bottom: 10px;
}




/* brokerage styles */

#h2ship
{
    color: #002B7A;
    font-weight: bold;
    position: relative;
    margin-left: 140px;
    padding-bottom: 15px;
}

#float_left
{
    position: absolute;
    float: left;
    top: 0;
    left: 0px;
    margin-left: 15px;
    padding-bottom: 15px;
}

#shipping
{
    color: #002B7A;
    margin-left: 30px;
    margin-top: 15px;
}

.liship
{
    list-style-type: square;
    padding-bottom: 15px;
}



/* distribution styles */

#h2dist
{
    color: #002B7A;
    font-weight: bold;
}

.heading_dist
{
    margin-top: 35px;
}


/* contact styles */

#office
{
    color: #121C40;
    font-weight: bold;
    text-transform: uppercase; 
    text-align: left;
    margin-left: 5px;
}

#contact
{
    width: 250px;
    border: 1px solid #002B7A;
    text-align: left;
}

#contact tr:nth-child(1)
{
    color: #FFF;
    background: #002B7A;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

#contact tr
{
    border: 1px solid #002B7A;
    font-size: 0.85em;
    font-weight: 600;
}

#contact td:nth-child(1)
{
    padding-left: 10px;

}

#contact td:nth-child(2)
{
    padding-left: 20px;
}

#address
{
    background: #D8DFE9;
    padding-left: 5px;
}

#separator
{
    background: #D8DFE9;
}







