/* CSS Document */
body {
	background-color: #161616;
	overflow:auto;
	margin-top:100px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	scrollbar-3dlight-color:#484848;
	scrollbar-arrow-color:#8E8E8E;
	scrollbar-DarkShadow-Color:#393939;
	scrollbar-Face-Color:#434343;
	scrollbar-Highlight-Color:#858585;
	scrollbar-Shadow-Color:#080808;
	scrollbar-Track-Color:#383838;
}

.MenuBotoes {
	font-family:"Courier New", Courier, monospace;
	background-color:#161616;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	color:#999999;
	margin-top:3px;
	margin-bottom:3px;
}

#MenuBotoes a
{
display:block;
}
#MenuBotoes a:hover
{
font-weight:bold;
display: block;
background-color:#613030;
text-decoration:line-through, blink;
color:#fff;
}

.titulo {
	font-family:"Courier New", Courier, monospace;
	font-size: 18px;
	color:#a20101;
	font-stretch:extra-condensed;
	letter-spacing:-2px;
}

.sub-titulo {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	color:#a20101;
	text-decoration:none;
}

.MenuProjectos {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	color:#CCCCCC;
	text-decoration:none;
	padding-top:1px;
	padding-bottom:1px;
}

#MenuProjectos a {
display:block;
}

#MenuProjectos a:hover {
display: block;
background-color:#a20101;
color:#FFFFFF;
}

.SubMenuProjectos {
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	color:#CCCCCC;
	text-decoration:none;
	padding-left:7px;
	padding-top:1px;
	padding-bottom:1px;
}

#SubMenuProjectos a {
display:block;
}

#SubMenuProjectos a:hover {
display: block;
background-color:#a20101;
color:#FFFFFF;
}

.LinkIndex {
	font-family:"Courier New", Courier, monospace;
	color:#666666;
	text-decoration:none;
	font-size: 12px;
	font-weight:normal;
}

#LinkIndex a
{
display:block;
width:80px;
}
#LinkIndex a:hover
{
display: block;
background-color:#a20101;
width:80px;
color:#FFFFFF;
}

.LinkMenu {
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
	font-size: 14px;
	font-weight:normal;
	color:#CCCCCC;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
}

#LinkMenu a
{
display:block;
}
#LinkMenu a:hover
{
display:table-row;
color:#CCCCCC;
background-color:#8f0101;
padding-top:4px;
padding-bottom:4px;
padding-right:3px;
margin-bottom:-2px;
margin-top:-2px;
margin-right:-1px;

}

.ImagensObrasConcluidas {
border-color:#000000;
border:hidden;
}

#ImagensObrasConcluidas a
{
display:table-caption;
}
#ImagensObrasConcluidas a:hover
{
border:inset;
border-color:#626262;
color: #1A1A1A;
border-width:medium;
cursor:hand;
}

.texto{
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	color: #FEFEFE;
	padding-left:10px;
	padding-right:10px;
}

.sub-texto{
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	color:#B4B4B4;
	padding-left:5px;
	padding-right:5px;
}

.legal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#474747;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

/*/////////////////////////////CSS PARA O FADE DAS FOTOS//////////////////////////////////////*/

#imageContainer {
	position:relative;
	margin:auto;
	width:800px;
	border:none;
}

/* styles unrelated to the application follow */
h1 {
	position:relative;
	font:1em verdana;
}

.copy {
	width:800px;
	margin:auto;
	position:relative;
	font:0.9em verdana;
}

#so_credits {
border:none;
}

#so_credits img {
	border:none;
}

#imageContainer {
	height:300px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/*///////////////DAQUI PRA BAIXO É O CÓDIGO DA DROPMENU-UL-il-LIST/////////////////////////////////////////////////////////////////*/

.arrowlistmenu{
width:200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	color:#a20101;
	text-decoration:none;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color:#666666;
display: block;
text-decoration: none;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

.arrowlistmenu ul li a:visited{
color:#C7C7C7;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#D2DB33;
}


/*///////////////DAQUI PRA BAIXO É O CÓDIGO PARA O SCROLL DO MENU/////////////////////////////////////////////////////////////////*/

#container {
	position	: relative;
	width		: 150px;
	height		: 90px;
	overflow	: hidden;
}

#content {
	position	: relative;
	width		: 150px;
	left		: 5px;
}

p {
	font		: normal 10px/14px arial,helevetica,san-serif;
}

#scrollArea {
	position: static;
	height		: 90px;
	width		: 5px;
	overflow	: hidden;
	left: 175px;
	top: -90px;
}

#scroller {
	position	: relative;
	width		: 5px;
	background	: #990000;
	left: 175px;
	top: -90px;
	cursor: hand;
}

#container2 {
	position	: relative;
	width		: 46px;
	height		: 277px;
	overflow	: hidden;
}

#content2 {
	position	: relative;
	width		: 46px;
	left		: 5px;
}

p {
	font		: normal 10px/14px arial,helevetica,san-serif;
}

#scrollArea2 {
	position: static;
	height		: 277px;
	width		: 5px;
	overflow	: hidden;
	left: 175px;
	top: -90px;
}

#scroller2 {
	position	: relative;
	width		: 5px;
	background	: #990000;
	left: 175px;
	top: -90px;
	cursor: hand;
}

#container3 {
	position	: relative;
	width		: 520px;
	height		: 300px;
	overflow	: hidden;
}

#content3 {
	position	: relative;
	width		: 520px;
	left		: 5px;
}

p {
	font		: normal 10px/14px arial,helevetica,san-serif;
}

#scrollArea3 {
	position: static;
	height		: 250px;
	width		: 5px;
	overflow	: hidden;
	left: 175px;
	top: -90px;
}

#scroller3 {
	position	: relative;
	width		: 5px;
	background	: #990000;
	left: 175px;
	top: -90px;
	cursor: hand;
}

.formularios {
background-color:#9E9E9E;
font-family:"Courier New", Courier, monospace;
font-size:12px;
color:#A80206;
}