/*///////////////////////////////////////////////////
 |													|
 |	Clarilub									    |
 |													|
 |	Desenvolvido por RGB Comunicação				|
 |	http://www.rgbcomunicacao.com.br				|
 |													|
 ///////////////////////////////////////////////////*/

* {
	margin: 0px;
	padding: 0px;
}

@font-face {
	font-family: 'UniversCondensed';
	src: url('../../fonts/univers_condensed-webfont.eot');
	src: url('../../fonts/univers_condensed-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/univers_condensed-webfont.woff') format('woff'), url('../../fonts/univers_condensed-webfont.ttf') format('truetype'), url('../../fonts/univers_condensed-webfont.svg#UniversCondensed') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #fafafa;
	color: #454545;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #454545;
	text-decoration: none;
}
a img {
	border: none;
}

p {
	line-height: 14px;
}

.clear {
	clear: both;
}

.titulo {
	background: url(../../imagens/bgTituloGrande.png) left bottom no-repeat;
	color: #05713c;
	font-family: 'UniversCondensed';
	font-weight: normal;
	font-size: 35px;
	height: 31px;
	margin-bottom: 15px;
	text-shadow: #777 1px 1px 1px;
}

.tituloMenor {
	background: url(../../imagens/bgTituloPequeno.png) left bottom no-repeat;
}

.boxPadrao {
	border: 3px solid #ffffff;
	-webkit-box-shadow: #bbb 0px 1px 1px;
	-moz-box-shadow: #bbb 0px 1px 1px;
	box-shadow: #bbb 0px 1px 1px;
	padding: 7px;
}

#header {
	height: 456px;
	background: url(../../imagens/img_fundo_topo.jpg) center top repeat-x;
}

#flash {
	margin: 0px auto;
	width: 990px;
}

.banner01 {
	background: url(../../imagens/base_banner01.png) center top no-repeat;
	height: 330px;
	margin-top: 15px;
}

.banner-topo {
	margin-left: 20px;
	margin-top: 6px;
	width: 949px;
}

.menu01 {
	background: url(../../imagens/img_menu01.png) center top no-repeat;
	height: 43px;
	margin-top: -7px;
}

.menu_ul {
	list-style-type: none;
	margin-left: 5px;
	line-height: 39px;
}

.itens_menu_li {
	display: inline;
	text-transform: uppercase;
	font-size: 16px;
	font-family: UniversCondensed;
	color: #FFF;
	cursor: pointer;
}

.itens_menu_li a {
	display: inline;
	text-transform: uppercase;
	font-size: 16px;
	font-family: UniversCondensed;
	color: #FFF;
	padding: 9px 24px 12px 22px;
	cursor: pointer;
	background: url(../../imagens/img-divisor.png) right no-repeat;
}

.itens_menu_li a:hover {
	opacity: 0.7;
}

.itens_menu_li #submenu .dropDown li:hover {
	background: #00e372;
	background-color: #000;
	overflow:hidden;
}

.menu_ul li > ul {
	visibility: hidden;
	position: absolute;
	padding: 6px 0px 10px 0px;
	background: #127e49;
	border: 2px solid;
	width: auto;
	list-style-type: none;
	height: 0px;
	cursor: pointer;
	-webkit-box-shadow: 0 6px 10px 0px #333333;
	-moz-box-shadow: 0 6px 10px 0px #333333;
	box-shadow: 0 6px 10px 0px #333333;
	margin-left: 618px;
	margin-top: -4px;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 100;
}
.menu_ul li ul > li {
	background: url(../../imagens/sepMenuCategorias.png) left bottom no-repeat;
	margin-bottom: 1px;
	white-space: nowrap;
	line-height: 25px;
	font-size: 14px;
	color: #231f20;
	width: 100%;
	height: 25px;
}

.menu_ul li ul li > a {
   font-size: 14px;
}

.menu_ul li:hover > ul {
	height: 200px;
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	visibility: visible;
}

.itens_menu_li #submenu .dropDown li a {
	font-size: 14px;
}

.logo-cliente {
	width: 250px;
	margin-top: 30px;
	margin-left: 20px;
}

.content {
	margin: 30px auto 0;
	width: 952px;
}

/** HOME **/
.scrollPane {
	overflow: hidden;
	margin-bottom: 30px;
}
.blocoProdutosHome {
	margin-bottom: 15px;
	width: 2375px;
	height: 310px;
}

.blocoProduto {
	border: 3px solid #ffffff;
	-webkit-box-shadow: #bbb 0px 1px 1px;
	-moz-box-shadow: #bbb 0px 1px 1px;
	box-shadow: #bbb 0px 1px 1px;
	float: left;
	height: 266px;
	margin-right: 35px;
	padding: 7px;
	width: 189px;
}
.blocoProduto img {
	margin-bottom: 12px;
}
.blocoProduto h2 {
	color: #05713c;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	height: 34px;
	margin-bottom: 10px;
	overflow: hidden;
}
.blocoProduto p {
	height: 72px;
	overflow: hidden;
}

.blocoPurificacaoHome {
	padding: 0px 0px 0px 7px !important;
	height: 199px;
}
.blocoPurificacaoHome img {
	float: left;
	margin-right: 15px;
	padding-top: 7px;
}
.blocoPurificacaoHome p {
	width: 465px;
	padding-top: 7px;
	height: 201px;
	float: left;
}
#purificacaoDetalhe p strong, .blocoPurificacaoHome p strong {
	color: #000;
}
.blocoPurificacaoHome .blocoMenuPurificacao {
	background: url(../../imagens/bgMenuPurificacao.png) left center no-repeat;
	float: right;
	width: 210px;
	height: 201px;
	padding-left: 20px;
}
.blocoMenuPurificacao2 {
	background: url(../../imagens/bgMenuPurificacao2.png) left center no-repeat;
	float: right;
	width: 210px;
	height: 239px;
	padding-left: 20px;
}
.blocoPurificacaoHome ul {
	list-style: none;
	padding-left: 14px;
	padding-top: 12px;
}
.blocoPurificacaoHome ul li {
	background: url(../../imagens/sepMenuCategorias.png) left bottom no-repeat;
	line-height: 21px;
	height: 23px;
	color: #ffffff;
}
.blocoPurificacaoHome ul a {
	color: #ffffff;
}

.blocoHome {
	float: left;
	margin-right: 25px;
	width: 300px;
}

.blocoHome img {
	margin-bottom: 10px;
}

.btMais {
	background: url(../../imagens/btMaisNoticias.png) left center no-repeat;
	display: block;
	height: 20px;
	width: 95px;
	float: right;
}

.data {
	color: #006a36;
}

.noticiasHome {
	border-bottom: 1px solid #dbe4e0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.blocoHome label {
	display: block;
	float: left;
	width: 60px;
}
.blocoHome input[type=text] {
	border: none;
	background: url(../../imagens/bgInputHome.jpg) left top no-repeat;
	height: 22px;
	line-height: 22px;
	padding-left: 3px;
	padding-right: 3px;
	width: 234px;
}
.btEnviarHome {
	background: url(../../imagens/btEnviarHome.png) left top no-repeat;
	border: none;
	height: 20px;
	width: 60px;
	float: right;
	cursor: pointer;
}

.blocoHome .espaco {
	height: 7px;
}

/**** FOOTER ***/
#footer {
	background: url(../../imagens/bgFooter.png) center no-repeat;
	height: 180px;
	margin-top: 60px;
}

#blocoFooter {
	width: 952px;
	margin: 0 auto;
	padding-top: 25px;
}

#blocoFooter .bloco {
	background: url(../../imagens/sepFooter.png) no-repeat right top;
	color: #ffffff;
	float: left;
	height: 100px;
	margin-right: 34px;
	padding-right: 34px;
	margin-top: 20px;
}
#blocoFooter .bloco ul {
	list-style: none;
}
#blocoFooter .bloco a {
	color: #ffffff;
}
#blocoFooter .bloco li {
	line-height: 14px;
	padding-bottom: 3px;
}
#blocoFooter .bloco .menuEdicoes li {
	padding-bottom: 7px;
}
#blocoFooter .bloco li a:hover {
	text-decoration: underline;
}
#blocoFooter .bloco strong {
	font-size: 13px;
}
#blocoFooter .bloco .menuSocial {
	margin-top: 10px;
}
#blocoFooter .bloco .menuSocial li {
	float: left;
	padding-right: 15px;
}
#footerBaixo {
	color: #ffffff;
	background: url(../../imagens/bgFooterBaixo.png) center top no-repeat;
	padding-top: 10px;
}

/** EMPRESA **/
#empresa h2 {
	margin-bottom: 40px;
}
#empresa .imgDestaque {
	float: right;
	margin: 0px 0px 20px 20px;
}
#empresa p {
	text-align: justify;
}

/** SERVICOS **/

#servicos .bloco {
	float: left;
	border: 3px solid #ffffff;
	-webkit-box-shadow: #bbb 0px 1px 1px;
	-moz-box-shadow: #bbb 0px 1px 1px;
	box-shadow: #bbb 0px 1px 1px;
	padding-left: 7px;
	padding-top: 7px;
	height: 290px;
	position: relative;
}
#servicos .bloco h2 {
	color: #ffffff;
	font-family: 'UniversCondensed';
	font-weight: normal;
	font-size: 24px;
	line-height: 39px;
	padding-left: 10px;
	position: absolute;
	top: -3px;
	left: -4px;
}
#servicos .grande {
	width: 360px;
	margin-right: 29px;
}
#servicos .medio {
	width: 245px;
	margin-right: 29px;
}
#servicos .pequeno {
	width: 205px;
	margin-right: 25px;
}
#servicos .detalhe {
	width: 931px;
	float: none;
	height: 100%;
	padding-right: 5px;
}

#servicos .grande h2 {
	background: url(../../imagens/bgServicosGrande.png) left top no-repeat;
	width: 377px;
	height: 52px;
}
#servicos .medio h2 {
	background: url(../../imagens/bgServicosMedio.png) left top no-repeat;
	width: 262px;
	height: 52px;
}
#servicos .pequeno h2 {
	background: url(../../imagens/bgServicosPequeno.png) left top no-repeat;
	width: 222px;
	height: 52px;
}
#servicos .detalhe h2 {
	background: url(../../imagens/bgServicosDetalheTitulo.png) left top no-repeat;
	width: 952px;
	height: 52px;
}

#servicos .bloco img {
	margin-bottom: 15px;
	margin-top: 43px;
}

.tituloServicosGrande {
	background: url(../../imagens/bgServicosGrande.png) left top no-repeat;
}

.detalhe {
	margin-bottom: 20px;
}
.detalhe p {
	text-align: justify;
}
.detalhe table {
	margin-left: 15px;
	width: 900px;
	border-collapse: collapse;
}
.detalhe table tr {
	height: 24px;
}
.detalhe table th {
	background-color: #008343;
	border: 1px solid #dedede;
	color: #ffffff;
}
.detalhe table td {
	border: 1px solid #dedede;
	text-align: center;
}

.blocoVideo {
	background-color: #c8c8c8;
	text-align: center;
}
#servicos .bloco .blocoVideo img {
	margin: 0px;
}

#servicos .blocoInternoServicos img {
	float: right;
	margin: 0 0 10px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dddddd;
}
.btServicos {
	border-bottom: 1px solid #dddddd;
	display: block;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.fechado {
	background: url(../../imagens/closed.jpg) right center no-repeat;
}
.aberto {
	background: url(../../imagens/open.jpg) right center no-repeat;
}

.blocoInternoServicos .conteudoInternoServicos {
	border-bottom: 1px solid #dddddd;
	padding: 15px 15px 10px;
	display: none;
}

/** PRODUTOS **/
#produtos .tituloMenor {
	background: url(../../imagens/bgTituloPequenoCategorias.png) left bottom no-repeat;
}
#produtos .tituloMedio {
	background: url(../../imagens/bgTituloGrandeProdutos.png) left bottom no-repeat;
}
#produtos #listagem {
	overflow: hidden;
}
#produtos #listagem .blocoProduto:nth-child(3n) {
	margin-right: 0px;
}
#produtos #listagem .blocoProduto:nth-child(3n+1) {
	clear: both;
}

.menuCategorias {
	position: relative;
	width: 236px;
	float: left;
	margin-right: 20px;
}
.setaMenu {
	background: url(../../imagens/bgMenuCategorias.jpg) left top no-repeat;
	width: 16px;
	height: 30px;
	position: absolute;
	right: -1px;
	top: 65px;
}
.menuCategorias .menu {
	background-color: #008343;
	border: 2px solid #bfe0d0;
	width: 220px;
	padding: 6px 0px 6px 0px;
	list-style: none;
}
.menuCategorias ul a, .menuCategorias ul h3 {
	font-size: 12px;
	color: #ffffff;
	display: block;
	background: url(../../imagens/sepMenuCategorias.png) left bottom no-repeat;
	font-weight: normal;
	cursor: pointer;
}
.menuCategorias ul li {
	line-height: 24px;
	padding-left: 20px;
	position: relative;
}
.menuCategorias ul li:last-child a, .menuCategorias ul li:last-child h3 {
	background: none !important;
}
.menuCategorias ul li:hover, .menuCategorias ul li.ativo {
	background: url(../../imagens/bgCategoriaAtiva.png) left 2px no-repeat;
}
.menuCategorias ul li.ativo:after {
	content: url(../../imagens/bgMenuCategorias.jpg);
	width: 16px;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -3px;
}
.menuCategorias ul .drop {
	color: #fff;
	padding: 4px 10px 12px 0;
	display: none;
}
.menuCategorias ul .drop li {
	margin: 0;
	padding: 3px 0 3px 8px;
	list-style: disc inside !important;
	line-height: 14px;
	font-size: 11px;
}
.menuCategorias ul .drop li:hover {
	background: none;
}
.menuCategorias ul .drop li a {
	background: none;
	width: auto;
	display: inline;
}
.menuCategorias ul .drop li a:hover {
	color: #a6e7ab;
}

.listaProdutos {
	float: left;
	width: 688px;
}

#produtos .blocoProduto {
	height: auto;
	margin-right: 28px;
	margin-bottom: 30px;
}
#produtos .titulo {
	margin-bottom: 30px;
}

.btOrcamento, .btDetalhes {
	background-color: #008343;
	color: #ffffff;
	padding: 2px 3px;
	font-size: 11px;
}

#paginacao {
	text-align: center;
	margin-top: 20px;
}

/**DETALHES **/
/******
 DETALHES
 */
.Modulo_meio {
	width: 930px;
	float: left;
}
.Modulo_meio img {
	border: 3px solid #ffffff;
	-webkit-box-shadow: #bbb 0px 1px 1px;
	-moz-box-shadow: #bbb 0px 1px 1px;
	box-shadow: #bbb 0px 1px 1px;
}
.Modulo_bgcolor {
	background-color: #f8f8f8;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 3px solid #ffffff;
	-webkit-box-shadow: #bbb 0px 1px 1px;
	-moz-box-shadow: #bbb 0px 1px 1px;
	box-shadow: #bbb 0px 1px 1px;
}

.Modulo_bgcolor2 {
	background-color: #f8f8f8;
	padding: 5px 0 5px 5px;
	margin: 0 0 10px 0;
	border: 3px solid #ffffff;
	-webkit-box-shadow: #bbb 0px 1px 1px;
	-moz-box-shadow: #bbb 0px 1px 1px;
	box-shadow: #bbb 0px 1px 1px;
}

#Modulo h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	font-size: 24px;
	margin: 0 5px 0 0;
}

#Modulo h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 0 5px;
	padding: 0;
	height: 24px;
	margin: 10px 0 0 0;
}

.Borda_separadora {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #018343;
	height: 3px;
}

.preco {
	font-size: 18px;
	color: #595959;
}

/* Noticias */
.blocoNoticias {
	border: 3px solid #ffffff;
	box-shadow: #bbb 0px 1px 1px;
	padding: 7px 0px 7px 7px;
}
.blocoNoticias img {
	float: left;
	margin-right: 25px;
}
.blocoNoticias h2 {
	color: #05713c;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 4px;
}
.blocoNoticias span.data, .blocoNoticia span.data {
	color: #000000;
	font-size: 12px;
	display: block;
	padding-bottom: 4px;
}
.blocoNoticias p {
	float: left;
	height: 55px;
	width: 777px;
}
.blocoNoticias p a {
	display: block;
	height: 45px;
	overflow: hidden;
}
.blocoNoticias {
	margin-bottom: 30px;
}

.blocoNoticia .chamada h1 {
	color: #05713c;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 4px;
	float: left;
	height: 22px;
	line-height: 22px;
}
.imgDestaque {
	background-color: #c7c7c7;
	float: right;
	margin: 0px 0px 30px 20px;
}
.imgDestaque img {
	border: 1px solid #c7c7c7;
}
.imgDestaque .legenda {
	display: block;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	height: 20px;
	overflow: hidden;
	padding: 5px 0;
}
.blocoNoticia p {
	text-align: justify;
}

/** ORCAMENTO ***/
#orcamento h1 {
	margin-bottom: 35px;
}

#orcamento label {
	display: block;
	margin-bottom: 2px;
}

#orcamento form {
	width: 347px;
}

#orcamento .bloco {
	background: url("../../imagens/bgOrcamento.jpg") no-repeat scroll right bottom transparent;
	float: right;
	height: 497px;
	padding: 15px 0 0 25px;
	width: 662px;
}

.orcamentoContato {
	color: #ffffff;
	background: url(../../imagens/bgOrcamentoDados.png) left top no-repeat;
	width: 214px;
	padding: 15px 10px 0px 15px;
	height: 221px;
	float: left;
}

#orcamento #file_original {
	cursor: pointer;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	position: absolute;
	width: 313px;
	z-index: 10;
}

#orcamento input[type=text], #orcamento select, #orcamento textarea {
	border: 1px solid #d2d2d2;
	background: url(../../imagens/bgInput.jpg) repeat-x left top #ffffff;
	height: 22px;
	width: 100%;
	margin-bottom: 3px;
}

#orcamento #file_falso {
	background: url("../../imagens/inputFileFake.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 24px;
	margin: 0;
	padding-left: 5px;
	width: 348px;
	z-index: 2;
}
#orcamento textarea {
	height: 105px;
}

/*** CONTATO ***/

#contato .bloco {
	height: 357px;
	position: relative;
	padding: 15px 0px 0px 15px;
}

.form {
	float: left;
	width: 375px;
}
.form .label {
	width: 70px;
	float: left;
	line-height: 22px;
}
.form .input {
	float: left;
	width: 305px;
}
.form .input input, .form .input textarea, .form .input select {
	background: url(../../imagens/bgInput.jpg) repeat-x left top #ffffff;
	border: 1px solid #d9d9d9;
	height: 22px;
	line-height: 22px;
	color: #585858;
	font-size: 12px;
	width: 100%;
	font-family: 'trebuchet ms';
}
.form .input input[type=radio] {
	background: none;
	border: none;
	float: left;
	margin-right: 5px;
	width: 15px;
}
.form .input select {
	height: 22px;
	line-height: 22px;
}
.form .input textarea {
	height: 100px;
}
.form .div {
	clear: both;
	height: 6px;
}

.form .dadosContato {
	background: url(../../imagens/bgContato.png) left top no-repeat;
	position: absolute;
	right: -3px;
	top: -3px;
	width: 498px;
	height: 379px;
	font-family: 'UniversCondensed';
	font-weight: normal;
	font-size: 18px;
}

#mapa iframe {
	border: 3px solid #ffffff;
	box-shadow: #bbb 0px 1px 1px;
}

.pgEmpresa p {
	margin-bottom: 15px;
}

.listaDownloads {
	list-style: inside disc;
	padding: 20px 0 20px 30px;
	overflow: hidden;
}

.img-galeria {
	margin: 10px 0 0 0 !important;
	border-radius: 3px;
	margin-right: 10px;
	border-radius: 3px;
}

#descricao-geral {
	margin-top: 10px;
	padding: 15px 0 0 0;
}

#descricao-produto {
	margin: 10px 0 0 0;
	font-size: 13px;
	color: ##05713c;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#text-final {
	padding: 10px 0 0 0;
}

#obs {
	color: #F00 !important;
	font-weight: bold;
}

#modulo-produto {
	float: left;
	padding: 0 5px 0 0;
}

.lubrificante01 strong {
	color: #13BB42
}
.pgEmpresa strong {
	color: #13BB42
}
.lubrificante02 {
	margin-left: 15px
}
.lubrificante02 li {
	margin-bottom: 5px;
	list-style: disc !important
}
.lubrificante02 li strong {
	color: #13BB42
}
.scrollPane {
	display: none
}

.filtro-content > img {
	width: 300px;
	margin-bottom: 20px;
}

.filtro-content > h2 {
	margin-bottom: 13px !important	
}

.filtro-content > table{
	background-color: #fff;
}

.filtro-content table tr > th, .filtro-content table tr > td {
	padding:2px 20px;
	border: 1px solid #616161;
}

.filtro-content table tr > td {
	text-align: center;
}

.table-title {
	font-size: 14px;
	margin-bottom: 8px;
}

.filtro-content table tr > th:first-child{
	border-right: none;
}

.filtro-content table tr > th:last-child{
	border-left: none;
}

.cell-title{
	background-color: rgba(0,0,0,.060);
}

.c-nb{
		border-top: none !important;
}

.act{
	border: 1px solid #616161;
}



