/*
	Autor: Elementi Design
	Empresa: Elementi Design
	Data de Início: 10/03/2012
	Última Modificação: 02/04/2012
*/

/*----------------------------------------
	- Partes Comuns a todas páginas
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	outline: none;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #15347b;
	text-align: justify;
}
html{
	background: #fff;
}
li{
	list-style-type: none;
}
#global{
	width: 1024px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	top: -10px;
}
.banner_topo{
	width: 100%;
	height: 383px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.banner_topo img{
	position: absolute;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 383px;
}
.banner_topo img.topo_1{
	top: 0;
}
.banner_topo img.topo_2, .banner_topo img.topo_3{
	top: 383px;
}
.banner_topo .mask{
	width: 100%;
	height: 383px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../imagens/body.png) center top no-repeat;
}

/*----------------------------------------
	- Topo
---------------------------------------*/
#topo{
	height: 360px;
	position: relative;
}
#topo h1{
	display: block;
	width: 244px;
	height: 226px;
	position: absolute;
	left: 21px;
	top: 28px;
}
#topo h1 a{
	display: block;
	width: 244px;
	height: 226px;
	background: url(../imagens/topo_h1.png) left top no-repeat;
	text-indent: -20000px;
}
#topo ul.menu{
	display: block;
	width: 660px;
	height: 98px;
	position: absolute;
	right: 90px;
}
#topo ul.menu li{
	display: block;
	width: 110px;
	height: 98px;
	float: left;
	clear: none;
}
#topo ul.menu li a{
	display: block;
	width: 110px;
	height: 98px;
	text-indent: -20000px;
}
#topo ul.menu li.bt_empresa a{
	background: url(../imagens/bt_empresa.png) left top no-repeat;
}
#topo ul.menu li.bt_produtos a{
	background: url(../imagens/bt_produtos.png) left top no-repeat;
}
#topo ul.menu li.bt_servicos a{
	background: url(../imagens/bt_servicos.png) left top no-repeat;
}
#topo ul.menu li.bt_garantia a{
	background: url(../imagens/bt_garantia.png) left top no-repeat;
}
#topo ul.menu li.bt_noticias a{
	background: url(../imagens/bt_noticias.png) left top no-repeat;
}
#topo ul.menu li.bt_contato a{
	background: url(../imagens/bt_contato.png) left top no-repeat;
}

#topo ul.menu li.bt_empresa1 a{
	background: url(../imagens/bt_empresa.png) left bottom no-repeat;
}
#topo ul.menu li.bt_produtos1 a{
	background: url(../imagens/bt_produtos.png) left bottom no-repeat;
}
#topo ul.menu li.bt_servicos1 a{
	background: url(../imagens/bt_servicos.png) left bottom no-repeat;
}
#topo ul.menu li.bt_garantia1 a{
	background: url(../imagens/bt_garantia.png) left bottom no-repeat;
}
#topo ul.menu li.bt_noticias1 a{
	background: url(../imagens/bt_noticias.png) left bottom no-repeat;
}
#topo ul.menu li.bt_contato1 a{
	background: url(../imagens/bt_contato.png) left bottom no-repeat;
}

#topo ul.menu li a:hover, #topo ul.menu li.selected a{
	background-position: left bottom;
}

#topo ul.menu li.topo a:hover {
	background-position: left top;
}
#topo a.bt_twitter{
	display: block;
	width: 43px;
	height: 49px;
	text-indent: -20000px;
	position: absolute;
	right: 0;
	top: 10px;
	background: url(../imagens/bt_twitter.png) left top no-repeat;
}
#topo a.bt_facebook{
	display: block;
	width: 43px;
	height: 49px;
	text-indent: -20000px;
	position: absolute;
	right: 45px;
	top: 10px;
	background: url(../imagens/bt_facebook.png) left top no-repeat;
}
#topo .navigation{
	width: 155px;
	height: 33px;
	position: absolute;
	bottom: 19px;
	left: 50%;
	margin-left: -80px;
	z-index: 20000;
}
#topo .navigation ul{
	display: block;
	width: 70px;
	padding-left: 39px;
}
#topo .navigation li{
	display: block;
	width: 22px;
	height: 22px;
	background: url(../imagens/item_navegacao.png) left top no-repeat;
	text-indent: -20000px;
	float: left;
	clear: none;
	margin-right: 2px;
	cursor: pointer;
	position: relative;
	top: 7px;
	z-index: 20000;
}
#topo .navigation li:hover, #topo .navigation li.selected{
	background-position: left bottom;
}
#topo .navigation li:last-child{
	margin-right: 0;
}
#topo .navigation a.seta_left{
	display: block;
	width: 29px;
	height: 33px;
	background: url(../imagens/seta_left.png) left top no-repeat;
	text-indent: -20000px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20000;
}
#topo .navigation a.seta_right{
	display: block;
	width: 29px;
	height: 33px;
	background: url(../imagens/seta_right.png) left top no-repeat;
	text-indent: -20000px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20000;
}

/*----------------------------------------
	- Rodapé
---------------------------------------*/
#rodape{
	height: 337px;
	background: url(../imagens/rodape.png) left top repeat-x;
}
#rodape.noticias{
	height: 116px;
	background: url(../imagens/rodape.png) left bottom repeat-x;
}
.rodape_noticias{
	width: 1024px;
	height: 199px;
	padding-top: 22px;
	margin: 0 auto;
	position: relative;
}
.rodape_noticias .noticia{
	width: 320px;
	height: 199px;
	position: relative;
	float: left;
	clear: none;
	margin-right: 35px;
}
.rodape_noticias .noticia h2{
	display: block;
	width: 320px;
	height: 29px;
	text-indent: -20000px;
}
.rodape_noticias .noticia h2.noticia_01{
	background: url(../imagens/noticia_01.png) right top no-repeat;
}
.rodape_noticias .noticia h2.noticia_02{
	background: url(../imagens/noticia_02.png) right top no-repeat;
}
.rodape_noticias .noticia h3{
	color: #fff;
	padding-top: 18px;
}
.rodape_noticias .noticia p{
	color: #fff;
	padding-top: 9px;
	line-height: 18px;
}
.rodape_noticias .noticia a{
	display: block;
	width: 61px;
	height: 18px;
	background: url(../imagens/bt_veja_mais.png) left top no-repeat;
	text-indent: -20000px;
	position: absolute;
	right: 0;
	bottom: 33px;
}
.rodape_noticias .div_servicos{
	display: block;
	width: 318px;
	height: 207px;
	position: absolute;
	right: 0;
	top: 14px;
}
.rodape_noticias .div_servicos h2{
	display: none;
}
.rodape_noticias .div_servicos a{
	display: block;
	width: 318px;
	height: 207px;
	text-indent: -20000px;
	background: url(../imagens/div_servicos.png) left top no-repeat;
}
.subrodape{
	width: 1024px;
	height: 116px;
	margin: 0 auto;
	position: relative;
}
.subrodape .menu{
	width: 352px;
	padding-top: 15px;
	float: left;
}
.subrodape .menu ul li{
	display: inline;
	padding-left: 12px;
}
.subrodape .menu ul li a{
	text-decoration: none;
	color: #efefef;
}
.subrodape .menu a.bt_acessorios, .subrodape .menu a.bt_implementos, .subrodape .menu a.bt_maquinas, .subrodape .menu a.bt_pecas{
	display: block;
	text-decoration: none;
	color: #efefef;
	position: relative;
	left: 54px;
	top: 5px;
}
.subrodape .menu a:hover{
	color: #4287BF;
}
.subrodape .endereco{
	width: 317px;
	float: left;
	clear: none;
	padding-top: 15px;
}
.subrodape .endereco p{
	display: block;
	width: 317px;
	text-align: center;
	color: #efefef;
	line-height: 18px;
}
.subrodape .endereco p a{
	color: #efefef;
}
.subrodape .newsletter{
	width: 353px;
	height: 116px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../imagens/newsletter.png) right top no-repeat;
}
.subrodape .newsletter form{
	display: block;
	width: 192px;
	height: 17px;
	position: absolute;
	right: 17px;
	top: 47px;
}
.subrodape .newsletter form input.input_email{
	display: block;
	width: 168px;
	height: 17px;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
.subrodape .newsletter form input.bt_enviar{
	display: block;
	width: 24px;
	height: 17px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: none;
}

/*----------------------------------------
	- Página Inicial
---------------------------------------*/
#content_top.index{
	padding-top: 60px;
}
#content_top:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
#content_top.index a{
	display: block;
	text-indent: -20000px;
	float: left;
	clear: none;
}
#content_top.index a.bt_acessorios{
	width: 240px;
	height: 182px;
	background: url(../imagens/bt_acessorios.jpg) left top no-repeat;
}
#content_top.index a.bt_implementos{
	width: 233px;
	height: 165px;
	background: url(../imagens/bt_implementos.jpg) left top no-repeat;
	margin-top: 16px;
	margin-left: 27px;
}
#content_top.index a.bt_maquinas{
	width: 234px;
	height: 169px;
	background: url(../imagens/bt_maquinas.jpg) left top no-repeat;
	margin-top: 11px;
	margin-left: 27px;
}
#content_top.index a.bt_pecas{
	width: 234px;
	height: 163px;
	background: url(../imagens/bt_pecas.jpg) left top no-repeat;
	margin-top: 32px;
	margin-left: 27px;
}

/*----------------------------------------
	- Empresa
---------------------------------------*/
#content_top.empresa{
	padding-top: 36px;
	padding-bottom: 10px;
}
#content_top.empresa div.coluna_1, #content_top.empresa div.coluna_2{
	width: 315px;
	float: left;
	clear: none;
	margin-right: 35px;
}
#content_top.empresa div.coluna_1 p, #content_top.empresa div.coluna_2 p, #content_top.empresa div.coluna_3 p{
	padding-bottom: 15px;
	line-height: 20px;
}
#content_top.empresa div.coluna_3{
	width: 316px;
	height: 186px;
	float: left;
	clear: none;
	background: url(../imagens/anima_empresa.png) left top no-repeat;
	position: relative;
}
#content_top.empresa div.coluna_3 img{
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	display: none;
}
#content_top.empresa div.coluna_3 img.selected{
	display: block;
}
#content_top.empresa div.coluna_3 .paginacao a{
	display: block;
	width: 9px;
	height: 9px;
	text-indent: -20000px;
	background: url(../imagens/paginate.png) left bottom no-repeat;
	float: right;
	clear: none;
	margin-left: 1px;
}
#content_top.empresa div.coluna_3 .paginacao a:hover, #content_top.empresa div.coluna_3 .paginacao a.selected{
	background-position: left top;
}
#content_top.empresa div.coluna_3 .paginacao{
	width: 100px;
	height: 9px;
	position: absolute;
	bottom: 3px;
	right: 6px;
}

/*----------------------------------------
	- Serviços
---------------------------------------*/
#content_top.servicos{
	padding-top: 36px;
	padding-bottom: 10px;
}
#content_top.servicos div.coluna_1, #content_top.servicos div.coluna_2{
	width: 315px;
	float: left;
	clear: none;
	margin-right: 35px;
}
#content_top.servicos div.coluna_1 p, #content_top.servicos div.coluna_2 p, #content_top.servicos div.coluna_3 p{
	padding-bottom: 15px;
	line-height: 20px;
}
#content_top.servicos div.coluna_3{
	width: 316px;
	height: 186px;
	float: left;
	clear: none;
}

/*----------------------------------------
	- Garantia
---------------------------------------*/
#content_top.garantia{
	padding-top: 36px;
	padding-bottom: 10px;
}
#content_top.garantia div.coluna_1, #content_top.garantia div.coluna_2{
	width: 315px;
	float: left;
	clear: none;
	margin-right: 35px;
}
#content_top.garantia div.coluna_1 p, #content_top.garantia div.coluna_2 p, #content_top.garantia div.coluna_3 p{
	padding-bottom: 15px;
	line-height: 20px;
}
#content_top.garantia div.coluna_3{
	width: 316px;
	height: 186px;
	float: left;
	clear: none;
}

/*----------------------------------------
	- Notícias
---------------------------------------*/
#content_top.noticias{
	padding-top: 40px;
	padding-bottom: 10px;
}
#content_top.noticias:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
#content_top.noticias ul li{
	display: block;
	height: 70px;
}
#content_top.noticias ul li a{
	text-decoration: none;
}
#content_top.noticias ul li a h2{
	display: inline;
	background: #629bca;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding-right: 30px;
	padding-top: 12px;
	padding-left: 5px;
	padding-bottom: 3px;
}
#content_top.noticias ul li a p{
	color: #000;
	font-size: 13px;
	padding-left: 90px;
	padding-top: 10px;
}
#content_top.noticias ul li a:hover h2{
	background: #da241a;
}
#content_top.noticias ul li a:hover p{
	color: #da241a;
}

/*----------------------------------------
	- Notícia
---------------------------------------*/
#content_top.noticia{
	padding-top: 35px;
	padding-bottom: 10px;
}
#content_top.noticia .noticia_esq{
	width: 668px;
	position: relative;
}
#content_top.noticia .noticia_esq h2{
	background: #629bca;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding-right: 30px;
	padding-top: 12px;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content_top.noticia .noticia_esq img{
	margin-bottom: 20px;
	border: 6px solid #5996c7;
}
#content_top.noticia .noticia_esq p{
	padding-bottom: 20px;
	font-size: 12px;
}
#content_top.noticia .noticia_esq a.bt_voltar{
	position: absolute;
	bottom: 0;
	right: -354px;
	display: block;
	width: 42px;
	height: 12px;
	text-indent: -20000px;
	background: url(../imagens/bt_voltar.png) left top no-repeat;
}

/*----------------------------------------
	- Contato
---------------------------------------*/
#content_top.contato{
	padding-top: 45px;
	padding-bottom: 28px;
}
#content_top.contato div.coluna_1{
	width: 354px;
	height: 266px;
	background: url(../imagens/contato_coluna_1.jpg) left top no-repeat;
	float: left;
	margin-top: 2px;
}
#content_top.contato div.coluna_1 h2{
	display: none;
}
#content_top.contato div.coluna_1 p{
	display: none;
}
#content_top.contato div.coluna_2{
	width: 318px;
	float: left;
	clear: none;
}
#content_top.contato div.coluna_3{
	width: 316px;
	height: 283px;
	background: url(../imagens/formulario.png) left top no-repeat;
	float: left;
	clear: none;
	margin-top: -1px;
	margin-left: 35px;
	position: relative;
}
#content_top.contato div.coluna_3 form{
	padding-top: 23px;
}
#content_top.contato div.coluna_3 input.input_nome, #content_top.contato div.coluna_3 input.input_email, #content_top.contato div.coluna_3 input.input_telefone{
	display: block;
	margin-left: 90px;
	width: 220px;
	height: 34px;
	border: none;
	background: none;
	margin-bottom: 10px;
	color: #fff;
} 
#content_top.contato div.coluna_3 textarea{
	display: block;
	margin-left: 10px;
	width: 300px;
	margin-top: 48px;
	height: 72px;
	border: none;
	background: none;
	margin-bottom: 10px;
	color: #fff;
} 
#content_top.contato div.coluna_3 input.bt_enviar{
	display: block;
	width: 37px;
	height: 10px;
	background: none;
	border: none;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

/*----------------------------------------
	- Produtos
---------------------------------------*/
#content_top.produtos #navegacao_produtos_top{
	padding-top: 37px;
	height: 37px;
	padding-bottom: 20px;
}
#content_top.produtos #navegacao_produtos_top a{
	display: block;
	width: 254px;
	height: 37px;
	text-indent: -20000px;
	float: left;
	clear: none;
	margin-right: 2px;
}
#content_top.produtos #navegacao_produtos_top a.bt_acessorios{
	background: url(../imagens/bt_acessorios.png) left top no-repeat;
}
#content_top.produtos #navegacao_produtos_top a.bt_implementos{
	background: url(../imagens/bt_implementos.png) left top no-repeat;
}
#content_top.produtos #navegacao_produtos_top a.bt_maquinas{
	background: url(../imagens/bt_maquinas.png) left top no-repeat;
}
#content_top.produtos #navegacao_produtos_top a.bt_pecas{
	background: url(../imagens/bt_pecas.png) left top no-repeat;
}
#content_top.produtos #navegacao_produtos_left{
	width: 270px;
	padding-left: 10px;
	padding-bottom: 20px;
	float: left;
}
#content_top.produtos #navegacao_produtos_left ul li{
	display: inline;
	padding-top: 4px;
	line-height: 10px;
}
#content_top.produtos #navegacao_produtos_left ul li a{
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 1px dotted #000;
	padding-bottom: 2px;
}
#content_top.produtos #navegacao_produtos_left .produtos_sanfona span{
	font-size: 13px;
	line-height: 15px;
}
#content_top.produtos #navegacao_produtos_left .produtos_sanfona span:hover, #content_top.produtos #navegacao_produtos_left .produtos_sanfona span.selected{
	cursor: pointer;
	text-decoration: underline;
}
#content_top.produtos #navegacao_produtos_left ul li.ultimo a{
	border: none;
}
#content_top.produtos #navegacao_produtos_left ul li a:hover, #content_top.produtos #navegacao_produtos_left ul li a.selected{
	color: #7f7f7f;
}
#content_top.produtos #navegacao_produtos_right{
	width: 612px;
	float: left;
	clear: none;
}
#content_top.produtos #navegacao_produtos_right h2{
	display: block;
	width: 612px;
	text-align: center;
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.05em;
}
#content_top.produtos #navegacao_produtos_right img{
	border: 3px solid #096c09;
	width: 300px;
	margin-left: 153px;
	margin-top: 20px;
}
#content_top.produtos #navegacao_produtos_right p{
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding-top: 22px;
	padding-bottom: 30px;
	display: block;
	width: 612px;
	text-align: center;
}
#content_top.produtos #navegacao_produtos_right a.bt_orcar{
	display: block;
	width: 159px;
	height: 37px;
	text-indent: -20000px;
	background: url(../imagens/bt_orcar.png) left top no-repeat;
	margin: 0 auto 80px auto;
}
.overlay{
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	opacity: 0.5;
	display: none;
}
.janela{
	width: 525px;
	height: 276px;
	background: #fff;
	z-index: 10001;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -138px;
	margin-left: -262px;
	display: none;
}
.janela p{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.05em;
	padding-top: 50px;
	padding-bottom: 21px;
}
.janela input.input_nome{
	display: block;
	width: 438px;
	height: 40px;
	background: #5996c7;
	border: none;
	margin: 0 auto 9px auto;
	text-align: center;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.05em;
}
.janela input.input_telefone{
	display: block;
	width: 438px;
	height: 40px;
	background: #5996c7;
	border: none;
	margin: 0 auto 9px auto;
	text-align: center;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.05em;
}
.janela input.input_email{
	display: block;
	width: 438px;
	height: 40px;
	background: #5996c7;
	border: none;
	margin: 0 auto 9px auto;
	text-align: center;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.05em;
}
.janela input.input_enviar{
	background: none;
	border: none;
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.05em;
	position: absolute;
	right: 42px;
	bottom: 13px;
	cursor: pointer;
}
.janela a.bt_fechar{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -20000px;
	background: url(../imagens/bt_fechar.png) left top no-repeat;
	position: absolute;
	top: -9px;
	right: -9px;
}

/*Menu Color Classes*/  

ul{  
    margin:0;  
    padding:0; 
}  
  
li{
    overflow:hidden; 
}  
  
a{  
    color:#FFF;  
    text-decoration:none;  
}  
  
p{   
}  
  
.subtext{  
    margin-top: -6px;
} 








