body {
    background: black url(../_img/bg.png) left top repeat-x;
    font: 13px Arial, Helvetica, sans-serif;
    color: #ccc;
    text-shadow: 0 0 0 #000; /* Safari light-on-dark type redering improvement (apologies, CSS validator) */
    text-align: center;
    margin: 0;
    padding: 0;
}
p, #content li {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 1em 0;
}
a {
    color: #f9ec2b;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2 {
    text-indent: -3000px;
    margin: 0 0 22px 0;
    padding: 0;
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
}

/* NECESSARY UNNECESSARY BLOCKS */
#root {
    width: 954px;
    margin: auto;
}
#container {
    width: 894px;
    margin: auto;
    text-align: left;
    padding-top: 26px;
}

/* LOGO */
#home, #home a {
    width: 346px;
    height: 77px;
}
#home {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #707070;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
#home a {
    display: block;
    text-indent: -3000px;
    background: url(../_img/logo.png) left top no-repeat;
}

/* NAVIGATION */
#nav {
    height: 22px;
}
#nav, #nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#nav li {
    float: left;
}
#nav li a {
    float: left;
    padding: 3px 5px;
    margin-right: 10px;
    color: #ccc;
}
#nav li a:hover {
    text-decoration: none;
}
#nav li.active a {
    color: black;
    background-color: #c5c5c5;
}

/* COPYRIGHT FOOTER */
#copyright {
    text-align: center;
    color: #444;
    font-size: 11px;
    padding: 0;
}

/* MAKE THE FOOTER STICK TO THE BOTTOM OF THE PAGE! */
html, body {
    height: 100%;
}
#root {
    position: relative;
    min-height: 100%;
}
#container {
    padding-bottom: 65px;
}
#copyright {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    margin: -65px 0 0 0;
    height: 35px;
}

/* PAGE CONTENT */
#content {
    clear: both;
    padding-top: 34px;
}

/* HOMEPAGE */
#Home #root {
    background: transparent url(../_img/home.jpg) 450px 0 no-repeat;
}
#Home #content {
    width: 426px;
}
#Home h1 {
    width: 340px;
    height: 108px;
    background-image: url(../_img/home-headline.png);
}

/* APPROACH PAGE */
#Approach h1 {
    width: 530px;
    height: 69px;
    background-image: url(../_img/approach-headline.png);
}
#Approach h2 {
	width: 198px;
	height: 30px;
	background-image: url(../_img/implementation-headline.png);
	margin-top: 35px;
}
#Approach #content {
    width: 426px;
}
#Approach #bonus {
    background: transparent url(../_img/approach.jpg) center 27.5em no-repeat;
}
#Approach .more {
    margin-top: 230px;
}
#Approach img {
    float: left;
    margin: 0 15px 0 0;
}

/* SERVICES PAGE */
#Services #container {
    background: transparent url(../_img/services.jpg) 400px 0 no-repeat;
}
#Services #services {
    width: 305px;
    float: left;
}
#Services #services h1 {
    background-image: url(../_img/services-headline.png);
    width: 111px;
    height: 30px;
}
#Services #services h2 {
    margin-top: 40px;
}
#Services #services h2.customdev {
	background-image: url(../_img/custom-development-headline.png);
    width: 284px;
    height: 30px;
}
#Services #services h2.datawarehouse {
	background-image: url(../_img/data-warehouse-header.png);
	width: 217px;
	height: 63px;
}
#Services #clients h1 {
    background-image: url(../_img/selected-clients-headline.png);
    width: 210px;
    height: 30px;
}
#Services #partnerships h1 {
    background-image: url(../_img/partnerships-headline.png);
    width: 162px;
    height: 30px;
	margin-top: 15px;
}
#Services #content ul, #Services #content li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#Services #content li {
    margin-bottom: 1em;
}
#Services #clients {
    height: 368px;
}
#Services #clients li, #Services #partnerships li {
    font-weight: bold;
    clear: right;
}
#Services #clients li li, #Services #partnerships li {
    margin-bottom: 0;
    font-weight: normal;
    float: none;
    clear: none;
}
#Services #clients span {
    float: left;
    position: relative;
    top: -1px;
    width: 100px;
    text-align: right;
}
#Services #clients li ul, #Services #partnerships ul {
    border-left: 1px solid #333;
    padding-left: 15px;
    float: right;
    width: 330px;
    margin-bottom: 1em;
}
#Services #clients, #Services #partnerships {
    margin-left: 430px;
}
#Services #clients {
    margin-top: 175px;
}
#Services #partnerships {
    clear: right;
    padding-top: 30px;
}

/* CONTACT PAGE */
#Contact h1 {
    width: 103px;
    height: 24px;
    background-image: url(../_img/contact-headline.png);
}
#Contact em {
    font-style: normal;
    font-weight: bold;
}
#Contact #container {
    height: 525px;
    background: transparent url(../_img/contact.jpg) left bottom no-repeat;
}
