@import url(principal.css);

/* -------------------------------- CSS RESET ------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
input, select, textarea {
    margin: 0;
	padding: 0;
	border: 0;
	outline: none;
    font: 12px Verdana;
    text-align: center;
    line-height: 1.5;
	vertical-align: middle;
    color: #90B28E;
}
body {
    width: 100%;
    height: 100%;
    background-color: #000;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
input, select, textarea {
    text-align: left;
    font: 11px Verdana;
    color: #000;
    border: 1px solid #000;
    padding: 3px;
}
input:focus, select:focus, textarea:focus {
    background-color: #CCC;
}
select {
    height: 21px;
}
/* -------------------------------------------------------------------------- */

/* --------------------------------- BANNER --------------------------------- */
#banner {
    width: 660px;
    height: 90px;
    border: 1px solid black;
    background-color: white;
    position: fixed;
    top: 50px;
    margin-left: 40px;
    padding: 15px;
    z-index: 99999;
}
#banner a.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
}
/* -------------------------------------------------------------------------- */

/* -------------------------------- CABEÇALHO ------------------------------- */
#cabecalho {
    width: 100%;
    height: 139px;
    text-align: center;
    background-image: url(../imagens/cabecalho_fundo.jpg);
}
#cabecalho_container {
    width: 779px;
    text-align: center;
    margin: auto;
    padding: auto;
}
#cabecalho_restrito {
    width: 10px;
    height: 14px;
    margin-top: 115px;
    float: right;
}
#cabecalho_container object {
    margin: 40px -70px 0 70px;
    float: left;
}
/* -------------------------------------------------------------------------- */

/* -------------------------------- CONTEÚDO -------------------------------- */
#conteudo {
    width: 100%;
    float: left;
    background-color: #1B1B1B;
    border-top: 1px solid #3C3C3C;
}
#conteudo_container {
    width: 779px;
    margin: auto;
    padding: auto;
}
/* -------------------------------------------------------------------------- */

/* -------------------------------- PRINCIPAL ------------------------------- */
#principal {
    width: 260px;
    height: 400px;
    padding: 10px;
    float: left;
}
#principal_container {
    position: relative;
    width: 250px;
    height: 400px;
    float: left;
    overflow: hidden;
}
/* -------------------------------------------------------------------------- */

/* --------------------------------- DIREITA -------------------------------- */
#direita {
    width: 499px;
    height: 435px;
    float: right;
}
/* -------------------------------------------------------------------------- */

/* ---------------------------------- MENU ---------------------------------- */
#menu {
    width: 140px;
    height: 395px;
    background-color: #494542;
    float: left;
    padding: 20px;
    opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75);
}
#menu img {
    float: left;
}
#menu_item {
    width: 140px;
    height: 30px;
    float: left;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 13px;
    margin: 1px;
}
#menu_item:hover {
    background-color: #606760;
    color: #AFDDAC;
    opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75);
}
#menu_item_ativo {
    width: 140px;
    height: 30px;
    float: left;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 13px;
    margin: 1px;
    background-color: #606760;
    color: #AFDDAC;
    opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75);
}
/* -------------------------------------------------------------------------- */

/* --------------------------------- IMAGENS -------------------------------- */
#imagens {
    width: 100%;
    height: 90px;
    float: left;
    background-color: #272727;
    border-top: 1px solid #3C3C3C;
    border-bottom: 1px solid #3C3C3C;
}
#imagens_caixa {
    position: relative;
    width: 693px;
    height: 100%;
    overflow: hidden;
    margin-top: 6px;
    margin-left: 6px;
}
#imagens_caixa img {
     padding: 2px;
}
#scrollLinks {
    width: 759px;
    height: 100%;
    margin: auto;
    padding: auto;
}
#scrollLinks a.mouseover_left {
    width: 27px;
    height: 27px;
    float: left;
    margin-top: 30px;
    background-image: url(../inc/imagens/scroll_esquerda.gif);
}
#scrollLinks a.mouseover_right {
    width: 27px;
    height: 27px;
    float: right;
    margin-top: 30px;
    background-image: url(../inc/imagens/scroll_direita.gif);
}
#scrollLinks a.mouseover_left:hover {
    background-image: url(../inc/imagens/scroll_esquerda_hover.gif);
}
#scrollLinks a.mouseover_right:hover {
    background-image: url(../inc/imagens/scroll_direita_hover.gif);
}
/* -------------------------------------------------------------------------- */

/* --------------------------------- RODAPÉ --------------------------------- */
#rodape {
    width: 100%;
    height: 40px;
    float: left;
}
#rodape_container {
    width: 779px;
    font-size: 10px;
    text-align: right;
    margin: 10px auto;
    padding: auto;
}
/* -------------------------------------------------------------------------- */

/* ----------------------------- MENSAGENS AJAX ----------------------------- */
#carregando {
    width: 222px;
    height: 48px;
    border: 1px solid #000;
	background-image: url(../inc/imagens/formulario_ajax_enviar.gif);

    /* canto direito inferior */
    position: absolute;
	right: 0;
	bottom: 0;
    margin: 0 5px 5px 0;
}
#msg_sucesso {
    width: 235px;
    font: 12px Verdana;
    color: #000;
    background-color: #CCFF66;
    border: 1px solid #9BB828;
    padding: 5px;
    margin-top: -5px;
}
#msg_erro {
    width: 235px;
    font: 12px Verdana;
    color: #000;
    background-color: #FF9999;
    border: 1px solid #E60000;
    padding: 5px;
    margin-top: -5px;
}
/* -------------------------------------------------------------------------- */
