/* CSS Document */
body { /*background-image:url(image/fundotopojeans.png);*/
background-repeat:repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;}

#centro { width: 95%; /* tamanho da div na tela */
margin: auto; /* auto para centralizar o objeto na tela */ }

#topo { width: 95%;
height: 60px; /* altura do objeto */
background-image:url(imagens/topo.png); }

#menu { width: 100%;
float: right;
margin-top: 10px;
text-align: center; }

#menu ul li { display: inline;
list-style: none; }

#menu a { font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #0000FF;
width: 100px;
float: left;
padding: 5px; }

#menu a:hover { color: #333333;
/*background-color: #FFFFFF;*/
text-decoration: underline; }

#conteudo { width: 70%;
	float: left;
	margin: 5px;
	/*background-color:#000000;*/
	min-height:520px;
	margin-left:50px;
 
}
	
#direita { width: 23%;
	float: right;
	margin: 5px;
 }	
	
#direita a {color:#FFFFFF;}

#direita a:hover {color:#FF0000;}


h1 { font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
border-bottom: 2px solid #3A8CF1;
color:#000000; }

h2 { font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000; }

p { font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: justify; 
/*text-indent: 40px;*/
color:#000000; }

legend {color:#000000; }

label {color:#000000; };

.caixa { border: 1px solid #996600;
	font-family: Arial, Helvetica, sans-serif; }
	
/*.caixa:hover { border: 1px solid #000000;
	background-color: #66FFFF; }*/
	
.mensagem { border: 1px solid #FFFFFF;
	font-size: 14px;
	background-color: #CCCCCC;
	text-align: center; }		
	
.carro { width: 150px;
		 height: 170px;
		 float:left;
		 background-color:#999900;
		 margin: 3px;
		 padding: 5px;
		 text-align:center;
		 font: 11px Verdana, Arial, Helvetica, sans-serif; }
		 
.carro a {color:#000000; }

.carro a:hover { color:#FF0000; }

.busca { width:480px;
		padding:5px;
		margin:5px;
		float:left;
		background-color:#999900; }
		
.busca:hover {background-color:#99CC00;}
		
.busca .foto { width: 150px;
			float:left; }
			
.busca .detalhes { width: 320px;
				float:right;}
				
a {color:#000000;
	text-decoration:none; }
	
a:hover {text-decoration:underline; color:#FF0000; }

#modelo { width: 490px;
		  padding:5px;
		  background-color:#999900; }
		  
#modelo h1 { color:#FFFFFF;
			font-size:20px; 
			margin:0px;
			border:0px;}
			
#fotos {width:490px;
		padding:5px; }
		
#fotos a { margin: 2px; }

#fotos img { width:115px;
			height:95px; }		
			
#conteudo ul { list-style-image:url(imagens/seta.png); }

#banner { width:760px; height:250px;}

#footer{
	width:100%;
	height:5px;
	float:left;
	background-color:#3A8CF1;
	font-size:10px;
}

#footer01{
	width:100%;
	height:40px;
	float:left;
	font-size:10px;
	text-align:center;
}

/*#banner3 { width: 406px;
	height: 342px;}
	
#banner2 { width: 406px;
	height: 342px;}	*/
	
/* div das mensagens de erro nas paginas de conteudo */
.div_erro {
		position: relative;
		width: 400px;
		min-height: 36px;
		margin-left:auto;
		margin-right:auto;
		padding-left: 32px;
		padding-bottom: 3px;
		padding-top: 3px;
		padding-right: 3px;
		color: #CC0000;
		text-align: center;
		font-size: 14px;
		font-weight: bold; 
		margin-bottom: 2px;
		border:solid 1px #CC0000;
		background-color:#FF9999;
		background:url(image/img_erro.gif);
		background-repeat: no-repeat;
		background-position:10px center;
}

/* hack para min-height no Internet Explorer*/
* html .div_erro {
		height: 36px;
}

/* div das mensagens de ok nas paginas de conteudo */
.div_ok {
		position: relative;
		width: 400px;
		min-height: 36px;
		margin-left:auto;
		margin-right:auto;
		padding-left: 32px;
		padding-bottom: 3px;
		padding-top: 3px;
		padding-right: 3px;
		color: #00a000;
		text-align: center;
		font-size: 14px;
		font-weight: bold; 
		margin-bottom: 2px;
		border:solid 1px #A7C376;
		background:url(image/success.png);
		background-repeat: no-repeat;
		background-position:10px center;
}

/* hack para min-height no Internet Explorer*/
* html .div_ok {
		height: 36px;
}

.topo { margin-left: 30px; }

#_banner_index{
	opacity:0;
	/*background: #333;*/
	border: 0px solid #333;
	margin-top: 2px;
	float: left;
	width: 100%;
	height: 362px;
	margin-bottom:10px;
}

#_banner_index img{
	margin: 0px;
	border: 1px solid #333;
}

.borda_img {border: 1px solid #000000;}

.texto {font-size:14px;}

#fb-root{
	margin-top: 5px;
	padding-left: 4px;	
}