* {
    font-family: Calibri, Verdana, Arial;
    font-size: 12px;
    margin:0;
    padding:0;
    outline: none;
}
body { background: #003D6F url('../images/background.body.jpg') repeat-x top center; min-width: 1009px; }
.clear { clear: both; }

img{
	border:none;
}

#site {
    width: 1009px;
    margin: 0 auto;
}

/* HEADER */
#header {
    width: 1009px;
    height: 121px;
    background: url('../images/background.header.jpg') no-repeat top center;
}
#header a.logo {
    float: left;
    width: 141px;
    height: 53px;
    background: url('../images/logo.jpg') no-repeat top center;
    margin: 20px 0 0 14px;
}
#header .topmenu {
    float: right;
    text-align: right;
    color: #FF9900;
    padding: 23px 44px 0 0;
    font-size: 10px;
}
#header .topmenu a { text-decoration: none; text-transform: uppercase; color: #FF9900; font-size: 10px; }

#header .indique {
    width: 181px;
    height: 230px;
    background: url('../images/background.indique.png') no-repeat top center;
    position: absolute;
    top: 40px;
    float: right;
    margin-left: 810px;
    z-index: 999;
    padding: 0 23px;
    display: none;
}
#header .indique span { font-size: 14px; font-weight: bold; float: left; color: #ff9900; margin: 19px 0 0 0; width: 180px; }
#header .indique label { padding: 4px 0; width: 45px; float: left; margin-top: 4px; font-weight: bold; }
#header .indique input { float: left; padding: 3px 2px 2px; border: 1px solid #ffd132; width: 130px; color: #000; margin-top: 4px; height: 15px; }
#header .indique input.bt { float: right; display: block; padding: 2px 10px; font-size: 14px; color: #fff; background-color: #ff9900; width: auto; height: auto; font-weight: bold; }

/* MENU */
#header .menu {
    margin: 0 0 0 163px;
    padding: 10px 0 0 0;
    height: 20px;
}
.menu a {
    float: left;
    padding-left: 10px;
    height: 30px;
    background: url('../images/btn.menu.left.jpg') no-repeat top left;
    text-decoration: none;
    margin: 7px 1px 0 0;
}
.menu a span {
    float: left;
    padding: 7px 10px 6px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: url('../images/btn.menu.right.jpg') no-repeat top right;
}
.menu a:hover, .menu a.active { margin: 0 1px 0 0; height: 37px; background: url('../images/btn.menu.left.over.jpg') no-repeat top left; }
.menu a:hover span, .menu a.active span { background: url('../images/btn.menu.right.over.jpg') no-repeat top right; padding: 9px 10px 11px 0; }

/* CONTENT */
#content {
    padding: 10px;
    background: #fff;
    width: 989px;
    background: url('../images/background.content.png') no-repeat bottom center;
}

#content .teaser {
    width: 988px;
    height: 230px;
    margin-bottom: 25px;
    overflow: hidden;
}
.teaser div { z-index: 999; position: relative; top: 195px; left: 10px; }
.teaser div a { float: left; padding: 3px 6px; color: #003D6F; background: #fff; font-size: 16px; font-weight: bold; text-decoration: none; margin-right: 2px; }
.teaser div a:hover, .teaser div a.activeSlide { color: #ff9900; }

#content .box { float: left; width: 300px; padding: 0 10px; }
.box h1 { font-size: 16px; color: #ff9900; margin-bottom: 20px;}
.box h2 { font-size: 14px; color: #000; margin: 0 0 10px 10px; }
.box img { float: left; margin: 0 8px 8px 0; }
.box img.b { padding: 3px; border: 1px solid #ccc; }
.box a.mais { float: right; font-weight: bold; color: #ff9900; margin-top: 20px; font-size: 14px; text-decoration: none; }
.box span.dt { float: left; font-weight: bold; color: #ff9900; }
.box span.title { float: left; margin-bottom: 12px; width: 300px; }

/* FOOTER */
#footer {
    width: 1009px;
    height: 72px;
    background: url('../images/background.footer.png') no-repeat top center;
}
#footer a {
    float: left;
    margin: 25px 0 0 480px;
    width: 49px;
    height: 14px;
    background: url('../images/espaco.id.jpg') no-repeat top center;
}
