﻿html 
{
    height: 100%;
}
    

body   
{
    
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(/Images/navigation/bg_page_default.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #333;
    /* This next one is for IE6 */
    background-attachment: fixed;
            
}

.default
{
    background-image: url(/Images/navigation/bg_page_world.jpg);
}

a:link, a:visited
{
    color: #7798C5;
}

a
{
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.logo
{
    position: absolute;
    bottom: 10%;
    left: 7%;
}

.lnk_bp
{
    position: absolute;
    width: 152px;
    height: 148px;
    bottom: 55%;
    left: 14%;
    cursor: pointer;
    background-image: url('../Images/navigation/bp.png');
}

.lnk_bp:hover
{
    background-position: -152px 0;
    
}

.lnk_ct
{
    position: absolute;
    width: 152px;
    height: 148px;
    bottom: 55%;
    left: 34%;
    cursor: pointer;
    background-image: url('../Images/navigation/ct.png');
} 

.lnk_ct:hover
{
    background-position: -152px 0;
    
}

.lnk_aga
{
    position: absolute;
    width: 152px;
    height: 148px;
    bottom: 55%;
    left: 54%;
    cursor: pointer;
    background-image: url('../Images/navigation/lad.png');
} 

.lnk_aga:hover
{
    background-position: -152px 0;
}

.lnk_kit
{
    position: absolute;
    width: 152px;
    height: 148px;
    bottom: 55%;
    left: 74%;
    cursor: pointer;
    background-image: url('../Images/navigation/kit.png');
}

.lnk_kit:hover
{
    background-position: -152px 0;
    
}

.lnk_about
{
    position: absolute;
    width: 152px;
    height: 120px;
    bottom: 30%;
    left: 30%;
    cursor: pointer;
    background-image: url('../Images/navigation/about.png');
}

.lnk_about:hover
{
    background-position: -152px 0;
}

.lnk_contact
{
    position: absolute;
    width: 152px;
    height: 120px;
    bottom: 30%;
    left: 60%;
    cursor: pointer;
    background-image: url('../Images/navigation/contact.png');
}

.lnk_contact:hover
{
    background-position: -152px 0;
}

.lnk_home
{
    position: absolute;
    top: 15%;
    left: 7%;
    width: 152px;
    height: 120px;
    cursor: pointer;
    background-image: url('../Images/navigation/home.png');
}

.lnk_home:hover
{
    background-position: -152px 0;
}

.menu
{
    position: absolute;
    top: 8%;
    left: 22%;
    margin-left: 15px;
}   

.main
{
    position: absolute;
    width: 50%;
    top: 11%;
    left: 22%;
}

.copyright
{
    position: absolute;
    bottom: 3px;
    right: 3px;
}

.button
{
    color: Gray;
    background-color: transparent;
    height: 22px;
}

.button:hover
{
    background-color: lightgray;
}

.buttonSelected
{
    color: Gray;
    background-color: lightgray;
}