﻿*
{
    border: none 0px;
}
body
{
    font-family: Corbel, Verdana, Sans-Serif;
    font-size: 15px;
    color: #254e7d;
    background: #27333a url("../img/MainBG.png") repeat-x;
}

a
{
    color: #254e7d;
}

h1, h2, h3, em
{
    font-family: Constantia, "Palatino Linotype" , "Book Antiqua" , Palatino;
}
h1
{
    font-size: 18px;
    letter-spacing: 2px;
    line-height:60%;
}
h2
{
    font-size: 18px;
    letter-spacing: 2px;
}
h3
{
    font-size: 15px;
    letter-spacing: 1px;
}
#header
{
    /*float: left;*/
}
#buttons
{
    position: absolute;
    /*float: left;*/
    top: 231px;
    margin-left: 62px;
}
#buttons div
{
    float: left;
    padding: 0px;
    margin: 0px;
}
#buttons div:hover
{
    background-position: 0px -31px;
}
a.imgRollOver
{
    display: block;
    width: 120px;
    height: 31px;
    text-decoration: none;
}
#buttonHome
{
    background: url("../img/ButtonHome.png") 0 0 no-repeat;
}
#buttonAbout
{
    background: url("../img/ButtonAbout.png") 0 0 no-repeat;
}
#buttonServices
{
    background: url("../img/ButtonServices.png") 0 0 no-repeat;
}
#buttonClients
{
    background: url("../img/ButtonClients.png") 0 0 no-repeat;
}
#buttonPartners
{
    background: url("../img/ButtonPartners.png") 0 0 no-repeat;
}
#buttonContact
{
    background: url("../img/ButtonContact.png") 0 0 no-repeat;
}

#container
{
    /*float: left;*/
    background: url("../img/ContainerBG.png") repeat-y;
    margin-left: 17px;
    width: 808px;
}
#page
{
    /*float: left;*/
    background: #ededed url("../img/PageBG.png") repeat-x;
    margin: 0px 0px 0px 5px;
    padding: 20px 10px 0px 40px;
    width: 748px;
}
#wrap
{
    width: 900px;
    margin: 0 auto; /* "auto" makes the left and right margins center the wrapper */
}
#footer
{
    margin-left: 17px;
    position: relative;
}
#footerOverlap
{
    /*float: left;*/
    clear:both;
    margin: 10px 0px 0px 0px;
}
#overlapImage
{
    width: 200px;
    float: left;
    position:relative;
}
#footerLinks
{
    /*float: left;*/
    height: 57px;
    line-height: 90px;
}
