/** CSS - JEW.COM.BR - IPVA.com.br
*   Desenvolvido por: Marcos Razuk
*   Início do Projeto: Dezembro/2007 
*/





/* Este arquivo CSS está separado com grandes marcações de áreas e pequenas marcações específicas */
/* ---------- ESTA É UMA GRANDE MARCAÇÃO DE ÁREA (FLAG) ---------- */
/* Marcação Específica */






/* ---------- TEMPLATE ---------- */



/* Diversos */

HTML 			{font-size:100.01%;}

BODY {
	background-color:#dcd7d3;
	color:#000000;
	font-family:Arial, Verdana;
	font-size:11px;
	margin: 0px;
	padding: 0px;
}

IMG 			{border: none;}

A:link			{text-decoration: none; color:#000;}
A:visited		{text-decoration: none; color:#000;}
A:hover			{text-decoration: underline; color:#c24d13;}
A:active		{text-decoration: none;}
A:focus			{outline: none;}



/* Formulários */

.borda0 		{border:0px;}

INPUT, TEXTAREA, SELECT	{
	background-color: #fff;
	border:1px solid #b5b3af;
	font-family:Arial;
	font-size:12px;
	height:18px;
}



/* BG - Ajustável em Tabelas */

.bgTopoEsq {
	background-image:url(../img/header/bg_topo_esq.gif);
	background-repeat:repeat-x;
	background-position: 100% 100%;
}

.bgTopoDir {
	background-image:url(../img/header/bg_topo_dir.gif);
	background-repeat:repeat-x;
	background-position: 0% 100%;
}

.bgBaixoDir {
	background-image:url(../img/footer/bg_baixo_dir.gif);
	background-repeat:repeat-x;
	background-position: 0% 00%;
	height:90px;
}

.bgBaixoEsq {
	background-image:url(../img/footer/bg_baixo_esq.gif);
	background-repeat:repeat-x;
	background-position: 100% 00%;
	height:90px;
}

.bgMeioDir {
	background-image:url(../img/conteudo/bg_meio_dir.gif);
	background-repeat:repeat-y;
	background-position: 0% 0%;
}

.bgMeioEsq {
	background-image:url(../img/conteudo/bg_meio_esq.gif);
	background-repeat:repeat-y;
	background-position: 100% 0%;
}



/* Textos */

.b{
	font-weight:bold;
}

.c{
	text-align:center;
}

.txt{
	color:#000;
	font-family:Arial;
	font-size:11px;
}

.txtDestaque{
	color:#993701;
	font-family:Arial;
	font-size:11px;
}






/* ---------- HEADER ---------- */

.tblHeaderGeral {
	height:250px;
	width:100%;
}

.tblHeader{
	background-image:url(../img/header/bg_header.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:11px;
	height:250px;
	width:770px;
}






/* ---------- MEIO ---------- */

.tblMeioGeral{
	background-color:#FFFFFF;
	font-size:11px;
	height:200px;
	width:100%;
}

.boxDestaques {
	color:#000000;
	font-size:11px;
	width:230px;
}

.tabelaTitulo{
	background-color: #632605;
	border:1px solid #632605;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	height:13px;
}





/* ---------- FOOTER ---------- */

.tblFooterGeral{
	background-image:url(../img/footer/bg_footer.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#000000;
	font-size:11px;
	height:90px;
	width:100%;
}

