@charset "utf-8";
/* CSS Document */

body, html
{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/fundo.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#base
{
	height:600px;
	width:850px;
	position:absolute;
	margin-left:-405px;
	left:50%;
	top:25px;
	z-index:10;
}

#pneu
{
	position:fixed;
	background-image:url(/images/pneu.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	top:100%;
	height:415px;
	left:100%;
	width:315px;
	margin-left:-315px;
	margin-top:-415px;
	z-index:0;
}

/* CSS Correspondente ao Menu de Cabeçalho */
#menuSuperior
{
	position:relative;
	height:40px;
	width:100%;
	background-image:url(/images/fundoMenuSuperior.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-bottom:30px;
}

#menuSuperior .item
{
	width:150px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#2e3192;
}

#menuSuperior .item:hover
{
	color:#0000FF;
}

#menuSuperior .busca
{
	background-image:url(/images/busca.png);
	background-repeat:no-repeat;
	background-position:right 1px;
	width:150px;
	height:30px;
	margin-top:4px;
	margin-right:55px;
	float:right;
}

#menuSuperior .busca .caixaBusca
{
	background-color:transparent;
	font-size:12px;
	border:none;
	color:#9c9c9c;
	width:120px;
	height:15px;
	margin:0px;
	margin-left:5px;
	padding:0px;
}

#menuSuperior .busca .botaoBusca
{
	background-color:transparent;
	font-size:12px;
	border:none;
	color:#9c9c9c;
	width:15px;
	height:15px;
	margin:0px;
	padding:0px;
	cursor:pointer;
}

#bandeiras
{
	width:800px;
}

/* CSS Correspondente à Área Central da Página */

#areaCentral
{
	position:relative;
	height:450px;
	width:850px;
	background-image:url(/images/fundoCentral.png);
	background-repeat:no-repeat;
	background-position:left -1px;
}

#areaCentral .logo
{
	width:250px;
	height:120px;
	margin:0px;
	padding:0px;
	float:left;
	z-index:5000;
}

#areaCentral .logo img
{
	margin:10px;
	border:none;
}

#areaCentral .fotos
{
	position:absolute;
	left:250px;
	margin-top:5px;
	width:550px;
	height:330px;
	background-color:none;
	z-index:10;
}

#areaCentral .botoes
{
	position:absolute;
	top:150px;
	left:15px;
	height:180px;
	width:225px;
}

#areaCentral .botoes img
{
	padding-bottom:10px;
	padding-top:10px;
}

#areaCentral .imageRodape
{
	position:absolute;
	top:335px;
	left:0px;
	height:100px;
	width:800px;
	/*background-image:url(/images/rodape.png);*/
}

/* CSS Referente à Área do Rodapé */

#rodape
{
	position:relative;
	height:75px;
	width:800px;
}

#rodape div.endereco
{
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	font-size:10px;
	width:325px;
	float:left;
	
}

/* CSS Referente ao Flash Lateral */
#flashLateral
{
	position:fixed;
	top:0px;
	left:100%;
	margin-left:-200px;
	background-color:transparent;
	width:200px;
	height:100%;
	z-index:0;
}
#mask
{
	position:absolute;
	top:120px;
	left:50%;
	margin-left:-400px;
	background-color:#FF0000;
	width:800px;
	height:600px;
	z-index:10000;
}