@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
h1, h2, h3, p, ul {
	font-family:Verdana, Helvetica, tahoma, sans-serif;
}
ul {
	list-style:none;
}
a:link {
	font-size: 0.9em;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:visited {	
	font-size: 0.9em;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active {
	font-size: 0.9em;
	color:#C30;
	text-decoration:none;
	font-weight:bold;
}
a:focus {
	outline:none;
}
p {
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 1.8em 0 1.8em 0;
}
h3 {
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 1.8em 0 1.8em 0;
	font-weight:bold;
}
body {
	width:100%;
	height:100%;
	font-size: 76%;
	font-family:Verdana, Helvetica, tahoma, sans-serif;
	background-color:#FFFFFF;
	background-image:url(../images/fundo_cinza.gif);
}
div#container {
	margin:10px auto;
	/*height:550px;*/
	padding:10px 10px 5px 10px;
	background-color:#FFFFFF;
	width:950px;
	border:#000 dashed 1px;
}
div#branding {
	width:250px;
	height:200px;
	display:inline;
}
div#branding h1 {
	float:left;
	margin-top: 10px;
	margin-left:20px;
	width: 250px;
	height:46px;
	background : url(../images/logo_horta2.gif) no-repeat;
	text-indent : -9999px;
}
div#content {
	float:left;
	width:600px;
	padding-left:50px;
	display:block;
}
div#content h2 {
	background-image:url(../images/soldador.jpg);
	width:600px;
	height:86px;
	text-align:left;
	text-indent:-9999px;
}
div#content_main {
	float:left;
	margin-top:20px;
	height:360px;
}
ul#menu li {
	font-size: 0.9em;
	font-weight:bold;
	border:#000 dashed 1px;
	float:left;
	display: inline;
	padding: 3px 5px;
	margin-right:20px;
	margin-top:20px;
}
div#footer {
	clear:left;
	width:600px;
	margin-left:320px;
}
div#footer p{
line-height:1.8em;
padding-top:1.8em;
margin:0;
}
/*--------------contact page------------------------*/
div#contactos {
	float:left;
	width:180px;
}
div#contactos a {
	font-weight:bold;
	font-size: 0.9em;
	line-height: 1.6em;
	margin: 1.2em 0 1.2em 0;
}
div#contactos a img{
	border:none;
	}
div#formulario {
	float:left;
	width:410px;
	padding-left:10px;
}
div#formulario form {
	display:block;
	width:410px;
}
div#formulario form label, input, textarea {
	display: block;
	width: 200px;
	float: left;
} 
div#formulario form input {
	border-top:none;
	border-bottom:1px dashed #000;
	border-left:none;
	border-right:none;
	font-family:Verdana, Helvetica, tahoma, sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;
}
div#formulario form input:hover, textarea:hover ,input:active, textarea:active{
	border-color:#C30;
}
div#formulario form input:active, input:focus, textarea:active, textarea:focus {
	border-color:#C30;
}
div#formulario form textarea {
	border:1px solid #000;
	font-family:Verdana, Helvetica, tahoma, sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;

}
div#formulario form label {
	text-align: right;
	width:65px;
	padding-right:5px;
	font-size: 0.9em;
	line-height: 1.8em;
}
div#formulario form br {
	clear: left;
}
/*--------------services page------------------------*/

div#servico {
	float:left;
	width:260px;
}
div#servicos {
	float:left;
	width:260px;
	padding-left:60px;
}
div#trabalhos {
clear:left;
width:600px;
}
div#trabalhos img{
border:solid 1px black;
}