body
{
	margin: 0;
	background: #fff url("../imagens/bg_site.gif") repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

#layout
{
	vertical-align: middle;
	text-align: center;
	width: 783px;
	height: 100%;
	border: 0px;
}

	#layout .topo
	{
		height: 24px;
		text-align: right;
		vertical-align: middle;
		font-size: 11px;
		color: #808008;			
	}	

	#layout .corpo
	{
		height: 100%;
		background: #fff url("../imagens/fundo_layout.gif") repeat-x;
		text-align: center;
		vertical-align: top;
		font-size: 11px;	
		color: #808008;
	}

#conteudo
{
	vertical-align: top;
	text-align: center;
	width: 760px;
	height: 100%;
	border: 0px;
}

	#conteudo .banner_topo
	{
		vertical-align: middle;
		text-align: center;
		background: #fff url("../imagens/imagem_topo.gif") repeat-x;
		width: 760px;
		height: 102px;
		border: 0px;
	}
	
	#conteudo .menu
	{
		vertical-align: middle;
		text-align: right;
		background: #63493C;
		width: 760px;
		height: 20px;	
		border: 0px;
	}
	
	#menu ul 
	{
		padding: 0px;
		margin: 0px 5px 0px 0px;
		float: right;
		width: 100%;
		list-style:none;
	}

	#menu ul li {display: inline;}

	#menu ul li a 
	{
		float: right;
		padding: 3px 11px 0px 11px;
		color: #fff;		
		font: 10px Verdana,Geneva,Arial,Helvetica,sans-serif;
		text-decoration: none;
		border-bottom: 3px solid #63493C;
	}

	#menu ul li a:hover {
		border-bottom: 3px solid #FA5706;
	}
	
	#conteudo .partes
	{
		vertical-align: top;
		text-align: center;
		width: 760px;
		height: 100%;
		border: 0px;
	}	
	
#partes
{
	width: 760px;
	height: 100%;
}	

	#partes .esquerda
	{
		padding: 10px;
		vertical-align: top;
		width: 555px;
		font-size: 11px;
		background: #fff url("../imagens/fundo_conteudo.gif") repeat-x;
		color: #000;
	}
	
	#partes .centro
	{
		width: 10px;
		font-size: 11px;
	}
	
	#partes .direita
	{
		padding: 10px;
		vertical-align: top;		
		width: 155px;
		font-size: 11px;
		background: #fff url("../imagens/fundo_lateral.gif") repeat-x;
		color: #000;
	}
	
#contato fieldset
{
	border: solid 1px #808080;	
	padding: 14px;
}				 

#contato legend
{	
	color: #000000;			
	font-weight: bold;	
	margin-bottom: 10px;
}

#contato label
{	
	margin-right: 10px;	
}	

#contato input, textarea, select{
	border: solid 1px #808080;
	font-size: 11px;
	width: 80%;
}

#informacoes{
	width: 100%;		 
	margin: 0px 0px 0px 0px;
}

	#informacoes .imagem{
		padding: 10px;
		vertical-align: top;
		border-right: solid 1px #808080;
		border-bottom: solid 1px #808080;				
	}
	
	#informacoes .dados
	{  
		width: 100%;
		font-size: 11px;
		padding: 0px 14px 0px 14px;
		vertical-align: top;
	}	
	
	#informacoes fieldset
	{
		border: solid 1px #808080;	
		padding: 14px; 
	}				 
	
	#informacoes legend
	{	
		color: #000000;			
		font-weight: bold;	
		margin-bottom: 10px;
	}
	
	#informacoes label
	{	
		color: #FA5706;
		font-weight: bold;
		margin-right: 10px;	
	}	
	
#carrinho
{
	font-size: 11px;   
	width: 100%;
	padding: 5px;
}			  

	#carrinho th
	{
		background: #63493C;		  
		color: #fff;
	}

	#carrinho tr
	{
		background: #fff;		  
	}  

	#carrinho input
	{
		border: solid 1px #808080;
		font-size: 11px;
	}  

	#carrinho legend
	{	
		color: #000000;			
		font-weight: bold;	
		margin-bottom: 10px;
	} 	

.espaco_horizontal
{
	height: 11px;
	width: 100%;
	font-size: 11px;	
}

.espaco_vertical
{
	height: 100%;
	width: 11px;
	font-size: 11px;	
}

a.linkGray
{
	font: 10px Verdana,Geneva,Arial,Helvetica,sans-serif;	
	color: #0E0E0E;	
	text-decoration: none;
	margin-left: 12px;	
}

a.linkGray:hover
{
	color: #FA5706;	
}

img.link
{
	border: 0px;
	margin-top: 2px;
	margin-right: 8px;
	vertical-align: text-bottom;	
}

h1.titulo
{
	font-size: 14px;
	border-left: solid 4px #63493C;
	background: #fff;
	padding: 14px;	  
}

h1.titulo_lateral	
{
	font-size: 12px;
	border-left: solid 4px #63493C;
	background: #fff;
	padding: 5px;	  
}

span.titulo
{
	font-size: 14px;
	color: #63493C;
	font-weight: bold;	 
}

hr.separador
{
	width: 100%;
	height: 1px;
	border: dashed 1px #808080;
}

.botaoEnviar
{
	width: 100px;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;			
	font-size: 11px;
} 

input.autenticacao
{
	border: solid 1px #808080;
	font-size: 11px;
	width: 100%;	
}