* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

	body {
		margin: 0px;
		padding: 0px;
		background: #FF0000 url(/clientes/0003/imagens/body-bg.png) top left repeat-x;
	}
	
	img {
		border: 0;
	}

	#geral {
		width: 770px;
		margin: 0 auto;
		background-color: #FFFFFF;
	}
	
	hr {
		display: none;
	}
	
	a {
		color: #000000;
		text-decoration: none;
	}
	
	a:hover {
		color: #CC0000;
		text-decoration: underline;
	}
	
	#load-ajax {
		position: fixed;
		top: 0;
		left: 50%;
		width: 150px;
		margin-left: -75px;
		padding: 0;
		font-family: Tahoma;
		font-size: 12px;
		background-color: #FF0000;
		color:#FFFFFF;
		padding: 5px;
		text-align: center;
		display: none;
		font-weight: bold;
	}

	#topo {
		clear: both;
		float: left;
		width: 770px;
		height: 166px;
		background: url(/clientes/0003/imagens/topo.jpg) left top no-repeat;
	}

		#topo h1,
		#topo h3 {
			display: none;
		}
		
		#topo img {
			margin: 10px 0 0 30px;			
		}

	#lateral {
		clear: both;
		float: left;
		width: 180px;
		padding: 0px 10px 10px 10px;
		margin-right: 10px;
	}

		#menu  {
			
		}
		
		#menu h2 {
			display: none;
		}
		
		#menu ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}

		#menu ul li {
			display: block;
			border-bottom: 1px solid #CCCCCC;
		}
		
		#menu ul li a {
			font-size: 12px;
			color: #000000;
			text-decoration: none;
			display: block;
			background: url(/clientes/0003/imagens/menu-hover-bg.png) -180px 0px no-repeat;
			padding: 5px 0px 5px 18px;
		}

		#menu ul li a:hover {
			background-position: 0px 0px;
		}
		
		#menu ul li.item-final { border-bottom: none; }
		
		#menu ul li.select a {
			background: url(/clientes/0003/imagens/menu-select-bg.png) 0px 0px no-repeat; 
			color: #FFFFFF; 
		}
		
		#quadro  {
			display: block;
			text-align: center;
			padding: 20px 10px;			
		}
			
		#busca {
			clear: both;
			float: left;
			width: 750px;
			margin: 0px 0px 10px 10px;
			font-size: 12px;
			height: 105px;			
		}
		
			#busca h2 {
				margin: 0px;
				padding: 0px;
				font-size: 14px;
				background: url(/clientes/0003/imagens/topo-busca-bg.png) 0px 0px no-repeat;
				height: 30px;
				background-color: #CC0000;
				text-indent: -10000px;
			}			
		
			#busca form {
				clear: both;
				float: left;
				width: 722px;
				padding: 10px 14px;
				background-color: #FFDFDF;
			}
			
				#busca form fieldset {
					float: left;
					padding: 0px;
					margin: 0px;
					border: 0px;
				}
				
				#busca form legend {
					float: left;
					padding: 0px;
					margin: 0px;
					padding-bottom: 5px;
				}
				
				#busca form #fs_01 { width: 108px; }
				#busca form #fs_02 { width: 100px; }
				#busca form #fs_03 { width: 100px; }
				#busca form #fs_04 { width: 160px; }
				#busca form #fs_05 { width: 170px; }
				
				#busca form #fs_01 input {
					float: left;
					width: 88px;
					padding: 2px 4px;
					margin-bottom: 8px;
					margin-right: 2px;
					padding: 2px;
				}
	
				#busca form select {
					float: left;
					padding: 1px;
					margin-bottom: 8px;					
					margin-right: 2px;
					padding: 2px;
				}
				
				#busca form #fs_02 select { width: 90px; }
				#busca form #fs_03 select { width: 90px; }
				#busca form #fs_04 select { width: 150px; }
				#busca form #fs_05 select { width: 160px; }
				
				
				#busca form #fs_botao {
					width: 10px;			
					padding-top: 21px;	
				}
	
				#busca form #fs_botao button {					
					clear: both;
					float: left;
					background: #333333 url(/clientes/0003/imagens/fundo-botao.png) top right no-repeat;
					width: 83px;
					border: 0px;
					height: 20px;
					font-size: 11px;
					color: #FFFFFF;
					text-align: left;
					padding: 0 0 3px 8px;					
				}
				
				
	#conteudo {
		float: left;
		width: 550px;
		font-size: 13px;	
		line-height: 18px;
	}

	#rodape {
		clear: both;
		border-top: 2px solid #CCCCCC;
		padding: 20px;
		font-size: 11px;
		height: 54px;	
		margin-top: 10px;	
	}

		#rodape ul {
			position: absolute;
			list-style: none;
			margin: 0px;
			padding: 0px;
			display: inline;
		}
	
			#rodape ul li {
				float: left;
				background: url(/clientes/0003/imagens/pixel-black.png) right top repeat-y;
				padding: 0px 8px;
			}
	
			#rodape ul li.item-1 { padding-left: 0px; }
			#rodape ul li.item-4 { background: none;  padding-right: 0px; }
	
			#rodape ul li a {
				float: left;
				color: #000000;
				text-decoration: none;
			}
	
			#rodape ul li a:hover {
				text-decoration: underline;
			}

		#rodape .copy {
			position: absolute;
			clear: both;
			margin: 28px 0px 0px 0px;
			line-height: 15px;
		}

		#rodape .autor {
			position: absolute;
			clear: both;
			width: 74px;
			height: 30px;
			text-align: right;
			margin: -6px 0px 0px 660px;
			padding: 42px 0px 0px 0px;
			background: url(/clientes/0003/imagens/rodape-autor-bg.png) 30px 0px no-repeat;
		}

			#rodape .autor a {
				font-weight: bold;
				text-decoration: none;
				color: #000000;
			}

			#rodape .autor a:hover {
				text-decoration: underline;
			}