﻿a.circle
{
    background-attachment: scroll;
    background-image: url('../img/circle-default.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 20px;
}
a.circle:hover { background-image: url('../img/circle-active.jpg'); }
#banner
{
    background-attachment: scroll;
    background-image: url('../img/banner-repeat.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    height: 62px;
    position: relative;
}
#bannerImage { padding: 0px; text-align: right; }
#circle
{
    background-attachment: scroll;
    background-image: url('../img/circle-default');
    background-position: left top;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}
#contactFormLeft
{
    float: left;
    margin-top: 30px;
    padding-left: 57px;
    position: relative;
    width: 300px;
}
#contactFormRight
{
    float: left;
    padding: 30px 0px 0px 30px;
}
#container
{
    background-attachment: scroll;
    background-color: #FFF;
    background-image: url('../img/bg-shadow.jpg');
    background-position: left top;
    background-repeat:repeat-y;
    margin: 25px auto 0px auto;
    position: relative;
    width: 954px;
    text-align: left;
}
#containerInner
{
    margin: 0px 13px 0px 14px;
    padding-top: 90px;
    position: relative;   
}
#footer
{
    background-attachment: scroll;
    background-image: url('../img/bg-footer.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    clear: left;
    height: 5px;
    margin: 0px auto;
    position: relative;
    width: 954px;
}
#footerContent{ font-size: 8px; margin: 0px 13px 0px 14px; }
#footerSpacing { clear: left; height: 50px; }
#leftContent
{
    float: left;
    margin-top: 30px;
    padding-left: 57px;
    position: relative;
    width: 304px;
}
#leftContentFull
{
    height: 406px;
    position: relative;
}
#links
{
    position: absolute;
    left: 387px;
    top: 75px;
    z-index: 10;
}
#links a { color: #000; }
#links a:hover { color: #E43138; }
#logoCoesia { bottom: 20px; position: absolute; right: 30px; }
#logoHapa { position: absolute; right: 30px; top: 37px; z-index: 10; }
#logoWhiteLines { height: 98px; width: 302px; }
#navigation
{
    background-color: #FFF;
    border-bottom: solid 1px #F2F2F2;
    height: 116px;
    left: 37px;
    padding-left: 20px;
    position: absolute;
    top: 37px;
    width: 330px;
    z-index: 10;
}
#navigation li { padding: 0; margin: 0; display: inline; }
#navigation ul { padding: 0; margin: 0; }
#rightAbsoluteContent
{
    position: absolute;
    right: 30px;
    text-align: right;
    top: 250px;
}
#rightContent
{
    float: left;
    padding: 30px 0px 0px 30px;
    position: relative;
    width: 505px;
}
.buttonSend
{
    background-attachment: scroll;
    background-image: url('../img/send-default.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 57px;
}
.buttonSend:hover { background-image: url('../img/send-active.jpg'); }
.formField
{
    border: dotted 1px #8C8B8D;
    width: 225px;
}
.navigationActive
{
    background-attachment: scroll;
    background-image: url('../img/button-active.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFF;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 65px;
}
.navigationDefault
{
    background-attachment: scroll;
    background-image: url('../img/button-default.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFF;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 65px;
}