@charset "utf-8";
/**************BODY*****************/
body {
	/*background-image:url(../img/bg_body2.jpg);
	background-attachment: fixed;*/
	background-color:#E8E8E8;s
	margin: 0;
	padding: 0;
}

* {
	margin:0;
	padding:0;
}
/**************FORMATACAO DOS TEXTOS*****************/
body,td,th {
	font-size: 11px;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
}


img {
	border:none;
}


img a:hover 
{
	border: none;
}

img a{
	text-decoration:none;
	border:none;
}


/**************DIV PRINCIPAL*****************/
#principal {
	min-height:500px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
/**************COLUNA ESQUERDA HOME*****************/
#coluna_esquerda {
	width: 700px;
	min-height: 400px;
	margin-left:5px;
	float:left;	
}
/**************COLUNA DIREITA HOME*****************/
#coluna_direita {
	width: 230px;
	min-height: 600px;
	float: left;
	margin-left:10px;
}
/**************CAIXAS VERMELHAS*****************/
.div_titulo {
	width: 230px;
	height: 14px;
	padding: 10px 0px;
	background-image: url(../img/bg_titulo.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

/**************CAIXAS BRANCAS*****************/
.div_titulo2 {
	width: 250px;
	height: 14px;
	background-image: url(../img/bg_titulo2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/**************LINKS UTEIS HOME*****************/
#links_uteis {
	margin-top: 10px;
}
/**** ALINHAMENTO DESTAQUES HOME ****/
#destaques {
	margin-top:5px;
}
/**************COLUNA DESTAQUE ESQUERDA HOME*****************/
#destaques_esquerda {
	float:left;
	width: 250px;
}
/**************COLUNA DESTAQUE DIREITA HOME*****************/
#destaques_direita {	
	width: 250px;
	float:left;
	margin-left:28%;
}
/**************ALINHAMENTO DE IMAGENS*****************/

.img01 {
	margin-right: 5px;
	border:none;
}
.img0 {
	margin-left: 645px;
	margin-bottom: 20px;
	border:none;
}
.img3 {
	margin-left: 250px;
	border:none;
}
.img4 {
	margin-left: 400px;
	border:none;
}
.img6 {
	margin-bottom: 150px;
	border:none;
}
.img2 {
	margin-left: 450px;
	border:none;
}
.imgServicos{	
	margin-left:135px;
	border:none;
}

.margem_direita {
	margin-right: 10px;
}
/*******************SOLUCAO TEMPLATE PRODUTOS*******************/
#solucao {	
	float:left;
	padding-right:5px;
	padding-left:5px;
	width:680px;
}
/*******************COLUNA ESQUERDA PRODUTOS - PAGINAS*******************/
#coluna_esquerda_produtos {	
	width:230px;
	float:left;
	padding-left:5px;
}
/*******************NOME PRODUTO*******************/
#nome_produto {
	font-size: 2em;
	color: #C2112E;
}
/*** CONTEUDO TEMPLATE PAGINAS ***/
#conteudo{
	float:left;
	padding-right:5px;
	padding-left:5px;
	margin-left:5px;
	width:695px;
	min-height:800px;
}
/*** TITULOS ***/
.tituloVermelho{
	color:#900;
	text-decoration:none;
}

.tituloVermelhoGrande{
	color:#900;
	text-decoration:none;
	font-size: 20px;
	font-weight:bold;
}

.negrito{
	font-weight:bolder;
}

/*** RODAPE ***/
#rodape {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	min-height: 50px;
	background-color:#f2f2f2;
	text-align: center;
	color: #5D666F;
	font-weight: bolder;
	padding-top: 5px;
	font-size:9px;
	clear:both;
}

#rodape p a{
	text-decoration:none;
	color:#000;
	font-weight:bolder
}
/***** TOPO ***/
#fundo_topo {
	background-image: url(../img/bg_top.png);
	background-repeat: repeat-x;
	height: 108px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
}
/**************CORRECAO BUG*****************/
#clearAll {
	clear: both;
}
/************************************ LINKS ************************************************/
a:link {
	text-decoration: none;
	color:#000;
	font-weight: bold;
}
a:visited {
	color:#666;
}
a:hover {
	background-color: #B90F33;
	color: #FFF;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	color: #8B4D18;
}


.alinhar_esquerda
{
	text-align:left;
}

.alinhar_centro
{
	text-align:center;
}


.alinhar_logos
{
	margin-left:50px;
}
#jQueryUIAccordion a:hover {
	text-decoration: none;
	background-color:#FFF;
}

#jQueryUIAccordion p a:hover{
	color:#FFF;
	background-color:#B90F33;
}

#jQueryUIAccordion p a:visited{
	color:#F30;
	background-color:#FFF;
}

#degrade {
	background-image: url(../img/degrade.png);
	background-repeat: repeat-x;
}


