@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Duru+Sans);

body {
	font-family: 'PT Sans', sans-serif;
	font-size:1em;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1, h2 {
	color:#c00506;
	font-weight:400;
	font-family: 'Duru Sans', sans-serif;
}
h2 {
	font-size:1.4em;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

a, a:link, a:active, a:visited {
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

p {
	line-height:1.6em;
	font-size:1.2em;
}



/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	width:100%;
	min-width:960px;
	background:url(images/bgTopo.png) top repeat-x;
	position:absolute;
	top:0;
	z-index:10;
}
.header .logo {
	background:url(images/bgLogoTopo.png) no-repeat;
	width:272px;
	height:215px;
	margin:0 auto;
}
.header .logo img {
	margin-left:87px;
	margin-top:41px;
}
.header .menu {
	position:absolute;
	width:960px;
	top:0;
	z-index:11;
}
.header .menu ul {
	list-style:none;
	margin-top:25px;
}
.header .menu .menu1 {
	float:left;

}
.header .menu .menu2 {
	float:right;

}
.header .menu .menu1 li {
	float:left;
	padding:16px 25px;
}
.header .menu .menu2 li {
	float:right;
	padding:16px 15px;
}

.header .menu ul li {
	float:left;
	font-size:1.2em;
	
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:0.1em 0.1em 0.05em #fff;
}
.header .menu ul li a, .header .menu ul li a:link, .header .menu ul li a:active, .header .menu ul li a:visited {
	text-decoration:none;
	color:#2b2b2b;
}
.header .menu ul li a:hover, .header .menu ul li a.selected {
	color:#c00506;
}


@media screen and (max-width: 1920px) {
	.banner { height:700px; }
}
@media screen and (max-width: 1600px) {
	.banner { height:600px; }
}
@media screen and (max-width: 1300px) {
	.banner { height:500px; }
}
.banner {
		width:100%;
		min-width:960px;
		position:relative;
		overflow:hidden;
	}

.banner .sombraBanner {
	background:url(images/sombraBanner.gif) center no-repeat #e2e2e1;
	bottom:0;
	position:absolute;
	width:100%;
	min-width:960px;
	height:24px;
	z-index:10;
}
.banner .overlay {
	position:absolute;
	width:100%;
	height:100%;
	background:url(scripts/vegas/overlays/01.png);
	z-index:9;
}
.content {
	padding: 20px 0 30px 0;
	overflow:hidden;
}

/* ~~ The footer ~~ */
.footer {
	background:url(images/bgFooter2_03.gif) bottom repeat-x;
	color:#fff;
	width:100%;
	min-width:960px;
	
}
.footer .contFooter {
	
	height:189px;
	margin:0 auto;
}

.footer .footerTodas {
	background:url(images/bgFooter_03.gif) no-repeat center bottom;
	position:relative;
}

.footer .colFooter {
	width:800px;
	margin:0 auto;
}
.footer .endereco {
	float:left;
	background:url(images/icons_10.gif) no-repeat 0 3px;
	font-size:1.2em;
	margin-top:20px;
	padding-left:25px;
	width:360px;
}
.footer .contato {
	float:left;
	font-size:1.2em;
	margin-top:20px;
	border-left:2px solid #fff;
	margin-left:60px;
	padding-left:50px;
	width:300px
}
.footer .contato div {
	padding-left:30px;
}
.footer .contato .email {
	background:url(images/icons_07.gif) no-repeat 0 3px;
	font-weight:bold;
}
.footer .contato .fone {
	background:url(images/icons_14.gif) no-repeat 0 7px;
}
.footer .contato .fax {
	background:url(images/icons_16.gif) no-repeat 0 7px;
}

.footer .contato a, .footer .contato a:link, .footer .contato a:active, .footer .contato a:visited {
	color:#fff;
}
.footer .contato a:hover {
	color:#c00506;
}

.grande {
	font-size:1.3em;
}
.meio {
	background-color: #e2e2e1;
	width:100%;
	min-width:960px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




/*INDEX*/

.col60 {
	width:60%;
	float:left;
}
.col40 {
	width:38%;
	float:left;
	border-left:1px solid #919191;
}
.prods {
	margin-top:20px;
}
.prods .prodHome1, .prodHome2  {
	float:left;
}
.prods .prodHome3  {
	float:right;
}
.prods .prodHome1 {
	margin-right:27px;
}



/*EMPRESA*/
.col60Empresa {
	width:60%;
	float:left;
}
.col40Empresa {
	width:38%;
	float:left;
}

.prodEmpresa1 {
	float:left;
}
.prodEmpresa2 {
	float:right;
}

.citacao {
	margin:auto;
	padding-top:40px;
	width:750px;
	
}
.citacao blockquote {
	position:relative;
	font-size:1.3em;
	margin-left:0;
	padding-left:20px;
	text-align:center;
	font-style:italic;
	font-weight:400;
}

.citacao h4 {
	text-align:center;
	font-style:italic;
	font-weight:400;
	
}

.citacao .quotStart {
	font-size:3em;
	color:#7f7f7f;
	position:absolute;
	left:0;
	margin-top:-0.2em;
}
.citacao .quotEnd {
	font-size:3em;
	color:#7f7f7f;
	position:absolute;
	margin-top:-0.2em;
	right:0;

}



/*PRODUTOS*/

.contProdutos {
	width:920px;
	background: #f8f8f8;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	padding:20px;
	border-bottom:6px solid #c00506;
}

.contProdutos .prodProdutos {
	float:left;
	margin:10px;
}
.contProdutos .prodTit {
	background:url(images/iconProd_03.jpg) -1px 0px no-repeat;
	width:194px;
	height:74px;
	margin-left:-21px;
	margin-top:-31px;
}

.contProdutos .iconPdf {
	width:100%;
	margin:20px 0;
	text-align:center;
	
}


.fabricacao {
	overflow:hidden;
	width:900px;
	margin:0 10px;
}
.fabricacao h1 {
	font-size:1em;
	color:#000;
	padding:0;
	margin:0;
}

.fabricacao .fabTit {
	width:100px;
	float:left;
}
.fabricacao .engrenagem {
	background:url(images/iconProd_06.gif) no-repeat;
	width:29px;
	height:47px;
	float:left;
	margin-left:20px;
}
.fabricacao .bolinhas {
	background:url(images/iconProd_09.gif) left center repeat-x;
	width:725px;
	height:47px;
	float:left;
	margin-left:20px;
}
.fabricacao .fabGrande {
	font-size:1.5em;
}




/*QUALIDADE*/

.qualidade {
	width:960px;
}

.imgQualidade {
	float:left;
	margin:10px;
}
.qualidade blockquote {
	text-align:center;
	font-size:1.2em;
	margin-top:30px;
}
.qualidade a, .qualidade a:link, .qualidade a:active, .qualidade a:visited {
	color:#000;
}
.qualidade a:hover {
	color:#c00506;
}




/*CONTATO*/

.contato h1 {
	padding-left:0;
}

/*CSS PARA TODOS OS FORMULARIOS*/


.formContato input[type=text], .formContato textarea, .formContato select {
	background:#c1c1c1;	
	font-family: 'PT Sans', sans-serif;
	padding:5px;
	border:none;
	
}

.formContato input[type=text], .formContato select {
	width:350px;
	height:25px;
}
.formContato textarea {
	font-size:1em;
	height:100px;
	min-height:100px;
	max-height:200px;
	
	width:400px;
	min-width:400px;
	max-width:400px;
	margin-left:30px;
}

.formContato input[type=submit] {
	border:0;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	background:#7b7b7b;
	color:#fff;
	cursor:pointer;
	font-family: 'PT Sans', sans-serif;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	height:110px;
	width:110px;
	margin-left:30px;

}
.formContato input[type=submit]:hover {
	background:#c00506;
}

.google-maps {
	position: relative;
	padding-bottom: 400px;
	height: 0;
	overflow: hidden;
	background:#e2e2e1;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.footer .footerContato {
	background:url(images/bgFooter_03.png) no-repeat center bottom;
	position:absolute;
	bottom:0;
	width:100%;
}
.footerContatoCont {
	background:url(images/bgFooter2_03.png) bottom repeat-x;
	color:#fff;
	width:100%;
	min-width:960px;
	height:222px;
	
}

.assinatura {
	position:absolute;
	bottom:5px;
	right:5px;
}