/* CSS Document */
body {
    font: 12px/18px "Trebuchet MS",Arial, Helvetica, Verdana, sans-serif;
    background: #fff;
    color: #777;
    text-align: center;
}

#header{
    background: url(/layout/logo.jpg) no-repeat 0 14px;
    width: 960px;
    height: 174px;
    margin: 0 auto;
    position: relative;
}
#header h1{
    font-size: 54px;
    text-transform: uppercase;
    position: absolute;
    left: 10px;
    top: 43px;
}
#header h1 a{
    text-decoration: none;
    color: #000;
}
#header h2 {
    font-size: 16px;
    position: absolute;
    left: 58px;
    top: 102px;
}

#container, #contact, #footer{
    width: 940px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
#footer {
    text-align: center;
    top: -5px;
}

.col_3{
    float: left;
    width: 300px;
    min-height: 300px;
    margin: 0 20px 0 0;
}

.col_3_3{
    margin-right: 0;
}
.col_3 img{
    border: 1px solid #ddd;
    padding: 19px;
    background: #f9f9f9;
    box-shadow: 5px 5px 0px #DDDDDD;
    -moz-box-shadow: 5px 5px 0px #DDDDDD;
    -webkit-box-shadow: 5px 5px 0px #DDDDDD;
    margin-bottom: 24px;
}

h2 {
    font-size: 22px;
    font-style: italic;
    color: #444;
    margin-bottom: 9px;
}

a {
    color: #777;
}
a:hover{
    color: #444;
}

.padding-bottom-48{
    padding-bottom: 48px;
}

#contact-box{
    height: 264px;
    padding: 36px 20px 0;
    background-color: #ff0;
    box-shadow: 5px 5px 0px #DDDDDD;
    -moz-box-shadow: 5px 5px 0px #DDDDDD;
    -webkit-box-shadow: 5px 5px 0px #DDDDDD;
}
#contact-box h3{
    color: #444;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
#contact-box h4{
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}
#contact-box p{
    font-size: 13px;
}

#footer .col_3_3{
    float: right;
}
#footer p {
    border-top: 5px solid #ddd;
    padding-top: 17px;
    color: #aaa;
    text-transform: uppercase;
    font-size: 11px;
}

