* {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
    height: 100%;
}
body {
    margin: 20px;
}

ul {
    list-style: none;
}
img {
    border: none;
}

input,
select,
textarea {
    font-family: arial, helvetica, tahoma;
    font-size: 1em;
}

.floatClearer {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.hidden {
    display: none;
}

/* left col */
#left {
    width: 285px;
    float: left;
    position: relative;
}
#left h1 {
    text-indent: -8000px;
    margin: 15px 0 33px 0;
}
#left h1 a {
    display: block;
    width: 284px;
    height: 73px;
    background-image: url(../img/logo.gif);
}
/* left nav */
#left ul li a {
    display: block;
    height: 21px;
    margin-top: 8px;
    padding: 5px 2px 0 50px;
    background: #a2bee0 url(../img/icon_leftnav.gif) no-repeat left top;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#left ul li a:hover,
#left ul li.active a {
    background-color: #4b72b5;
}

/* left col */
#right {
    margin-left: 330px;
}

/* title block */
#titleBlock {
    background-color: #4b72b5;
    height: 180px;
}
#titleBlock img {
    display: block;
    float: left;
}
#titleBlock h2 {
    padding: 55px 100px 0;
    margin-left: 220px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 1.8em;
}
/* testimonials */
#testimonials {
    margin-top: 30px;
    line-height: 1.3em;
}
#testimonials p {
    display: block;
    padding-top: 20px;
    margin-top: 10px;
    background: url(../img/icon_testimonial.gif) no-repeat left top;
    font-size: 1em;
    color: #4b72b5;
}

/* clients */
.client {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}
.client img {
    display: block;
    float: left;
}
.client h3,
.client p {
    margin-left: 150px;
}
.client a {
    font-weight: bold;
}

/* content */
#content {
    margin-top: 20px;
}

/* footer */
#footer {
    clear: both;
    margin: 30px -20px;
    text-align: center;
    padding-top: 10px;
    border-top: solid 6px #4b72b5;
    font-size: 0.8em;
}

