/* CSS Document */
*{
	margin: 0px;
	padding:0px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#4E4E4E;
}

h1, h2, h3, h4{
	 display:none;
}

#geral
{
	width:940px;
	margin:auto;
}
/*Topo e Rodape*/
#topo{
	height:115px;
	border-bottom:#CCC solid 2px;
}

#rodape{
	background-image:url(../images/bona_rodape.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.nome_carla{
	font-size:40px;
	line-height:36px;
	float:left;
	margin-left:5px;
	margin-top:72px;
	margin-right:40px;
}

#menu_topo{
	font-weight:bold;
	padding-top:87px;
}

#rodape{
	height:120px;
	border-bottom:#CCC solid 2px;
	clear:both;
}

#menu_rodape, #menu_detail{
	font-weight:bold;
	margin-left:5px;
}

.menu_barrinhas{
	color:#999;
	margin-right:35px;
}

.box_topo{
	font-size:10px;
	font-weight:bold;
	background:url(../images/box_topo.jpg);
	background-repeat:no-repeat;
	float:right;
	line-height:33px;
	width:160px;
	text-align:center;
	margin-right:5px;
}

#menu_topo li, #menu_rodape li, #menu_detail li{
	list-style: none;
	float:left;
}

#menu_launch li{
	list-style: none;
	font-weight:bold;
	margin-left:-5px;
}

#menu_topo li a, #menu_rodape li a, #menu_detail li a, #menu_launch li a{
	padding:5px;
	text-decoration:none;
	display: block;
	color:#000;
}

#menu_topo li a {
	padding-bottom:10px;
}

#menu_topo a:hover, #menu_rodape a:hover, #menu_detail a:hover, #menu_launch a:hover{
	background:#000;
	color:#FFF;
}

.barra_rodape{
	width:930px;
	padding-left:10px;
	height:30px;
	background-color:#000;
	color:#FFF;
	font-size:24px;
	padding-top:15px;
	* line-height:20px;
}

/*Internas*/
.barra_titulo{
	width:925px;
	height:30px;
	background-color:#000;
	color:#FFF;
	font-size:24px;
	padding-top:15px;
	* line-height:20px;
	text-align:right;
	padding-right:15px;
	margin-top:10px;
}

.txt_apoio_titulo{
margin-top:10px;
margin-left:7px;
margin-bottom:22px;
}
/*portfolio*/
#portfolio{
	/*background-image:url(../images/back_portfolio.gif);*/
	height:995px;
}

#portfolio li{
	list-style:none;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:40px;
	color:#333;
}

.nome_cliente{
	font-size:11px;
	font-weight:bold;
	color:#000;
	margin-top:3px;
}
#portfolio img{
	border:0px;
}

#portfolio a{
	width:214px;
	height:152px;
	background-image:url(../images/portfolio/thumb/thumb_hover.jpg);
	display:block;
}

#portfolio a:hover{
	border:#000 solid 4px;
	width:206px;
	height:144px;
}
/*portfolio detail*/
#portfolio_detail{
	/*background-image:url(../images/back_detail1.gif);
	background-position:right;
	background-repeat:no-repeat;*/
	height:649px;
}

#galeria{
	width:696px;
	float:left;
	padding-bottom:50px;
}

#descricao{
	float:right;
	width:220px;
	line-height:17px;
}

#menu_detail{
	padding-bottom:20px;
}

/*Contato e umas coisas do info*/

#contato01, #contato02, #contato03, #info01, #info02, #info03{
	float:left;
	padding-top:35px;
	margin-top:35px;
}

#contato01{
	margin-left:10px;
	border-right:#CCC solid 1px;
	width:260px;
	height:400px;
	margin-bottom:50px;
}

#contato02{
	width:520px;
	
}

.contato_phone{
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	* line-height:18px;
}

fieldset{
border:none;
width:380px;
margin-left:50px;
}

legend{
	display:none;
}

input, select, textarea{
	font-size:14px;
	padding:2px;
	border: #CCC 1px solid;
	margin-top:7px;
	margin-bottom:20px;
	* margin-left:-50px;
}


button{
	background:#ccc;
	float: right;
	padding: 10px;
	padding-bottom:5px;
	padding-top:5px;
	color:#333;
	border:none;
	* margin-right:-10px;
}

/*Info*/

#info01{
	height:115px;
	background-image:url(../images/carla.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:260px;
	margin-left:10px;
	padding-top:435px;
}

#info02{
margin-left:50px;
width:400px;
margin-right:70px;
line-height:18px;
margin-bottom:50px;
}

.border_p{
	border-bottom:#999 solid 1px;
	margin-bottom:20px;
	padding-bottom:10px;
	padding-top:5px;
}


#info02 a{
color:#000;
}