@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border:none;
	text-decoration:none;
}
html{
	background-image:url('../_img/bg.jpg');
}
body{
	background-color:#fff;
	width:790px;
}
#cabecalho{
	text-align:center;
	height:352px;
	background-image:url('../_img/sombra.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
}
#cabecalho2{
	text-align:center;
	height:313px;
}
#cabecalho img, #cabecalho2 img{
	width:772px;
	height:310px;
	margin-bottom:3px;
	margin-top:3px;
}
/************************************************************
	TABLE
************************************************************/
table{
	width:790px;
	display:table;
}
table #tdLeft, table #tdRight, table #tdCenter{ vertical-align:top; }
table #tdLeft, table #tdRight{	width:160px;}
table #tdCenter{ width:470px; }
table #tdBottom{
	padding-right:150px;
	padding-left:150px;
	background-image:url('../_img/bottom.jpg');
	background-position:-43px;
	height:55px;
	width:790px;
	text-align:center;
}
table #tdBottom p{
	margin:10px 0 0 20px;
}
/**********************************************************************
	ESQUERDA
**********************************************************************/
#titleNewsletter, #titleMenu{
	background-repeat:no-repeat;
	width:160px;
	height:17px;
	border-bottom:1px dashed #AA7;
}
/****************************** MENU ******************************/
#titleMenu{
	background-image:url('../_img/titleMenu.jpg');
}
#tdLeft ul{
	background-image:url('../_img/fundoMenu.jpg');
	background-position:right;
	background-repeat:repeat-y;
	list-style:none;
	min-height:271px;
}
#tdLeft li{
	background-image:url('../_img/seta.jpg');
	background-repeat:no-repeat;
	background-position:left;
	height:20px;
	line-height:20px;
}
#tdLeft li a{
	padding-left:20px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	color:#666;
}
#tdLeft li a:hover{
	color:#AA7;
	border-bottom:1px dashed #AA7;
}


/**********************************************************************
	DIREITA
**********************************************************************/
/****************************** CIDADE ******************************/
#folderCidade{
	background-image:url('../_img/folder_cidade.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width:160px;
	height:163px;
}
#linkForderCidade{ cursor:pointer;}

/****************************** NEWSLETTER ******************************/
#titleNewsletter{
	margin-top:20px;
	background-image:url('../_img/titleNewsletter.jpg');
}
/****************************** NEWSLETTER FORMULARIO *****************************/
#form input{
	width:155PX;
	border:1px solid #887744;
	background:#887744;
	color:#fff;
	margin:1px;
}
#form #btnOk{
	background-image:url('../_img/btnOk.jpg');
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFFFFF;
	height:19px;
	width:29px;
	border:none;
	cursor:pointer;
}

/**********************************************************************
	BANNER
**********************************************************************/
#banner460x90{
	/*background-color:#f5f5f5;
	background-image:url('../_img/banners/anuncie460x90.jpg');*/
	width:460px;
	height:90px;
	clear:both;
	margin:10px auto;
}
#banner150x100{
	/*background-color:#f5f5f5;
	background-image:url('../_img/banners/3anuncie150x100.jpg');*/
	width:150px;
	height:100px;
	display:table;
	clear:both;
	margin:10px auto;
}

/*********************************************************************
	H2
**********************************************************************/
h2{
height:25px;
border-bottom:1px dashed #874;
color:#874;
font-weight:bold;
font-size:14px;
line-height:30px;
padding-left:5px;
margin:0 5px;
}
h3{
height:16px;
color:#874;
font-weight:bold;
font-size:11px;
}