*{ margin:0px; padding:0px;}
body{
	background-color:#FAFAF2;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	width:5000px;
	overflow-x:hidden;
	background-image:url(../imagens/fundo-geral.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
p{ margin-bottom:10px;}
a, a:active, a:hover{ color:#333; text-decoration:underline}
a img{ border:0px; text-decoration:none }
/*> Conteudo -----*/
.conteudo{
	float:left;
	width:1000px;
	height:500px;
	padding-left:300px;
}
	.conteudo h2{
		color:#78924E;
		font-weight:normal;
		padding-bottom:30px;
		padding-top:60px;		
	}
	
	.conteiner-sobre{
		width:260px;
		padding-top:25px;
		float:left;
	}
	
	.conhecimentos{
		float:left;
		background-image:url(../imagens/conhecimento-fundo.jpg);
		background-repeat:no-repeat;
		padding-top:37px;
		padding-left:38px;
		width:355px;
		padding-right:40px;
		height:430px;
	}
		.conhecimentos .titulo{
			font-size:16px;
		}
		.conhecimentos ul.lista{
			list-style:none;
			float:left;
		}
		.conhecimentos ul.lista li{
			font-size:15px;
			margin-bottom:5px;
			background-image:url(../imagens/sprite-geral.jpg);
			background-repeat:no-repeat;
			background-position:-20px -415px;
			width:130px;
			padding:8px;
			padding-left:30px;
		}
		
		.conhecimentos ul.listaDois{
			list-style:none;
			float:left;
			padding-left:10px;
		}
		.conhecimentos ul.listaDois li{
			font-size:15px;
			margin-bottom:5px;
			background-image:url(../imagens/sprite-geral.jpg);
			background-repeat:no-repeat;
			background-position:-20px -415px;
			width:130px;
			padding:8px;
			padding-right:0px;
			padding-left:40px;
		}
		.conhecimentos ul.listaDois li.dreamweaver{background-position:-20px -458px;}
		.conhecimentos ul.listaDois li.fireworks{background-position:-20px -508px;}
		.conhecimentos ul.listaDois li.photoshop{background-position:-20px -549px;}
		.conhecimentos ul.listaDois li.ilustrator{background-position:-20px -597px;}
		.conhecimentos ul.listaDois li.falsh{background-position:-20px -645px;}

.trabalho h2{ width:680px;}
	.trabalho h2 a{
		display:block;
		float:right;
		width:35px;
		height:34px;
		text-indent:-99999em;
		background-image:url(../imagens/seta-frente.png);
		background-repeat:no-repeat;
		background-position:-104px 0px;
	}
	
.sobre h2{ width:680px;}
	.sobre h2 a{
		display:block;
		float:right;
		width:35px;
		height:34px;
		text-indent:-99999em;
		background-image:url(../imagens/seta-frente.png);
		background-repeat:no-repeat;
		background-position:-104px 0px;
	}	
	
	
.contato h2{ width:680px;}
	.contato h2 a{
		display:block;
		float:right;
		width:35px;
		height:34px;
		text-indent:-99999em;
		background-image:url(../imagens/seta-frente.png);
		background-repeat:no-repeat;
		background-position:0px 0px;
	}
	
.pagamento{}
	.pagamento ul{
		padding-left:10px;
		margin:10px;
		list-style:circle;
	}
	.pagamento h3{
		border-bottom:1px solid #E9E9C7;
		padding-bottom:5px;
		margin-bottom:10px;
	}
	
	.pagamento input.botao-pagamento{
		width:183px;
		height:41px;
		background-image:url(../imagens/sprite-geral.jpg);
		background-repeat:no-repeat;
		background-position:-211px -291px;
		border:0px;
		cursor:pointer;
	}

/*> Menu -----*/
.menu{
	background-color:#F1F0DB;
	width:250px;
	height:280px;
	position:fixed;
	top:0px;
	left:25px;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

	-moz-box-shadow: 0px 0px 13px #CCC;
	-webkit-box-shadow: 0px 0px 13px #CCC;
	box-shadow: 0px 0px 13px #CCC;
	
	z-index:100;
}
	.menu h1{
		width:205px;
		height:82px;
		text-indent:-99999em;
		background-image:url(../imagens/sprite-geral.jpg);
		background-repeat:no-repeat;
		background-position:-21px -18px;
		position:absolute;
		left:23px;
		top:33px;
	}
	.menu ul{
		position:absolute;
		top:143px;
		left:23px;
		list-style:none;
	}
	.menu ul li{margin-bottom:15px;}
	.menu ul a{
		display:block;
		width:160px;
		height:25px;
		text-indent:-9999em;
		text-decoration:none;
		background-image:url(../imagens/sprite-geral.jpg);
		background-repeat:no-repeat;
		background-position:-21px -109px;
		cursor:pointer;
	}
		.menu ul a.trabalho{background-position:-21px -109px;}
		.menu ul a.sobre{background-position:-21px -182px;}
		.menu ul a.contato{background-position:-21px -253px;}

/* > Galery Trabalhos -----------------*/	
ul.trabalhos-galery{
	width:750px;
	list-style:none;
}
	ul.trabalhos-galery li{
		width:153px;
		height:150px;
		float:left;
		background-image:url(../imagens/trabalhos-fundo.jpg);
		background-repeat:no-repeat;
		background-position:center center;
		padding-top:4px;
		padding-left:4px;
		margin:10px;
		position:relative;
	}
	ul.trabalhos-galery span{
		width:143px;
		height:20px;
		padding-top:10px;
		color:#FFF;
		position:absolute;
		bottom:8px;
		left:4px;
		display:none;
		font-size:11px;
		text-align:center;
		background-image:url(../imagens/80.png);
		z-index:99;
	}
	ul.trabalhos-galery span a{ color:#FFF; text-decoration: none; padding-right:5px; padding-left:5px; }
	ul.trabalhos-galery span a:hover{ text-decoration:underline}
	/*ul.trabalhos-galery li:hover span{ display:block }*/
	
	.detalhes-descricao{
		position:absolute;
		background-image:url(../imagens/80.png);
		color:#FFF;
		padding:10px;
		width:300px;
		left:0px;
		top:30px;
		text-align:left;
		display:none;
		
		-webkit-border-radius: 8px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 8px;
		-moz-border-radius-topleft: 0;
		border-radius: 8px;
		border-top-left-radius: 0;		
	}
/*> contato -----*/
	.contato p{
		width:304px
	}
	form.contato-site{
		width:600px;
		padding-top:5px;
	}
		form.contato-site .esquerda{
			float:left;
			width:292px;
			height:150px;
			padding-right:10px;
		}
		form.contato-site .direita{
			float:left;
			height:160px;
		}
		form.contato-site input,
		form.contato-site textarea{
			border:1px solid #ccc;
			font-size:15px;
			color:#333;
			padding:8px;
			font-family:Arial, Helvetica, sans-serif;
				
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;			
		}
		form.contato-site input.nome, 
		form.contato-site input.email{
			width:275px;
			margin-bottom:10px;
		}
		form.contato-site label{
			display:block;
			float:left;
			width:162px;
			text-align:left;
		}
			form.contato-site label small{
				display:block;
				color:#999999;
				font-size:11px;
			}
		form.contato-site input.valor{
			width:80px;
			text-align:center;
			color:#333;
		}
		form.contato-site textarea.mensagem{
			height:130px;
			width:280px;
		}
		form.contato-site input.botao-enviar{
			width:163px;
			height:41px;
			text-indent:-99999px;
			clear:both;
			background-image:url(../imagens/sprite-geral.jpg);
			background-repeat:no-repeat;
			background-position:-21px -350px;
			border:0px;
			cursor:pointer;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			margin-top:8px;
		}
		.validacaoFomr{
			display:none;
			clear:both;
			margin-bottom:5px;
		}
			.validacaoFomr label.error{
				display:block !important;
				width:590px !important;
				padding:5px;
				color:#666;
				border:1px solid #FF9F9F;
				background-color:#FDD;
				margin-bottom:3px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			}
			form.contato-site input.error,
			form.contato-site textarea.error{ border:1px solid #FF9F9F; }
	
	
/* > Retorno -----*/
.retorno{
	text-align:center;
	width:580px;
	padding:10px;
	font-size:11px;
	margin-bottom:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:10px;
}
	.sucesso{
		color:#666;
		border:1px solid #0CD325;
		background-color:#E6FFCC;
	}
	.erro{
		color:#666;
		border:1px solid #FF9F9F;
		background-color:#FDD;		
	}
	
	.exibe-frases{ font-size:14px; font-weight:bold}
	
	
	
