@charset "utf-8";
/* **** Estilo INDEX ****
*
* Site AMVOX
* Agência: Olhando Soluções - http://www.olhando.com.br (contato@olhando.com.br)
* Layout - Rafael Oliveira	(rafaeloliveira21@gmail.com)
* Html / Css - Elton Sacramento (elton18augusto@gmail.com)
* Programação PHP - Luciano Lima (lucianomlima@ymail.com)
* Banco de Dados - Luciano Lima (lucianomlima@ymail.com)
* Ajustes e Adaptações - Luciano Lima (lucianomlima@ymail.com)
*
*/

@import url("estilo-estrutura.css");

/* banner index */
.banner-index{
	width:100%;
	height:378px;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}
	
.cont-banner{
	width:100%;
	height:378px;
	background:url(../imagens/bg-banner.jpg) repeat-x bottom;
	position:absolute;
	top:0;
	left:0;
	display:none;
	cursor:pointer;
}
	
.cont-banner img{
	position:relative;
	left:30px;
	top:8px;
}
	
#menu-banner{
	width:100%;
	height:32px;
	float:left;
	border-top:2px solid #EC1D25;
	background:url(../imagens/bg-menu-banner.jpg) top repeat-x;
}
	
#menu-banner ul{
	width:88px;
	height:32px;
	background:#000;
	right:30px;
	position:relative;
	padding:0 8px;
	float:right;
}
	
#menu-banner ul li{
	width:18px;
	height:23px;
	margin-left:5px;
	padding-top:9px;
	list-style:none inside;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
	
#menu-banner ul li:first-child{
	margin:0;
}
	
#menu-banner .inativo{
	background:url(../imagens/menu-banner-cinza.jpg) no-repeat;
}
	
#menu-banner .ativo{
	background:url(../imagens/menu-banner-verm.jpg) no-repeat;
}
	
/* Box Produtos */
.box-produtos-home{
	width:458px;
	margin-top:-14px;
	float:left;
}
	
.box-produtos-home h1{
	width:100%;
	margin-bottom:10px;
	font-size:14px;
}

.cont-box-produtos-home{
	width:100%;
	height:210px;
	border-right:1px solid #3D3D3D;
}
	
.cont-produtos{
	width:204px;
	float:left;
}

.cont-produtos+div{
	margin-left:30px;
}
.cont-produtos img{
	border:1px solid #3D3D3D;
	padding:4px;
	margin-bottom:8px;
}
	
.cont-box-produtos-home h2{
	margin:0 0 3px 2px;
}

.cont-box-produtos-home p{
	margin-left:2px;
}

.cont-box-produtos-home a{
	font-size:11px;
}
	
/* Box Novidades */
.box-novidades-home{
	width:510px;
	float:left;
	margin:10px 0 4px 22px;
}
	
.box-novidades-home h1{
	font-size:14px;
	margin-bottom:10px;
}
	
.box-novidades-home a{
	margin-bottom:4px;
	font-size:11px;
	float:left;
	background:url(../imagens/marcador-lista.jpg) center left no-repeat;
	padding:3px 0 3px 20px;
}