/* -------------------------------- PRINCIPAL --------------------------------- */

*
{
	padding		: 0;
	margin		: 0;
	font-family	: verdana, tahoma, arial, helvetica, courier, sans-serif;
}

body
{
	font-size	: 11px;	
	background	: #B3C7C5 repeat-x url('images/degradeFundo.jpg') top left;
}

div#main
{
	position	: absolute;
	width		: 997px;
	min-height	: 500px;
	_height		: 500px;
	top			: 0;
	left		: 50%;
	margin-left	: -498px;
	background	: #000;
	color		: #CECECE;
}

a
{
	color		: #169DB1;
}

div.inputButton
{
	background	: no-repeat url('images/fundoBotao.gif') top left;
	width		: 80px;
	height		: 20px;
	opacity		: 0.9;
	filter		: alpha(opacity=90);
}

/* -------------------------------- CABEÇALHO --------------------------------- */

div#cabecalho
{
	position	: relative;
} 

div#logo
{
	float		: left;
	width		: 350px;
	height		: 110px;
	padding		: 0 15px;
	background	: #000 no-repeat url('images/logo.jpg') center center;
	cursor		: pointer;
}

/* -------------------------------- MENU --------------------------------- */

div#containerMenu
{
	float		: left;
	width		: 617px;
	height		: 110px;
	background	: #000;
}

/* -------------------------------- BANNER PRINCIPAL --------------------------------- */

div#banners
{
	position	: relative;
}

div#bannerPrincipal
{
	float			: left;
	width			: 650px;
	height			: 245px;
	border			: 1px solid #000;
}

div#bannerPrincipal img
{
	border			: 0;
}

div#botoes
{
	float			: left;
	width			: 344px;
	height			: 245px;
	border			: 1px solid #000;
	border-width	: 1px 1px 0 0;
}

/* -------------------------------- CORPO --------------------------------- */

div#corpo
{
	float		: left;
	width		: 967px;
	padding		: 15px;
}

div#esquerda
{
	float		: left;
	width		: 267px;
	padding		: 0 15px 0 0;
	min-height	: 306px;
	_height		: 306px;
}

div#direita
{
	float		: left;
	width		: 685px;
	min-height	: 307px;
	_height		: 307px;
	background	: repeat-y url('images/logoTriadFundo.gif') top center;
}

div#textoHome
{
	min-height	: 200px;
	_height		: 200px;
	background	: repeat-y url('images/logoTriadFundo.gif') top center;
}
	
/* -------------------------------- CONTEUDO --------------------------------- */

div#conteudoTitulo
{
	font-size		: 18px;
	font-weight		: bold;
	font-variant	: small-caps;
	padding			: 0 0 15px 0;
}

div#conteudoHtml
{
	line-height	: 16px;
}

div#conteudoHtml p
{
	padding	: 4px 0 4px 0;
}

div#conteudoHtml img
{
	margin	: 5px;
}

div#conteudoHtml img.moldura
{
	padding	: 3px;
	border	: 1px solid #169db1;
}

div#conteudoHtml ul
{
	list-style	: none;
}

div#conteudoHtml li
{
	background	: no-repeat url('../../../site/themes/default/icons/listaItemIco.gif') left 8px;
	padding		: 3px 0 3px 15px;
	margin		: 0 0 0 30px;
	line-height	: 20px;
}

/* -------------------------------- RODAPE --------------------------------- */

div#rodape
{
	float		: left;
	background	: #000;
	font-size	: 11px;
	width		: 997px;
	height		: 50px;
	line-height	: 50px;
	text-align	: center;
	border-top	: 1px solid #212121;
}

/* ------------------------------------------ ESTILOS RELATIVOS A VALIDACAO ---------------------------------------------- */

label.error
{
	display		: block;
	color		: red;
	font-style	: italic;
}

.subTitulo
{
	color		: blue;
	float		: right;
	font-weight	: bold;
}