@charset "utf-8";
/* **** INFORMAÇÕES DE TESTES REALIZADOS **** */

/* Testado e aprovado nas seguintes versões de navegadores */
/* Internet Explorer 8.0.6001.18783 */
/* Mozzila Firefox 3.0.4 */
/* Google Chrome 2.0.172.39 */
/* Opera 10.00 */

/* Testado e aprovado nas seguintes resoluções de vídeo */
/* 1280 x 800 px */
/* 1280 x 720 px */
/* 1024 x 768 px */
/*  800 x 600 px */

/* Browsers do S.O Windows */

html, body, #container
{
	width:100%;
	top:0px;
	left:0px;
	font-family:Arial, Helvetica, sans-serif;	
}

#container
{
	width:1000px !important;
}

body > #container
{	
	position: relative;
	height:auto;
	margin:0 auto;
	min-height:100%;
	width:100%;
	background:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;	
	clear:both;
	overflow:hidden;
}

.painel
{
	position:relative;
	width:94%;
	margin-left:3%;
	min-height:1px;
	display:table;
	height:auto !important;
	height:10px;
	margin-bottom:15px;
}

.subPainel
{
	position:relative;
	min-height:90px;
	margin-bottom:15px;	
}

.botaoOk
{
	position:absolute;
	width:30px;
	height:26px;	
	right:0px;
	margin-right:1px;
}

.input
{
	height:20px;
	width:100px;
	margin-left:1px;
}


#barraTopo
{
	position:relative;
	width:828px;
	min-height:37px;
	background:url(http://www.foznet.com.br/view/imagem/topo-bg.gif);
	float:left;
	left:5px;
}

#topo
{	
	position:relative;
	width:818px;
	min-height:38px;
	float:left;
	margin-left:15px;
	top:30px;
}

.espacamento
{
	display: block; 
	height: 10px; 
	clear: both; 
	visibility: hidden; 
}


.menuDireito
{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:10px;
}

#banner
{
	position:relative;
	float:left;
	margin:15px 0px 15px 5px;
	text-align:center;
	width:828px;
	height:182px;
	background:url(http://www.foznet.com.br/view/imagem/banner/teste_banner3.jpg);
	background-repeat:no-repeat;
	background-position:center;
	border-top:1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#url
{
	position:relative;
	float:left;
	width:828px;
	margin-left:5px;
	height:20px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:10px;
	color:#666;
}

.bannerInfo
{
	 float:right; 
	 width:150px; 
	 height:150px; 
	 position:relative;
	 margin: 0 auto;
}

#conteudo
{
	position:relative;
	width:667px;
	float:left;
	margin-left:5px;
	min-height:800px;
	height:auto;	
		
}

#rodape 
{
	float:left;
	position: relative;
	width: 100%;
	height: 181px;
	padding-top: 20px;
	background-color:#efefef;
	border-top:1px solid #CCC;
}

#formularioContato
{
	width:400px;
	height:400px;
	margin:0 auto;
}