@charset "UTF-8";
/* CSS Document */

/* ------------------------- Initial settings */

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #F6F6F6;
}

h1, h2, h3, h4, h5, ul, li, p{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a, a:active, a:link{
	color: #333;
	text-decoration: none;
}

a:visited{
	color: #999;
	text-decoration: none;
}

a:hover{
	color: #669900;
	text-decoration: none;
}

a img{
	border: none;
}

hr, .nodisp{
	display: none;
}

.greenBold{
 color:#669900;
 font-weight: bold;
}

.textEleven{
	font-size: 11px;
}

/* ------------------------- classes */

.title h1{
	font-size: 16px;
	font-weight: bold;
	color: #669900;
	position: absolute;
	top: 32px;
	left: 115px;
	float: left;
	text-align: left;
}

.text{
	font-size: 11px;
	color: #333;
}

.icon{
	position: absolute;
	top: 31px;
	left: 71px;
	float: left;
	width: 32px;
	height: 32px;
}

.date{
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}


.changeView{
	display: block;
	position: absolute;
	top: 53px;
	right: 80px;
	/*float: right;*/
}

.changeView a{
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color:#669900;
}

.changeView a:hover{
	color: #666;
}

.toTop{
	display: block;
	position: absolute;
	text-indent: -9999px;
	top: 16px;
	right: 20px;
	/*float: right;*/
	width: 56px;
	height: 22px;
}

.toTop a{
	display: block;
	overflow: hidden;
	background: url(../images/buttonTop_up.gif) no-repeat;
}

.toTop a:hover{
	background: url(../images/buttonTop_down.gif) no-repeat;
}

/*
.place h2{
	font-size: 12px;
	font-weight: normal;
	color: #666;
	position: absolute;
	float: right;
	top: 40px;
	right: 71px;
}
*/

.noPM{
	padding: 0px;
	margin: 0px;
}


/* ------------------------- mainContainer */

#mainContainer{
	margin: 0px auto;
	width: 942px;
	display: block;
	text-align: left;
}

/* ------------------------- header */

#header{
	width: 942px;
	height: 100px;
	display: block;
	position: relative;
	background: url(../images/bkg_header.gif) no-repeat;
}

#logo{
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 275px;
	height: 60px;
}

#mainNavi{
	position: absolute;
	top: 68px;
	left: 430px;
}

#links li{
	display: block;
	height: 13px;
	text-indent: -9999px;
	margin-right: 40px;
	float: left;
}

#links li a{
	display: block;
	height: 13px;
	overflow: hidden;
}

#links li.about a{
	width: 92px;
	background: url(../images/mainNavi/about_up.gif) no-repeat;
}

#links li.about a:hover{
	width: 92px;
	background: url(../images/mainNavi/about_down.gif) no-repeat;
}

#links li.photogallery a{
	width: 73px;
	background: url(../images/mainNavi/photogallery_up.gif) no-repeat;
}

#links li.photogallery a:hover{
	width: 73px;
	background: url(../images/mainNavi/photogallery_down.gif) no-repeat;
}

#links li.contact a{
	width: 45px;
	background: url(../images/mainNavi/contact_up.gif) no-repeat;
}

#links li.contact a:hover{
	width: 45px;
	background: url(../images/mainNavi/contact_down.gif) no-repeat;
}



/* ------------------------- indexContent */


#indexContent{
	display: block;
	float: left;
	width: 942px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#indexContent ul li{
	background: url(../images/bkg_thumbnail.gif) no-repeat;
	height: 198px;
	width: 310px;
	overflow: hidden;
	float: left;
	line-height: 1.4;
	margin: 0px 5px 5px 0px;
}

#indexContent ul li.lastLink{
	display: inherit;
	margin: 0px;
}

#indexContent ul li img{
	padding: 5px 5px 4px 5px;
	display: block;
}

.thumbTitle{
	display: block;
	padding: 2px 0px 0px 8px;
}

.thumbText{
	display: block;
	padding: 2px 0px 0px 8px;
	color: #666;
	/*width: 200px;*/
}

#indexContent ul li .extension img{
	padding: 0px;
	display: block;
}

.extension{
	display:block;
	float:right;
}

.extensions a{
	color:#999999;
	text-decoration: none;
	font-size: 11px;
}

.extensions a:hover{
	color:#333333;
	text-decoration: none;
	font-size: 11px;
}


/* ------------------------- detailContent */

#detailContent{
	display: block;
	float: left;
	width: 942px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#topBG{
	background: url(../images/bkg_top.gif) no-repeat;
	height: 4px;
	width: 942px;
	top: 0px;
	left: 0px;
}

#topContent{
	background: url(../images/bkg_middle.gif) repeat-y top left;
	width: 942px;
	height: 67px;
	position: relative;
}

#qtArea{
	background: url(../images/bkg_middle.gif) repeat-y top left;
	width: 942px;
	height: 640px;
	text-align: center;
	padding-top:20px;
	/*background:#00FF00;*/
}

#bottomContent{
	background: url(../images/bkg_middle.gif) repeat-y top left;
	width: 942px;
	height: 67px;
}

#bottomBG{
	background: url(../images/bkg_bottom.gif) no-repeat;
	height: 4px;
	width: 942px;
}

/* ------------------------- aboutUs */

#textContent{
display: table;
	background: url(../images/bkg_middle.gif) repeat-y top left;
	width: 942px;
	height: auto;
	/*padding: 30px 80px 0px 30px;*/
}

.paragraph{
	display:inherit;
	float:left;
	text-align: left;
	width: 510px;
	margin-left: 30px;
	margin-top:30px;
}

.paragraph h1{
	font-size: 20px;
	font-weight: bold;
	color: #669900;
}

.paragraph p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 150%;
}

.rightContainer{
	display: inherit;
	float: right;
	width: 340px;
	height: 540px;
	margin-right: 30px;
	margin-top: 50px;
	background: url(../images/bkg_processo.gif) no-repeat;
}

.rightContainer p{
	padding: 16px 0px 0px 21px;
	color: #333;
	width: 290px;
	font-size: 14px;
}

.miniTitle{
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tableProcesso{
	color: #666;
	line-height: 150%;
}

#link{
	margin-top: 40px;
}

#link li{
	display: block;
	height: 100px;
	text-indent: -9999px;
}

#link li a{
	display: block;
	height: 100px;
	overflow: hidden;
}

#link li.esplora a{
	width: 340px;
	background: url(../images/btn_esplora.jpg) no-repeat;
}

#link li a:hover{
	background-position: bottom;
}


/* ------------------------- footer */

#footer{
	display:block;
	position: relative;
	clear: left;
	height: 82px;
	width: 942px;
	background: url(../images/bkg_footer.gif) no-repeat;
	margin-bottom: 30px;
}

#vivadesign{
	display: block;
	position: absolute;
	float: left;
	top: 20px;
	left: 23px;
}

#footerInfo{
	position: absolute;
	float: left;
	top: 55px;
	left: 208px;
	width: 358px;
	height: 10px;
}

#footerCopy{
	position: absolute;
	float: right;
	top: 55px;
	right: 20px;
	width: 191px;
	height: 8px;
}
