
div.topo{
	height: 475px;
	background:url(../images/topo.jpg) no-repeat center top;
/*	overflow: hidden;*/
}

div.topo a.fb{
	display: block;
	height: 29px;
	width: 120px;
	background:url(../images/fb.png) no-repeat center top;
	float: right;
}

div.topo a.fb:hover{
	background-position: center bottom;
}

div.topo div.row.bg-menu{
	height: 60px;
	width: 980px;
	display: block;
	background: #444444; /* Old browsers */
	background: -moz-linear-gradient(top,  #444444 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #444444 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #444444 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #444444 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #444444 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	position: relative;

}

div.menu>ul>li ul.submenu{
	position: absolute;
	display: none;
	background: #fff;
	top: 60px;
	padding: 10px 0;
	list-style: none;
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    inset 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         inset 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
	z-index: 2000;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
}

div.menu>ul>li ul.submenu li a{
	display: block;
	float: left;
	clear: both;
	color: #000;
	padding: 5px 10px ;
	white-space: nowrap;
}

div.topo h1.logo{
	display: block;
	width: 215px;
	height: 100px;
	position: absolute;
	top: -19px;
	background: url(../images/logo.png) no-repeat center top;
	margin: 0;
}

div.topo div.menu>ul{
	margin: 0 auto;
}

div.topo div.menu>ul>li{
	position: relative;
	float: left;
	list-style: none;
}

div.topo div.menu>ul>li>a{
	color: #fff;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 22px;
	line-height: 60px;
	display: block;
}

div.topo div.menu>ul>li>a:hover, div.topo div.menu>ul>li.active>a{
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
}

div.topo div.slide{
	position: relative;
}

div.topo div.slide a.saiba-mais{
	height: 55px;
	width: 175px;
	display: block;
	background: url(../images/plus_car.png) no-repeat center left;
	position: relative;
	top: -15px;
	z-index: 2000;
	left: 300px;
}

div.topo div.slide img.placa{
	position: absolute;
	bottom: 0;
	left: 15px;
	/*z-index: 1000;*/
}

div.truck-service{
	background: url(../images/bg_truck.jpg) no-repeat center top;
	height: 518px;
	padding-top: 102px;
}

div.truck-service h2{
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-family: Arial;
	font-weight: bold;
	margin-top: 115px;
}

div.truck-service p{
	color: #e2e2e2;
	font-size: 12px;
	margin-top: 30px;
	line-height: 24px;
}

div.truck-service a.saiba-mais {
	height: 55px;
	width: 182px;
	display: block;
	background: url(../images/plus_truck.png) no-repeat center left;
	position: relative;
	top: 30px;
	z-index: 1000;
	left: 0;
}

div.bottom{
	padding-bottom: 50px;
}


div.bottom h3{
	font-size: 22px;
	color: #333;
	font-weight: normal;
	float: left;
	border-bottom: 2px #c9021f solid;
	margin-bottom: 30px;
	padding-bottom: 12px;
}

div.bottom div.titulo{
	margin-top: 20px;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}

div.bottom h3:after{
	display: block;
	width: 100%;
	float: right;
	background: #cccccc;
	height: 2px;
	content: " ";
	position: absolute;
	z-index: -1;
	top: 50px;
}

div.menu-servicos{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	width: 100%;
	padding: 25px 0;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	float: left;
	clear: both;
}

div.menu-servicos ul{
	margin:0;
}

div.menu-servicos ul li{
	list-style: none;
	padding: 0 15px;
}

div.menu-servicos ul li:hover{
	background: #fff;
}

div.menu-servicos ul li a{
	color: #333;
	display: block;
	height: 65px;
	line-height: 65px;
	text-transform: uppercase;
	padding-left: 65px;
	font-size: 12px;
	background: url(../images/icons_servicos.png) no-repeat;
}

div.menu-servicos ul li:hover{
	/*background: #eee;*/
}

div.menu-servicos ul li#injecao a{
	background-position: 5px 20px;
}

div.menu-servicos ul li#direcao a{
	background-position: 5px -42px;
}

div.menu-servicos ul li#mecanica a{
	background-position: 5px -100px;
}

div.menu-servicos ul li#freios a{
	background-position: 5px -172px;
}

div.menu-servicos ul li#turbinas a{
	background-position: 5px -236px;
}

div.menu-servicos ul li#auto a{
	background-position: 5px -298px;
}

div.menu-servicos ul li#utilitarios a{
	background-position: 5px -362px;
}

ul.noticias li{
	list-style: none;
	margin-bottom: 42px;
	float: left;
	clear: both;
}

ul.noticias li a div.mold{
	float: left;
	width: 75px;
	height: 75px;
	margin-right: 15px;
	overflow: hidden;
}

ul.noticias li a div.mold img{
	max-width: 100px;
}

ul.noticias li a div.desc{
	float: left;
	width: 196px;
	height: 75px;
	overflow: hidden;
}

ul.noticias li a div.desc h4{
	font-size: 12px;
	color: #333;
	margin-top: 0;
	margin-bottom: 20px
}

ul.noticias li a div.desc p{
	font-size: 12px;
	color: #333;
	line-height: 22px;
}

img.drop-shadow{
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

div.bottom h5{
	color: #c9021f;
	font-size: 16px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
}

div.bottom p{
	font-size: 12px;
	line-height: 22px;
}

form.newsletter input{
	float: left;
	width: 296px;
	border: none;
	border-radius: 0;
	background: #dadada;
	height: 30px;
}

form.newsletter input:focus{
	outline: none;
}

form.newsletter input.email{
	width: 216px;
	margin-left: 30px;
}

form.newsletter button{
	width: 80px;
	height: 30px;
	background: #c9021f;
	border: none;
	color: #fff;
	font-size: 12px;
}

.margin-top-0{
	margin-top: 0 !important;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #888;
    font-size: 12px;
    font-style: italic;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #888;
    opacity:  1;
    font-size: 12px;
    font-style: italic;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #888;
    opacity:  1;
    font-size: 12px;
    font-style: italic;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #888;
    font-size: 12px;
    font-style: italic;
}

div.rodape{
	height: 350px;
	background: url(../images/rodape.png) no-repeat center top;
	position: relative;
	z-index: 0;
}

div.rodape h3:after{
	display: block;
	width: 100%;
	float: right;
	background: #cccccc;
	height: 2px;
	content: " ";
	position: absolute;
	z-index: -1;
	top: 50px;
}

div.rodape div.row{
	position: relative;
	z-index: 0;
}

div.rodape h3{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	float: left;
	border-bottom: 2px #6e9dc2 solid;
	margin-bottom: 30px;
	padding-bottom: 17px;
	z-index: 1;
}

div.rodape div.titulo{
	margin-top: 30px;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}

div.rodape p, div.rodape a{
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}

div.rodape ul li{
	float: left;
	width: 50%;
	list-style: none;
	margin-bottom: 14px;
}

div.rodape div.services ul li{
	float: left;
	width: 50%;
	list-style: none;
	margin-bottom: 1px;
}


div.rodape ul li a{
}

div.rodape div.contatos p{
	padding-left: 40px;
	background: url(../images/icons_rodape.png) no-repeat;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

div.rodape div.contatos p.fone{
	background-position: 0 5px;
	line-height: 16px;
}

div.rodape div.contatos p.endereco{
	background-position: 0 -44px;
	line-height: 16px;
}

div.rodape div.contatos p.facebook{
	background-position: 0 -92px;
	line-height: 32px;

}

div.rodape div.contatos p.email{
	background-position: 0 -143px;
	line-height: 16px;

}

div.rodape hr{
	margin: 15px 0 11px;
}
h3 {
    
}


div.copy *{
	color: #333 !important;
}

div.copy img{
	float: right;
	width: 70px;
	margin-top: -7px;
}