html {
	height:100%;
}
body, div, #top, #main, #footer, h1, h2, h3, p, h4, h5, h6 {
	margin: 0;
	padding: 0;
	display: block;
}
body {
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	font-size: 90%;
	background:url(../images/fundo_topo.gif) top left repeat-x, url(../images/fundo.gif) center repeat-y;
	height:100%;

}
.bg{
	position:relative;
	top:0;
	margin:0 auto;
	height:100%;
	width: 970px;
	background:url(../images/fundo_topo.gif) top left repeat-x, url(../images/fundo2.gif) left repeat-y;
	z-index:2;
	height:100%;
}
.bg2{
	position:fixed;
	top:0px;
	min-height: 100%;
	width: 100%;
	background:url(../images/fundo_arv.gif) left bottom no-repeat;
	opacity:0.2;
	z-index:3;
}
#wrapper{
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index:4;
}
#top, #main, #footer{
	width:970px;
	margin:0 auto;
}

#top {
	height:129px;
}
.logo {
	padding:25px 36px 25px 4px;
	float:left;
}
.mod_topo{
height:120px;
padding:4px;
float:left;
width:770px;
}

#main {
	position: relative;
	min-height:300px;
	background:url(../images/fundo_main.gif) top right;
	clear:both;
	overflow:hidden;
}

#left {
width:190px;
float:left;
margin-right:10px;
}

#content {
width:500px;
float:left;
background:#FFF;
padding:20px;

}

#right {
width:220px;

float:left;
background:#DEE0D5;
}

#footer {
	clear:both;
}
.footLeft {
height:200px;
width:180px;
float:left;
margin-right:10px;
padding:10px 10px 10px 0;
}
.footRight {
height:200px;	
width:750px;
float:left;
padding:10px;
}

a img {
	border:0;
}
ul, menu, dir {
list-style-type: none;
padding:0;
margin: 0;
}
#main fieldset {
border: 0;
background: #F6F6F6;
outline:1px solid #E9E9E9;
margin: 0 5px;
}
#right fieldset.userdata {
border:0;
text-align:justify;
margin-top:20px;
padding-bottom:5px;
}
#right fieldset.userdata input{
float:right;
}
#right fieldset.userdata label{
height:30px;
float:left;
clear:both;
}
#form-login-remember {
clear:both;
display:block;
float:left;
}
#form-login-remember input{
margin-left:15px;
}
#right fieldset.userdata input.button{
float:right;
}

#right #form-login-username {
color:#344231;
}

#right #login-form ul {
list-style: none;
padding-left:15px;
margin-top:0;
}

#right #login-form li {
padding:3px 0;
}

#right #login-form li a{
color:#FFF;
text-decoration:none;
padding:0;
margin:0;
}
label#password-lbl{
padding-right: 86px;
}

.breadcrumbs, .breadcrumbs a, .breadcrumbs span{
color:#DEE0D5;
text-decoration:none;
font-size:0.9em;
}

table {
border-spacing: 0;
}

table td{
border:1px solid #EBF1E6;
padding:5px;
}

table td:first-child {
padding-right:20px;
}
table td:first-child p{
color: #344231;
}
.panel{
background: #F6F6F6;
outline:1px solid #E9E9E9;
padding: 5px;
}
#main .panel fieldset{
background: none;
outline:0;
border: 0;
padding: 5px;
}