@charset "utf-8";
html {
	background:url(../images/fundo.jpg) #93080B no-repeat top center;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

a {	
	text-decoration:none;
	color:#000000
}

img {
	border:none;
}

ul, li {
	margin:0;
	padding:0;
}
h1, h2, h3, h4 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

h1 {
	color:#855821;
}

h2 {
	color:#BC0000;
}

h3 {
	color:#93080B;
	line-height:25px;
}

h4 {
	color:#000000;
}

h1 a { color:#855821; }

h4 a { color:#000000; }

h2 a { color:#BC0000; }

h3 a { color:#000000; }

p {
	text-align:justify;
	font-size:14px;
	line-height:18px;
	margin-bottom:5px;
	text-indent:20px;
}

p a {
	color:#000000;
}

.botao {
	float:right;
	padding:5px;
	background:#855821;
	color:#E9E4CF;
}

#geral {
	width:960px;
	margin:0 auto;
}

#topo {
	padding-top:5px;
	position:relative;
	margin-bottom:10px;
	height:329px;
	width:960px;
	margin:0 auto;
}

#topo .bannertopo {
	width:900px;
	height:250px;
}

#logo {
	z-index:101;
	position:absolute;
	top:0px;
	left:680px;
}

#slide {
	width:900px;
	margin:5px auto;
}

#slide img {
	width:900px;
	height:250px;
}

#content {
	width:960px;
	margin:0 auto;
}

/* CSS EQUAL HEIGHTS */


.rightback  {  
	width:100%;
	float:left;  
	background-color:#E9E2CF;  
	overflow:hidden;  
	position:relative;  
}  

.contentback  {  
	float:left;   
	width: 100%;  
	position:relative;  
	rightright: 575px; /* width of right sidebar */  
}  
	
.leftback  {  
	width: 100%;  
	position:relative;  
	rightright: 185px; /* width of the  content area */  
	float:left;  
	background: url(../images/fundocorpo.jpg) repeat-y center;  
}  

.container  {  
	width: 960px;  
	margin:0 auto;
}  

.leftsidebar  {  
	float:left;  
	width: 199px;  
	overflow:hidden;  
	position:relative;
}  

.content  {  
	float:left;  
	width: 555px;  
	overflow:hidden;  
	position:relative;
	padding:10px 10px; 
}  

.rightsidebar	{
	float:left;  
	overflow:hidden;  
	width: 186px;  
	position:relative; 
}  

/* FIM DO CSS EQUAL HEIGHTS */


/*  CSS MENU */
#menu {
	width:199px;
	float:left;
}

#menu ul li { 
	list-style:none;
	line-height:28px;
	color:#BC0000;
	font-weight:bold;
	width:199px;
}

#menu ul li a { 
	color:#BC0000;
	width:189px;
	padding-left:10px;
}

#menu ul li a:hover { 
	background:#FAD127;
}

#menu ul ul {
	border:none;
	margin:0;
	width:230px;
	background-color:#E9E4CF;
	border:#000000 solid 1px;
}

* html #menu ul ul {
	margin-top:5px;
}

#menu ul ul li a {
	background:#E9E4CF;
	margin:0;
	width:222px;
	line-height:30px;
	padding-left:10px;
	font-size:14px;
}
/* FIM DO CSS MENU */



/*  CSS CENTRO */

/* FORMULARIO (padro para todos formularios) */
form {
	clear:both;
	margin-top:20px;
	padding-top:0;
}
/* hacks */
/* IE 7 */
* html* + html/*/ * /**/ body form { margin-top:50px; }
/* IE 6 */
* html form { margin-top:10px; } 

form fieldset {
	padding-top:20px;
}

form legend {
	color:#BC0000;
	font-weight:bold;
	margin-bottom:10px;
}

form .linhainp {
	height:30px;
	clear:both;
}
form .linhamsg {
	height:120px;
	clear:both;
}
form label.error {
	float:left;
	font-size:10px;
	width:150px;
	text-align:left;
	line-height:20px;
	margin-left:5px;
	color:#FF0000
}

form label {
	float:left;
	width:100px;
	text-align:right;
	margin-right:5px;
}

form input {	
	width:250px;
	margin-bottom:10px;
	float:left;
	background:#E9E4CF;
	border:#855821 solid 1px;
}

form textarea {
	width:250px;
	height:100px;
	float:left;
	background:#E9E4CF;
	border:#855821 solid 1px;
}

form .botao {
	clear:both;
	border:#855821 solid 1px;
	background:none;
	width:100px;
	height:30px;
	color:#855821;
	margin-left:180px;
	margin-top:20px;
	cursor:pointer;
}
/* FIM DO FORMULARIO */

/* INICIO DADOS DE CONTATO */
.content .linha {
	clear:both;
	margin:10px 0;
	padding:0;
	height:35px;
}

.content .linha .esquerda {
	float:left;
	margin:5px;
	text-align:right;
	width:100px;
	font-weight:bold;
	color:#855821;
}

.content .linha .direita {
	float:left;
	margin:5px;
	text-align:left;
	width:300px;
}


/* FIM DADOS DE CONTATO */

.content .perfil {
	margin:20px 0;
}

/* CSS PAGINAÇÃO */
.paginacao {
	margin:10px;
	display:table;
	clear:both;
}

.paginacao li {
	float:left;
	margin:2px;
	border:1px solid #93080B;
}

.paginacao li a {
	color:#855820;
}

.paginacao li.atual {
	color:#FFF;
	background:#93080B;
}

.paginacao li a,
.paginacao li span {
	display:block;
	width:20px;
	line-height:20px;
	height:20px;
	text-align:center;
}
/* FIM DO CSS CENTRO */


/*  CSS DIREITA */

.vermelho {
	height:25px;
	background:#FAD127;
	padding-left:5px;
	margin:10px 0 10px 1px;
	clear:both;
}

* html .vermelho {
	background:#FAD127;
}

* html .vermelho h3 {
	padding-bottom:0;
	margin-bottom:0;
}

#busca {
	clear:both;
	margin:10px 0;
	padding-left:10px;
}

#busca label {
	color:#8B602B;
	font-weight:bold;
	font-size:14px;
}

#busca input {
	margin:10px 0;
	width:150px;
	background:#e9e4cf;
	border:#a6814c solid 1px;
	font-size:14px;
	height:20px;
}

#busca .botao {
	width:65px;
	height:23px;
	margin-left:40px;
	border:none;
	cursor:pointer;
	clear:both;
	border:#855821 solid 1px;
	background:#F9F4E5;
	color:#855821;
}

#banners {
	width:150px;
}

#banners iframe {
	margin:10px 0 10px 15px;
}

#banners img {
	margin:10px 15px;
}

/*  FIM CSS DIREITA */

/*  CSS RODAPE */

#rodape {
	background:url(../images/rodape.jpg) center bottom no-repeat;
	height:51px;
	width:960px;
	text-align:center;
	padding-top:20px;
	font-weight:bold;
	font-size:14px;
	clear:both;
}

#rodape a {
	color:#8B602B;
}

/* POPUP */
#popup { 
	position:absolute;
	margin:0 auto;
	z-index:1000;
	width:400px;
	margin-left:280px;
	top:350px 
}

#fecharpopup {
	width:100px;
	height:30px;
	line-height:30px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	background:#333;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	cursor:pointer
}

strong {
	font-weight: bold !important;
}
