/*ESTRUTURA*/
body {
	margin:0px;
	padding:0px;
}
table.main-index {
	width:100%;
	height:100%;
}
table.main-index td#esq {
	background:url(../img/bg-esq-index.jpg) repeat-x;	
	vertical-align:top;
}
table.main-index td#cen {
	background:url(../img/bg-dir-index.jpg) repeat-x;
	width:775px;
	vertical-align:top;
}
table.main-index td#dir {
	background:url(../img/bg-dir-index.jpg) repeat-x;
	vertical-align:top;
}

table.main-index2 {
	width:100%;
	height:100%;
}
table.main-index2 td#esq {
	background:url(../img/bg-dir-index.jpg) repeat-x;	
	vertical-align:top;
}
table.main-index2 td#cen {
	background:url(../img/bg-dir-index.jpg) repeat-x;
	width:775px;
	vertical-align:top;
}
table.main-index2 td#dir {
	background:url(../img/bg-dir-index.jpg) repeat-x;
	vertical-align:top;
}

img {
border:none;
}

a {
text-decoration:none;
color:#666666;
}

a:hover {
	text-decoration:none;
	color:#9B9B9B;
}


/*TXT*/
tr td, input, select, textarea {
	font-family:tahoma;
	font-size:11px;
	vertical-align:top;
}
.azul {
	color:#16186F;
}
.cinza {
	color:#666666;
}

/*MENU*/

.menu {
	color:#16186F;
	font-size:11px;
	font-weight:bold;
	padding-top:6px;
}
.menu a {
	color:#16186F;
	text-decoration:none;
}
.menu a:hover {
	color:#1E2199;
	text-decoration:none;
}

/*HOME*/
.bg-produtos {
	background:url(../img/home/bg-produtos.jpg) no-repeat;
	width:558px;
	height:263px;
	vertical-align:top;
}

/*PRODUTOS*/
.bg-thumb {
	background:url(../img/produtos/bg-thumb.jpg) no-repeat;
	width:132px;
	height:129px;
	text-align:center;
	vertical-align:middle;
	
}
.bg-thumb2 {
	background:url(../img/produtos/bg-thumb2.jpg) no-repeat;
	width:132px;
	height:149px;
	text-align:center;
	vertical-align:middle;
	
}

/*NOTÍCIAS*/
.bg-noticias {
	padding:15px;
	background:url(../img/noticias/bg_noticias.jpg) repeat-x;
}

.bg-noticias a{
	text-decoration:none;
	color:#16186F;
}

.bg-noticias a:hover{
	color:#1E2199;
}

/*FALE CONOSCO*/
input.contato, textarea.contato, select.contato {
	background-color:#F2F2F2;
	border:none;
	width:400px;
	height:22px;
	color:#666666;
	padding-top:4px;
}
