* {
	margin: 0;
	padding: 0;
}

body {
	background: #f5f5ef url('../img/bg-novo.jpg') top repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	cursor: default;
}

.clearfix:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
} 

.clearfix { 
	display: inline-block; 
} 

html[xmlns] .clearfix { 
	display: block; 
} 

* html .clearfix { 
	height: 1%; 
}

img {
	border: 0;
}

ul.arrow {
	list-style-image: url('../img/arrow.png');
	margin-left: 13px;
}

ul.seta {
	list-style-image: url('../img/seta.gif');
	margin-left: 17px;
}
.none {
	display: none;
}

.negrito {
	font-weight: bold;
}

#topo {
	width: auto;
	height: 120px;
	background: url('../img/topo-bg.png') 0 67px repeat-x;
}

#topo .inner {
	width: 924px;
	height: 120px;
	background: url('../img/topo-inner.jpg') 300px top no-repeat;
	margin: 0 auto;
}

#topo .inner h1 a {
	display: table;
	float: left;
	width: 269px;
	height: 92px;
	text-indent: -9999px;
	margin: 27px 0 0 0;
	background: url('../img/marca.jpg') no-repeat;
}

#topo .inner #menu {
	float: right;
	width: 644px;
	height: 31px;
	margin: 67px 11px 0 0;
	
}

#geral {
	width: 924px;
	margin: 10px auto;

}

#geral #flash-balao {
	float: left;
	width: 291px;
	height: 500px;
}

#geral #conteudo {
	float: right;
	width: 623px;
	margin-right: 10px;
}

#geral #conteudo #frontdoor {
	width: 622px;
	height: 197px;
}

#geral #conteudo #texto {
	margin: 34px 7px 0 0;
	color: #666666;
}

#geral #conteudo #port {
	width: 622px;
	margin-top:15px;
}

#geral #conteudo #texto #esquerda {
	float: left;
	width: 300px;
}

#geral #conteudo #texto #direita {
	float: right;
	width: 263px;
}

#geral #conteudo #texto .bloco {
	margin-bottom: 25px;
}

#geral #conteudo #texto .bloco h3 {
	font: bold 11px "Lucida Sans", Arial, sans-serif;
	color: #656565;
	text-transform: uppercase;
	margin-bottom: 12px;
	background: url('../img/dot.png') center left repeat-x;
}

#geral #conteudo #texto .bloco h3 span {
	background: #f5f5ef;
	padding-right: 5px;
}

#geral #conteudo #texto .bloco .work-sample {
	width: 298px;
	height: 129px;
	margin-bottom: 15px;
}

#geral #conteudo #texto .bloco .i2c p {
	padding-right: 10px;
	min-height: 82px;
}

#geral #conteudo #texto .bloco .i2c a {
	text-transform: uppercase;
	padding: 2px 3px;
	color: #fff;
	text-decoration: none;
	background: #8d8d89;
	font-size: 10px;
}

#geral #conteudo #texto .bloco2 {
	margin-bottom: 25px;
}

#geral #conteudo #texto .bloco2 h3 {
	font: bold 11px "Lucida Sans", Arial, sans-serif;
	color: #656565;
	text-transform: uppercase;
	margin-bottom: 12px;
	background: url('../img/dot.png') center left repeat-x;
}

#geral #conteudo #texto .bloco2 h3 span {
	background: #f5f5ef;
	padding-right: 5px;
}

#geral #conteudo #texto .bloco2 .work-sample {
	width: 298px;
	height: 129px;
	margin-bottom: 15px;
}

#geral #conteudo #texto .bloco2 .i2c p {
	padding-right: 0px;
	min-height: 82px;
}

#geral #conteudo #texto .bloco2 .i2c a {
	text-transform: uppercase;
	padding: 2px 3px;
	color: #fff;
	text-decoration: none;
	background: #8d8d89;
	font-size: 10px;
}

#rodape {
	width: auto;
	height: 124px;
	margin-top: 30px;
	background: url('../img/rodape-bg.png') repeat-x;
}

#rodape .inner {
	display: table;
	width: auto;
	height: auto;
	margin: 56px auto 0 auto;
	padding-bottom: 10px;
	text-align:center;
}

#rodape .inner a.use {
	display: block;
	float: left;
	width: 78px;
	height: 25px;
	margin: 0 25px 0 310px;
	text-indent: -9999px;
	background: url('../img/use.png') no-repeat
}

#rodape .inner a.rictorres {
	display: block;
	float: left;
	width: 29px;
	height: 28px;
	margin-right: 25px;
	text-indent: -9999px;
	background: url('../img/rictorres.png') no-repeat
}

#rodape .inner a.w3 {
	display: block;
	float: left;
	width: 28px;
	height: 27px;
	margin-right: 25px;
	text-indent: -9999px;
	background: url('../img/w3.png') no-repeat
}

#rodape .inner p {
	line-height: 25px;
	margin-top: -5px;
	color: #8b8b8b;
	
}

#rodape .inner a {
	color: #8b8b8b;
	text-decoration: none;

}

#rodape .inner a:hover {
	text-decoration: underline;

}

form#contato {
}

form#contato fieldset, form#orcamento fieldset {
	width:95%;
	padding:15px;
	border:1px solid #ccc;
	margin-bottom:25px;
}

form#contato fieldset p {
	margin-left:100px;
}

form#contato .red, form#orcamento .red {
	color:red;
}

form#contato legend, form#orcamento legend {
	font-weight: bold;
	font-size:12px;
	letter-spacing:1px;
	padding:6px;
	margin-bottom:3px;
}

form#contato label, form#orcamento label {
	width:15em;
	float:left;
	margin-top:5px;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	cursor:pointer;
}

form#contato textarea, form#orcamento textarea {
	width:300px;
	height:7em;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
	margin-bottom:10px;
	font-family:Tahoma, 'Trebuchet MS', sans-serif;
	font-size:11px;
}

form#contato input.textfield, form#orcamento input.textfield {
	width:300px;
	background:#fff;
	border:1px solid #aaa;
	padding:4px 3px;
	margin-bottom:10px;
	font-family:Tahoma, 'Trebuchet MS', sans-serif;
	font-size:11px;
}

form#contato input.textfield:focus, form#contato textarea:focus, form#orcamento input.textfield:focus, form#orcamento textarea:focus {
	border:1px solid #e4dfa1;
}

form#contato button {
	font-size: 11px;
	color: #666666;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	background-color: #ffffff;
	height: 18;
	font-weight: none;
}

form#contato button.enviar {
	margin:10px 0 0 388px;
}

form#contato button.limpar {
	margin:10px 0 0 10px;
}

form#contato label.error, form#orcamento label.error {
	float:none;
	width:200px;
	text-align:left;
	display:block;
	clear:both;
	font-weight:normal;
	color:red;
	margin:-7px 0 10px 185px;
	
}
