@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/fundo.jpg) repeat-x;	
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	color:#f87f1e;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#geral{
	margin:0 auto;
	width:930px;
	height:350px;
	padding-top:90px;
	padding-left:50px;
}

#esq{
	width:490px;
	height:350px;
	float:left;
	line-height:25px;
	font-size:24px;
	font-family:Arial;
	color:#fff;
}

#dir{
	width:435px;
	height:350px;
	float:left;
}

input{
	width:163px;
	height:23px;
	background:url(../images/input.png) no-repeat;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a05300;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.ok{
	width:36px;
	height:35px;
	background:url(../images/ok.png) 0px 7px no-repeat;
	border:0;
}

img{
	border:0;	
}

#encontre{
	width:500px;
	height:30px;
	margin-left:10px;
	margin-top:25px;
}

#encontre img{
	margin:0;
	padding:0;
	float:left;
	margin-right:8px;
}

#ultimos-trabalhos{
	width:431px;
	height:403px;
	background:url(../images/ultimos_trabalhos.png) no-repeat;
	margin-top:-60px;
	margin-left:-30px;
}

#trabalho1{
	width:293px;
	height:316px;
	background:url(../images/1.png) no-repeat;
}

.img-troca{
	width:293px;
	height:316px;
	margin-top:55px;	
	margin-left:75px;
}

#link-esq{
	width:25px;
	height:25px;
	border:1px #000 solid;
	position:absolute;
	margin-top:-129px;
	margin-left:40px;
	cursor:pointer;
}

#link-dir{
	width:25px;
	height:25px;
	border:1px #000 solid;
	position:absolute;
	margin-top:-129px;
	margin-left:377px;
	cursor:pointer;
	
}

#rodape{
	margin:0 auto;
	width:100%;
	min-width:980px;
	min-height:90px;
	background:url(../images/curvas_rodape.png) center no-repeat;
	margin:0;
	padding:0;
	float:none;
}

#baixo{
	margin:0 auto;
	width:980px;	
	min-height:65px;
	background:#fff;
	clear:both;
	bottom:0;
}

#baixo-esq{
	width:630px;
	float:left;
	color:#f87f1e;
	padding-left:20px;
}

#baixo-dir{
	width:250px;
	float:left;
	text-align:right;
}

#fundo-baixo{
	margin:0 auto;
	width:100%;
	background:#FFF;
}




