@charset "utf-8";
/* CSS Document */
body{
	margin: 0; 
	padding: 0; 
	text-align:center; /* hack para o IE */
	background-image: url(../images/bg_body.png);
	background-repeat:repeat;
}

.line_100{
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:auto;
}
.line_divison_H, .line_divison_H_5{
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:10px;
}
.line_divison_H_5{
	height:5px; 
}
.title_medium{
	font-size:14px;
	margin-top:5px;
}
.top_gray_msg{
	display:block;
	position:relative;
	float:left;
	height:auto;
	padding-top:4px;
	padding-bottom:3px;
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat;
	width:100%;
	border-bottom:1px;
	border-bottom-color: #999;
	border-bottom-style:dashed;
}
.text_top_gray{
	display:block;
	position:relative;
	width:500px;
	height:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.text_white{
	color:#FFF;
}
.text_white a:link, .text_white a:visited{
	color:#FFF;
	text-decoration:none;
}
.text_white a:hover{
	text-decoration:underline;
}
#corpo_page{
	width:500px;
	height:500px;
	margin:0 auto;			
	padding: 0px;
	text-align: center; /* "remédio" para o hack do IE */
	z-index:1;
	text-align:center;
}
#aling{
	width:500px;
	height:30px;
	float:left;
}
#content_page{
	width:500px;
	height:500px;
	float:left;
	font-weight:normal;
}
.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-align:left;
}

/*form*/
#left{
	margin-top:20px;
	float:left;
	display:inline;
	width:250px;
	height:auto;
}
#right{
	float:right;
	margin-top:20px;
	position:relative;
}
#form{
	width:500px;
	height: auto;
	float:left;
}
.camp{
	margin-left:15px;
	margin-top:5px;
}
#camp_1{
	margin-left:15px;
	margin-top:17px;
}
#form input {
	background-image:url(../images/form_bg.jpg);
	background-repeat: repeat;
	border: #CCCCCC;
	border-style:solid;
	border-width:1px;
}
textarea{
	background-image:url(../images/form_bg.jpg);
	background-repeat: repeat;
	border: #CCCCCC;
	border-style:solid;
	border-width:1px;
	height:120px;
}
input,textarea{
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold; 
}
.input_text_white{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	padding:2px;
	width:200px;
	display:inline;
}
.trac{
	height:10px;
}
#msg{
	float:right;
	width:250px;
	position:relative;
}
#bt{
	margin-top:15px;
	float:right;
	margin-right:15px;
}
.bt{
	color: #CCCCCC;
	height:25px;
	text-align:center;
	font-size:11px;
	width:75PX;
	cursor:pointer;
}
/******* LAST PROJECTS*****/
.block_last_projects{
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-top:10px;
	border-top:1px;
	border-top-color:#333;
	border-top-style:solid;
}
.line_division_top{
	border-top:1px;
	border-top-color:#333;
	border-top-style:solid;
}
.client_image{
	display: inline;
	position:relative;
	float:left;
	width:250px;
	height:130px;
}
.descreption_clients{
	display: inline;
	position:relative;
	float:right;
	width:240px;
	height:auto;
	text-align:left;
}
a:link, a:visited{
	text-decoration:none;
	color: #039;
}
a:hover{
	text-decoration:underline;
}
.mensagem_sucess_submit{
		display: none;
		position: relative ;
		margin-top:20px;
		width:90%	;
		background-color: #036;
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		height:auto;
		float:left;
		padding:4px;
		text-align:center;
}