 html, body {
      width: 100% !important;
      height: 100% !important;
      margin: 0px;
    }
 
* {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	list-style: none;
	font-family: "Gotham-Medium";
}

.page-header {
	position: relative;
	width: 100%;
	height: 79px;
	background: url(imagenes/bg-menu.png) top left repeat-x;
}

.page-header .menu {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 79px;
	font-family: 'Gotham-Black', arial;
	font-size: 12px;
	color: #008738;
}

.page-header .menu .logo {
	display: block;
	position: absolute;
	left: 20px;
	top: 10px;
}

.page-header .menu .menu-list {
	display: block;
	position: absolute;
	left: 170px;
	height: 76px;
	margin: 0 0 0 98px;
}

.page-header .menu .menu-list li {
	float: left;
	padding: 32px 18px;
	font-family: "Gotham-Black";
	font-size: 11px;
	text-transform: uppercase;
	border-left: 1px solid #cfcfcf;
}

.page-header .menu .menu-list li  a{
	padding: 32px 18px;
}

.page-header .menu .menu-list li a {
	font-family: "Gotham-Black";
}

.page-header .menu .menu-list li:hover {
	background: #008738;
	color: #c7c7c6;
}

.page-header .menu .menu-list .selected {
	background: #64B12D;
	color: #FFFFFF;
}


.wrapper {
	width: 980px;
	margin: 0 auto;
}

.page-container{
background: url(imagenes/bghome.jpg);
}

.content-bg {
	position: relative;
	width: 100%;
	height: 100%;
}

.content-bg  .home{
		position: relative;
	margin: 0 auto;
	width: 980px;
	min-height: 480px;
	
}

.content-bg .empresa {
	position: relative;
	margin: 0 auto;
	width: 980px;
	min-height: 580px;
}

.content-bg .empresa-info {
	height: 400px;
	
}

.content-bg .empresa-header {
	/*margin: 15px;*/
	font-family: "Gotham-Book";
color: #008738;
font-size: 30px;
margin: 50px 0px 27px;
text-transform: uppercase;
}

.content-bg .empresa-imagen {
	margin: 15px;
	width: 200px;
	height: 350px;
	display: block;
	float: left;
	background-color: red;
	border-radius: 30px 0 30px 0;
	 	background: url(imagenes/empresa01.png) no-repeat;
		background-size: auto 100%;
}

.content-bg .empresa-somos {
	display: block;
	color: #008738;
font-size: 15px;
font-family: "Gotham-Book";
font-weight: bold;
padding-top: 85px;
}

.content-bg .empresa-distribucion {
	display: block;
	 margin: auto;
	 width: 650px;
	 height: 680px;
	 	background: url(imagenes/mapa.jpg) no-repeat;
		background-size: auto 100%;
		border-radius: 50px;
}


.content-bg .marcas {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 980px;
	height: 1480px;
}

.content-bg .marcas-header {
	/*margin: 15px;*/
	font-family: "Gotham-Book";
color: #008738;
font-size: 20px;
margin: 25px 0px 0px;
text-transform: uppercase;
}

.content-bg .marcas ul {
	display: block;
	position: absolute;
}

.content-bg .marcas li {
	display: block;
	float: left;
	width: 170px;
	height: 170px;
	margin-left: 15px;
	margin-bottom: 7px;
	margin-top: 7px;
	border: 1px solid #cfcfcf;
}

.content-bg .marcas li:hover {
-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


.content-bg .promos {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 980px;
	height: 1480px;
}

.content-bg .promos-header {
	/*margin: 15px;*/
	font-family: "Gotham-Book";
color: #008738;
font-size: 55px;
margin: 25px 0px 0px;
text-transform: uppercase;
text-align: center;
}

.content-bg .promos ul {
	display: block;
	position: absolute;
}

.content-bg .promos li {
	display: block;
	height: 200px;
	margin-left: 15px;
	margin-bottom: 7px;
	margin-top: 7px;
}


.content-bg .contacto {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 980px;
	height: 480px;
}

.content-bg .contacto-header {
	/*margin: 15px;*/
	font-family: "Gotham-Book";
color: #008738;
font-size: 20px;
margin: 0px 0px 25px;
text-transform: uppercase;
}

.content-bg .contacto input {
	border: 1px solid !important;
	
}

.content-bg .contacto textarea {
	border: 1px solid !important;
}

.content-bg .catalogo{
		position: relative;
	margin: 0 auto;
	width: 980px;
	min-height: 480px;
}

.content-bg .catalogo .ctg-container {
	position: relative; 
	margin: 0 auto;
	top: 0px; 
	left: 0px; 
	width: 700px; 
	overflow: hidden; 
}

.content-bg .catalogo .ctg-container .backward {
background: transparent url("imagenes/ctg_btn.png") no-repeat scroll 0% 0%;
display: block;
width: 41px;
height: 56px;
cursor: pointer;
color: #FFF;
font-size: 0px;
text-indent: -9999em;
margin-top: 890px;
position: absolute;
z-index: 9997;
}

.content-bg .catalogo .ctg-container .backward:hover  		{ background-position: 0 -62px; }
.content-bg .catalogo .ctg-container .backward:active  	{ background-position:0 -124px; }

.content-bg .catalogo .ctg-container .forward {
	margin-top:0px;
	background: transparent url("imagenes/ctg_btn.png") no-repeat scroll 0% 0%;
	display:block;
	width:41px;
	height:56px;
	cursor:pointer;
	color:#FFF;
	font-size:0px;
	text-indent:-9999em;	
	margin-top: 890px;
	margin-left:658px;
    position: absolute;
    z-index: 9997;
background-position:-49px 0px;
}

.content-bg .catalogo .ctg-container .forward:hover 		{ background-position:-49px -62px; }
.content-bg .catalogo .ctg-container .forward:active 	 	{ background-position: -49px -124px; } 

.content-bg .catalogo .ctg-display {
	left: 0px; 
	top: 0px; 
	width: 700px;
    height: 980px; 
	overflow: hidden;
}

.content-bg .catalogo .ctg-display  div{
	display: none;
}

.content-bg .catalogo .ctg-tabs {
	
}

.content-bg .catalogo .ctg-tabs a{
	min-width: 20px;
float: left;
margin: 3px 0px;
padding-right: 2px;
padding-left: 2px;
display: block;
font-size: 11px;
border-right: 1px solid #CFCFCF;
text-align: center;
}

.content-bg .catalogo .ctg-tabs a:hover{
	background-color: #008738;
	color: white;
}

.content-bg .catalogo .ctg-tabs a.current{
	background-color: #008738;
	color: white;
}

/* Footer */

.footer-bg {
	margin-top: 15px;
	position: relative;
	width: 100%;
	height: 120px;
	background: url(imagenes/bg-rodape.png) top left repeat-x;
}

.footer-bg .spacer {
	padding: 30px 0 0;
}

.footer-bg .spacer h3 {
	bottom: 100px;
}

.footer-bg .spacer .btn {
	top: 100px !important;
}

.footer-bg .footer {
	position: relative;
	margin: 0px auto;
	width: 980px;
	height: 120px;
}

.footer-bg .footer .btn {
	position: absolute;
	width: 298px;
	height: 62px;
	top: 15px;
	background: url(imagenes/btn-branco.png) top left no-repeat;
	font-family: 'Gotham-Thin', arial;
	font-size: 16px;
	color: #FFFFFF;
}

.footer-bg .footer .btn p {
	width: 100%;
	height: auto;
	line-height: 62px;
	text-align: center;
	float: left;
}

.footer-bg .footer .btn.pabx {
	right: 20px;
}

.footer-bg .footer .btn.vendas {
	left: 60px;
	width: auto !important;
}

.footer-bg .footer h3 {
top: 90px;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 115px;
	font-family: 'Gotham-Thin', arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.footer-bg .footer .divisor {
	position: absolute;
	bottom: 45px;
	left: 440px;
	width: 100px;
	height: 1px;
	background-color: #FFFFFF;
}
