/* GENERAL*/
*
{
margin: 0;
padding: 0;

    
}

body
{
    font-family: Arial;
    width: 100%;

}

.wrapper
{
    width: 100%;
    margin:  0 ;
    padding: 0 10px;
}

ul
{
    list-style: none;
}



/* HEADER*/
header
{
    background-color: #1b192e;
    height: 160px;
    width: 100%;
}
header nav ul li a
{
    text-transform: uppercase;
    font-weight: bold;
    color:#4b6fb5;
    margin-right: 10px;
    
}
header img
{
    float: left;
}
header nav
{
    float: right;
    margin-top: 130px;
    margin-left: 100px;
}

header nav ul li
{
    display: inline;
    float: left;   
}

/*MAIN IMAGE */
#main-image
{
    height: 300px;
    background-color:#4b6fb5;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

#main-image table tr td
{
    padding-right:15px;
    border-right-color: white;
    border-right-style: solid;
}

#main-image h2
{
    color: #ffffff;
    font-size: 18px;
}
#main-image h1
{
    color: #fdcb7b;   
}
div
{
    width: 100%;
}

#contacts
{
    background-color: #4b6fb5;
    padding: 20px;
    text-align: center;
}
#contacts h2
{
    color: white;
    font-size: 20px
}
#contacts h1
{
   color: #ef8241;
    font-size: 25px;
}

footer
{
    text-align: center;
    background-color: #1b192e;
    height: 200px;
}


#services
{
    text-align: center;
    background-color: #1b192e;
}
/*FOOTER*/
footer 
{
    border-top-color: white;
    border-top-width: 5px;
    border-top-style: solid;
    width: 100%;
}

footer div
{
    margin: 20px;
}
footer h3
{
    color: #3e7aff;    
}
	
