/*
    Document   : layout
    Created on : 13.5.2010
    Author     : Vaclav Pavek | www.vpavek.org
*/

/*** GLOBAL SETTINGS ***/
body {
    font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
    font-size: 0.8em;
    color: black;
    background: #009afe url('body_background.jpg') top left repeat-x;
    line-height: 150%;
}

html, body {
    height:100%;
}

* {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

div.cleaner {
    clear: both;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 0px;
    padding: 0px;
}

span.hidden {
    display: none;
}

h1, h2 {
    margin-bottom: 20px;
    color: #0099cc;
}

h2 {
    margin-top: 35px;
}

p, .content ul {
    margin-bottom: 5px;
}

#content-id-1 h2 {
    margin-top: 0;
}

/*** LAYOUT ***/
.layout {
    width: 851px;
    height: 100%;
    margin: 50px auto;
}

#banner, #information div.float, div.content, #footer {
    padding: 35px;
}

h1, #firm_name {
    font-weight: bold;
    letter-spacing: -1px;
}

/** header **/
#firm_name {
    float: right;
    position: relative;
    top: 20px;
    padding-top: 10px;
    color: white;
    font-size: 180%;
}

#firm_logo {
    display: block;
    height: 89px;
    width: 200px;
    background: transparent url('logo.png') left top no-repeat;
}

#navigation {
    float: right;
    position: relative;
    right: -1px;
    padding-top: 13px;
    color: white;
    font-size: 87%;
    font-weight: bold;
}

#navigation li {
    float: left;
    list-style: none;
}

#navigation a {
    display: block;
    width: 135px;
    padding-top: 13px;
    line-height: 22px;
    color: white;
    text-align: center;
    text-decoration: none;
    background: transparent url('menu_deactive.png') left top no-repeat;
}

#navigation a.active, #navigation a:hover {
    color: #00175c;
    background: transparent url('menu_active.png') left top no-repeat;
}

#banner {
    clear: both;
    height: 246px; /* Warning :: padding 35px => +70px */
    padding: 30px 35px 0 380px;
    padding-bottom: 0;
    background: white url('couple.jpg') 5px 5px no-repeat;
}

#banner span {
    display: block;
    position: relative;
    margin-top: 25px;
    font-weight: bold;
}

.t1, .t5 {
    color: #22358c
}

.t2, .t4 {
    color: #0099ff;
}

.t3 {
    color: #0033ff;
    text-align: center;
}

.t1, .t4, t5 {
    text-align: right;
}

.t1 {
    font-size: 4em;
}

.t2 {
    font-size: 2em;
}

.t3 {
    font-size: 3.5em;
}

.t4 {
    font-size: 1.5em;
}

.t5 {
    font-size: 1.5em;
    text-align: right;
    padding-right: 30px;
}

#information {
    margin-top: 5px;
    color: white;
    background: transparent url('information_background.jpg') top center repeat-y;
}

#information div.float {
    float: left;
    width: 353px; /* Warning :: padding 35px => +70px */
}

#information div span {
    display: block;
    font-family: 'Arial CE', Arial, sans-serif;
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 20px;
    color: #0099cc;
}

#information div.icontact span {
    width: 385px;
    margin-right: 5px;
}

#information div.icontact p {
    background: transparent url('contact.png') right center no-repeat;
}

#information div.izoom p {
    text-align: justify;
}

div.content {
    padding-bottom: 50px;
    margin-top: 4px;
    background-color: white;
}

div.content ul li {
    margin-left: 15px;
}

span.question {
    display: block;
    margin-top: 10px;
}

div.content #smile {
    min-height: 169px;
    margin-top: 25px;
    padding: 10px 295px 0 0;
    background: transparent url('smile.jpg') right center no-repeat;
}

#footer {
    margin: 5px 0 50px;
    padding-top: 20px;
    background-color: #1aa3ff;
    color: #9fd9ff;
}

#footer li {
    float: left;
    list-style: none;
    margin-right: 35px;
    padding: 25px 35px 0 35px;
    border-top: 1px solid #9fd9ff;
    background: transparent url('tringle.png') left top no-repeat;
}

#footer li.copyright {
    float: right;
    margin-right: 0;
    padding: 25px 0 0;
    text-align: right;
    border: none;
    background: none;
}

#footer a {
    color: #9FD9FF;
}

#footer a:hover {
    text-decoration: none;
}

