
ul#nav
{
    list-style-type: none;
    padding: 0;
    font-size: 16px;
}

ul#nav li
{
    display: inline;
    margin-left: none;
}

ul#nav li a:link, ul#nav li a:visited
{
    display: block;
    float: left;
    width: 116px;
    font-family: Arial, sans;
    text-decoration: none;
    color: #969696;
    text-align: center;
}

ul#nav li a:hover
{
    font-weight: bold;
}

body#welcome li.welcome a:link, body#welcome li.welcome a:visited
{
    color: white;
    font-weight: bold;
}

body#equipment li.equipment a:link, body#equipment li.equipment a:visited
{
    color: white;
    font-weight: bold;
}

body#quote li.quote a:link, body#quote li.quote a:visited
{
    color: white;
    font-weight: bold;
}

body#faq li.faq a:link, body#faq li.faq a:visited
{
    color: white;
    font-weight: bold;
}

body#testimonials li.testimonials a:link, body#testimonials li.testimonials a:visited
{
    color: white;
    font-weight: bold;
}

body#links li.links a:link, body#links li.links a:visited
{
    color: white;
    font-weight: bold;
}

body#testimonials
{
    color: white;
    font-family: Arial, sans;
}

div#testimonials
{
    margin-top: 20px;
}

div#testimonials p
{
    font-size: .8em;
    margin-top: 35px;
}

div#testimonials span
{
    color: #969696;
}

div#links a:link, div#links a:visited
{
    margin-top: 20px;
    color: white;
}


body#welcome h1#mainHeading
{
    font-family: "ArialMT", Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: white;
    text-align: center;
    letter-spacing: .27em;
    background: transparent url('Images/logo.png') no-repeat 215px 20px;
    position: relative;
    top: -25px;
}

div#navContainer, div#navLayer
{
    width: 700px;
}

#lineItem
{
    margin-left: 15px;
}
