/* Abreu e Araujo, Lda */

body {
  text-align: center;
  background-color: #ffffff;
  line-height: 1;
}
#frame
{
    margin-right: auto;
      margin-left: auto;
      margin-top: 0px;
      position: relative;
      width: 1001px;
      text-align: left;
      background-color: #ffffff;
}
.t1
{
    font-family: Verdana;
    font-size: 10pt;
    color: #003467;
    text-align: center;
    line-height: normal;

}
.t2
{
    font-family: Verdana;
    font-size: 7pt;
    color: #003467;
    text-align: justify;
    line-height: normal;
}
#nav 
{
        margin-top: 0px;
        top: 272px;
        left: 40px;
        position: absolute;
        list-style: none;
        height: 41px;
        width: 902px;

}

#nav ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}
#nav a {
        display: block;
        width: 140px;
        height: 41px;
        font-family: Verdana;
        font-size: 10pt;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: White;
    }

#nav a:hover {
	color: #003467;
	background-image: url(./imagens/rect.png);
}

#nav li {
        float: left;
        width: 140px;
        height: 41px;
        display: block;
        line-height: 41px;
    }
    #nav li:hover, #nav li.sfhover
    {
        background-image: url(./imagens/rect.png);
    }

#nav li ul {
	position: absolute;
	width: 140px;
	height: 26px;
	display: none;
	
}

#nav li:hover ul, #nav li.sfhover ul{
	display: block;
}
.a1 
{
    background-image: url(./imagens/rect.png);
}
.a2
{
    color: #003467;
}
.a3
{
    text-decoration: none;
}

.imgprod
{
opacity: 0.5;
filter: alpha(opacity=50);
border: 0px;
}
.imgprod:hover
{
opacity: 1;
filter: alpha(opacity=100);
}
/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(imagens/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imagens/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* fim de lightbox */
