﻿

body 
{
    font-size: small;
    font-family: arial, Helvetica, Verdana, sans-serif;
    background-color:#F7F7F7;
    margin: 0px;
}

p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:24px;
	text-align:justify;
	font-size:11.0pt;
    color:#3D596D;
	font-family:"Arial",sans-serif;}

a
{
    color: #666;
    font-size: large;
    font-weight: 700;
    text-decoration: none ;
}

a:hover
{
    color:#5365f2;
    font-size: large;
    font-weight: 700;
}



#divTop
{
    
    width: 100%;
    height:100px;
    position: absolute;
    top: 0px;
    left:0px;
    background-repeat: repeat-x ;
}


#divSpacing
{
    width: 100%;
    position: relative ;

    background-color: #3D596D;
    border-bottom-style: solid;
    border-bottom-width : 2px;
    border-bottom-color: #5365f2;
    height:30px;
}

#divLogoAMP
{
    background-image: url('../images/logoAMP.PNG');
    background-size: 300px;
    background-position: 20px 20px;
    background-repeat: no-repeat;
    top: 40px;
    left: 20px;
    height: 94px;


}


#divMain
{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color:#fff;

    align-content: center;
    align-self: center;


}

#upBar div.home
{
    background-image: url('../images/button/home.png');
    background-repeat: no-repeat;
    top: 80px;
    left:540px;
    position: absolute;
    width: 100px;
    height:38px;
    
}


#upBar div.products
{
    background-image: url('../images/button/products.png');
    background-repeat: no-repeat;
    top:80px;
    left: 640px;
    position: absolute;
    width: 100px;
    height:38px;
    
}

#upBar div.contacts
{
    background-image: url('../images/button/contacts.png');
    width: 80px;
    height:38px;
    background-repeat: no-repeat;
    top: 100px;
    left: 740px;
    position:absolute;
    
}

