@charset "utf-8";
/* Index */
* {
	border:0 none;
	margin:0 auto;
	padding:0;
}
/*div, class {border: 1px solid #000;}*/
body {
	background:url(/imagens/bg.jpg) no-repeat;
	background-position:top center;
	background-color:#F0F0F0;
	color:#7D6A6A;
	font-size:16px;
	line-height:25px;
	font-family: 'avantgarde_ceregular';
}
h1, h2, h3, h4{
	font-family: 'avantgarde_ceregular';
	font-weight:lighter;
	margin-bottom:20px;
}
h1{}
h2{}
h3{}

a{
	text-decoration:none;
	color:#E52B31;
	font-family: 'avantgarde_cebold';
}
a:hover{
	text-decoration:underline;
	color:#7D6A6A;
}
.floatLeft{
	float:left;
	margin-right:5px;
}
.floatRight{
	float:right;
	margin-left:5px;
}
img {
	border:none;
}
#quebra{
	clear:both;
	visibility:hidden;
}
#geral, #topo, .rodape, .linksTopo ul {
	width: 932px;
	margin: auto;
}
#geral{
	background:#FFF;
	padding:30px;
	margin-top:30px;
}
#topo .logo{
	margin-top:20px;
}
.linksTopo{
	padding:8px;
	font-size:14px;
	font-family: 'avantgarde_ceregular';
	background:#FFF;
}
.linksTopo li{
	list-style:none;
	float:right;
	margin-left:0px;
	border-right: 1px dotted #DDD9D9;
	padding-right:10px;
	margin-right:10px;
	text-align:right;
}
.linksTopo li a{
	margin-right:7px;
	display:block;
	line-height:14px;
	font-family: 'avantgarde_cebold';
}
.linksTopo li img{
	margin-right:5px;
}
#topo ul.menu{
    float: right;
    list-style: none outside none;
    z-index: 50;
	margin-top:55px;
}
#topo ul.menu li{
	list-style:none;
	float:left;
}
#topo ul.menu li a{
	display: block;
	font-family: 'avantgarde_ceregular';
	font-size:19px;
	color:#7D6A6A;
	margin-left:25px;
	margin-right:25px;
	font-size:17px;
}
#topo ul.menu li a:hover, #topo ul.menu li a.Marcado{
	text-decoration:none;
	color:#D61B21;
	font-family: 'avantgarde_cebold';
}
#slides{
	width: 943px;
	height:305px;
	overflow:hidden;
}
#slides img{
	width:100%;
}
.chamada1, .chamada2{
	margin-top:30px;
}
.chamada1{
	width:433px;
}
.chamada2{
	width:437px;
	background:url(/imagens/bg-chamada2.jpg) no-repeat;
	background-position:left center;
	height:236px;
}
.chamada2 h2{
	margin-left:150px;
	margin-bottom:5px;
}
.chamada2 h2 a{
	font-size:22px;
	line-height:22px;
}
.chamada2 .link, .link{
	margin-left:218px;
	background:url(/imagens/point.jpg) no-repeat;
	background-position:center left;
	padding-left:15px;
	font-size:14px;
}
.link{
	margin-left:0px;	
}
.chamada2 .p1{
	margin-left:169px;
	line-height:18px;
}
.chamada2 .p2{
	margin-left:189px;
	line-height:18px;
}
.chamada2 .p3{
	margin-left:207px;
	
	line-height:18px;
}
.categoriasOferecidos {
	width:auto;
}
.categoriasOferecidos li{
	list-style:none;
	width:139px;
	background:url(/imagens/bg-li-categoria-oferecido.jpg) no-repeat;
	background-position:bottom center;
	text-align:center;
	float:left;
	margin-right:19px;
	color:#887373;
}
.categoriasOferecidos li p{
	padding:0px;
}
.ultimo{
	margin-right:0px !important;
	border-right:0px !important;
}
#rodape{
	background:#FFF;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:30px;
	font-size:13px;
}
#rodape li, .fornecedores li{
	list-style:none;
	float: left;
}
#rodape li{
	margin-right:40px;
	line-height:25px;
}
#rodape a{
	font-family: 'avantgarde_ceregular';
}
#rodape h4{
	font-family: 'avantgarde_cebold';
	font-size:16px;
	margin-bottom:5px;
}
.fornecedores li{
	border:1px solid #DDDDDD;
	padding:15px;
	margin-right: 14px;
	margin-bottom:14px;
}
.fornecedores li.ultimo{
	border-right:1px solid #DDDDDD !important;
}
.fornecedores .imgFornecedores{
	width:111px;
	height:73px;
	overflow:hidden;
	text-align:center;
}
.fornecedores .imgFornecedores img{
	width:100%;
	vertical-align:middle;
}
input, textarea, select{
	border: 1px solid #F0F0F0; 
	background:#F0F0F0;
	padding:7px;
	margin-bottom:10px;
}
input:hover, input:focus, textarea:hover, textarea:focus{
	border: 1px solid #CE1A1E;
	background:#FFF;
}
textarea{
	width:260px;
	height:200px;
}
.botao, #botao{
	background: #CE1A1E;
	padding:10px;
	border:none;
	cursor:pointer;
	color:#FFF;
	float:right;
}
.botao:hover, #botao:hover{
	background:#B58E8F;
	color:;	
}
.coluna1Contato, .coluna2Contato, .coluna3Contato{
	float:left;
	margin-right:25px;
}
.coluna3Contato{
	width:350px;
	font-size:14px;
	margin-left:30px;
	padding-left:30px;
	border-left: 2px dotted #EBEBEB;
}
p{
	margin-bottom:10px;}