/* 
    Document   : main
    Created on : Jan 18, 2010, 10:59:15 AM
    Author     : daniel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-color:#FFFEE9;
    color:#111111;
    font-family:Helvetica,Verdana,Arial,Sans-Serif;
    font-size:12px;
    /*margin: 20px;*/
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

#main-container {
    width: 800px;
    margin: 10px auto 10px auto;
}

#title {
    text-align: center;
    /*margin: 0 0 20px 0;*/
    background-image: url(/images/header_bg_png);
    background-repeat: no-repeat;
    width: 800px;
    height: 105px;
}

#title img {
    border: 0;
}

#title h1 {
    margin: 0 0 7px 0;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
}

#title h5 {
    text-align: center;
    font-weight: normal;
    font-size: 11px;
}

#content {
    clear: both;
    display: block;
    margin: 50px 15px 0 15px;
}

#content #feed-teasers {
    float: left;
    width: 570px;
    margin: 0 40px 0 0;
}

#feed-teasers ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#feed-teasers li {
    background-color: white;
    margin: 0 0 3px 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid white;
    -moz-border-radius: 10px;
}

#feed-teasers h2 {
    font-size: 18px;
    color: #0e449f;
    font-weight: normal;
    margin: 0 0 20px 0;
}

#feed-teasers p {
    text-align: justify;
}


#content {
}

#content #contact {
    float: left;
    width: 160px;
    color: red;
    text-align: center;
}

#contact a {
    color: red;
}

#footer {
    clear: both;
    font-size: 11px;
    text-align: left;
    color: #333;
    padding: 10px 15px 0 15px;
    background-image: url(/images/footer_bg_png);
    background-repeat: no-repeat;
    width: 770px;
    height: 105px;
}

#footer p {
    margin: 0;
    padding: 0;
}

#footer p#terms {
    text-align: justify;
}

#footer p#copy {
    margin: 0 0 10px 0;
}

#background-container {
    margin: 0;
    padding: 20px 0 20px 0;
    background-color: #e0e0e0;
}

#introduction {
    position: relative;
}

#introduction #your-tasks,
#introduction #our-solutions {
    float: left;
    width: 370px;
    position: relative;
}

#introduction #your-tasks {
    padding: 15px;
}

#introduction #our-solutions {
    margin-left: 10px;
}

#your-tasks h2,
#our-solutions h2 {
    font-size: 16px;
}

#your-tasks p,
#our-solutions p {
    font-size: 11px;
    text-align: justify;
}

#teaser-text {
    clear: both;
    margin: 40px 15px 0 15px;

}

#teaser-text p {
    font-size: 12px;
    text-align: justify;
}
