@charset "utf-8";
/* Definicoes Gerais */

body{
	background:#D7D7BB url(../img/shared/back.jpg) repeat-x fixed;
	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	color: #c43100;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C43100;
}
a:hover {
	text-decoration: underline;
	color: #C43100;
}
a:active {
	text-decoration: none;
	color: #C43100;
}
p{
	line-height: 20px;
}
h3{
	color:#990000;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
li{
	margin-bottom: 5px;
}

/*Formatacao do corpo*/

#geral{
	width: 745px;
	background-color:#FFFFFF;
	margin:auto;
	border-right:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
}
#faixa_sup{
	width: 710px;
	height: 5px;
	background-color:#CC0033;
	margin:auto;
}
#logo{
	float:left;
	margin: 10px 0px 0px 25px;
}

.faixa_horizontal{
	width: 710px;
	margin: auto;
	height: 1px;
	background-color:#999999;
	clear:both;
}

#superior {
	height: 80px;
}
#menu{
	float:left;
	position:relative;
	top: 31px;
	left: 50px;
	clear:right;
	margin: 3px 0 0 0;
}
#menu ul{
	display:inline;
	font-size: 13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#menu li{
	display:inline;
	padding: 0px 5px 0px 5px;
	border-right:#CCCCCC solid 1px;
}
#menu li#last{
	border-right:#FFFFFF solid 1px;
}


#centro{
	margin: 15px 0 0 0;
	padding-bottom: 0px;
}
#centro p#msg{
	font-size: 12px;
	line-height: 20px;
	float:right;
	margin: 5px 35px 0 0;
	
}

#conteudo{
	width: 704px;
	margin: auto;
}

#footer{
	clear:both;
	margin:auto;
	width: 710px;
	height: 30px;
}

#footer p{
	font-size:10px;
	float:left;
	margin-top: 5px;
}
#footer p#dir{
	font-size:10px;
	float: right;
}
#news{
	margin:auto;
	margin-bottom: 10px;
	width: 710px;
}
#ad{
	width: 390px; /*Deve ser o mesmo tamanho do banner que estiver na home*/
	margin:auto;
	margin-bottom: 30px;
}

.end{
	clear:both;
}

/*INICIO Formatacao dos titulos das secoes*/
h2.sobre_nos  {
	background:url(../img/sobre_nos/title.gif) no-repeat;
	width:100%;
	height:20px;
	text-indent:-999999px;
	margin-bottom: 5px;
}
h2.servicos  {
	background:url(../img/servicos/title.gif) no-repeat;
	width:100%;
	height:20px;
	text-indent:-999999px;
	margin-bottom: 5px;
}
h2.links_uteis  {
	background:url(../img/links_uteis/title.gif) no-repeat;
	width:100%;
	height:23px;
	text-indent:-999999px;
	margin-bottom: 5px;
}
h2.contato  {
	background:url(../img/contato/title.gif) no-repeat;
	width:100%;
	height:20px;
	text-indent:-999999px;
	margin-bottom: 5px;
}
/*FIM Formatacao dos titulos das secoes*/

/*Especifico da secao Sobre Nos*/

#c1{
	width: 420px;
	padding: 0 0 0 10px;
	float:left;
}
#c2{
	width: 240px;
	height: 150px;
	float:right;
}
#c2 img{
	margin: 0 0 0 15px;
}
