/**************************************
    Generic configuration
**************************************/
html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

img {
    border: 0px;
}

br.clear {
    clear: both;
}

/**************************************
    Styles
**************************************/
h1, h2 {
    font-size: 16px;
    color: #557f8d;
    font-family: Vendana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}

h1 {
    font-size: 20px;
}

h2 a, h2 a:link, h2 a:visited {
    color: #557f8d;
    text-decoration: none;
}

p, p.align-right {
    line-height: 17px;
}

p.align-right {
    text-align: right;
}

p a, p a:link, p a:visited {
    color: #557f8d;
    font-weight: bold;
}

p a:hover {
    text-decoration: none;
}

/*
    Forms
*/
form {
    margin-bottom: 20px;
}

form p {
    margin: 0px 0px 10px 0px;
}

form label {
    display: block;
    width: 125px;
    float: left;
    font-weight: bold;
}

form ul.errorlist {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

form ul.errorlist li {
    margin: 0px 0px 0px 125px;
    padding: 0px;
    color: red;
    font-weight: bold;
}

form input[type=text], form textarea {
    border: 1px solid #afafaf;
}


/**************************************
    Layout
**************************************/
body {
    background: #eaeaea;
    text-align: center;
    color: #0a0a0a;
    font-size: 11px;
    font-family: Vendana, Helvetica, Arial, sans-serif;
}

/*
    Container
*/
#container {
    position: relative;
    margin: 0px auto;
    text-align: left;
    width: 950px;
    background: #fcfcfc;
    min-height: 100%;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
}

/*
    Header
*/
#header {
    position: relative;
    height: 106px;
}

#header h1 {
    position: relative;
    margin: 0px;
    padding: 0px;
    top: 25px;
    left: 55px;
    width: 93px;
    height: 81px;
    background: url('../img/logo-trans.png');
}

#header h1 a {
    display: block;
    width: 93px;
    height: 81px;
}

#header h1 a span {
    display: none;
}

#header ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    right: 55px;
    top: 92px;
    list-style: none;
}

#header ul li {
    float: left;
    margin-left: 25px;
}

#header ul a, #header ul a:link, #header ul a:visited {
    color: #557f8d;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

#header ul a:hover {
    text-decoration: underline;
}

/*
    Slider
*/
#slider {
    position: relative;
    margin-top: 25px;
    padding-left: 25px;
}

/*
    Oneliners
*/
#oneliners {
    position: relative;
    margin: 25px 25px 0px 25px;
    border-bottom: 1px solid #afafaf;
    background: url('../img/oneliners_background.png') repeat-x bottom left;
}

#oneliners ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

#oneliners ul li {
    float: left;
    width: 273px;
    margin-left: 20px;
}

#oneliners ul li p {
    margin: 0px 0px 20px 0px;
}

/*
    Content container
*/
#content-container {
    position: relative;
    padding: 25px;
    padding-bottom: 0px;
    /* padding-bottom: 60px; */
    /*border-bottom: 1px solid #afafaf;*/
}

/*
    Content
*/
#content-container #content {
    float: left;
    width: 567px;
    margin-right: 20px;
    margin-bottom: 60px;
}

#content-container #content p {
    margin: 0px 0px 10px 0px;
}

/*
    News
*/
#content-container #news {
    float: left;
    padding: 0px 20px 0px 20px;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    width: 271px;
    height: 245px;
    margin-bottom: 60px;
}

#content-container #news h2 {
    margin-top: 20px;
}

#content-container #news h2:first-child {
    margin-top: 0px;
}

/*
    Contact
*/

#contact {
    position: relative;
    background: #f3f3f3;
    padding: 25px;
}

#contact h2 {
    color: #909090;
}

/*
    Copyright
*/
#copyright {
    position: absolute;
    bottom: 0px;
    width: 900px;
    border-top: 1px solid #afafaf;
    background: #ededed;
    padding: 10px 25px 10px 25px;
    color: #909090;
}

#copyright a, #copyright a:link, #copyright a:visited {
    color: #909090;
}