/* CSS Document */

header {
    margin: auto;
}

body {
    margin: auto;
    font-family: "Times New Roman", serif;
    width: 96%;
    background-color: #000000;
    visibility: visible;
    max-width: 96%;
    padding: 0% 0% 0% 1.35%;
    text-align: center;
    border: 0px solid #CCCCCC;
}

/*
div {
     text-align: center;
     margin-left:auto; 
     margin-right:auto;
    }
*/

img {
    text-align: center;
    align: center;
    width: 100%;
    height: 80px;
    border: 0px solid #CCCCCC;

}

/*@media screen and (-webkit-min-device-pixel-ratio:0) { 
 img {
    height: 9% !important ;
 } 
}*/

.r1 {
    width: 600px;
    height: 230px;
    margin: 130px auto;
    box-shadow: 0px 0px 10px #999;
}

.g1 {
    width: 9%;
    float: left;
    overflow: hidden;
    table-layout: fixed;
}

#body {
    overflow: hidden;
    width: 100%;
}

.test {
    max-width: 100%;
}

.img1 {

    border: 0px solid red;
    height: 17.5%;
    overflow: hidden;
}


.footer {
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    width: 98.1%;
    text-align: left;
    margin: 0.3% 0 3% 0;
}

.exx {
    float: left;
    width: auto;
    padding-left: 3px;
    color: gray;

}

#i1:hover #addressac,
#addressa {
    color: #fff;
}

#i2:hover #phoneac,
#phonea {
    color: #fff;
}

#i3:hover #emailac,
#emaila {
    color: #fff;
}

#bk {
    color: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
}

#bk:hover {
    color: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-weight: normal;
}