*
{
	margin: 0;
	padding: 0;
}

html 
{
	height: 100%;
}

body 
{
	margin: 0;
	padding: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(../../img/body_background.jpg) repeat;
}

a 
{
	font-weight: bold;
	color: #cd1300;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}


/* Estrutura dos DIVs */
#container 
{
	width: 770px;
	background: url(../../img/container_background.png) repeat-y;
}

#top-bar 
{
	padding-top: 3px;
	padding-right: 10px;
	height: 20px;
	background: url(../../img/top-bar_background.png) no-repeat;
	text-align: right;
}

#top-bar a 
{
	color: #454545;
	font-weight: normal;
}

#container-conteudo 
{
	float: left;
	width: 770px;
	background: url(../../img/conteudo_background.png) repeat-y;
}

#cabecalhos 
{
	height: 142px;
}

/* Menu, coluna central e coluna direita */
#menu, #centro, #direita 
{
	float: left;
	position: relative;
}


/* Menu */
#menu 
{
	width: 140px;
	padding-top: 50px;
	background: url(../../img/detalhe-esq_cabecalho.png) no-repeat;
}

#menu ul 
{
	position: relative;
	left: 5px;
	list-style: none;
	margin-bottom: 20px;
}

#menu ul li.subitens
{
	background: none;
	width: 120px;
	height: auto;
	background: url(../../img/setas-subitens.png) right 5px no-repeat;
}

#menu ul li.subitens a
{
	padding: 0;
	width: 112px;
	padding-right: 8px;
	height: auto;
	color: #363f2d;
	font-weight: normal;
	text-indent: 10px;
}

#menu ul li 
{
	display: block;
	width: 129px; 
	height: 27px;
	background: url(../../img/menu_background.png) no-repeat;
	margin-bottom: 4px;
	text-align: right;
}

#menu ul li a 
{
	display: block;
	padding-top: 5px;
	padding-right: 7px;
	width: 122px; /* 129px (largura) - 7px (padding-right) */
	height: 22px; /* 27px (altura) - 5px (padding-top), para o texto ficar alinhado no meio */
	color: #fff;
}
/* Fim Menu */


/* Centro */
#centro 
{
	width: 446px;
	margin-top: 10px;
}

#centro #novidades 
{
	clear: both;
}

#centro h2, #centro #novidades h2, #centro h4
{
	padding-top: 7px;
	width: 216px;
	height: 19px;
	text-indent: 7px;
	font: bold 10px Tahoma, Verdana, Arial;
	color: #ab0a00;
	text-transform: uppercase;
	background: url(../../img/barra-titulos_menor.png) no-repeat; 
}

#centro p 
{
	padding: 12px;
	text-align: justify;
}

#centro #novidades h2
{
	width: 436px;
	position: relative;
	left: 6px;
	background: url(../../img/barra-titulos_maior.png) no-repeat;
}

#centro h4
{
	width: 436px;
	position: relative;
	left: 6px;
	background: url(../../img/barra-titulos_maior.png) no-repeat; 
}

#centro #novidades ul 
{ 
	margin: 0 0 0 23px;; 
	padding: 0; 
	list-style: none; 
}

#centro #novidades ul li 
{
	width: 400px;
}

#centro #novidades ul li.line1 { background: #e8d9d8; }
#centro #novidades ul li.line2 { background: #fff; }
#centro #novidades ul li a 
{
	display: block;
	padding: 5px 5px 5px 5px;
	height: 1%;
	font-weight: normal;
	color: #000;
}

#centro #novidades ul li a:hover 
{
	text-decoration: none;
	color: #c17b77;
}

#centro #novidades ul li a span 
{
	color: #ca6059;
	font-weight: bold;
	font-size: 10px;
	margin-right: 10px;
}


#centro #home-destaque1, #centro #home-destaque2 
{
	float: left;
	position: relative;
	left: 5px;
	width: 216px;
}

#centro #home-destaque2
{
	left: 10px;
}

#centro #home-destaque1 img, #centro #home-destaque2 img 
{ 
	margin-top: 10px;
	margin-left: 15px;
}

#centro #home-destaque1 p, #centro #home-destaque2 p 
{
	padding: 10px 15px 10px 15px;
}
/* Fim Centro */


/* Direita */
#direita 
{
	width: 181px;
}

#direita input 
{
	width: 123px;
	margin-left: 14px;
	background: #dddddd;
	border: none;
}

#direita input.botao 
{
	position: relative;
	margin-left: 0;
	top: 3px;
	width: 29px;
	height: 17px;
	background: none;
}

#direita .separador 
{
	clear: both;
	margin-left: 2px;
	width: 181px;
	height: 27px;
	background: url(../../img/separadores-direita.png) no-repeat;
}

#direita h3 
{
	margin-top: 20px;
	margin-left: 12px;
	width: 159px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
}

#direita h3.busca 
{
	background: url(../../img/titulo-procurar.png) no-repeat;
}

#direita h3.veja 
{
	background: url(../../img/titulo-vejatambem.png) no-repeat;
}

#direita #banners 
{
	margin-top: 15px;
	margin-left: 18px;
}
/* Fim direita */


/* Footer */
#footer 
{
	clear: both;
	padding-top: 15px;
	padding-left: 10px;
	height: 30px;
	background: url(../../img/footer_background.png) no-repeat;
}

#footer p
{
	float: left;
	font-weight: bold;
	color: #444444;
}

#footer span 
{
	float: right;
	display: block;
	margin-right: 8px;
	width: 51px;
	height: 20px;
	background: url(../../img/footer_logo-fd.png) no-repeat;
}

#footer span a 
{
	display: block;
	margin-right: 8px;
	width: 51px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}

.texto-tabela {
	color: #FFFFFF;
	font-weight: bold;
	font-size:11px;
	text-align:center;
}

.textoint-tabela {
	font-size:11px;
	text-align:center;
}


/* Disposição Mapa do Site */
#mapasite{
	width: 350px;
	padding-left: 50px;
	
}

ul.mapa_site
{
	
	margin-top: 10px;
	margin-left: 50px;
}

ul.mapa_site li
{
	list-style-image: url(../../img/ico_mapasite_links.png);
	margin-top: 5px;
}

ul.mapa_site li a, ul.mapa_site li a:visited
{
	font-weight: bold;
	color: #363f2d;
}

ul.mapa_site_links
{
	margin-left: 0;
}

ul.mapa_site_links li 
{
	margin-left: 20px;
	list-style-image: url(../../img/ico_mapasite_subs.png);
}

ul.mapa_site_links li a, ul.mapa_site_links li a:visited
{
	font-weight: bold;
	color: #cd1300;
}

ul.mapa_site_links ul
{
	margin-bottom: 5px;
}

ul.mapa_site_links ul li
{
	margin-left: 0;
	list-style-image: url (../../img/ico_mapasite_opcoes.png);
}

ul.mapa_site_links ul li a, ul.mapa_site_links ul li a:visited
{
	font-weight: normal;
}
/* FIM Disposição Mapa do Site */


.bt-enviar{
	width: 60px;
	text-align: center;
	height: 20px;
	background: #d7d7d7;
	font-size: 10px;
	color:#ab0a00;
	font-weight:bolder;
	border: 1px solid #ab0a00;
	border-left: 5px solid #ab0a00;
}
