*{
	padding:0;
	margin:0;
}

body{
	text-align:center;
   	margin: 0px;

	/*border: 1px solid #f71727;*/
	/*background-color:#FFF;*/
}

.geral{
	width:1000px;
	background:url("../images/bg.gif");
	background-position:top;
	background-repeat:repeat-x;
	margin: 0 auto;

	border: 0px solid #f71727;
	/*background-color:#FFF;*/
}

.topo{
	width:100%;
	min-height:116px;
	margin: 0 0 10px 0;
	_height:116px;
	text-align:center;
}

img.logo{
	margin:20px 0px;
}

/* Menu - início */

.header{
	width:100%;
	min-height:305px;
	_height:305px;
	text-align:center;

	border: 0px solid #f71727;
}

.header img {

margin-top:23px;
}

.header p {
_margin-top:10px;
}

.conteudo{
	font-family:arial;
	font-size:12px;
	color:#3a3838;
	text-align:left;
	margin:15px 100px;
	padding:15px;

	/*background-color:#732328;*/
}

.bottom{
	font-family:arial;
	font-size:10px;
	color:#686566;
	width:100%;
	text-align:center;
	margin-top:45px;

	border: 0px solid #f71727;
}

.linha{
	width:100%;
	height:4px;
	_height:4px;
	margin-top:5px;
	margin-bottom:10px;

	background-color:#231f20;
}


/* Menu */

#menu a {
	font-size: 5px;
}

#menu a.item_home  {
	width:140px;
	text-indent:-9999px;
	background:  url("../images/bt_home.gif");
	background-repeat:no-repeat;
	background-position:left bottom;
	height:19px;
	text-decoration:none;
}

#menu a:hover.item_home   {
	background-position:left top;
}

#menu a.item_empresa  {
	width:140px;
	height:19px;
	background: url("../images/bt_empresa.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-position:left bottom;
	text-decoration:none;
}

#menu a:hover.item_empresa   {
	background-position:left top;
	height:19px;
}
#menu{
width: 1000px;
}

#menu a.item_servicos  {
	width:140px;
	text-indent:-9999px;
	background: url("../images/bt_servicos.gif");
	background-repeat:no-repeat;
	height:19px;
	background-position:left bottom;
	text-decoration:none;
}

#menu a:hover.item_servicos   {
	background-position:left top;
}

#menu a.item_seguranca  {
	width:140px;
	text-indent:-9999px;
	background: red url("../images/bt_seguranca.gif");
	background-repeat:no-repeat;
	height:19px;
	background-position:left bottom;
	text-decoration:none;
}

#menu a:hover.item_seguranca   {
	background-position:left top;
}

#menu a.item_tecnologia {
	width:140px;
	background: url("../images/bt_tecnologia.gif");
	background-repeat:no-repeat;
	height:19px;
	text-indent:-9999px;
	background-position:left bottom;
	text-decoration:none;
}

#menu a:hover.item_tecnologia   {
	background-position:left top;
}

#menu a.item_engenharia {
	width:140px;
	background: url("../images/bt_engenharia.gif");
	background-repeat:no-repeat;
	height:19px;
	text-indent:-9999px;
	background-position:left bottom;
	text-decoration:none;
}

#menu a:hover.item_engenharia   {
	background-position:left top;
}

#menu a.item_ti {
	width:140px;
	height:19px;
	background:url("../images/bt_ti.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-position:left bottom;
	text-decoration:none;
}

#menu a:hover.item_ti   {
	background-position:left top;
}

#menu a.item_sep {
	width:3px;
	background: url("../images/sep_menu.gif");
	background-repeat:no-repeat;
	height:19px;
	text-indent:-9999px;
	background-position:left bottom;
	text-decoration:none;
}

#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	display: block;
}

#menu a:hover {
	display: block;
}

#menu li { /* all list items */
	float: left;
	padding-left: 0px;
	/* width needed or else Opera goes nuts */
}

#menu  li  a  span img{ /* all list items */
margin: 0px;
padding: 0px;
border: 0px;
	 /* width needed or else Opera goes nuts */
}

#menu li ul { /* SubMenu */
    display: block;
   position: absolute;
   padding: 2px 0;
   text-align:left;
	background:  #7A7C80;
    width: 140px;
    _width: 120px;
	color:11px arial;
	left: -99em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu li ul  li a{ /* SubMenu */
  	color:white;
	display:block;
	width: 115px;	
	text-decoration:none;
	font: 11px arial;
	padding: 0 12px 5px 12px;
	line-height: 22px;
}

#menu li ul  li a:hover{ /* SubMenu */
  	background:#848588;
}

#menu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 95px;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto ;
}
