﻿#understand
{
    position: absolute;
    top: 10px;
    left: 73px;
    width: 215px;
    height: 50px;
    background: url(  '../images/buttons/understand.jpg' ) no-repeat 0 0;
    cursor: hand;
}
#deliver
{
    position: absolute;
    top: 10px;
    left: 360px;
    width: 215px;
    height: 50px;
    background: url(  '../images/buttons/deliver.jpg' ) no-repeat 0 0;
    cursor: hand;
}
#support
{
    position: absolute;
    top: 10px;
    left: 641px;
    width: 215px;
    height: 50px;
    background: url(  '../images/buttons/support.jpg' ) no-repeat 0 0;
    cursor: hand;
}
#understand:hover
{
    background-position: 0 -50px;
}
#deliver:hover
{
    background-position: 0 -50px;
}
#support:hover
{
    background-position: 0 -50px;
}
.rotator1
{
    left: 1px;
    z-index: 1;
}
.body_hover
{
    position: absolute;
    left: 100px;
    top: 250px;
    width: 700px;
    padding: 50px;
    background-color: White;
    outline: black solid 1px;
    border-top: solid 5px #f27e35;
    border-left: solid 5px #f27e35;
    border-bottom: solid 5px #fbb78e;
    border-right: solid 5px #fbb78e;
    opacity: 0.95;
    z-index: 13;
}
