@charset "utf-8";
/* CSS Geral */
div#container {
	width:770px;
	height:auto;
	margin: 0 auto;
}
div#topo {
	width:770px;
	height:120px;
}
.menu_main {
	width:576px;
	float:left;
	margin-top:45px;
	margin-left:40px;
}
.menu_main ul {
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: right;
//set value to "left", "center", or "right"*/
}
.menu_main ul li {
	display: inline;
}
.menu_main ul li a {
	font-weight:500;
	font-size:15px;
	color: #1d506b;
	padding: 1px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 5px; /*spacing between each menu link*/
	text-decoration: none;
	border-top: 3px solid #dedede; /*bottom border is 3px*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	

}
.menu_main ul li a:hover, .menu_main ul li a.selected {
	border-top-color: #1d506b;
}

div#banner {
	width:770px;
	height:210px;
}

div#rodape {
	width:100%;
	height:200px;
	background-color:#1d506b;
	background-image:url(../imagens/wall_rodape.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
div#boxEndereco {
	margin:0 auto;
	width:770px;
	height:35px;
	margin-top:3px;
}
div#boxEndereco  p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	text-indent:15px;
	text-align:center;
	color:#dedede;
	padding:0 15px 0 15px;
	}
div#boxLogin {
	margin:0 auto;
	width:770px;
	height:80px;
	border-bottom:1px #dedede solid;
}
div#boxweb { float:left; margin-left:150px; margin-top:5px; color:#dedede; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
div#rodapetopo {
	margin:0 auto;
	border-bottom:1px #dedede solid;
	height:40px;
	width:770px;
}
/* Formularios */

form {
	margin-top:25px;
	float:left;
	margin-left:10px;
}
label, legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.inputLogin {
	background:#dedede;
	padding:3px;
	border:solid 1px #dedede;
}
.buttonLogin {
	background:#dedede;
	padding:2px;
	border:solid 1px #1d506b;
}

#boxVersoes {
	width:50px;
	height:30px;
	float:right;
	margin-top:10px;
	margin-right:12px;
}