﻿/* styling for top links section */
#nav-top
{
    padding: 0px;
    margin: 10px 20px 10px 30px;
}

/* normalised the unordered list */
#nav-top ul 
{
    padding: 0px;
}

/* space out the elements and show no list icons */
#nav-top li
{
    padding-bottom: 10px !important;
    list-style: none;
}

/* link styling */
#nav-top li a
{
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 60%;
    color: #dedede;
}

/* set to white on hover */
#nav-top li a:hover
{
    color: #fff;
}

/* set the active link to blue */
body.home #link-home a,
body.newbusiness #link-newbusiness a,
body.exbusiness #link-exbusiness a,
body.everyone #link-everyone a,
body.packages #link-packages a,
body.services #link-services a,
body.portfolio #link-portfolio a,
body.contact #link-contact a,
body.sitemap #link-sitemap a,
body.terms #link-terms a,
body.privacy #link-privacy a,
body.links #link-links a
{
    color: #75c4f0
}

/* position and style the bottom links */
#nav-bottom 
{
    padding: 0px;
    margin: 0px 30px;
    position: absolute;
    top: 540px;
}

/* list items */
#nav-bottom li
{
    line-height: 20px;
    list-style: none;
}

/* style the links */
#nav-bottom li a
{
    text-decoration: none;
    font-weight: bolder;
    font-size: 70%;
    color: #dedede;
}

/* on hover set to white */
#nav-bottom li a:hover
{
    color: #fff;
}