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

a img {
	border:none;
	}
	
a:hover img {
	border:none;
	}

a:link {
	text-decoration:none;
	color:#000;
}

a:hover{
	text-decoration:underline;
	color:#000;
}


.clear { clear:both; }


/* #############   TEXTOS   ################# */

.texto1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90px;
	letter-spacing:-8px;
	line-height:75px;
	margin:0px;
	color:#00858a;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:-1px;
	line-height:18px;
	margin:0px;
	color:#01d3db;
}

/* ####################################### */



/* ################  INDEX        ####################### */
body {
	margin:0 auto;
	width:960px;
	
}

#tudo {
	width:960px;
	background:url(imgs/bg_listras.png) center repeat-y;
	padding-top:3px;
}
	
	

.menu {
	position:fixed;
	width: 960px;
	height: 82px; 
	background: url(imgs/menu.png) no-repeat;
}



#menu2 {
	margin-left:255px;
	margin-top:-20px;
	*margin-top:-3px;
	
}
#menu2 li {
	float:left;
	list-style:none;
}
#menu2 li a {
	text-decoration:none;
	width:91px;
	margin-right:2px;
	height:57px;
	float:left;
	list-style-type:none;
}

#menu2 li a:hover{
	border-bottom:6px #FFF solid;
}
#menu2 img {
	border:0;
}

	.menuHome {
		background:url(imgs/menuHome.png) no-repeat bottom right;
	}
	.menuPortifolio {
		background:url(imgs/menuPortifolio.png) no-repeat bottom right;
	}
	.menuClientes {
		background:url(imgs/menuClientes.png) no-repeat bottom right;
	}
	.menuContato {
		background:url(imgs/menuContato.png) no-repeat bottom right;
	}



#home {
	padding-top:75px;
	padding-bottom:200px;
}

#portifolio {
	padding-top:75px;
	padding-bottom:300px;
}

#clientes {
	padding-top:75px;
	padding-bottom:300px;
}

#contato {
	padding-top:75px;
	padding-bottom:50px;
}

.retangulo_tudo {
	width:920px;
	height:400px;
	padding:20px 0px 20px 40px;
	background-color:#FFF;
}




/* ####################################### */


/* ###############    HOME     ######################## */


	#home_esquerda {
		width:530px;
		height:365px;
		float:left;
		margin-top:20px;
		background:url(imgs/entrada.jpg) no-repeat;
	}
	#home_direita {
		width:320px;
		float:left;
		padding-left:20px;
		margin-top:20px;
		padding-top:40px;
	}

/* ####################################### */
	
	
	
/* #################   PORTIFOLIO E CLIENTES  ###################### */
	


	.thumbs {
		width:580px;
		height:300px;
		margin-left:90px;
		margin-right:85px;
		margin-top:30px;
		float:left;
	}
	
	.thumbs img {
		width:100px;
		height:100px;
		background:url(imgs/portifolio_sombras.png) no-repeat;
		padding:20px;
	}

	
	.thumbs img:hover {
		background:#F5F5F5;
		padding:10px;
		margin:9px;
		border:1px #CCC solid;
	}


	
	.controle1 {
		width:30px;
		height:40px;
		margin-top:145px;
		margin-left:32px;
		float:left;
	}
	.controle2 {
		width:30px;
		height:40px;
		margin-top:145px;
		float:left;
	}

/* ####################################### */
	
	
/* #####################  CONTATO   ################## */
	
	#contato_esquerda {
		float:left;
		width:290px;
		height:280px;
		padding:40px 0 0 56px;
	}
	#contato_direita {
		float:left;
		width:470px;
		height:280px;
		padding:40px 0 0 30px;
		border-left:1px #01d3db solid;
		
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
		
	}
	
	
	
	#contato_direita input {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#999;
	}
	

	#contato_form textarea {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000;
	}