/* CSS Document */

/*body conifgurações de corpo*/

body {
	margin: 0;
	background: #EBEBEB url("imagens/brc.jpg") repeat-y center;
}

body, input, textarea, td, th {
	font-family: "Lucida Sans Unicode", Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

#total {
	clear: both;
	width: 770px;
	margin: 0 auto;
}

html>body #total {
	margin-top: -3px;	
}

/*Script do Menu*-----------------------------------------------------------------------------------------------*/
#menulist {
	list-style:none;
	float: right;
	width: 134px;
}
li.subitem{
	letter-spacing: -1px;
	line-height: 18px;
	display: block;
	font-size: 12px;
	text-align: right;
	background: url("imagens/fundo_sub_item.jpg") no-repeat;
	margin: 0 3px;
}
li.item{
	letter-spacing: -1px;
	line-height: 18px;
	font-size: 12px;
	display: block;
	text-align: center;
	background: url("imagens/fundo_itens.jpg") no-repeat;
}
#menu {
	float: left;
	width: 205px;
	height: 430px;
	background: url("imagens/fundo_menu.jpg") no-repeat;
}


#item a {
	background: url("imagens/fundo_item.jpg") no-repeat;
	
}
li.item a {
	color: #FFFFFF;
	text-decoration:none;
	
}
li.subitem a {
	color: red;
	text-decoration:none;
}
/*Fim Script do Menu*-----------------------------------------------------------------------------------------------*/

#conteudo{
	float: left;
	width: 500px;
	margin: 0 10px;
	padding: 20px 15px;
	
}
/* Script para image replace*/
.some {
	display: none;
	
}
.guia{
	width: 286px;
	height: 90px;
	background: url("imagens/guia_araraquara_pag.jpg") no-repeat center;
	
}
.conheca_a_regiao {
	width: 286px;
	height: 90px;
	background: url("imagens/conheca_turismo_regiao.jpg") no-repeat center;
}
/* Fim do Script para image replace*/
p {
	text-align:justify;
}
.lista {
	list-style-image:url("imagens/seta.jpg");
}

/* Tabelas */
.table_titulo {
	background-color:#D1D1D1;
	text-align:center;
	font-weight:bold;
}
.cor1 {
	background-color:#E9E9E9;
	text-align: left;
}
.cor2{
	background-color:#ffffff;
	text-align: left;
}
.fundo_table {
	background-color:#B0B0B0;
}
a {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}
/* Subtitulos */

h2 {
	font-size:16px;
	text-align: left;
	font-weight:bold;
	color:#990000;
}
h3 {
	font-size:14px;
	text-align: left;
	font-weight:bold;
	color:#990000;
}
