@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	outline:0;
}
body{
	font-family: 'Open Sans', sans-serif;
}
a{
	display:block;
	border:0;
}
img{
	border:none;	
}
.auto{
	margin:0 auto;
}
.left{
	float:left;
}	
.right{
	float:right;	
}
.container{
	width:980px;	
}
#header{
	width:100%;
	height:154px;
	background:url(../imgs/fundo-topo.jpg) repeat-x;
}
.fundoCarro{
	/*width:1064px;*/
	height:156px;
	background:url(../imgs/fundo-car.jpg) no-repeat center 0;
	margin:0 auto;
	overflow:hidden;
}
.Logo{
	width:341px;
	height:61px;
}
.clearfix:after {     content:".";     display:block;     height:0;     clear:both;     visibility: hidden; } .clearfix {display:inline;} * html .clearfix {height: 1%;} .clearfix {display: block;}

ul.menuLeft, ul.menuRight{
	width:450px;
	list-style:none;
	margin-top:51px;
	height:44px;
	position:relative;
	z-index:5px;
}
ul.menuLeft li, ul.menuRight li{
	padding:12px 14px;
	transition:0.2s;
}
ul.menuLeft li+li, ul.menuRight li+li{
	 background-image:url(../imgs/linha-menu.png);
	 background-repeat:no-repeat;
	 background-position:left 12px;
}
ul.menuLeft li, ul.menuRight li{
	float:left;
	height:100%;
}
ul.menuLeft li:hover, ul.menuRight li:hover{
	padding:10px 14px;
	transition:0.2s;
	text-shadow: 1px 1px 2px rgba(116, 9, 10, 1);
}
ul.menuLeft li a, ul.menuRight li a{	
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	width: 100%;
	height: 100%;
}
.lt-ie9 ul.menuLeft li a{	
	font-size:13px;
}
.lt-ie9 ul.menuRight li a{
	font-size:13px;
}
#slider{
	height:346px;
	width:100%;	
	background:#0e183b;
	overflow:hidden;
}
.caixaEmpresa{
	width:460px;
	margin-top:28px;
	color:#4c4c4c;
	font-size:15px;
}
.caixaEmpresa h1{
	background:url(../imgs/seta.png) #314387 no-repeat right 0;	
	height:26px;
	padding:5px 40px;
	font-size:18px;
	color:#fff;
	margin-bottom:5px;
}
.caixaEmpresa p{
	margin-top:5px;	
	font-size: 14px;
	line-height: 21px;
}
.catalogoEletronico{
	background:url(../imgs/catalogo-eletronico.jpg);
	width:460px;
	height:151px;
	margin-top:28px;
}
.catalogoEletronico > h2{
	font-size:14px;
	color:#fff;
	font-weight:normal;
	padding:20px 0 0 19px;
}
a.btnCatalogo{
  width: 198px;
  height: 31px;
  background: url(../imgs/btn-saibamais.png);
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
}
a.btnCatalogo:hover{
	background:url(../imgs/btn-saibamais.png) 0 39px;	
}
.Facebook{
	width:460px;
	height:180px;
	float:right;
	margin-top:24px;
	border:1px solid #ccc;
}
.BgForncedores{
	background:#edf0f5;
	height:215px;
	float:left;
	width:100%;
	margin-top:50px;
}
.BgForncedores h2{
	font-size:18px;
	color:#314387;
	font-weight:900;
	margin-top:20px;
}
.sliderForncedores{
	width:974px;
	height:109px;
	background:#fff;
	box-shadow: 4px 4px 0px #ccc;
	border-radius:5px;
	margin-top:10px;
}
.rodape{
	width:100%;
	height:159px;
	background:#314f97;
	color:#fff;
	font-size:14px;
	float:left;
}
.rodape .endereco{
	margin-top:33px;	
}
.rodape .logoRodape{
	margin-top:34px;	
}
















