@charset "utf-8";
/* CSS Document */
/*=============================================================== ESTRUTURA GERAL =====================================================================*/ 
body 
{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	text-align:left;
 	color:#333333;
 	line-height: 13px;
	letter-spacing:1px;
 	margin:0;
	padding:0;
	
}

a:link {
color:#003366;
}

a:hover {
color:#000000;
}

#background
{
	width:100%;
	height:auto;
	background-image:url(../imagens/bg.jpg);
	background-repeat:repeat;
	
	float:left;
	}	
	
#geral
{
	width:950px;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	background-image:url(../imagens/white.jpg);
	background-repeat:repeat;

}	

/*=============================================================== TOPO =====================================================================*/ 
#topo_geral
{
	background-image:url(../imagens/bg_topo.gif);
	background-repeat:repeat-x;
	width:100%;
	height:102px;
	float:left;
}

#topo
{
	width:950px;
	height:102px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../imagens/white.jpg);
}

#topo_banner_geral
{

	width:100%;
	height:362px;
	float:left;
	background-color:#000000;
	}
	
#topo_banner
{
margin-left:auto;
margin-right:auto;
	width:950px;
	height:362px;

	
	}	
	
#logo
{
width:166px;
height:102px;
float:left;
}	

#box_vazio
{
width:783px;
height:58px;
float:left;
}

#menu_topo
{
width:550px;
float:right;
height:40px;
}


/*=============================================================== RODAPÉ =====================================================================*/ 	
#rodape_geral
{
width:100%;
height:69px;
float:left;
background-image:url(../imagens/bg_rodape_geral.gif);
background-repeat:repeat-x;
}

#rodape
{
	width:950px;
	height:69px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../imagens/bg_rodape.gif);
	background-repeat:no-repeat;

}

#logo_subaru_rodape
{
width:103px;
float:left;
height:69px;
}

#logo_fluido_rodape
{
width:100px;
float:right;
height:69px;
}

#end
{
padding-top:30px;
width:350px;
margin-left:auto;
margin-right:auto;
height:30px;
text-align:center;
color:#FFFFFF;
}