/* CSS Document */

/* FONT KIT START */
@font-face {
    font-family: 'KlillRegular';
    src: url('../fonts/klill-light-webfont.eot');
    src: url('../fonts/klill-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klill-light-webfont.woff') format('woff'),
         url('../fonts/klill-light-webfont.ttf') format('truetype'),
         url('../fonts/klill-light-webfont.svg#KlillRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* FONT KIT END */

/* RESET START */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'KlillRegular';
	padding-bottom: 50px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
br.clear {
	clear: both;
}
/* RESET END */

/* HEADER START */

h1 {
	width: 162px;
	height: 65px;
	text-indent: -10000em;
	background: url(../images/logo_excellence.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -81px;
	top: 62px;
}

#searchBox {
	background: #8e5a35;
	height: 17px;
	line-height: 7px;
	color: #fff;
	text-align: right;
	padding: 5px 0;
	width: 56%;
	float: left;
	margin-bottom: 123px;
}

#searchBox label {
	text-transform: uppercase;	
	font-size: 13px;
}

#searchBox input {
	background: url(../images/head_input_text.png) no-repeat;
	width: 156px;
	height: 10px;
	border: 0;
	margin-bottom: -3px;
	padding: 2px 4px;
	font-size: 9px;
	color: #fff;
}

#logArea {
	width: 44%;
	background: #caba9d url(../images/head_separator.png) no-repeat left;
	float: right;
	height: 9px;
	line-height: 7px;
	color: #fff;
	padding: 9px 0;
	text-transform: uppercase;	
	font-size: 13px;
}

#logArea li {
	display: inline;
	margin-left: 35px;
	display: none; /*esconde area restrita */
}

#logArea li a {
	color: #fff;
	margin-left: 194px;
}


/* APAGAR QUANTO TIVER AREA DE CLIENTE 
#logArea li,
#logArea li a {
	color: transparent;
}
/* APAGAR QUANTO TIVER AREA DE CLIENTE */


/* HEADER END */

/* MENU START */

#menuPrincipal {
	width: 867px;
	height: 26px;
	margin: 100px auto 1px;
	background: #8e5a35;
	clear: both;
}

#menuPrincipal li ul {
	position: absolute;
}

#menuPrincipal > li {
	display: inline-block;
}

#menuPrincipal > li > a {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	text-align: center;
	padding: 0 7px;
	font-size: 13px;
}

#menuPrincipal > li > a.selected,
#menuPrincipal > li:hover > a {
	background: #7a6338;
}

#menuPrincipal > li > ul,
#menuPrincipal > li > ul > li > ul {
	display: none;
	margin-left: 2px;
	width: 200px;
	background: url(../images/bg_submenu.png);
	padding-bottom: 7px;
	z-index: 100;
}
#menuPrincipal > li > ul > li > ul {
	margin-left: 185px;
	margin-top: -25px;
}
#menuPrincipal > li:hover > ul,
#menuPrincipal > li:hover > ul li:hover > ul {
	display: block;
}

#menuPrincipal > li > ul > li,
#menuPrincipal > li > ul > li > ul > li {
	border-bottom: 1px solid #c6c7c9;
	margin: 0 7px;
}

#menuPrincipal > li > ul > li > a,
#menuPrincipal > li > ul > li > ul> li > a {
	display: block;
	text-transform: uppercase;
	color: #4f4e4b;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	text-align: left;
	padding: 0 10px;
	font-size: 15px;
	background: url(../images/list_submenu.png) no-repeat 0px 11px;
}

#menuPrincipal > li > ul > li > a:hover,
#menuPrincipal > li > ul > li > ul> li > a:hover {
	text-decoration: underline;
}

/* MENU END */

/* DESTAQUE START */

#destaques {
	width: 867px;
	margin: 0 auto;
	padding-bottom: 1px;
	border-bottom: 1px solid #ae6f07;
	text-align: right;
}

#destaques img {
	width: 867px;
	height: 294px;
	background: url(../images/load_destaque.gif) no-repeat center center;
}

#destaques ul {
	display: block;
	margin: -28px 7px 7px 0;
}

#destaques ul li {
	display: inline;
}

#destaques ul li a {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: #474b59;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}

#destaques ul li a.selected {
	background: #473c2f;
}
/*
#destaques ul li a.selected,
#destaques ul li a:hover {
	background: #473c2f;
}
*/
/* DESTAQUE END */

/* MARCAS START */

#marcas-holder {
	width: 867px;
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #ae6f07;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#marcas {
	display: block;
	position: relative;
	width: 867px;
	margin: 0 auto;
	text-align: left;
}

#marcas li {
	position: relative;
	display: block;
	float: left;
	height: 70px;
}

#marcas li, #marcas li a , #marcas li a img {
	margin: 0;
	padding: 0;
}

#marcas li {padding:9px;}

#marcas li a {
	color: #CCC;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}

/* MARCAS END */

/* LINK ROLL START */

#linkRoll {
	width: 867px;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px solid #ae6f07;
	text-align: right;
	position: relative;
}

#linkRoll #blogs {
	float: left;
	height: 20px;
	background: url(../images/ico_sprites.png) no-repeat;
	padding-left: 25px;
}

#linkRoll #blogs li {
	display: inline;
}

#linkRoll #blogs li a {
	background: url(../images/btn_blog.png) no-repeat;
	display: inline-block;
	width: 156px;
	height: 21px;
	line-height: 21px;
	color: #525252;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	margin-top: -2px;
}

.socialMedia {
	margin-bottom: 10px;
}

.socialMedia,
#linkRoll #socialMedia {
	display: inline-block;
	margin-right: 5px;
	height: 20px;
}
#linkRoll #socialMedia {
	visibility: hidden;
}

.socialMedia li,
#linkRoll #socialMedia li {
	display: inline-block;
	height: 20px;
}

.socialMedia li a,
#linkRoll #socialMedia li a {
	display: block;
	background: url(../images/ico_sprites.png) no-repeat;
	width: 20px;
	height: 20px;
	color: transparent;
}

.socialMedia li a.fb,
#linkRoll #socialMedia li a.fb {
	background-position: 0 -20px;
}

.socialMedia li a.tw,
#linkRoll #socialMedia li a.tw {
	background-position: 0 -40px;
}

.socialMedia li a.ok,
#linkRoll #socialMedia li a.ok {
	background-position: 0 -60px;
}

.socialMedia li a.yt,
#linkRoll #socialMedia li a.ok {
	background-position: 0 -80px;
}

.socialMedia li a.email {
	background: url(../images/ico_email.png) no-repeat;
	width: 31px;
}

#linkRoll #fbBox {
	position: relative;
	width: 90px;
	float: right;
	overflow: hidden;
/*	width: 867px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	top: -72px;
	z-index: -1;
*/}

/* LINK ROLL END */

/* ARTICLES START */

h2 {
	width: 827px;
	margin: 0 auto;
	background: #f6f3ee;
	height: 58px;
	line-height: 58px;
	text-transform: uppercase;
	color: #949390;
	padding: 0 20px;
	font-size: 26px;
	background-repeat: no-repeat;
	background-position: center right;
}

#article {
	width: 867px;
	margin: 0 auto;
	padding-bottom: 50px;
	border-bottom: 1px solid #ae6f07;
}

#article h3 {
	width: 443px;
	color: #8e5a35;
	font-size: 22px;
	text-transform: uppercase;
	margin-left: 70px;
	margin-top: 40px;
}

#article p {
	margin-top: 25px;
	width: 443px;
	margin-left: 70px;
	font-size: 15px;
}

#article .more {
	border-top: 1px solid #ae6f07;
	margin-top: 30px;
}

/* ARTICLES END */

/* PRODUTOS E MARCAS START */

#detalheMarca,
#detalheProduto {
	width: 867px;
	margin: 20px auto 1px;
	position: relative;
	border-bottom: 1px solid #ae6f07;
	padding-bottom: 20px;
}

#detalheMarca img,
#detalheProduto img {
	float: left;
}

#detalheMarca .detalhe,
#detalheProduto .detalhe {
	width: 250px;
	min-height: 222px;
	padding: 20px 10px;
	float: left;
	margin-left: 10px;
}
#detalheMarca .detalhe {
	width: 575px;
}

#detalheMarca .detalhe h3,
#detalheProduto .detalhe h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #ae6f06;
	font-size: 19px;
	margin-bottom: 10px;
}

#detalheMarca .detalhe p,
#detalheProduto .detalhe p {
	text-transform: uppercase;
	color: #a09f9d;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
	text-align: left;
}
#detalheProduto .detalheDestaque p {
	text-align: left;
}
#detalheMarca .detalhe p {
	padding-right: 20px;
}

#detalheMarca .detalhe strong,
#detalheProduto .detalhe strong {
	display: block;
	color: #404040;
}

#detalheProduto .detalheDestaque {
	background: #f6f3ee;
	padding-bottom: 30px;}

#detalheProduto .detalheDestaque h3 {
	text-align: center;
	border-bottom-color: #666;
	margin-bottom: 40px;
	color: #8e5a35;
}

#detalheProduto .detalheDestaque p {
	padding: 0 20px;
}

.estrelasBase {
	margin: 10px 0;
}

.estrelasBase,
.estrelasPontos {
	position: relative;
	width: 100px;
	height: 15px;
	background: url(../images/stars_sprites.png) no-repeat;
}

.estrelasPontos {
	background-position: 0 -15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
}

.estrelasPontos.umPonto {
	width: 20px !important;
}
.estrelasPontos.doisPontos {
	width: 40px !important;
}
.estrelasPontos.tresPontos {
	width: 60px !important;
}
.estrelasPontos.quatroPontos {
	width: 80px !important;
}
.estrelasPontos.cincoPontos {
	width: 100px !important;
}

#detalheProduto .prox {
	display: block;
	width: 28px;
	float: right;
	height: 202px;
	text-indent: -10000em;
	position: absolute;
	right: 0;
	top: 30px;
/*	top: 50%;
	margin-top: -111px;
*/	background: url(../images/nav_destaque_produto.png) no-repeat top right;
}

#vejaMais {
	width: 867px;
	margin: 0 auto;
	border-bottom: 1px solid #8E5A35;
}

#vejaMais h4 {
	height: 25px;
	line-height: 25px;
	background: #8e5a35;
	clear: both;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}

#vejaMais ul {
	display: block;
	margin: 20px auto;
	clear: both;
	float: none;
	height: 120px;
}

#vejaMais ul li {
	display: inline-block;
	margin: 0 10px;
}

#vejaMais ul li a.prev,
#vejaMais ul li a.next {
	display: block;
	float: left;
	height: 110px;
	width: 73px;
	text-indent: -10000em;
	background: url(../images/seta_prev_gal.png) no-repeat center center;
}

#vejaMais ul li a.next {
	background-image: url(../images/seta_next_gal.png);
}

#vejaMais ul li a.noLink {
	background: none;
	cursor: default;
}

#outrasMarcas {
	width: 847px;
	margin: 0 auto;
	height: 25px;
	line-height: 25px;
	background: #8e5a35;
	clear: both;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	display: none;
}

#outrasMarcas select {
	width: 200px;
	color: #8e5a35;
	margin-left: 10px;
}

/* PRODUTOS E MARCAS END */

/* LISTA PRODUTOS E CLIENTES START */

#listaClientes,
#listaProd {
	width: 867px;
	margin: 20px auto 1px;
	position: relative;
	padding-bottom: 20px;
}

#listaProd .productLine {
	clear: both;
	padding: 10px;
	border-bottom: 1px solid #ae6f07;
	min-height: 180px;
}
#listaClientes .clientLine {
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
}

#listaProd .productLine img {
	width: 170px;
	height: 170px;	
	float: left;
}

#listaClientes h3 {
	width: 443px;
	color: #8e5a35;
	font-size: 22px;
	text-transform: uppercase;
	margin: 40px 10px 20px;
}

#listaProd .productLine h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	font-size: 19px;
	margin-bottom: 10px;
	margin-left: 190px;
	padding: 0 10px 0 0;
	width: 70%;
}

#listaProd .productLine h3 a {
	text-decoration: none;
	color: #000;
}

#listaProd .productLine p {
	margin-bottom: 15px;
	margin-left: 190px;
}
#listaClientes .clientLine p {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #a09f9d;
}

#listaClientes #pagination {
	border-top: 1px solid #ae6f07;
	margin-top: 40px;
}

#pagination {
	border-bottom: 1px solid #ae6f07;
}

#pagination p {
	padding: 5px;
	float: left;
}

#pagination ul {
	width: 160px;
	float: right;
	margin: 5px;
	text-align: right;
}

#pagination ul li {
	display: inline-block;
	margin-left: 10px;
}

#pagination ul li a {
	color: #ae6f07;
	text-decoration: none;
}

/* LISTA PRODUTOS E CLIENTES END */

/* ONDE ENCONTRAR START */
#ondeEncontrarV2 {
	width: 867px;
	margin: 60px auto 1px;
	position: relative;
	padding-bottom: 20px;
}

#ondeEncontrarV2 #controles {
	width: 360px;
	margin-right: 20px;
	padding-top: 10px;
	float: left;
}

#ondeEncontrarV2 #controles #form-loja-fisica {
	display: none;
}

#ondeEncontrarV2 #controles label {
	display: block;
	clear: both;
	line-height: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #a09f9d;
}

#ondeEncontrarV2 #controles select {
	width: 280px;
	height: 30px;
}

#ondeEncontrarV2 #controles select option {
	line-height: 30px;
}

#ondeEncontrarV2 #resultados {
	width: 467px;
	height: 500px;
	float: right;
	padding: 10px 0 10px 10px;
	overflow: auto;
	border: 1px solid #ae6f07;
}

#ondeEncontrarV2 #resultados .clientLine {
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
}

#ondeEncontrarV2 #resultados .clientLine p {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #a09f9d;
}

#ondeEncontrarV2 #radio-line {
	margin-bottom: 20px;
}
#ondeEncontrarV2 #radio-line input {
	display: inline;
	margin-right: 5px;
}
#ondeEncontrarV2 #radio-line label {
	display: inline;
	margin-right: 20px;
}

/* ONDE ENCONTRAR END */

/* NEWS START */

#noticias {
	width: 867px;
	margin: 0 auto;
	padding: 30px 0 20px;
}
#noticias ul {
	margin: 0 20px;
}
#noticias ul li {
	width: 380px;
	margin-bottom: 30px;
}
#noticias ul li a {
	text-transform: uppercase;
	color: #8e5a35;
	text-decoration: none;
}
#noticias ul li a:hover {
	text-decoration: underline;
}

#noticias h4,
#noticias h3,
#noticias p {
	margin: 0 250px 0 20px;
}
#noticias h4 {
	color: #aaa;
	margin-bottom: 10px;
}
#noticias h3 {
	text-transform: uppercase;
	color: #8e5a35;
	font-size: 25px;
	margin-bottom: 30px;
}
#noticias p {
	margin-bottom: 20px;
}


/* NEWS END */

/* SAC START */

#formSAC {
	width: 867px;
	margin: 0 auto;
	padding: 10px 0px 20px;
	position: relative;
}
#formSAC form p {
	margin: 0 20px 10px;
}
#formSAC form label {
	display: block;
	width: 490px;
	margin: 0 20px 10px;
	clear: both;
	position: relative;
}
#formSAC form p label {
	width: auto;
	display: inline;
}
#formSAC form label.half {
	width: 225px;
	float: left;
	clear: none;
}
#formSAC form label.textarea {
	height: 50px;
}
#formSAC form label input, 
#formSAC form label select,
#formSAC form label textarea {
	width: 370px;
	position: absolute;
	right: 0;
}
#formSAC form p label * {
	width: auto;
	position: static;
}
#formSAC form label.half * {
	width: 135px;
}
#formSAC form label.textolongo * {
	width: 150px;
}
#formSAC fieldset {
	padding: 20px 0;
	/*border-bottom: 1px solid #c8c8c8;*/
}
#formSAC legend {
	padding: 20px 20px 0;
	text-transform: uppercase;
	color: #8e5a35;
	font-size: 19px;
}
#formSAC legend.conhecelo {
	text-transform: none;
}
#formSAC .submit {
	background: #8e5a35;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	margin-left: 20px;
}

#output-box, #message-box {
	display: none;
	text-align: center;
	color: #4C0092;
	border: 1px solid #4C0092;
	background-color: #F1E9F8;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#message-box {
	position: absolute;
	top: 50px;
	right: 20px;
	text-align: left;
	padding: 15px;
	line-height: 1.5;
}
#output-box {
	padding: 5px 15px;
}
/* SAC END */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */