* {
	font-family: Arial, Verdana, sans-serif;
}

body,html {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

html {
	background: #FFF url("../imgs/bg.jpg") repeat-x top left;
}

body {
	background: url("../imgs/bg-body.jpg") no-repeat top center;
}

h1,h2,h3,ul,li,p {
	list-style: none;
	margin: 0;
	padding: 0;
}

h2 {
	color: #A82B00;
	font-size: 23px;
	padding-bottom: 8px;
}

h3 {
	font-size: 11px;
	font-weight: normal;
}

#tudo {
	left: 50%;
	margin-left: -384px;
	position: absolute;
	width: 768px;
}

#tudo h1 {
	background: url("../imgs/logo.jpg") no-repeat;
	height: 110px;
	text-indent: -9999px;
}

#menu {
	background: #000 url("../imgs/bg-menu.jpg") repeat-x;
	float: left;
	height: 32px;
	width: 100%;
}

#menu li {
	float: left;
	margin: 5px 0;
}

#menu li a {
	border-right: 1px solid #727272;
	color: #FFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 28px;
	text-decoration: none;
}

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

#menu #telefone {
	color: #FFF;
	float: right;
	font-size: 11px;
	margin: 8px 10px 0 0;
}

#corpo {
	clear: both;
	float: left;
	padding: 20px;
	min-height: 250px;
}

#rodape {
	background: url("../imgs/bg-rodape.jpg") no-repeat top center;
	color: #333;
	float: left;
	padding: 42px 0 15px 0;
	width: 768px;
}

#rodape .dados {
	font-size: 11px;
	float: left;
}

#rodape .criado {
	font-size: 11px;
	float: right;
	margin-top: 42px;
}

#rodape .criado a {
	color: #333;
}

#linha-produtos,#form-contato {
	min-height: 167px;
	margin-bottom: 30px;
	text-align: center;
	width: 728px;
}
#linha-produtos a {
	font-size:13px;
	color:#000;
}

#chamadas li {
	background: #000;
	float: left;
	height: 105px;
	padding: 15px;
	width: 333px;
}

#chamadas p {
	font-size: 13px;
	width: 255px;
}

#chamadas .contato {
	background: url("../imgs/bg-chamada-contato.gif") no-repeat 200px center;
	border-right: 1px solid #D4D4D4;
}

#chamadas .localizacao {
	background: url("../imgs/bg-chamada-localizacao.gif") no-repeat 225px center;
}

#texto-empresa {
	margin-bottom: 30px;
	text-align: justify;
	width: 728px;
	font-size: 13px;
}

#form-contato p {
	text-align:justify;
	font-size:12px;
}

#form-contato table {
	font-size:12px;
}

#form-contato tr{
	background-color:#EAEAEA;
}

#form-contato td{
	padding:3px;
	text-align:left;
}

#titProdutos{
	cursor:pointer;
}

.caixa-texto{
	border:1px solid #666666;
	font-size:12px;
	color:#000000;
	padding-left:3px;
	padding-right:3px;
}

.botao{
	color:#FFF;
	background: #000 url("../imgs/bg-menu.jpg") center repeat-x;
	border:none;
	height:25px;
	letter-spacing:1px;
	padding:0px 12px;
	font-weight:bold;
}

.botao:hover {
	cursor:pointer;
}