/* CSS Studio Soares */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
	
	background: #F2EBC0 url(imagens/bg.jpg) repeat-x;
}

/* Topo */

.topo {
	margin: 0 auto;
	text-align: left;
	
	background: url(imagens/bg_topo.jpg) no-repeat top center;
	width: 790px;
	height: 120px;
	
	padding: 0 108px 0 100px;
}

.logo {
	margin: 0 0 0 32px;
}

.icones {
	float: right;
	width: 220px;
	margin: 8px 15px 0 0;
	
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: #666633;
}

.menu {
	text-align: center;
}

.menu img {
	margin: 6px 15px 0 15px;
	_margin: 2px 15px 0 15px;
	*margin: 2px 15px 0 15px;
}

/* Corpo */

.corpo {
	margin: 0 auto;
	text-align: center;
	
	width: 998px;
	
	padding: 10px 0 20px 0;
}

.meio {
	background: #FFFFFF url(imagens/bg_meio.jpg) no-repeat bottom;
	
	width: 285px;
	padding: 0 15px 20px 20px;
}

.meio p {
	text-align: justify;
	padding-top: 10px;

	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.home_fotos {
	background: #FFFFFF url(imagens/bg_fotos_home.jpg) no-repeat bottom;
	text-align: right;
	
	width: 289px;
	padding: 10px 15px 10px 0;
}

.home_fotos p {
	padding-top: 20px;
}

/* Internas */

.internas {
	background: #FFFFFF url(imagens/bg_internas.jpg) no-repeat bottom;
	
	width: 485px;
	padding: 0 15px 20px 20px;
}

.internas p {
	text-align: justify;
	padding-top: 10px;

	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.internas a { 
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #142F62;
	text-decoration: none;
}

.internas a:hover { 
	text-decoration: underline;
}

.fotos {
	background: #FFFFFF url(imagens/bg_fotos.jpg) no-repeat bottom;
	text-align: center;
	
	width: 189px;
	padding: 5px 15px 20px 0;	
}

.fotos img {
	border: 1px solid #BFBFBF;
	margin-left: 10px;
}

.photodesigner {
	background: url(imagens/bg_photodesigner.jpg) no-repeat;
	
	width: 229px;
	height: 125px;
}

.photodesigner p {
	text-align: justify;
	padding: 35px 10px 10px 10px;

	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 12px;
}

.videomaker {
	background: url(imagens/bg_videomaker.jpg) no-repeat;
	
	width: 229px;
	height: 125px;
}

.videomaker p {
	text-align: justify;
	padding: 35px 10px 10px 10px;

	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 12px;
}

.saiba_mais {
	margin-left: 100px;
}

/* Rodapé */

.rodape {
	margin: 0 auto;
	text-align: center;
	
	width: 998px;
}

.menu_rodape {
	background: url(imagens/bg_rodape.jpg) no-repeat;
	width: 637px;
	height: 54px;
}

.menu_rodape a {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.menu_rodape a:hover {
	color: #333366;
	text-decoration: underline;
}

.texto_geral{
	text-align: left;
	padding-top: 10px;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.texto_geral a{
	padding-top: 10px;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
.texto_geral a:hover{
	padding-top: 10px;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}

/* Formulario Contato */

.fundo_contato {
	background: url(imagens/bg_formulario.jpg) no-repeat;
	width:638px;
	height:366px;
	float:left;
}
.formulario {
	font-family:Trebuchet MS;
	font-size:11px;
	font-weidht:normal;
	color:#000000;
	text-decoration:none;
	border: none;

}
.formulario input,select,textarea {
	font-family:Trebuchet MS;
	font-size:11px;
	font-weidht:normal;
	color:#000000;
	text-decoration:none;
	border:1px solid #C1AD57;
}

/* Galeria de Imagem */
.foto_tumb img{
	border:0px;
}
/* lightbox*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(imagens/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


.player {
	margin: 0 auto;
	position: absolute;
	top: 25px;
	
	width: 998px;
	_width: 900px;
	*width: 900px;
}