﻿/*Positioning, margins, padding, floats, etc.*/

* {
	margin: 0;
	padding: 0;
}

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

body {
	text-align: center;
	background-image: url(../Imagens/Site/lb_repeat.jpg);
	background-repeat: repeat-x;
}

img { border: 0; }

#all-container,
#footer-container {
	margin: auto;
	width: 100%;
}

/* container principal, que engloba todos os outros containers */
#all-container {
	position: relative;
	min-height: 100%;
	background-image: url(../Imagens/Site/lb.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}

p { text-align: justify;}

#main-container {
	padding-bottom: 285px; /*Mesma altura do rodapé!*/
}

#header-container,
#banner-container,
#body-container,
.width-aux {
	margin: auto;
	width: 774px;
}

/* container do cabeçalho */
#header-container {
	height: 142px;
	margin-bottom: 9px;
}

body h1,
#header-tel,
#header-band {
	height: 65px;
	margin: 0;
}

/* Logomarca */
#logo {
	display: block;
	float: left;
	width: 200px;
}
#logo a img {
	margin-top: 26px;
}

a.bot-grd,
a.bot-peq {
	display: inline-block;
}

.bot-grd,
.bot-peq {
	margin: 10px 0 0 5px;
	height: 20px;
	padding-top: 2px;
}

.bot-grd {
	background: url(../Imagens/Site/bot_rodape_grd.png) no-repeat transparent;
	width: 116px;
}
.bot-peq {
	background: url(../Imagens/Site/bot_rodape_peq.png) no-repeat transparent;
	width: 45px;
}

#header-tel,
#header-band {
	float: right;
}

#header-band {
	width: 90px;
	margin-right: 40px;
}

#header-band a {
	display: inline-block;
	margin-top: 38px;
}

#header-tel {
	width: 150px;
	background-image: url(../Imagens/Site/telefone.gif);
	background-repeat: no-repeat;
	background-position: 100% 80%;
	text-indent: -9999px;
}

#breadcrumbs {
	clear:both;
}
#breadcrumbs span {
	margin-right: 5px;
}

#menu-container {
	clear: both;
	margin: auto;
	height: 80px;
}

ul#menu {
	width: 718px;
	height: 68px;
	margin: auto;
	top: 12px;
	list-style: none;
	position: relative;
	z-index: 11000;/*DEVIDO AO IMAGEFLOW*/
}
ul#menu li.nivel_1 {
	display: block;
	position: absolute;
	top: 0;
	height: 68px;
}
ul#menu li.nivel_1 a {
	text-indent: -999em;
	display: block;
	height: 68px;
}
ul.menu-pt li.nivel_1 a { background: url(../Imagens/Site/menu_pt.gif) no-repeat; }
ul.menu-es li.nivel_1 a { background: url(../Imagens/Site/menu_es.gif) no-repeat; }
ul.menu-us li.nivel_1 a { background: url(../Imagens/Site/menu_us.gif) no-repeat; }

ul#menu li.nivel_1 ul li	{ position:relative; }
ul#menu li.nivel_1 ul li a	{ background:none; height:18px; text-indent:0; text-align:left; }

ul#menu li:hover ul.sub-menu-n1,
ul.sub-menu-n1 li:hover ul.sub-menu-n2 { display: block; }

ul.sub-menu-n1 li:hover ul.sub-menu-n2 li:hover ul.sub-menu-n3 { display: block; }

/* MENU */
ul#menu li#m-mecalor	{ left: 0px;   width: 162px; }
ul#menu li#m-produtos	{ left: 162px; width: 102px; }
ul#menu li#m-aplicacoes	{ left: 264px; width: 114px; }
ul#menu li#m-noticias	{ left: 378px; width: 110px; }
ul#menu li#m-contato	{ left: 488px; width: 230px; }

ul#menu li#m-mecalor a 					{ background-position: 0px 0px; width: 100%; }
ul#menu li#m-mecalor a:hover 			{ background-position: 0px -68px; }
ul#menu li#m-mecalor a.selected			{ background-position: 0px -136px; }
ul#menu li#m-mecalor a.selected:hover	{ background-position: 0px -204px; }

ul#menu li#m-produtos a					{ background-position: -162px 0px; width: 100%; }
ul#menu li#m-produtos a:hover			{ background-position: -162px -68px; }
ul#menu li#m-produtos a.selected		{ background-position: -162px -136px; }
ul#menu li#m-produtos a.selected:hover	{ background-position: -162px -204px; }

ul#menu li#m-aplicacoes a				{ background-position: -264px 0px; width: 100%; }
ul#menu li#m-aplicacoes a:hover			{ background-position: -264px -68px; }
ul#menu li#m-aplicacoes a.selected		{ background-position: -264px -136px; }
ul#menu li#m-aplicacoes a.selected:hover{ background-position: -264px -204px; }

ul#menu li#m-noticias a					{ background-position: -378px 0px; width: 100%; }
ul#menu li#m-noticias a:hover			{ background-position: -378px -68px; }
ul#menu li#m-noticias a.selected		{ background-position: -378px -136px; }
ul#menu li#m-noticias a.selected:hover	{ background-position: -378px -204px; }

ul#menu li#m-contato a					{ background-position: -488px 0px; width: 100%; }
ul#menu li#m-contato a:hover			{ background-position: -488px -68px; }
ul#menu li#m-contato a.selected			{ background-position: -488px -136px; }
ul#menu li#m-contato a.selected:hover	{ background-position: -488px -204px; }

ul.sub-menu-n1 {
	left:0;
	top:63px;
	z-index:1;
}
ul.sub-menu-n2, ul.sub-menu-n3 {
	left: 160px;
	top: 0;
	border: 1px #eaebeb solid;
	z-index:2;
}
ul.sub-menu-n1,
ul.sub-menu-n2, 
ul.sub-menu-n3 {
	display: none;
	position: absolute;
	padding: 5px 0;
	width: 180px;
	list-style: none;
	background-image: url(../Imagens/Site/bg_submenu.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	white-space: nowrap;
}
ul.sub-menu-n1 li,
ul.sub-menu-n2 li,
ul.sub-menu-n3 li {
	display: block;
	width: 160px;
	height: 18px;
	padding: 0 5px;
	margin: auto;
}
ul.sub-menu-n1 li a,
ul.sub-menu-n2 li a,
ul.sub-menu-n3 li a {
	display: block;
	text-align:left;
}

#banner-container {
	min-height: 180px;
	margin-bottom: 20px;
}
#banner-container img { float:left; }
.banner-desc {
	float: right;
	margin-top: 20px;
	width: 180px;
}
ul#menu li{ z-index:1; }
ul#menu li:hover{ z-index:2; }

.bot-prod,
.bot-perg-resp {
	display: block;
	background-repeat: repeat-x;
}
.bot-prod {
	width: 140px;
	height: 26px;
	margin: 10px 0 10px 0;
	padding-top: 7px;
	background-image: url(../Imagens/Site/bg_botao_banner.gif);
	border: 2px #96bf22 solid;
}
.bot-perg-resp {
	width: 180px;
	height: 28px;
	margin-top: 15px;
	padding-top: 9px;
	background-image: url(../Imagens/Site/bg_botao_perg_resp.gif);
}

#body-container {
	text-align: left;
	position: relative;
	min-height: 100%;
	margin-top: 20px;
}

.home-meio-big,
.home-meio-big-bg {
	float: left;
	width: 100%;
}
.home-meio-grd,
.home-meio-grd-bg {
	float: left;
	width: 69%;
}
.home-meio-peq,
.home-meio-peq-bg,
.home-meio-peq-bg-carousel {
	float: left;
	width: 30%;
	margin-right: 5px;
}
.curva-big,
.home-meio-big-bg {
	background-image: url(../Imagens/Site/curva_big.png);
	background-repeat: no-repeat;
}
.curva-grd,
.home-meio-grd-bg {
	background-image: url(../Imagens/Site/curva_grd.png);
	background-repeat: no-repeat;
}
.curva-peq,
.home-meio-peq-bg,
.home-meio-peq-bg-carousel {
	background-image: url(../Imagens/Site/curva_peq.png);
	background-repeat: no-repeat;
}

.home-meio-grd>div,
.home-meio-grd-bg>div,
.home-meio-big>div,
.home-meio-big-bg>div,
.home-meio-peq>div,
.home-meio-peq-bg>div,
.home-meio-peq-bg-carousel>div,
#meca-news>h3 {
	clear: both;
	padding-left: 15px;
}
.home-meio-grd>div,
.home-meio-grd-bg>div {
	width: 92%;
	margin-bottom: 30px;
}
.home-meio-peq>div,
.home-meio-peq-bg>div {
	width: 95%;
	margin-bottom: 15px;
}
.home-meio-peq-bg-carousel>div {
	width: 117px; /*largura vertical do jcarousel - vide skin.css*/
}
.home-meio-peq-bg-carousel .fotos-home-meio-peq {
	width: 95%;
}

.jcarousel-skin-tango {
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#menu-prod>div {
	margin-bottom: 0;
}

.home-meio-grd h2,
.home-meio-grd-bg h2,
.home-meio-big h2,
.home-meio-big-bg h2,
.home-meio-peq h2,
.home-meio-peq-bg h2 {
	padding-top: 30px;
	margin-bottom: 10px;
}
.home-meio-peq-bg .curva-peq h2{
	padding-top: 0;
	margin-bottom: 20px;
}

#menu-prod h2 {
	margin-left: 15px;
}
#perg-resp h2 {
	padding-top: 0;
}
.menu-peq {
	margin-top: -15px;
	padding-top: 15px;
	min-height: 179px;
	background-image: url(../Imagens/Site/fundo_menu_peq.png);
	background-repeat: no-repeat;
}
.menu-peq ul {
	list-style: none;
	width: 160px;
	margin-top: -5px;
}
.menu-peq ul li,
ul.sub-menu-n1 li,
ul.sub-menu-n2 li,
ul.sub-menu-n3 li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px #eaebeb solid;
}

.home-meio-grd p,
.home-meio-grd-bg p,
.home-meio-big p,
.home-meio-big-bg p {
	margin-bottom: 10px;
}

/*
.home-meio-grd img,
.home-meio-grd-bg img {
	max-width: 200px;
}*/

.home-meio-grd img,
.home-meio-grd-bg img,
.home-meio-big img,
.home-meio-big-bg img,
.home-meio-peq img,
.home-meio-peq-bg img {
	float: left;
	margin: 0 10px 10px 0;
}

.home-meio-peq>h2>img,
.home-meio-peq-bg>h2>img {
	float: none;
	margin: auto;
	text-align: center;
}
#meca-news>h2>img {
	margin-left: 30px;
}

.home-meio-peq h3,
.home-meio-peq-bg h3 {
	margin-bottom: 4px;
}
.home-meio-grd h3,
.home-meio-grd-bg h3 {
	margin-top: 15px;
	margin-bottom: 10px;
}
.home-meio-big h3,
.home-meio-big-bg h3 {
	margin-bottom: 5px;
}
.home-meio-grd h4,
.home-meio-grd-bg h4 {
	margin-top: 15px;
	margin-bottom: 5px;
}

.home-meio-peq ul,
.home-meio-peq-bg ul,
.home-meio-grd ul,
.home-meio-grd-bg ul,
.home-meio-big ul,
.home-meio-big-bg ul {
	margin-left: 15px;
	list-style-image: url(../Imagens/Site/bullet.gif);
}

.home-meio-peq ul.lista-noticias,
.home-meio-peq-bg ul.lista-noticias,
.home-meio-grd ul.lista-noticias,
.home-meio-grd-bg ul.lista-noticias,
.home-meio-big ul.lista-noticias,
.home-meio-big-bg ul.lista-noticias {
	list-style-image: url(../Imagens/Site/bullet_not.png);
}

.home-meio-peq>div img,
.home-meio-peq-bg>div img {
	max-width: 52px;
	margin: 0 5px 5px 0;
}
#perg-resp {
	/*margin-top: -41px;*/
}

#perg-resp>div img {
	float: none;
	max-width: 190px;
}
#menu-prod>div img {
	max-width: 190px;
	margin: 5px 0 5px -10px;
	border: 3px #FFF solid;
}

.fotos-home-meio-peq {
	padding-top: 40px;
}
.fotos-home-meio-peq a {
	display: block;
	text-align:center;
}
.fotos-home-meio-peq a img {
	float: none;
	max-width: inherit;
	margin-bottom: 20px;
}

.downloads a {
	display: inline;
}
.downloads a img {
	margin: 0 5px 0 5px;
}

.leia-mais {
	float: right;
	margin-top: -5px;
}

#tabela-tecnica tr {
	height: 30px;
}
#tabela-tecnica .borda {
	height: 2px;
}

ul.lista-noticias-destaques {
	margin-left: 0px;
}
ul.lista-noticias-destaques div {
	width: 80%;
	float: left;

}
ul.lista-noticias-destaques div.mecanews-pdf {
	width: 50px;
	float: right;
}

ul.lista-noticias-destaques,
ul.lista-produtos {
	margin-top: 20px;
	list-style: none;
}

ul.lista-noticias-destaques li,
ul.lista-produtos li {
	padding-top: 1px;
	min-height: 140px;
	display: block;
}

ul.lista-noticias-destaques img,
ul.lista-produtos img {
	display: block;
	float: left;
}

ul.lista-noticias-destaques a.bot-grd,
ul.lista-noticias-destaques a.bot-peq,
ul.lista-produtos a.bot-grd,
ul.lista-produtos a.bot-peq {
	display: inline-block;
	margin-left: 0;
}


#footer-container {
	text-align: left;
	height: 225px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px #eee solid;
}

#footer-container .width-aux {
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-block {
	float: left;
	clear: right;
	/*width: 33.3%;*/
	width: 32%;
	margin: 5px;
}

.footer-block h2,
.footer-block h3 {
	margin: 0 0 10px 0;
}

.footer-block a {
	margin-bottom: 5px;
}

.footer-block a img,
.footer-block a span {
	float: left;
	cursor: pointer;
}

.footer-block a span {
	padding-left: 3px;
	padding-top: 5px;
}

.footer-spacer {
	background: url(../Imagens/Site/curva_peq_baixo.png) no-repeat transparent;
	background-position: -20%;
	float: left;
	height: 15px;
	margin: 5px 0 5px 0;
	width: 100%;
}

#todos-downloads {
	display: block;
	position: inherit;
	clear: both;
	margin-top: 15px;
}

.orc-campo-form,
.news-campo-form {
	margin-bottom: 5px;
}
.geral-campo-form {
	margin-bottom: 15px;
}

#frm-orcamento,
#frm-news {
	margin: 0;
}
.frm-geral {
	width: 310px;
	margin-left: 20px;
	margin-top: 20px;
}

#frm-orcamento input, 
#frm-orcamento label, 
#frm-contatoexpresso input,
#frm-news input,
#frm-news label {
	height: 15px;
}

.frm-carreira label {
	display: inline-block;
	width: 140px;
}
.frm-geral label {
	display: inline-block;
	width: 75px;
}
#frm-orcamento label {
	display: inline-block;
	width: 55px;
}

#frm-news label {
	display: inline-block;
	width: 40px;
}

#frm-busca {
	margin-top: -10px;
	margin-bottom: 15px;
}

#frm-busca input,
#frm-orcamento input,
#frm-contatoexpresso input,
#frm-news input {
	width: 160px;
	padding: 0;
}

.frm-carreira input,
.frm-geral input {
	width: 225px;
}

.frm-carreira textarea,
.frm-geral textarea {
	width: 305px;
	height: 65px;
}

#frm-orcamento textarea {
	width: 218px;
	height: 35px;
}

.frm-carreira .fale-ddd,
.frm-geral .fale-ddd,
.frm-geral .sac-ddd {
	width: 30px;
	margin-right: 5px;
}
.frm-carreira .fale-tel,
.frm-geral .fale-tel,
.frm-geral .sac-tel {
	width: 180px;
}

.frm-geral #fale-como {
	width: 100px;
	margin-left: 20px;
}

#frm-orcamento .orc-ddd,
#frm-contatoexpresso .exp-ddd {
	width: 20px;
	margin-right: 3px;
}

#frm-orcamento .orc-tel,
#frm-contatoexpresso .exp-tel {
	width: 129px;
}

#frm-orcamento .orc-news {
	width: auto;
	vertical-align: middle;
}

#frm-orcamento #orc-label-news {
	width: auto;
}

#cont-exp {
	margin-bottom: 5px;
}

#cont-exp span {
	display: block;
	margin: 5px 0 0 0;
}

#frm-contatoexpresso {
	margin-bottom: 20px;
}

#sac img,
#cont-exp img,
#news-bt-enviar {
	float: right;
	margin-right: 40px;
}

.geral-campo-form-bt {
	text-align: right;
}

.catalogo,
.edicao-mecanews {
	float: left;
	width: 110px;
	min-height: 190px;
	margin-top: 10px;
	margin-right: 10px;
	text-align:center;
}
.edicao-mecanews img {
	display: block;
	float: none;
	margin: auto;
}
.video-block-peq,
.video-block-grd {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.video-block-peq {
	width: 355px;
}
.video-block-peq a img,
.video-block-peq object {
	float: left;
	margin-right: 10px;
}

.video-block-peq a img,
.video-block-grd a img,
.video-block-peq object,
.video-block-grd object {
	margin-bottom: 10px;
}

#copyright-block {
	clear: both;
	margin: 0;
	height: 15px;
}

#copyright,
#copy-w3c {
	height: 15px;
}
#copyright {
	float: left;
	width: 50%;
}
#copy-w3c {
	float: right;
	width: 44%;
	margin-right: 45px;
}
#copy-w3c div a {
	display: block;
}
#w3c-xhtml			{ position: relative; width: 61px; height: 15px; top: 0px; left: 241px; }
#w3c-css			{ position: relative; width: 38px; height: 15px; top: -15px; left: 302px; }

#w3c-xhtml a	{ width: 61px; height: 15px; background: url(../Imagens/Site/w3c_xhtml.png) no-repeat transparent; }
#w3c-css a		{ width: 38px; height: 15px; background: url(../Imagens/Site/w3c_css.png) no-repeat transparent; }

#copy-w3c div a:hover { background-position: 0 -15px; }

.foto_mini {float: left; margin-top: 15px; padding-left: 25px;}

.org_fotos {float: left; display: table; padding-bottom: 20px; padding-top: 20px;}

table#tecnica tr { background: rgb(240,240,240); color: #000000;}

table#tecnica tr.dstq:hover { background: rgb(204,212,219);}

table#tecnica td {padding: 5px; font-size: 12px; text-align: center;}

.fotos-home-meio-peq curva-peq downloads {
}

.catalogo_prod { float: left; margin-top: 0px; margin-right: 10px; width:100px;}

.org_cat {display: table; float: left; margin-right: 10px; margin-bottom: 5px; width: 110px; height: 200px;}

.org_cat div {width:110px; text-align: center; display: table; float: left; line-height: 14px;}

.fundo_bot_p {border: 0px; background: url(../Imagens/Site/bg_botao_banner.gif) center repeat-x; color: #FFFFFF; font-weight: bold; cursor: pointer;}

.fundo_bot_p:hover {text-decoration: underline;}

#status, #status1, #status2 {
	display: none;
	color: #900;
	font-weight: bold;
}

#status, #status2 {padding-top: 5px;}

#status2 {padding-bottom: 5px;}

#status1 {padding-bottom: 5px; display: table; float: none;}

#ajusta_carousel {float: left; display: table;}

#ajusta_carousel {margin-left: -40px;}
