/* 
    Document   : menues.css
    Created on : Jan 18, 2010, 3:55:09 PM
    Author     : dimitri
    Description:
        Menues styles.
*/

root { 
    display: block;
}

.Main {
    display: block;
    color: silver;
    font-family: sans-serif;
    font: xx-large "Helvetica";
    font-weight: bold;
    position: absolute;
    left: 10px;
    bottom: 20px;
    vertical-align: bottom;
    vertical-align: text-bottom;
    width: 100%;
    background-color: transparent;
    border-color: black;
    border-bottom: 1px;
    border-bottom-style: solid;
}

.Main A:link, A:visited, A:active, A:hover {
    color: inherit;
    padding-left: 40px;
    display: block;
    text-decoration: none;
}

.homePage A:link, A:visited, A:active, A:hover {
    padding-left: 0px;
    display: block;
}

.Weddings {
    color: black;
    display: block;
    font-size: small;
    position: absolute;
    left: 160px;
    bottom: -18px;
}

.Portraiture {
    color: black;
    display: block;
    font-size: small;
    position: absolute;
    left: 280px;
    bottom: -18px;
}

.Investment {
    color: black;
    display: block;
    font-size: small;
    position: absolute;
    left: 400px;
    bottom: -18px;
}

.Blog {
    color: black;
    display: block;
    font-size: small;
    position: absolute;
    left: 520px;
    bottom: -18px;
}

.Contactus {
    color: black;
    display: block;
    font-size: small;
    position: absolute;
    left: 600px;
    bottom: -18px;
}


