﻿*{
	padding:0px;
	margin:0px;
	list-style:none;
	text-decoration:none;
	/*line-height:0px;*/
}

body{
	background: url(imagens/fundo.jpg) repeat-x;
}

div#geral{
	display: table;
	width: 795px;
	margin: 0px auto;
	/*border: 1px solid black;*/
	background: url(imagens/banner.jpg) no-repeat top right;
}

div#logo {
	float:left;
	/*border:1px solid black;*/
	width:235px;
	height:54px;
}

div#logo h1 a {
	display:block; 
	text-indent:-999px;
	overflow:hidden; /*barra de rolagem*/
	width:235px;
	height:54px;
	background:url(imagens/logo.png) no-repeat;	
}

div#logo a:hover {
	background:url(imagens/logo_over.png) no-repeat;	
}

div#menu_superior{
	float:right;
	margin-top: 10px;
	/*border: 1px solid black;*/
}

div#menu_superior ul li{
	display:inline;
	font: 11px arial, tahoma, verdana;
	color: #666666;
}

div#menu_superior ul img{
	margin: 0 12px 0 12px;
}

div#menu_superior ul li a{
	color: #666666;
}

div#menu_superior ul li a:hover{
	text-decoration: underline;
}

div#menu_lateral{
	float:left;
	clear:both;
	line-height:22px;
	margin-top:12px;
	/*border:1px solid black;*/
	width:235px;
	height:172px;
	background:url(imagens/fundo_menu.jpg) no-repeat;
}

div#menu_lateral ul {
	padding-top:10px;
	*padding-top:7px; /*Só o IE7 e o IE6 vão ler isso*/
}

div#menu_lateral ul li{
	padding-left:20px;
	padding-bottom:6px;
	*padding-bottom:0px; /*Só o IE7 e o IE6 vão ler isso*/
	font:11px arial, tahoma, times;
	font-variant: small-caps;
}

div#menu_lateral ul li a{
	color:white;
}

div#menu_lateral ul li a:hover{
	padding-left:10px;
}

/*div#fundo_monitor{
	text-indent:-999px;
	*margin-top:3px;
	float:right;
	width:504px;
	height:259px;
	border:1px solid black;
	background: url(imagens/banner.jpg) no-repeat;
}
*/
div#destaque{
	position:relative;
	float:left;
	width:235px;
	height:500px;
	border: 0px solid black;
	background:url(imagens/fundo_destaque.jpg) no-repeat;
	clear:both;
}

div#destaque h1{
	color:#666;
	font-size:11px;
	font-family:arial, tahoma, times;
	font-weight:bold;
	margin-left:15px;
	padding-top:34px;
}

div#destaque p{
	color:#666;
	font:11px arial, tahoma, times;
	margin-right:19px;
	margin-left:15px;
}

div#destaque img{
	position: absolute;
	left:150px;
	top:370px;
	border:0;
}

div#conteudo{
	float:right;
	width:505px;
	/*border:1px solid black;*/
	margin-top:40px;
	*margin-top:255px;
}

div#conteudo ul li a:visited{
	color:#666;
	font:11px arial, tahoma, times;	
}

div#conteudo ul li a{
	color:#000;
	font:11px arial, tahoma, times;	
}

div#conteudo ul li a:hover{
	padding-left:10px;
}

div#conteudo p{
	font:12px arial, tahoma, verdana;
	color:#666;
	line-height:18px;
	text-align:justify;
}

div#conteudo a img{
	float:right;
	border:0;
	/*padding-left:369px;*/
	padding-bottom:2px;
	padding-top:2px
}

div#conteudo img{
	/*float:right;*/
	border:0;
	/*padding-left:369px;*/
	padding-bottom:1px;
	padding-top:1px;
	text-align: center;
}

div#conteudo ul{
	font:12px arial, tahoma, verdana;
	color:#666;
	line-height:18px;
	text-align:justify;
	/*list-style-image:url(imagens/icone_menu.gif);*/
	padding-top:2px;
}

div#conteudo ul li{
	font:12px arial, tahoma, verdana;
	color:#666;
	line-height:18px;
	text-align:justify;
	/*list-style-image:url(imagens/icone_menu.gif);*/
	padding-top:2px;
	padding-left:10px;
}

div#conteudo h1{
	color:#666;
	font-size:13px;
	font-family:arial, tahoma, times;
	font-weight:bold;
	margin-left:5px;
	padding-top:5px;
	text-align: center;
}

div#rodape{
	/*border: 1px solid black;*/
	clear:both;
	float:left;
	width:400px;
}

div#rodape address{
	color: #666666;
	font: 11px arial, tahoma, verdana;
	font-style:normal;
}

div#menu_inferior{
	float:right;
}
div#menu_inferior ul li{
	display: inline;
}

div#menu_inferior ul li a{
	color: #666666;
	font: 11px arial, tahoma, verdana;
	font-style:normal;
}

div#menu_inferior ul li a:hover{
	background: #eee;
	padding-top:1px;
	padding-bottom:1px;
}

div#validacao{
	*clear:both;
	float:right;
	margin-top: 10px;
}

div#validacao img{
	padding-left: 10px;
}

div#validacao a img{
	border:0;
}


