﻿body  
{
    margin : 0; 
    padding : 0;
}

p
{
    margin: 2px 0;
    font-family:Verdana;
    font-size:14px;
    color:#f0f0f0;
    text-shadow: 1px 1px #272727;
}

h2
{
    margin: 30px 0;
    font-family: Verdana;
    font-size: 25px;
    color: #f0f0f0;
    text-shadow: 1px 1px #272727;
}

p > a 
{
    color: #ABABAB;
    text-decoration: none;
}

.content
{
    background-image: url("../img/wild_oliva.png");
    position: relative;
    min-height: 500px;
}

.container
{
    margin: auto;
    padding: 1px 1px 1px 36px;
    width: 940px;
}

.topo
{
    background-image: url("../img/top-pattern.png");
    padding: 10px;
}

.logo
{
    background-image: url("../img/logo-top.png");
    height: 130px;
    margin: 0 auto;
    width: 273px;
}

.logo a
{
    display: block;
    height: 124px;
    width: 285px;
}

.menu ul
{
    padding: 0px;
    list-style: none outside none;
    width: 902px;
    height: 54px;
    margin: 0 auto;
}

.menu ul li
{
    float: left;
    font-size: 24px;
    padding: 12px 25px;
}

.menu ul li a
{
    color:White;
    text-decoration:none;
    font-family:"TypoSlabserif-Light";
}

.menu ul li a:hover
{
    text-decoration:underline;
}

.menu
{
    background: url("../img/menu-bg.png") repeat-x scroll left top transparent;
    height: 52px;
    margin: auto;
    padding-right: 21px;
}

.menuactive a
{
    color:#E8C547 !important;
}

.itens
{
    margin: 0 auto;
    width: 960px;
}

.gold-line
{
    background-color: #E8C547;
    clear: both;
    height: 5px;
    position: relative;
    top: -4px;
}

.footer
{
    background-color: #282828;
    color: #666666;
    height: 172px;
    padding-top: 1px;
    position: relative;
    text-align: center;
    clear: both;
}

.footer .links
{
    margin: 0 auto;
    padding-bottom: 15px;
    width: 501px;
}

.footer ul
{
     list-style: none outside none;
     padding: 2px 15px;
}

.footer ul li
{
    float:left;
    font-size:14px;
    font-family: Century Gothic;
    padding: 0 8px;
    border-right: 1px solid #666666;
}

.footer ul li.last
{
    border-right:none;
}

.footer ul li a
{
    color:#666666;
    text-decoration:none;
}

.footer ul li a:hover
{
    text-decoration:underline;
}

.footer-logo
{
    background-image: url("../img/logo-footer.png");
    height: 98px;
    margin: 11px auto 0;
    width: 273px;
}

.copyright
{
    padding-top: 10px;
    background: #222;
    padding-bottom: 15px;
}

.copyright p
{
    margin:0;
}

.copyright p:first-child
{
    font-size:17px;
}

.main-layer
{
    background-color: #858585;
    color: #FFFFFF;
    font-family: "TypoSlabserif-Light";
    font-size: 20px;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    margin: 33px 0 0;
    padding-left: 15px;
    width: 830px;
    border-radius:3px;
}

.child-layer
{
    background-color: #EFEFEF;
    color: #272727;
    font-family: "TypoSlabserif-Light";
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    margin: 33px 0;
    padding-left: 15px;
    width: 830px;
    border-radius:3px;
}

.box
{
    height:300px;
}

.text-right
{
    float:left;   
    margin:60px 0 0 15px;
}

.offset1
{
    margin-left:20px;    
}

.offset2
{
    margin-left:40px;    
}

.offset3
{
    margin-left:60px;    
}

.offset4
{
    margin-left:80px;    
}

.offset5
{
    margin-left:100px;    
}

.bottom-bar
{
    /* background-image: url("../img/bottom-bar.png"); */
    height: 19px;
    margin: 75px 15px 24px;
    width: 828px;
}

.clear
{
    clear:both;
}

.relative
{
    position:relative;
}

.hide
{
    display:none;
}

.inline
{
    display:inline !important;
}

@font-face 
{  
    font-family: "TypoSlabserif-Light";  
    src: url( ../font/TypoSlabserif-Light.ttf ); /* IE */  
    src: local("TypoSlabserif-Light"), url( ../font/TypoSlabserif-Light.ttf ) format("truetype"); /* non-IE */  
} 