/* 
    Document   : sections
    Created on : Nov 16, 2013, 12:08:48 PM
    Author     : sargisbudaghyan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.middleMenu{
    font-family: Tahoma;
    letter-spacing: 1px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    margin-top: 20px;
}

.menuContainerOne{
    /*background-color: #cb9a60;*/
    border: 2px solid white;
    height: 100px;
    border-radius: 8px;
    background-image: url('../images/sections/1.png');
}

.menuContainerTwo{
    border: 2px solid white;
    background-image: url('../images/sections/2.png');
    height: 100px;
    border-radius: 8px;
}

.menuContainerThree{
    border: 2px solid white;
    background-image: url('../images/sections/3.png');
    height: 100px;
    border-radius: 8px;
}

.menuContainerFour{
    border: 2px solid white;
    background-image: url('../images/sections/4.png');
    height: 100px;
    border-radius: 8px;
}

.menuLineOne{
    background-color: #451e06;
    position: absolute;
    top: 497px;
    width: 216px;
    cursor: pointer;
    color: #efe1b8;
}

.menuLineTwo{
    background-color: #003e49;
    position: absolute;
    top: 497px;
    width: 216px;
    cursor: pointer;
}

.menuLineThree{
    background-color: white;
    color: #82231c;
    position: absolute;
    top: 497px;
    width: 216px;
    cursor: pointer;
}

.menuLineFour{
    background-color: #ab2d41;
    position: absolute;
    top: 497px;
    width: 216px;
    cursor: pointer;
}

a {
    color:white;
    text-decoration: none;
}

