html, body, div, span, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, sub, sup, tt, var, 
dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, input, textarea, select { 
    margin: 0; 
    padding: 0; 
    outline: 0; 
    border: 0;
    font-weight : normal;
    font-style: normal; 
    font-family : "Verdana", Tahoma, Arial, Trebuchet-MS, sans-serif; 
    font-size: 11px;
    color: #5c5c5c;
    line-height: 24px;
}

div{ 
	/*border:solid 1px red;*/ 
}

body{ 
	background: url('../img/bgHeader.gif') repeat-x 
}

.clear{ 
	clear: both; 
}

.centro{ 
	width: 950px; 
	margin: auto; 
	padding: 10px; 
}

#header{ 
	padding-top: 30px; 
	height: 105px; 
}

#banner{ 
	height: 210px; 
	margin: auto; 
}

.logo{ 
	float: left; 
}

#menu{ 
	float: right; 
	margin-top: 25px;
	display: block;
}

#menu li{ 
	list-style: none; 
	float: left;
	margin-right: 25px; 
}
	
#menu a{ 
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover{
	color: #cc3401;
	text-decoration: underline;
}

#conteudo{
	float: left;
	width: 580px;
	margin-top: 35px;
	margin-bottom: 40px;
}

#direita{
	float: right;
	margin-top: 35px;
	margin-bottom: 40px;
	width:310px;
}

#direita .bt {
	background: url('../img/btTipoMaquina.gif') no-repeat;
	height:34px;
	width:280px;
	padding-top:6px;
	padding-left:15px;
	display:block;
}

#direita a {
	text-decoration:none;
}

.tabela {
	border-bottom:solid 1px #E0E0E0;
	
}

.td1{
	border:solid 1px #E0E0E0;
	border-bottom:none;
	background: #fcfcfc;
	padding:10px;
	color: #cc3401;
	font-weight:bold;
	width:30%;
}

.td2{
	border:solid 1px #E0E0E0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding:10px;
	padding-right:15px;
}
.td3{
	border:solid 1px #E0E0E0;
	border-bottom:none;
	border-left:none;

}




#direita a:hover{
	text-decoration:underline;
	
}

#rodape{
	clear: both;
	background: url("../img/bgRodape.gif") repeat-x;
	margin-bottom: -10px;
	padding: 20px;
	height: 100px;
}

.linha{
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 1px;
}

.linhaPont{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	background: url('../img/linhaPont.gif') repeat-x ;
}

#duvidas{
	height: 134px;
	background: url('../img/duvidas.gif') no-repeat ;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 25px;
	padding-left: 20px;
}

#news {
	width: 100%;	
}
#news input{
	width: 190px;
}

#news input.bt{
	width: 101px;
	height: 35px;
	border: none;
	margin: 0px;
	padding: 0px;
	background: url("../img/btEnvio.gif");
}

#contato {
	width: 400px;	
}
#contato label{
	display:block;
}
#contato input, textarea{
	width: 400px;
	margin-bottom:10px;

}
#contato textarea{
	height:60px;
}

#contato input.bt{
	width: 101px;
	height: 35px;
	border: none;
	margin: 0px;
	padding: 0px;
	float:right;
	background: url("../img/btEnvio.gif");
}

.mensagemresp {
	padding:10px;
	border:solid 1px #E0E0E0;
	background: #fcfcfc;
	color:red;
	text-align:center;
	width: 100%;
	margin-bottom:20px;
}


h1{
	font-size: 22px;
	color: #3a3734;
	letter-spacing: -2px;
	margin-bottom: 10px;
}

h2{
	font-size: 22px;
	color: #cc3401;
	letter-spacing: -2px;
	margin-bottom: 10px;
}

h3{
	font-size: 16px;
	color: #3a3734;
	letter-spacing: -1px;
}

h4{
	font-weight:bold;
	font-size: 10px;
	color: #cc3401;
}

/*FORMS*/

form{ 
	width: 420px;
}

input, select, textarea{
	font-size: 10px;
	border: 1px solid #C1C1C1;
	height: 16px;
	padding: 4px;
} 


input.btEnvia:hover{ 
}

label{ 
	display: none;
}

/*FIM FORMS*/