/* ©2009 Tecnofiber. Desenvolvido por iD Studio - www.idstudio.art.br */



body {
	padding: 0;
	margin: 0;
	background: #384D8D url("images/mainbg.jpg") center top repeat-x;
	color: #104e8b;
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p,
ul,
h2,
h3 {
	padding: 0;
	margin: 0;
}
h1 {
	display: inline;
	font-size: inherit;
	font-weight: inherit;
}
a {
	color: #104e8b;
}
a:hover {
	color: #1e90ff;
}
a img {
	border: none;
}

.c,
#MainWrapper p.c,
.highlight,
#MainWrapper p.highlight {
	text-align: center;
}
.highlight {
	font-size: 12px;
}
table.highlight {
	margin: 1em auto;
}



/*----TOP PANEL----*/



#Header {
	width: 747px;
	height: 152px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#Header img {
	position: absolute;
	top: 31px;
	left: 4px;
	width: 252px;
	height: 76px;
}
#Header ul {
	position: absolute;
	right: 0;
	width: 480px;
	list-style-type: none;
}

ul.topnav {
	top: 76px;
	height: 32px;
}
ul.topnav li {
	float: left;
	width: 79px;
	height: 32px;
	padding: 0 0 0 1px;
}

ul.topnav a {
	display: block;
	width: 79px;
	height: 32px;
	background: url("images/menubg-normal.gif") 0 0 no-repeat transparent;
	font-size: 11px;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
ul.topnav a.active {
	height: 34px;
	background-image: url("images/menubg-hover.gif");
	color: #1e90ff;
}
ul.topnav a.selected,
ul.dropdown a.selected {
	color: #1e90ff;
		
}

ul.dropdown {
	display: none;
	top: 119px;
	height: 22px;
}
ul.dropdown li {
	float: left;
	width: 80px;
	height: 22px;
}
ul.dropdown a {
	display: block;
	background: url("images/vertical-dot.gif") no-repeat;
	width: 80px;
	line-height: 22px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: auto;
}
 
ul.dropdown li:first-child a {
	background-image: none;
} 


/*POG - Programação Orientada a Gambiarras.
Gambiarra Feita para Acertar os Links "Reservatórios Cilíndricos e Reservatórios Subterrâneos".*/

ul.POG a.selected {
	color: #1e90ff;
		
}
ul.POG {
	display: none;
	top: 119px;
	height: 22px;
}
ul.POG li {
	float: left;
	width: 90px;
	height: 22px;
}
ul.POG a {
	display: block;
	background: url("images/vertical-dot.gif") no-repeat;
	width: 90px;
	line-height: 22px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 12px;
}
 
ul.POG li:first-child a {
	background-image: none;
} 

/*POG2 - Programação Orientada a Gambiarras.
Gambiarra Feita para Acertar os Links "Obras".*/

ul.POG2 a.selected {
	color: #1e90ff;
		
}
ul.POG2 {
	display: none;
	top: 119px;
	right: 260;
	height: 22px;

}
ul.POG2 li {
	float: left;
	width: 80px;
	height: 22px;

}
ul.POG2 a {
	display: block;
	background: url("images/vertical-dot.gif") no-repeat;
	width: 80px;
	line-height: 22px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 12px;
}
 
ul.POG2 li:first-child a {
	background-image: none;
} 


/*----BODY TOP PANEL----*/



#Main {
	width: 100%;
	background: #f4f4f4 url("images/background.png") right top no-repeat;
	float: left;
	padding: 10px 0 20px;
	clear: both;
}

#MainWrapper {
	width: 747px;
	margin: 0 auto;
	padding: 0;
}
#MainWrapper h2 {
	height: 70px;
	line-height: 70px;
	color: #1874cd;
	font-size: 24px;
}
#MainWrapper h3 {
	margin-bottom: 0.75em;
}
#MainWrapper p {
	padding: 0 0px 11px 0;
	text-align: justify;
}
#MainWrapper p span {
	font-weight: bold;
}
#MainWrapper p.more {
	margin: 0 0 15px 618px;
	padding: 0;
}
#MainWrapper p.more a {
	display: block;
	width: 79px;
	height: 28px;
	background: url("images/bluebutton.gif") 0 0 no-repeat #fff;
	font-size: 15px;
	line-height: 28px;
	text-decoration: none;
	padding: 0 0 0 10px;
}
#MainWrapper p.more a:hover {
	text-decoration: none;
}
#MainWrapper ul {
	margin-bottom: 1em;
	margin-left: 15px;
}
#MainWrapper .gallery {
	margin: 1em 0;
	text-align: center;
}
#MainWrapper .gallery img {
	margin: 0 7px;
	border: 1px solid #6AB3D6 !important;
	vertical-align: middle;
}
#MainWrapper .gallery img:hover {
	border-color: cyan !important;
}



/*----FOOTER PANEL----*/



#Footer {
	clear: both;
	padding: 20px 0;
	background: #384D8D url("images/footerbg.gif") 0 0 repeat-x;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#Footer .credits {
	font-size: 10px;
}
#Footer a {
	color: #fff;
	text-decoration: none;
}
#Footer a:hover {
	color: #E6F9FF;
}
