#header {
	width: 940px;
	height: auto;
	padding-top: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	
}
#menu_tech {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	margin-top: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

 #menu img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
 #redes_sociais {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
 #redes_sociais img {
	margin-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
 #redes_sociais a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
 #endereco {
	height: 50px;
	width: 100%;
}






/* CONFIGURAÇÃO GERAL
 ------------------------------------- */
/* FUNDO PRINCIPAL */
body {
	
background-image:
background-repeat: no-repeat;
background-attachment: fixed;
background-color:#000;

}	

/* HEADER
 ------------------------------------- */

/* Menu Principal */
ul#nav {
	float: right;
	position: relative;
	margin-bottom: 25px;
	z-index: 100;
	list-style: none;
	margin-left: 0;
}
ul#nav li {
	display: block;
	float: left;
	margin-left: 10px;
	position: relative;
	z-index:999;
}

/* NOME DOS MENUS
 ------------------------------------- */
ul#nav li:hover { visibility: inherit;}
ul#nav li a,
ul#nav li a span {
	display: block;
	color: #FFFFFF;
}
ul#nav li a {
	background-position: left top;
	height: 43px;
	padding-left: 10px;
	text-decoration: none;
	position: relative;
	font-size: 13px;
}
/* FUNDO DO MENU
 ------------------------------------- */

ul#nav li a span {
	background-position: right top;
	
	height: 43px;
	line-height: 39px;
	padding-right: 10px;
	text-decoration: none;
}




/* Logo */
h1#logo {
	float: left;
	margin-bottom: 0;
	border: none;
}
h1#logo a {

	display: block;
	height: 50px;
	text-indent: -999em;
	width: 200px;
}

/* Parent Navigation */
ul#nav {
	float: right;
	position: relative;
	margin-bottom: 25px;
	z-index: 100;
	list-style: none;
	margin-left: 0;
	width: 600px;
}
ul#nav li {
	display: block;
	float: left;
	margin-left: 10px;
	position: relative;
	z-index:999;
}
ul#nav li:hover { visibility: inherit;}
ul#nav li a,
ul#nav li a span {
	display: block;
	color: #FFFFFF;
}
ul#nav li a {
	background-position: left top;
	height: 43px;
	padding-left: 10px;
	text-decoration: none;
	position: relative;
	font-size: 13px;
}
ul#nav li a span {
	background-position: right top;
	
	height: 43px;
	line-height: 39px;
	padding-right: 10px;
	text-decoration: none;
}
ul#nav li a:hover,
ul#nav li a.current,
ul#nav li a:hover span,
ul#nav li a.current span,
ul#nav li.sfHover > a,
ul#nav li.sfHover > a span,
ul#nav li a:active,
ul#nav li a:active span {
	
	background-image: url(../images/global/global.png);
	background-repeat: no-repeat;
}

ul#nav li a:hover,
ul#nav li a.current,
ul#nav li.sfHover > a { background-position: left top; }

ul#nav li a:hover span,
ul#nav li a.current span,
ul#nav li.sfHover > a span { background-position: right top; }

ul#nav li a:active { background-position: left -43px; }
ul#nav li a:active span {
	background-position: right -43px;
	line-height: 42px;
}

/* Child Navigation */
ul#nav ul{
	position: absolute;
	top: -999em;
	width: 150px;
	margin-top: 12px;
	list-style: none;
	margin-left: 0;
	display: none;
}
ul#nav ul ul { margin-top: -5px; }
ul#nav li ul li,
ul#nav li ul li.first_item,
ul#nav li ul li.last_item {
	background: url(../images/global/dd_bg.png) no-repeat;
}
ul#nav li ul li{
	width: 150px;
	padding: 0 1px;
	height: 30px;
	background-position: left center;
	margin: 0;
}
ul#nav li ul li.first_item {
	background-position: left top;
	padding-top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
ul#nav li ul li.last_item {
	background-position: left bottom;
	padding-bottom: 7px;
}
ul#nav ul li a {
	background-image: none;
	border-bottom: solid 1px #a3a3a3;
	color: #fff;
	display: block;
	height: 30px;
	line-height: 29px;
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	width: 130px;
	z-index: 99;
}

/* Fixes bottom border when there is lots of child ULs */
ul#nav ul li.last_item li a,
ul#nav ul li.last_item li.last_item li a,
ul#nav ul li.last_item li.last_item li.last_item li a { border-bottom: solid 1px #a3a3a3; }

ul#nav ul li.last_item a,
ul#nav ul li.last_item li.last_item a,
ul#nav ul li.last_item li.last_item li.last_item a,
ul#nav ul li.last_item li.last_item li.last_item li.last_item a { border-bottom: none; }

ul#nav ul li a:hover {
	color: #000;
	background-position: left -329px;
	border-bottom: none;
	text-decoration: none;
}
ul#nav ul li.sfHover > a {
	color: #000;
	background-position: left -329px;
}
ul#nav ul li a:active { line-height: 33px; }
ul#nav li:hover ul, 
ul#nav li.sfHover ul{
	left:0;
	top:2.5em;
	z-index:99
}
ul#nav li:hover li ul, 
ul#nav li.sfHover li ul,
ul#nav li li:hover li ul, 
ul#nav li li.sfHover li ul{ top:-999em }

ul#nav li li:hover ul, 
ul#nav li li.sfHover ul,
ul#nav li li li:hover ul, 
ul#nav li li li.sfHover ul{
	left: 150px; /* match ul width */
	top:0
}

/* Child indicator */
ul#nav li a.sf-with-ul:active .sf-sub-indicator,
ul#nav li li a.sf-with-ul .sf-sub-indicator,
ul#nav li li a.sf-with-ul:hover .sf-sub-indicator,
ul#nav ul li.sfHover > a.sf-with-ul .sf-sub-indicator {	background: url(../images/global/dd_arrows.png) no-repeat; }

ul#nav li a.sf-with-ul .sf-sub-indicator {
	background-image: none;
	margin: 0;
	padding:0;
	display: block;
	background: url(../images/global/dd_arrows.png) no-repeat left 2px;
	width: 10px;
	height: 12px;
	line-height: 1;
	text-indent: -9999em;
	position: absolute;
	top: 15px;
	right: 10px;
}
ul#nav li li a.sf-with-ul .sf-sub-indicator { right: 3px; }
ul#nav li a.sf-with-ul span { padding-right: 30px; }
ul#nav li a.sf-with-ul:active .sf-sub-indicator { background-position: -19px 4px; }
ul#nav li li a.sf-with-ul .sf-sub-indicator {
	top: 10px;
	margin: 0 5px;
	background-position: left bottom;

}
ul#nav li li a.sf-with-ul:hover .sf-sub-indicator,
ul#nav ul li.sfHover > a.sf-with-ul .sf-sub-indicator {
	background-position: -23px bottom;
}
