/*****
 * Autor: Néstor Fioritto Briano @ http://www.nfbriano.com
 * © 2008 - Todos os direitos reservados
 */

* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    border: none;
}

html {text-align: justify;}

hr {display: none;}

a, b, em, strong, abbr, span {vertical-align: baseline;}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

blockquote {margin-left: 1.8em;}

ul, ol, dd {
    margin-left: 1.8em;
    margin-bottom: .6em;
    text-align: left;
}

ul li, ol li {
    background-attachment: scroll;
    list-style-position: outside;
    text-align: justify;
}

ul li {list-style-type: square;}

ol li {list-style-type: decimal;}

dt {margin: .6em 0;}

dd {margin-bottom: 0; color:#CC3300;}

a {color: #102C8A; text-decoration: underline;}

a:hover {text-decoration: none;}

.nao_exibir {display: none;}

body, td, th {
    cursor: default;
    margin: 0;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333333;
    padding: 0;
    background-image: url(../images/papel-reciclado.png);
}

#body2 {
    /*width: 755px;*/
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}

#header {
    margin-top: 1em;
    height: 80px;
}

.logo {float: left;}

.logo a {
    text-indent: -999em;
    display: block;
    background-image: url(../images/mr7-logo.gif);
    background-repeat: no-repeat;
    height: 73px;
    width: 143px;
    margin-left: 0.3em;
}

#idiomas {float: right;}

#idiomas ul li {
    display: inline;
    font-size: 80%;
    padding-right: .3em;
}

#idiomas ul li a {
    color: #000066;
}

#menu-main {
    position: relative;
    height: 33px;
    color: #E0E0E0;
    width: 100%;
    font-family: Helvetica,Arial,Verdana,sans-serif;
}

#menunav {
    height: 33px;
    font-size: 16px;
    text-transform: lowercase;
    font-weight: bold;
    background-image: url(../images/menu-bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: transparent;
}

#menu-container {
    margin-left: 200px;
}

#menunav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
}

#menunav ul li{
    display: block;
    float: left;
    margin: 0 1px;
}

#menunav ul li a{
    display: block;
    float: left;
    color: #EAF3F8;
    text-decoration: none;
    padding: 0 0 0 20px;
    height: 33px;
}

#menunav ul li a span{
    height: 21px;
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
}

#menunav ul li a:hover{
    color:#FFFFFF;
    background-color: transparent;
    background-image: url(../images/menu-over.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

#menunav ul li a:hover span{
    display: block;
    width: auto;
    cursor:pointer;
}

#menunav ul li a.sel, #menunav ul li a.sel:hover{
    color: #666666;
    line-height: 200%;
    background-image: url(../images/menu-bg-sel-esq.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

#menunav ul li a.sel span{
    display: block;
    padding: 0 20px 0 0;
    width: auto;
    height: 33px;
    background-image: url(images/menu-bg-sel-dir.png);
    background-repeat: repeat;
    background-position: top;
}

#menunavbottom {
    background-color: #FFBE11;
    line-height: 5px;
}

#conteudo {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFBE11;
    border-left-color: #FFBE11;
}

#chamada-mr7 {
    clear: both;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8em;
    background-image: url(../images/chama-bg.png);
    background-repeat: repeat-y;
    display: block;
    padding: 1.5em .6em;
}

#chamada-mr7 a {
    color: #CCCCCC;
}

.chamada {
    padding: 1em;
    clear: both;
}
.chamada a {
    color: #339966;
}
span.link {
    display: block;
    margin-top: .5em;
}
.chamada p {
    margin: 0;
    padding: 0;
}
.chamada-separa {
    border-top: solid 1px #FFBE11;
}
.chamada-dir img, .chamada-esq img {
    display: inline;
    margin: 0;
}
.chamada-dir img {
    float: right;
    text-align: right;
    padding: 0 0 0 1em;
}
.chamada-esq img {
    float: left;
    text-align: left;
    padding: 0 1em 0 0;
}

span.mr7green {
    color: #339966;
    vertical-align: baseline;
}

#conteudo2 {
    padding: 1em;
}

h2, h3 {
    color: #003366;
    text-align: left;
}

#conteudo2 p {
    margin-top: 1em;
}

.logo-mr7green {
	float: right;
	margin-left: 1em;
}

#contato #form_contato, #contato .trabalheaqui {
	margin-top: 1em;
	padding: .6em;
	border: 1px solid #003366;
}

#form_contato input, #form_contato select, #form_contato textarea{
	background-color: #DFDFDF;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	margin-bottom: .3em;
}

.input_width {
	width: 40em;
}

.textarea_width {
	width: 50em;
}

#form_contato select {
	width: 13.5em;
}

#botoes input {
	margin-left: 1em;
	border: 1px solid #999999;
	margin-top: .3em;
	padding: .3em .6em;
	cursor: pointer;
}

.clear_both {
	clear: both;
	width: 100%;
	display: block;
	line-height: 0;
}

#footer {
    clear: both;
    /*color: #999999;*/
    color: #FFFFFF;
    text-align: center;
    padding: 1em;
    /*background-color: #000066;*/
    background-color: #064181;
}

#footer a {
	color: #309266;
}

#footer a:hover {
	text-decoration: none;
}

#footer_contato {
    float: left;
    text-align: left;
    width: 40%;
}
#footer_contato h4, #footer_menu h4 {
    margin-bottom: .1em;
}

#footer_menu {
    float: right;
    text-align: left;
    width: 20%;
}
#footer_menu p {
    text-transform: lowercase;
}

#footer_gbcbrasil {
    float: left;
    width: 30%;
    text-align: center;
}

#copyright {
    margin-top: 1em;
	font-size: 80%;
}

#powerby .tags, #powerby .adr, #powerby .org {
	display: none;
}

.footer-info, .vcard {
	font-size: 70%;
	margin-top: .6em;
}
