/** WEB: Portal METALFRIO
 * Afeta: estrutura(geral).
 */

* {
	padding: 0;
	margin: 0;
}
object {
	outline: none;
	-moz-outline: none;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #888;
	min-height:900px;
}

img {
	border: none;
	margin-left: -12px;
}

a {
	color: #888;
	text-decoration: none;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #777;
}

#todo {
	position: relative;
	margin: 0 auto;
	background: #fff url(img/cabecalho_bg.gif) left top repeat-x;
	width: 990px;
	min-height:400px;
	text-align: left;
}
/*---- CABEÇALHO --------------------*/
#cabecalho {
	position: relative;
	float: left;
	height: 107px;
	width: 100%;
}
/* LOGO E FRASE */
#cabecalho h1 {
	position: absolute;
	top: 25px;
	left: 54px;
}
/* Frase */
#cabecalho h1 img.frase {
	margin: 0 0 0 38px;
	vertical-align: top;
	
}
/* PAINEL DO TOPO */
#cabecalho div#painelTopo {
	position: absolute;
	right: 52px;
	top: 17px;
	width: auto;
	height: 34px;
}
/* IDIOMAS */
ul.idiomas {
	float: right;
	width: 60px;
	height: auto;
	list-style: none;
}

ul.idiomas li {
	float: right;
	margin-left: 15px;
}
/* FORM : BUSCA E LOGIN */
form.painel {
	float: right;
	margin-top: 5px;
	clear: both;
}

form.painel label {
	float: left;
	margin: 1px 4px 0 0;
	color: #edf8fa;
	font-size: 10px;
}

form.painel input {
	float: left;
	height: 12px;
	background: #7cbaed;
	border: none;
	padding: 0 1px 1px 2px;
	margin-top: 1px;
	font-size: 9px;
}

form.painel img {
	position: relative;
	float: left;
	vertical-align: middle;
}
/* Busca */
form.painel input.busca {
	width: 95px;
}
/* Botao OK */
form.painel input.ok_btn {
	width: 17px;
	height: 15px;
	margin: 0 0 0 4px;
	background: url(img/form_btn_Ok_bg.gif) left top no-repeat;
	cursor: pointer;
	color:#CC3333;
}

/* ------------MENU DO TOPO--------------*/
/*Geral*/
div#menu{
	width:auto;
	height:25px;
	position:absolute;
	top:82px;
	
}

body #todo #cabecalho #menu ul,
body #todo #cabecalho #menu li{
	width:auto;
	font-family:"verdana";
	font-size:11px;
	margin:0px;
	padding:0px;
}

/*Cor dos LI´s sem underline*/
body #todo #cabecalho #menu ul.menuTopo li a{
	color:#FFF;
	text-decoration:none;
	/*background:#FF0000;*/
	padding:0px 12px;
	display: block;
	}

/*-----------------Nivel I-----------------*/
/*Organiza todas LI´s a partir do nivel1*/
body #todo #cabecalho #menu ul.menuTopo li{
	height:14px;
	list-style-type:none;
	position:relative;
	padding:5px 0px;
	margin-right:1px;
	float:left;
	cursor:pointer;
	background:#193c60 url(img/menuTopo_Btn_hover_bg_02.gif) left top repeat-x 0 -28;
	text-decoration:none;
}

/*Alinha o menu horizontal e cria os separadores*/
body #todo #cabecalho #menu ul.menuTopo li.item{
	border-right:1px solid #0f356b;
	text-align:center;
}

/*Esconde meu subMenu´s*/
ul.subMenu, ul.ultMenu{
	display:none;
}

/*-------------Nivel II---------------------*/
/*Submenu*/

/*Alinha o UL do nivel2*/
body #todo #cabecalho #menu ul.menuTopo li ul.subMenu{
	position:absolute;
	top:24px;
	left:0px;
	z-index:1000;
}

/*Cria o LI do nivel2*/
body #todo #cabecalho #menu ul.menuTopo li ul.subMenu li{
	width:171px;
	height:auto;
	display:block;	position:relative;
	background:#127CD4;
	clear:both;
	margin-bottom:0px;
	text-align:left;
}

/*Cor do LI do nivel2 linkado*/
body #todo #cabecalho #menu ul.menuTopo li ul.subMenu li a{
	color:#fff;
}


/*-------------Nivel III---------------------*/
/*Sub Submenu*/

/*Primeiro item do Submenu*/
body #todo #cabecalho #menu ul.menuTopo li ul.subMenu ul.ultMenu{
	position:absolute;
	top:0px;
	left:171px;
	z-index:1009;
}	

/*Cria o LI do nivel3*/
body #todo #cabecalho #menu ul.menuTopo li ul.subMenu ul.ultMenu li{
	width:217px;
	clear:both;
	position:relative;
	background:#127CD4;
	text-align:left;
}
/*---------Efeitos no hover----------*/
body #todo #cabecalho #menu ul.menuTopo li:hover{
	background: url(img/menuTopo_Btn_hover_bg_02.gif)0 -2px;
	-moz-opacity: .85;
	opacity: .85;
	text-decoration:none;
	color: #fff;
}

body #todo #cabecalho #menu ul.menuTopo li ul li:hover{
	text-decoration:none;
	background-color:#193c60;
}

body #todo #cabecalho #menu ul.menuTopo li ul.subMenu li ul li:hover{
	text-decoration:none;
	background:#193c60;
}

body #todo #cabecalho #menu ul.menuTopo li:hover ul.subMenu{
	display:block;
}

body #todo #cabecalho #menu ul.menuTopo li:hover ul.subMenu li:hover ul.ultMenu{
	display:block;
	z-index:1009;
}

body #todo #cabecalho #menu ul.menuTopo li ul li:hover{
	text-decoration:none;
	background-color:#193c60;
}

body #todo #cabecalho #menu ul.menuTopo li ul.subMenu li ul li:hover{
	text-decoration:none;
	background:#193c60;
}

body #todo #cabecalho #menu ul.menuTopo li:hover ul.subMenu{
	display:block;
}

body #todo #cabecalho #menu ul.menuTopo li:hover ul.subMenu li:hover ul.ultMenu{
	display:block;
	z-index:1009;
}


/* Marca menu topo
body#vendas #todo #cabecalho #menu ul.menuTopo li.item#Vendas a.btn#Vendas,
body#vendas #todo #cabecalho #menu ul.menuTopo li.item#Vendas a.btn#Vendas:hover,
body#vendas #todo #cabecalho #menu ul.menuTopo li.item#Vendas a.btn#Vendas:visited,
body#vendas #todo #cabecalho #menu ul.menuTopo li.item#Vendas a.btn#Vendas:active ,
body#vendas #todo #cabecalho #menu ul.menuTopo li#Vendas a:visited,
body#vendas #todo #cabecalho #menu ul.menuTopo li#Vendas,
body#vendas #todo #cabecalho #menu ul.menuTopo li#Vendas:hover,
body#vendas #todo #cabecalho #menu ul.menuTopo li#Vendas:active,
body#vendas #todo #cabecalho #menu ul.menuTopo li#Vendas:link ,
body#vendas #todo #cabecalho #menu ul.menuTopo li#Vendas:visited,{
	background-position: 0 -26px;
	background: url(img/menuTopo_Btn_hover_bg_02.gif);
	-moz-opacity: .85;
	opacity: .85;
	text-decoration:none;
}*/
body#Sales #todo #cabecalho #menu ul.menuTopo  li.item#Sales{
	text-decoration: none;
	background: url(img/menuActive.gif);
	
}
body#Suppliers #todo #cabecalho #menu ul.menuTopo li.item#Suppliers{
	text-decoration: none;
	background: url(img/menuActive.gif);	
}
body#Company #menu ul.menuTopo li.item#Empresa {	
	text-decoration: none;
	background: url(img/menuActive.gif);
	
	}


body#produtos #todo #cabecalho #menu ul.menuTopo li.item#Product{
	text-decoration: none;
	background: url(img/menuActive.gif);
}


body#servicos #todo #cabecalho #menu ul.menuTopo li.item#Service{
	text-decoration: none;
	background: url(img/menuActive.gif);
	
}

body#Downloads #todo #cabecalho #menu ul.menuTopo li.item#Downloads{
	text-decoration: none;
	background: url(img/menuActive.gif);
}
body#noticias #todo #cabecalho #menu ul.menuTopo li.item#News{
	text-decoration: none;
	background: url(img/menuActive.gif);
}
body#fale #todo #cabecalho #menu ul.menuTopo li.item#fale{
	text-decoration: none;
	background: url(img/menuActive.gif)
	}
body#area_restrita #todo #cabecalho #menu ul.menuTopo li#area_restrita{
	text-decoration: none;
	background-position: 0 -24px;
	/*background: url(img/menuTopo_Btn_hover_bg_02.gif);
	color: #fff;*/
}
/*------------ FLASH BANNERS -----------------*/
.flashBanner.horizontal {
	float: left;
	width: 100%;
}
/*------------ CONTEUDO -------------------------*/
#conteudo {
	float: left;
	width: 100%;
	line-height:15px;
	height: auto;
	padding-bottom: 20px;
}
/* CONTEUDO : BOXES */
#conteudo div.boxesCont {
	margin: 0 auto;
	width: 950px;
	height: auto;
	margin-top: 12px;
}
/* Boxes */
#conteudo div.boxesCont div.box {
	float: left;
	margin: 0 6px;
}
/* Box : 2 espacos */
#conteudo div.boxesCont div.box.medio {
	width: 466px;
}
/* Box : 3 espacos */
#conteudo div.boxesCont div.box.grande {
	width: 705px;
}
/* Box : 4 espacos */
#conteudo div.boxesCont div.box.gigante {
	width: 960px;
}
/* Box : Cantos brancos */
.cantos img.LT {
	position: absolute;
	left: 0;
	top: 0;
}

.cantos img.LD {
	position: absolute;
	left: 0;
	bottom: 0;
}

.cantos img.RT {
	position: absolute;
	right: 0;
	top: 0;
}

.cantos img.RD {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* Box : Texto */
#conteudo div.boxesCont div.box p {
	float: left;
	width: 100%;
	text-align: left;
	padding: 6px;
	color: #888;
	line-height: 14px;
}
/* Box : NOTICIAS */
#conteudo div.boxesCont div.box.ultimasNoticias {
	position: relative;
	float: right;
	background: url(img/box_bg.gif) left top repeat-y;
	height: 207px;
	margin-left: 0;
	margin-right: 4px;
}
/* Box : NOTICIAS : Titulo */
#conteudo div.boxesCont div.box.ultimasNoticias img.titulo {
	float: left;
	margin: 18px 10px 0 9px;
}
/* Box : NOTICIAS : Lista */
#conteudo div.boxesCont div.box.ultimasNoticias ul {
	float: left;
	list-style: none;
	text-align: left;
	width: 178px;
	height: 175px;
	overflow: hidden;
	margin-top: 14px;
}
#conteudo div.boxesCont div.box.ultimasNoticias ul li {
	float: left;
	width: 178px;
	margin-bottom: 6px;
}
/* Box : NOTICIAS : Lista : Titulo */
#conteudo div.boxesCont div.box.ultimasNoticias ul li h5,
#conteudo div.boxesCont div.box.ultimasNoticias ul li h5 a {
	float: left;
	font-size: 11px;
	color: #2887c8;
}
/* Box : NOTICIAS : Lista : Texto */
#conteudo div.boxesCont div.box.ultimasNoticias ul li p {
	padding: 0;
	margin-top: 1px;
	font-size: 10px;
	line-height: 12px;
}


/*MAPA DO SITE: erro 404*/
#conteudo .siteMap h3{
	font-size:14px;
	margin:15px 0;
}
#conteudo .siteMap ul.menuTopo li{
	list-style:none;
}
#conteudo .siteMap ul.menuTopo li a {
	padding-top:6px;
	color:#33c1d4;
	text-transform:uppercase;
	font-weight:bold;
}
#conteudo .siteMap ul.menuTopo li a:hover{
	text-decoration:underline;
}

#conteudo .siteMap ul.menuTopo li ul {
	list-style: none;
}
#conteudo .siteMap ul.menuTopo li ul li a {
	text-transform:none;
	color:#888;
	font-weight:lighter;
	padding-left:25px;
	background: url(img/seta_submenu.jpg) 15px 10px no-repeat;
}
#conteudo .siteMap ul.menuTopo li ul li a:hover {
	text-decoration:underline;
}

/*BUSCA: erro 404*/
#conteudo .siteMap form.news{
	margin:10px 0 25px 0;
}



.horizontal .img{
	margin-left:54px;
}


#Production #todo .imagens{
	float:left;
}

#Production #todo #conteudo{
	float:left;
	width:883px;;
}

/* ----------------------------------------------------------- */

body#Sales #todo #cabecalho #menu ul.menuTopo  li.item#vendas{
	text-decoration: none;
	background: url(img/menuActive.gif);
	
}

body#Suppliers #todo #cabecalho #menu ul.menuTopo li.item#SUPPLIERS{
	text-decoration: none;
	background: url(img/menuActive.gif);	
}

body#servicos #todo #cabecalho #menu ul.menuTopo li.item#Company {	
	text-decoration: none;
	background: url(img/menuActive.gif);
	
	}

body#Company #todo #cabecalho #menu ul.menuTopo li.item#Klimasan {	
	text-decoration: none;
	background: url(img/menuActive.gif);
	
	}

body#Empresa #todo #cabecalho #menu ul.menuTopo li.item#Klimasan {	
	text-decoration: none;
	background: url(img/menuActive.gif);
	
	}

body#AfterSales #todo #cabecalho #menu ul.menuTopo li.item#posvendas {	
	text-decoration: none;
	background: url(img/menuActive.gif);
	
	}

body#produtos #todo #cabecalho #menu ul.menuTopo li.item#PRODUCTS{
	text-decoration: none;
	background: url(img/menuActive.gif);
}


body#servicos #todo #cabecalho #menu ul.menuTopo li.item#Service{
	text-decoration: none;
	background: url(img/menuActive.gif);
	
}

body#Downloads #todo #cabecalho #menu ul.menuTopo li.item#Downloads{
	text-decoration: none;
	background: url(img/menuActive.gif);
}
body#noticias #todo #cabecalho #menu ul.menuTopo li.item#News{
	text-decoration: none;
	background: url(img/menuActive.gif);
}
body#fale #todo #cabecalho #menu ul.menuTopo li.item#ContactUs{
	text-decoration: none;
	background: url(img/menuActive.gif)
	}
body#MetalfrioSolutions #todo #cabecalho #menu ul.menuTopo li.item#MetalfrioSolutions{
	text-decoration: none;
	background: url(img/menuActive.gif)
}

#imgAfterSales
{
    width: 160px;
    float: left;
    margin-left:54px;
}

.txtAfterSales
{
    float: left;
    width:628px;
    margin-left: 80px;
}

.txtAfterSales h2
{
    margin-top:0;
}

#vendas #divFormularioEmail #frmEnviarEmail p input, #vendas #divFormularioEmail #frmEnviarEmail p textarea,
{
    margin-bottom: 10px;
    width: 252px !important;
}

#Suppliers #divFormularioEmail #frmEnviarEmail p input, #Suppliers #divFormularioEmail #frmEnviarEmail p textarea
{
    width: 230px !important;
    margin-bottom:10px;
}

#vendas #divFormularioEmail #frmEnviarEmail p #cmdEnviar,
#Suppliers #divFormularioEmail #frmEnviarEmail p #cmdEnviar,
{
    width: 90px !important;
}

.thumbHist
{
    margin-top: 30px;
}

