@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background-color:#F8F8F8;
	margin:0px;
	padding:0px;
}
.header{
	width:990px;
	height:113px;
	background-color:#FFF;
}
.header .marca{
	position:absolute;
	top:25px;
	left:25px;
}
.header h1{
	font-size:10px;
	font-weight:normal;
	color:#999;
	width:210px;
	text-align:right;
	position:absolute;
	top:40px;
	left:770px;
}
.menu{
	height:29px;
	width:990px;
	background:#F8F8F8 url(img/menu_bg.png) repeat-x 0px 0px;
	border-bottom:1px solid #656565;
	border-top:1px solid #656565;
}
.menu ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
	height:28px;
	border-bottom:1px solid #FAFAFA;
  background:url(img/menu_separador.png) no-repeat 10px 0px;
}
.menu ul li{
	float:left;
	padding:8px;
	width:65px;
	text-align:center;
	background:url(img/menu_separador.png) no-repeat right;
	list-style:none;
}
.menu ul li a{
	text-decoration:none;
	color:#333;
}
.menu ul li a:hover, .menu ul li a:active{
	color:#005C93;
}
.banner{
	width:950px;
	height:180px;
	background:#F8F8F8;
	/*background:#EFEFEF;*/
	padding:20px;
}
.banner .imagem{
	width:950px;
	height:180px;
	background:url(img/teste3.jpg);
}

.content{
	width:950px;
	min-height:420px;
	background:#F8F8F8;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}

.footer{
	height:20px;
	width:990px;
	background:#005C93;
}
.footer p, .footer p a{
	font-size:9px;
	text-align:center;
	padding:3px;
	color:#FFF;
	margin:0px;
}

