@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-image:url(../Imagens/fundo.jpg);
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #FFFFFF;
}

h2 {
}

h3 {
	font-size: 1em;
}

hr {
	color: #FFCC33;
	margin: 0;
	padding: 0;
}

p, blockquote {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
	font-style: oblique;
}

a {
	text-decoration: none;
	color:#CC33CC;
}

a:link {
	color: #FF3300;
}

a:hover {
	text-decoration: none;
	color: #FF3333;
}

#preload-images {
position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
   display: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	/*background-color: #FF6701;*/
	background: #FF6701 url(../Imagens/img06.png) repeat-x;
}

.boxed .title h2 {
	height: 20px;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 1em;
	color: #000000;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
}

.boxed .content {
	margin-top: 0px;
	padding: 10px;
	color: #FF6633;
	border: 1px solid #FF6701;
	text-align: justify;
}

#header {
	width: 100%;
	margin: 0;
	padding: 0 0 30px 0;
	overflow: hidden;
	z-index: 100;
}

.imgleft {
	float: left; 
	margin: 0;
	/*vertical-align: top;*/
	padding: 0 10px 10px 0;
}

.imgcenter {
	position: absolute;
	left: 33%;
	margin: 20px 20px;
	padding: 10px 10px;
}

.imgright {
	float: right;
	margin: 50px 0 0 0;
	padding: 10px 0 0 0;
	clear: right;
	/*vertical-align: bottom;*/
}

#container {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sidebar {
	float: left;
	margin: 10px;
	width: 15%;
	padding: 0 5px 0 5px;
	overflow: hidden;
	display: inline;
}

#sidebar p {
	line-height: 12px;
}


#largeImage {
position: absolute;
padding: .5em;
/*background: #e3e3e3;
border: 1px solid #BFBFBF;*/
}

#sidebar a img {
border: none;
}

/* MENU */

.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
/*border: 1px solid #FFFF66;*/
border: 1px solid #EC241A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(../Imagens/Menus/glossyback.png) repeat-x bottom left;
font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #FFCC00;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../Imagens/Menus/glossyback2.png);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: orange;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid yellow;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #FF9900;
color: white;
}

/* END MENU */

#mainarea {
	width: 62%;
	float: left;
	margin: 10px;
	padding: 0 5px 0 5px;
	overflow: auto;
}


#centro {
}

/*#centro .title {
	background: #FF6701 url(../Imagens/img06.png) repeat-x;
}*/

#centro .content {
	background: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	/*padding: 15px;*/
	color: #FF6633;
	font-size: 1em;
	border: none;
}

#centro .content .centrado {
	color: #FF3300;
	text-align: center;
}

#centro .content .titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF3333;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
}

#centro .content p {
	color: #FF6633;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: .9em;
}

#centro .content .centpar {
	text-align: center;
	color: #FF6633;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: .9em;
}

#centro .content .slideshow {
	text-align: center;
}

/* SLIDESHOW */

.gallery{
    padding: 55px;
}
.galleryCont{
    display:nones;
	text-align: center;
}
/*.descriptionBox{
    font-size:10px;
    background-color:#333333;
    color:white;
}
*/
.nextProject{
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-size:40px;
}

/* END SLIDESHOW */

.texto {
	color:#FF6633;
}

#rightsidebar {
	float: left;
	clear: right;
	width: 15%;
	margin: 10px;
	padding: 0 5px 0 5px;
	overflow: auto;
	font-size: .9em;
}

/*#rightsidebar .boxed .title h2 {
	background: url(../Imagens/img09.png) no-repeat right top;
}*/

.example {
	margin-top: -5px;
}
#news {
}


#destaques {
}

.rightimg {
	float: right;
	margin: 10px;
	border: 1px solid #FF9900;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 2em;
	width: 100%;
	height: 2.2em;
	color: #FF3300;
	font-style: italic;
	font-size: 85%;
	border-top: #778899;
	text-align: right;
	overflow: hidden;
	z-index: 50;
}

html > body #footer {
	/*position: fixed;*/
}

#footer a:link, #footer a:visited {
	padding: 1em 1em 0.5em 1em;
	color: #996633;
	background-color: transparent;
	font-size: 80%;
}

#footer a:hover {
	text-decoration: none;
}

#container, #footer {
	/*min-width: 740px;/*
	/*max-width: 1200px;*/
}

.thumb span{
	visibility:hidden;
	position:absolute;
	background-color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-bottom: 10px;
}

.thumb span img{
	padding:5px;
	border-width:0;
}


.thumb:hover span{
	visibility:visible;
	left:300px;
	top:350px;
}

