/* CSS Document */

@import url("forms.css");


/*
	-- -- -- -- -- -- --

	TRIPERU v2006 CSS
	JAN/2007
	Desenvolvido por Multiweb * Business Inspiration
	www.multiweb.pt

	-- -- -- -- -- -- --

*/


/* =ELEMENTOS COMUNS
------------------------------------------------------------------------ */
* {margin:0; padding:0;}

html {height: 100%;}

body{
	margin:0;
	padding:0;
	font: .83em Arial, Helvetica, sans-serif;
	color: #171717;
	line-height:1.40em;
	height:100%;
	background: #f8f5e6 url(../../img/layout/body.fundo.png) repeat-x left top;
	}



/* =TIPOGRAFIA
------------------------------------------------------------------------ */
.devnote {color:#FF0000; background:#FFFF99; display:block; padding:10px;}
div.clear {clear:both;}
/*div {border:1px solid #00ff00;}*/

p {margin:0 0 0.9em 0;}
p.note {font-size:85%; color:#999999;}
p.intro { font-style:italic; }

h1, h2, h3, h4, h5, h6 {margin:0; letter-spacing:-0.10em; line-height:1em;}

h1 {font-size:325%; font-weight:normal; color:#c0c0c0; letter-spacing:-3px;}
h2 {font-size:220%; font-weight:normal;}
h3 {font-size:145%; font-weight:normal; }
h4 {font-size:120%;}
h5 {}
h6 {}

.nuclear h1{margin-bottom:25px;}

a:link, a:visited {text-decoration:none; color:#7c7660;}
a:hover, a:active {text-decoration:underline;}

hr {color:#ece8d9; height:1px;}


/* =LAYOUT
------------------------------------------------------------------------ */
html {height: 100%;}
#globalContainer {position:relative; min-height: 100%; z-index:5;}
* html #globalContainer{
	height: 100%;
	}

#globalContainer:after {
	display: block;
	clear: both;
	content: " ";
	}

.inner {
	width:780px;
	margin:0 auto;
	position:relative;
	}

#header {
	height:269px;
	background: url(../../img/layout/header.fundo.png) repeat-y right top;
	position:relative;
	}
	#header img#logoHeader{position:absolute; left:0; top:25px;}
	#header img.deco01{position:absolute; left:450px; top:0;}

#mainContent {
	margin-top:-69px;
	padding:0 0 210px 0;
	position:relative;
	text-align:center;
	}
	#mainContent img.endTop{
		position:absolute;
		left:50%;
		margin-left:-405px;
		}
	#mainContent .inner{
		text-align:left;
		padding:3px;
		position:relative;
		}


#footer {
	margin-top:-110px;
	position:relative;
	z-index:1;
	}
	#footer .innerContainer{
		position:relative;
		height:110px;
		margin:0 auto;
		}
	#footer img.endBottom{
		position:absolute;
		left:50%;
		bottom:0;
		margin-left:-600px;
		z-index:1;
		}
	#footer img.deco01{
		position:absolute;
		bottom:0;
		z-index:2;
		left:50%;
		margin-left:-397px;
		}

	#footer ul {
		position:relative;
		left:50%;
		list-style:none;
		z-index:3;
		width:780px;
		margin-left:-380px;
		margin-top:30px;
		font-size:0.85em;
		}
		#footer ul li{display:inline; margin:0 8px 0 0;}


/* =LAYOUT SNIPPETS
------------------------------------------------------------------------ */
.layoutA {
	float:left;
	width:772px;
	background: url(../../img/layout/layoutB.fundo01.png) no-repeat 560px 40px;
	}
	.layoutA .content{float:left; width:540px; margin-left:15px; padding-bottom:100px; }
	.layoutA .sidebar{float:right; width:200px; margin-right:0px; padding-top:50px; }

.layoutB {
	float:left;
	width:772px;
	background: url(../../img/layout/layoutB.fundo01.png) no-repeat 190px top;
	}
	.layoutB .content{float:right; width:565px; margin-left:0; padding-bottom:100px; color:#000; }
	.layoutB .sidebar{float:left; width:180px; margin-right:0; }	

.columns02 {float:left; width:772px;}
	.columns02 .column01{float:left; width:386px;}
	.columns02 .column02{float:left; width:386px;}

.columns03 {float:left; width:772px; font-size:0.80em; line-height:1.4em; margin:15px 0;}
	.columns03 .column01{float:left; width:193px;}
	.columns03 .column02{float:left; width:178px; margin-left:15px;}
	.columns03 .column03{float:left; width:178px; margin-left:15px;}

.layoutA .content .columns03 {float:left; width:540px; font-size:0.80em; line-height:1.4em; margin:15px 0;}
	.layoutA .content .columns03 .column01{float:left; width:180px;}
	.layoutA .content .columns03 .column02{float:left; width:165px; margin-left:15px;}
	.layoutA .content .columns03 .column03{float:left; width:165px; margin-left:15px;}

.layoutB .content .columns03 {float:left; width:565px; font-size:0.80em; line-height:1.4em; margin:15px 0;}
	.layoutB .content .columns03 .column01{float:left; width:188px;}
	.layoutB .content .columns03 .column02{float:left; width:173px; margin-left:15px;}
	.layoutB .content .columns03 .column03{float:left; width:173px; margin-left:15px;}



.columns04 {float:left; width:772px; font-size:0.80em; line-height:1.4em; margin:15px 0; clear:both;}
	.columns04 .column01{float:left; width:193px;}
	.columns04 .column02{float:left; width:178px; margin-left:15px;}
	.columns04 .column03{float:left; width:178px; margin-left:15px;}
	.columns04 .column04{float:left; width:178px; margin-left:15px;}


div.gallery {
	/*Galeria de imagens e documentos associados ao artigo*/
	position:relative;
	margin:0 15px 15px 0;
	padding:0;
	width:250px;
	float:left;
	}
	div.gallery img{}
	div.gallery img.main{padding:1px; border:2px solid #d0cbb8;}
	div.gallery img:hover{}
	div.gallery ul.thumbs{
		margin:5px 0 15px 0;
		padding:0;
		list-style:none;
		display:block;
		}
		.content div.gallery ul.thumbs li{
			display:block;
			float:left;
			border:2px solid #d0cbb8;
			padding:1px;
			margin:1px 2px 2px 1px;
			width:50px;
			height:35px;
			overflow:hidden;
			}
			.content div.gallery ul.thumbs li:hover{border:2px solid #b8f400;}


div.gallery2 {
	/*Galeria de imagens e documentos associados ao artigo*/
	position:relative;
	padding:0;
	margin:0 10px 25px 10px;
	display:block;
	width:100%;
	}
	div.gallery2 img{}
	div.gallery2 img.main{padding:1px; border:2px solid #d0cbb8;}
	div.gallery2 img:hover{}
	div.gallery2 ul.thumbs{
		margin:5px 0 15px 0;
		padding:0;
		list-style:none;
		display:block;
		}
		.content div.gallery2 ul.thumbs li{
			display:block;
			float:left;
			border:2px solid #d0cbb8;
			padding:1px;
			margin:1px 2px 2px 1px;
			width:50px;
			height:35px;
			overflow:hidden;
			}
			.content div.gallery2 ul.thumbs li:hover{border:2px solid #b8f400;}


div.flashGallery {margin:25px 0;}

div.relatedItems {margin:15px 0;}
	div.relatedItems h3{margin:1.5em 0 0 0;}
	div.relatedItems h4{margin:1em 0 0 0;}
	div.relatedItems ul{margin:0 0 10px 0;}
		div.relatedItems ul li{ font-size:0.80em; border-bottom:1px solid #e7e2ce; padding:0 0 0 10px;}
		div.relatedItems ul li a{display:block; font-size:1.2em;}



table.folderNav2 {
	width:100%;
	margin:0px 0px 25px 0;
	}
	table.folderNav2 th,
	table.folderNav2 td{ padding:0px; position:relative;}
	table.folderNav2 td img.botGo{position:absolute; bottom:15px; left:20px; visibility:hidden;}
	table.folderNav2 td a:link, table.folderNav2 td a:visited{position:relative;}
	table.folderNav2 td:hover img.botGo{visibility:visible;}
	table.folderNav2 span {
		border-bottom:1px solid #e1e1e1;
		border-right:1px solid #e1e1e1;
		display:block;
		margin:0;
		}
	table.folderNav2 span a {
		margin:5px 10px;
		}
	table.folderNav2 img.thumb {margin:5px;}		
	table.folderNav2 span a:link, table.folderNav2 span a:visited {
		display:block;
		background: url(../../img/layout/bullet02vA.gif) no-repeat left 3px;
		padding-left: 11px;
		font-size:1.1em;
		font-weight:bold;
		}


.warn01 {
	padding:10px 15px;
	border:1px solid #e7e2d0;
	background:#fdfbf2;
	font-size:0.85em;
	margin:0 0 1em 0;
	}


div.produtoMask01 {
	position:relative;
	width:411px;
	height:337px;
	overflow:hidden;
	}
	div.produtoMask01 img.mask{position:absolute; z-index:2;}
	div.produtoMask01 h2 {
		position:absolute;
		left:8px; top:35px;
		width:290px;
		padding:5px 5px 5px 15px;
		background:#f9f5e6;
		}

.folderIntro {margin:10px;}



#relatedOuter {position:relative; overflow:hidden;}
	#relatedOuter img.begin{
		position:absolute;
		left:0;
		top:0;
		z-index:5;
		}
	#relatedOuter img.end{
		position:absolute;
		right:0;
		top:0;
		z-index:5;
		}


/* =ZONAS
------------------------------------------------------------------------ */


/* =LISTAS
------------------------------------------------------------------------ */
ul.siteNav {list-style:none; height:29px; width:650px; position:absolute; left:0px; top:171px; z-index:2; padding:0;}
ul.siteNav li{display:inline;}
ul.siteNav li a:link,
ul.siteNav li a:visited{color:#fff; border-bottom:1px solid #ff0000;}
ul.siteNav li a {
	display:block;
	float:left;
	height:29px;
	background: url(../../img/langPT/siteNav.ops.gif) no-repeat;
	border-bottom:none;!important
	}
	ul.siteNav li a span {display:none;}

ul.siteNav li#op01 a:link, ul.siteNav li#op01 a:visited{width:102px; background-position:0 0; border-bottom:none;}
ul.siteNav li#op02 a:link, ul.siteNav li#op02 a:visited{width:73px; background-position:-102px 0; border-bottom:none;}
ul.siteNav li#op03 a:link, ul.siteNav li#op03 a:visited{width:76px; background-position:-174px 0; border-bottom:none;}
ul.siteNav li#op04 a:link, ul.siteNav li#op04 a:visited{width:180px; background-position:-251px 0; border-bottom:none;}
/*ul.siteNav li#op05 a:link, ul.siteNav li#op05 a:visited{width:80px; background-position:-380px 0; border-bottom:none;}
ul.siteNav li#op06 a:link, ul.siteNav li#op06 a:visited{width:76px; background-position:-460px 0; border-bottom:none;}
ul.siteNav li#op07 a:link, ul.siteNav li#op07 a:visited{width:108px; background-position:-536px 0; border-bottom:none;}*/

ul.siteNav li#op01 a:hover{width:102px; background-position:0 -29px;}
ul.siteNav li#op02 a:hover{width:73px; background-position:-102px -29px;}
ul.siteNav li#op03 a:hover{width:76px; background-position:-174px -29px;}
ul.siteNav li#op04 a:hover{width:180px; background-position:-251px -29px;}
/*ul.siteNav li#op05 a:hover{width:80px; background-position:-380px -29px;}
ul.siteNav li#op06 a:hover{width:76px; background-position:-460px -29px;}
ul.siteNav li#op07 a:hover{width:108px; background-position:-536px -29px;}*/

ul.siteNav li#op01.active a:link, ul.siteNav li#op01.active a:visited{width:102px; background-position:0 -58px;}
ul.siteNav li#op02.active a:link, ul.siteNav li#op02.active a:visited{width:73px; background-position:-102px -58px;}
ul.siteNav li#op03.active a:link, ul.siteNav li#op03.active a:visited{width:76px; background-position:-174px -58px;}
ul.siteNav li#op04.active a:link, ul.siteNav li#op04.active a:visited{width:180px; background-position:-251px -58px;}
/*ul.siteNav li#op05.active a:link, ul.siteNav li#op05.active a:visited{width:80px; background-position:-380px -29px;}
ul.siteNav li#op06.active a:link, ul.siteNav li#op06.active a:visited{width:76px; background-position:-460px -29px;}
ul.siteNav li#op07.active a:link, ul.siteNav li#op07.active a:visited{width:108px; background-position:-536px -29px;}*/
	
ul#featuredNav {list-style:none; position:absolute; height:75px; width:407px; overflow:hidden; left:375px; top:125px; z-index:3;}
	ul#featuredNav li {position:absolute;}
	ul#featuredNav li#fnOp01:hover,
	ul#featuredNav li#fnOp02:hover,
	ul#featuredNav li#fnOp03:hover {position:absolute; padding-top:5px;}
		ul#featuredNav li a img{border:none;}
	ul#featuredNav li#fnOp01 {top:0; left:0; z-index:5; padding-top:10px;}
	ul#featuredNav li#fnOp02 {top:15px; left:140px; z-index:4; padding-top:10px;}
	ul#featuredNav li#fnOp03 {top:0; left:260px; z-index:3; padding-top:10px;}



/*	ul#featuredNav li a:link,
	ul#featuredNav li a:visited{position:relative;}
	ul#featuredNav li a img{border:none;}
	ul#featuredNav li#fnOp01 a:link img,
	ul#featuredNav li#fnOp01 a:visited img{display:block; position:absolute; top:0px; z-index:5;}
		ul#featuredNav li#fnOp01 a:hover img{position:absolute; top:15px;}

	ul#featuredNav li#fnOp02 a:link img,
	ul#featuredNav li#fnOp02 a:visited img{display:block; position:absolute; top:0px; left:140px; z-index:5;}
		ul#featuredNav li#fnOp02 a:hover img{position:absolute; top:15px;}

	ul#featuredNav li#fnOp03 a:link img,
	ul#featuredNav li#fnOp03 a:visited img{display:block; position:absolute; top:0px; left:250px; z-index:5;}
		ul#featuredNav li#fnOp03 a:hover img{position:absolute; top:15px;}	*/			

	
ul.folderNav {list-style:none; margin-bottom:15px;}
	ul.folderNav li{
		background: url(../../img/layout/folderNav.li.fundo01.png) no-repeat center bottom;
		padding:8px 0 12px 0;
		font-weight:bold;
		}
	ul.folderNav li:hover{background: url(../../img/layout/folderNav.li.fundo03.png) no-repeat center bottom;}
	ul.folderNav li.current{background: url(../../img/layout/folderNav.li.fundo02.png) no-repeat center bottom;}

ul.sectionNav {list-style:none; margin-bottom:15px;}
	ul.sectionNav li{
		background: url(../../img/layout/folderNav.li.fundo01.png) no-repeat center bottom;
		padding:8px 0 12px 0;
		font-weight:bold;
		}
	ul.sectionNav li:hover{background: url(../../img/layout/folderNav.li.fundo03.png) no-repeat center bottom;}
	ul.sectionNav li.current{background: url(../../img/layout/folderNav.li.fundo02.png) no-repeat center bottom;}


ul.rootNav {list-style:none; font-size:0.85em; margin-bottom:25px;}
	ul.rootNav li{display:inline;}

ul.pageNav {
	list-style:none;
	margin:8px 0;
	}
	ul.pageNav li{
		display:block;
		float:left;
		padding:1px 3px;
		border:1px solid #e5e1ce;
		background:#e5e1ce;
		margin:0 2px;
		}
	ul.pageNav li.active{
		font-weight:bold;
		border:none;
		border:1px solid #e5e1ce;
		background:none;
		color:#7c7660;
		}
	ul.pageNav li a:link,
	ul.pageNav li a:visited{
		}

/* =SFIR
------------------------------------------------------------------------ */


/* =DATATABLES
------------------------------------------------------------------------ */

.dataTable01 {}
	.dataTable01 td{padding:0 20px 15px 0; vertical-align:top;}
	.dataTable01 td a img{border:none;}
	.dataTable01 td img.thumb{float:right; border:1px solid #b8b4a4; padding:1px; margin:0 0 12px 12px;}
	.dataTable01 p{font-size:85%; line-height:1.1em;}



.dataTable03 {}
	.dataTable03 td{padding:0;}
	.dataTable03 td a img{border:none;}
	.dataTable03 td div.thumbContainer {width:187px; height:161px; overflow:hidden; position:relative;}
	.dataTable03 td div.thumbContainer a.legend{display:block; position:absolute; bottom:5px; left:8px; font-size:0.80em; z-index:3;}
	.dataTable03 td img.frame{position:absolute; z-index:2;}
	.dataTable03 td img.thumb{}

div#relatedItems {margin:15px 0 55px 0;}
	div#relatedItems ul{
		float:left;
		width:49.9%;
		}
		div#relatedItems ul li{
			background: url(../../img/layout/relatedItems.li.fundo.gif) no-repeat left 2px;
			display:block;
			padding:0 0 0 15px;
			}
	div#relatedItems table td{}
		div#relatedItems table td div.thumbContainer{
			position:relative;
			width:108px;
			height:99px;
			overflow:hidden;
			text-align:center;
			}
		div#relatedItems table img.mask{position:absolute; z-index:2;}
		div#relatedItems table a img {border:none;}
		div#relatedItems table p.legend{display:block; position:absolute; bottom:5px; left:0; font-size:0.80em; z-index:3; text-align:center; width:108px;}

/* =COMPONENTS
------------------------------------------------------------------------ */
.sIFR-active h1,
.sIFR-active h2,
.sIFR-active h3 {
	visibility: hidden;
	line-height: 1em;
	}

.sIFR-active h1 {
	padding-bottom: 0;
	font-size:2.5em;
	}

.sIFR-active h2 {
	display: block;
	font-size:1.5em;
	}

.sIFR-active h2.alt {font-size:1.5em;}	

.sIFR-active h3 {
	font-size:1.8em;
	}
