* {
	padding: 0;
	margin: 0;
}

body{
	font: normal 12px Trebuchet MS, Arial, Helvetica;
	color: #6b6b6b;
	background: url(../imagens/bg.jpg);
}

h1{
	font: bold 30px Trebuchet MS, Arial, Helvetica;
}

h2, h3, h4, h5, h6{
	font: bold 30px Trebuchet MS, Arial, Helvetica;
	color: #f1d50e;
	border-bottom: 1px dotted #ccc;
}

#wrapper{
	margin: 10px auto;
	width: 950px;
}

#header h1 img{
	border: 0;
}

#header .menu{
	height: 40px;
	width: 960px;

}

.wide-column-1, .wide-column-2, .wide-column-3{
	width: 950px;
	margin: 10px auto;
	clear: both;
	overflow: hidden;
	background: #fff;
	padding: 5px;
	-moz-border-radius: 4px;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 10px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 10px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 10px;
}

.box-empresa{
	width: 570px;
	color: #6b6b6b;
	float: left;
	
}

.box-empresa p, .box-cases p{
	padding: 5px 0;
}

.box-empresa img{
	float: left;
	padding: 5px 5px 0 0;
}

.box-cases img{
	padding: 5px 0 0 0;
}

.box-cases{
	width: 375px;
	/*height: 220px;*/
	float: right;
	position: relative;
}

.box-cases img{
	border: 0;
}

.box-cases .description{
	position: absolute;
	top:290px;
	left: 0;
	width: 375px;
	background: url(../imagens/bg-case.png);
}

.box-cases .description p a{
	text-align: left;
	font-size: 11px;
	color: #fff;
	padding: 5px;
}

.form{
	float: right;
	width: 310px;
}

fieldset{
	border: 0;
	color: #666600;
	padding: 5px 0 0 0;
	position:relative;
	left:60px;
}

input{
	background: #ffffcc;
	width: 200px;
	font: normal 12px Trebuchet MS, Arial, Helvetica;
	border: 1px solid #ffc000;
	color: #000;
}

textarea{
	background: #ffffcc;
	width: 200px;
	font: normal 12px Trebuchet MS, Arial, Helvetica;
	border: 1px solid #ffc000;
	color: #000;
}

.submit-button{
	background: #cc9933;
	width: 100px;
	margin: 10px 0;
}

.jobs{
	float: left;
	width: 145px;
	margin: 0 3px 0 0;
	padding: 5px;
}

.jobs span{
	font-weight: bold;
	color: black;
}

.jobs img{
	border: 0;
}

.jobs p{
	padding: 0 0 5px 0;
}

.anfibios{
	width: 620px;
	float: left;
	
}

.people{
	float: left;
	width: 190px;
	margin: 0 3px 0 0;
	padding: 5px;	
}

.people img{
	float: left;
	padding: 5px 5px 0 0;
}

#footer address{
	width: 500px;
	float: left;
	margin: 0 0 10px 0;
	font-size: 10px;
	font-style: normal;
}

#footer img{
	float: right;
}

a{
	color: #cc9900;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul{
	list-style: none;
}

ul li{
	float: left;
	padding: 0 10px 10px 0;
}

ul li a{
	display: block;
}

#teste{
	float: right;
	height:50px;
}

.clientes{
    width:199px;
	height:250px;
}

table{
    text-align:center;
}

.fm{
    border:0;
}







