@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none; 
	color:#cc0000;
}
a:visited{
	text-decoration: none; 
	color:#cc0000;
}
a:hover {
	text-decoration: none; 
	color:#cc0000;
}

body{
	margin:0px 0px 0px 0px;
	
}

#principal{
	position:relative;
/*	border:3px solid #FF0000;*/
	margin:0 auto;
	width:918px;
	height:100%;
}
#header{
	margin:0 auto;
	height:120px;
	width:918px;

}

#logo_pixel{
	width:157px;
	float:left;
}


#menu{
	vertical-align:bottom;
	float:right;
/*	border:1px solid #000000;*/
	margin-top:67px;
/*	padding-left:304px;*/
	width:500px;
}

#bt_quemsomos{
	float:right;
}
#bt_solucoes{
	float:right;
/*	border:1px solid #00FF00;*/
	margin-left:8px;
}
#bt_cases{
	float:right;
	margin-left:8px;
}

#bt_contatos{
	float:right;
	margin-left:8px;
}

#flash{
	width:918px;
	height:272px;
/*	background:#666666;*/
	margin:0 auto;
	color:#FFFFFF;
	text-align:center;
	font-size:20px;	
}

#footer{
	width:100%;
	background-color:#cc0001;
	position:relative;
	height:50px;

	
}

#footerCenter{
	width:918px;
	font-size:11px;
	margin:0 auto;
}