@charset "utf-8";
/* CSS Document */
*{
	outline:none;
	margin: 0;
	padding:0;
	background:#FFF;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color:#455560;
}
a img {	border: none;

}
.linkheader {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color: #455560;
	text-decoration:none;
}
.link {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	background: #cadad1;
	color: #455560;
	text-decoration:none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.clear {
	clear:both;
}
#geral {
	margin: 0 auto;
	width:952px;
	background:#FFF;
}
#logo {
	width:261px;
	height:150px;
	float:left;
}
#menutopo {
	/*background:url(../images/menu-topo.jpg);*/
	width:691px;
	height:60px;
	float:right;
	text-decoration:none;
}
.busca {
border:none;
background:url(../images/textarea.png);
width:182px;
height:20px;
padding-left:5px;
padding-top:2px;
float:left;
}
.botao {
border:none;
background:url(../images/bt.jpg);
width:32px;
height:22px;
margin-left:10px;
margin-right:5px;
}
.menuheader{
	text-align:right;
	width:691px;
	height:34px;
	list-style:none;
	display:block;
	float:left;
	font-size:12px;
}
.menuheader li{
	padding: 20px 0 0 20px;
	text-align:right;
	width:auto;
	height:34px;
	list-style:none;
	display:block;
	float:right;
	font-size:12px;
}
#menu {
	background:#cadad1;
	width:691px;
	height:60px;
	float:right;
}
#menu li {
	color:#45555f;
	display:block;
	list-style:none;
	text-align:right;
	padding: 20px 0 0 20px;
	background:#cadad1;
	width:auto;
	height:20px;
	float:left;
	font-size:16px;
	margin-left:25px;
}
#banner-principal {
	width:951px;
	height:376px;
}
#banner-esquerda {
	width:311px;
	height:125px;
	float:left;
	margin-top:10px;
}
#banner-meio {
	overflow:hidden;
	width:330px;
	height:125px;
	margin-top: 10px;
	margin-left:320px;
}
#banner-direita{
	width:311px;
	height:125px;
	float:right;
	margin-top:-125px;
}
#menu-footer{
	padding-top:15px;
	background:#cadad1 url(../images/menu-footer.jpg) no-repeat;
	width:951px;
	height:200px;
	margin-top:10px;
}
#menu-footer ul {
	color:#859596;
	background:#cadad1;
	float:left;
	width:160px;
}
#menu-footer li {
	color:#45555f;
	display:block;
	list-style:none;
	background:#cadad1;
	width:120px;
	font-weight: bold;
	float:left;
	padding: 2px;
	font-size:11px;
	margin-left:25px;
}
#menu-footer ul li ul{
	padding: 0;
	margin: 0;

}
#menu-footer ul li ul li{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#footer{
	width:951px;
	height:38px;
	text-align:center;
	font-size:10px;
	margin-top:5px;
}
.error_string{
	width: 420px;
	background: #fff4c9;
	border: 1px dashed #eabe0f;
	font: normal 12px arial;
	color:#8c7517;
	display: block;
	padding: 5px;
	margin: 5px 0;
}
.error_string p{
	background: #fff4c9;
	font: normal 12px arial;
	color:#8c7517;
}
