
body {
	text-align: center;
	background-color: #ffffff;
    font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}

/* Esta é a div principal, com dimensões de 900x600 
 * Ela será centralizada na página */
#principal {
	width: 900px;
	height: 630px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	/* debug 
	background-color: #ffffcc; */
	text-align: left;
	position: relative;
}

/* esta div contém o logotipo e a área de banners 
 * da parte superior do site. */
#topo {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 82px;
    text-align: right;
	/* background: #ffffff url(../images/logo_biodolce.jpg) no-repeat scroll top left; */
}

#logo {
    display: block;
    border: 0;
	margin: 0;
	padding: 0;
/*	width: 155px;
	height: 110px;
	background: #ffffff url(../images/logo_biodolce.jpg) no-repeat scroll top left; */
	width: 155px;
	height: 80px;
	background: #ffffff url(../images/logo_biodolce_m.jpg) no-repeat scroll top center;
    float: left;
    text-decoration: none;
}

/* esta div contém a áera central do site,
 * com o menu esquerdo, área de conteúdo e
 * áreal da lateral direita. */
#meio {
	margin: 0;
	padding: 0;
	width: 896px;
	height: 510px;
	position: relative;
	border: #dddddd solid 2px;
}

#bg-meio {
	width: 890px;
	position: absolute;
	height: 504px;
	top: 3px;
	left: 3px;
}

.cinza     	{ background-color: #EFE9F3; }/*{ background-color: #E2E2E2; }*/
.laranja 	{ background-color: #FDEFDB; }
.azul       	{ background-color: #EAEFF4; }
.rosa       	{ background-color: #FEEBEB; }
.verde  	{ background-color: #E2F1E3; }
.verde-azulado  { background-color: #EFF1E3; }
.amarelo     	{ background-color: #FDEFDB; }
.lilas		{ background-color: #EFE9F3; }

.gota-grande { 
    position: absolute; 
    left: 100px;
    width: 520px;
    height: 506px;
    /* background-image: url(/media/images/gota-grande-branca.png);
    background-repeat: no-repeat;
    background-position: left top; */
}
.gota-grande-over { position: absolute; left: 95px; }
.gota-pequena { position: absolute; left: 550px; }
.gota-pequena-over { position: absolute; left: 545px; }

#menu-esquerda {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 100%;
	position: absolute;
}

#conteudo {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 100%;
	/* debug 
	background-color: #cfc; 
	border-right: #aaa dotted 1px;
	border-left: #aaa dotted 1px; */
	position: absolute;
	left: 150px;
}

#lateral {
	margin: 0;
	padding: 0;
	width: 340px;
	height: 100%;
	/* debug 
	background-color: #cff; */
	position: absolute;
	left: 550px;
}

#lateral .imagem { 
    position: absolute; 
    top: 80px; 
    left: 20px; 
    width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
}

#rodape {
	margin: 0;
	padding: 3px;
	width: 100%;
	height: 25px;
	/* debug 
	background-color: #ffcccc; */
}

#rodape ul { list-style: none; padding: 0; margin: 0; font-size: 10px; }
#rodape ul li { 
    list-style: none; 
    display: block; 
    float: left; 
    padding-left: 10px; 
    padding-right: 10px; 
    padding-bottom: 0; 
    padding-top: 0;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: #999999 solid 1px;
}
#rodape ul .ultima { border-right: none; }
#rodape ul li a { text-decoration: none; color: #777777 }
#rodape ul li a:hover { text-decoration: underline; }

.slogan-peq {
    text-align: center;
    color: #333399;
    margin-bottom: 15px;
    padding: 5px;
}
#menu-sanfona { list-style: none; margin-left: 5px; padding: 0; padding-left:10px; font-family: Arial, Helvetica, sans-serif; line-height: 35px}
#menu-sanfona li { margin: 0; padding: 0; font-size: 16px; }
#menu-sanfona li ul { list-style: none; padding: 0; margin: 0; display: block; float: left; overflow: hidden; width: 150px; line-height: 18px}
#menu-sanfona li ul li { font-size: 12px; padding-left: 5px; padding-bottom: 2px; }
#menu-sanfona li a { text-decoration: none; color: #999999 ; outline: none; }
#menu-sanfona li ul li a { text-decoration: none; color:#747474; display: block; overflow: visible; }
/*#menu-sanfona li ul li a:hover { text-decoration: underline; color:#646464; }*/
#menu-sanfona li ul li a:hover {
	background-image: url(/media/images/menu-highlight.gif);
	background-position: -13px center;
	background-repeat: no-repeat;
	font-weight: 300;
 	color:#000000;
}
#menu-sanfona .ui-state-active { font-size: 25px; }

#bolhas {
    position: absolute;
    right: -10px;
    top: -20px;
}

.pe {
    margin-top: 250px;
    margin-left: 20px;
    width: 360px;
}

.descricao-produto { margin-top: 30px; margin-left: 20px; width: 360px; }
.descricao-produto img { margin-top: 30px; float: left; position: relative; left: -10px; }

#scroller {
    position: absolute;
    bottom: 130px;
    right: 0px;
}

#texto {
    margin-left: 125px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    overflow: hidden;
    width: 210px;
    height: 300px;
    color: #999999;
	font-size:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:18px;
	/* debug 
	border: #aaa dotted 1px; */ 
}

.contato label { font-size: 10px; }

.artigo #texto { width: 90%; margin-left: 30px; height: 400px; }
.artigo #texto.revendedores { height: 320px; position: absolute; bottom: 20px; }
.artigo #texto.imprensa { margin-left: 0; height: 280px; width: 100%; }
.artigo { width: 80%; margin-left: 30px; margin-top: 50px; }
.artigo a {
	text-decoration: none;
	color: #7191C5;
	background-image: url(../images/external.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: scroll;
	padding-top: 0pt;
	padding-right: 13px;
	padding-bottom: 0pt;
	padding-left: 0px;
}
.artigo a:hover { text-decoration: underline; color: #777777; }
.titulo-artigo { font-weight: bold; text-transform: uppercase; padding: 10px; text-align: center; font-size: 14px; color: #7191C5; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

.contato { font-size: 12px; color: #747474; }
.contato p { padding: 2px; margin: 0; }
.contato p label { display: block; width: 80px; float: left; font-size: 12px; text-align: right; padding-right: 3px; }
.contato p textarea { width: 220px; height: 100px; }

.form-erro {
	background: #ffff99 url(../images/icon_error.gif) no-repeat scroll 5px center;
	border: #ff0000 solid 1px;
	padding: 5px;
	list-style: none;
	color: #333333;
}
.form-erro li { margin-left: 25px; }

.questao { padding: 5px; margin-top: 3px; font-size: 12px; border-bottom: #999999 dotted 1px; }
.erro    { background-color: #ffff99; color: #333333; }
.questao ul { list-style: none; font-size: 12px; }
.questao ul li { list-style: none; font-size: 12px; }
.questao ul li label { font-size: 12px; }
.questao label { display: block; font-size: 12px; }

.contato .questao label { display: block; width: 80px; float: left; font-size: 12px; text-align: right; padding-right: 5px; }
.contato .questao textarea { width: 220px; height: 100px; }

.form-div { font-weight: bold; color: #ff7b00; font-size: 14px; }

ul.errorlist {
	background-color: #ff0000;
	background-image: url(../images/icon_alert.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	border: #ff0000 solid 3px;
	color:  #ffffff;
	font-weight: bold;
	margin: 0;
}

ul.errorlist li { padding-left: 20px; }

#up {
    display: block;
    background-image: url(../images/seta-up.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 32px;
    height: 32px;
}

#down {
    display: block;
    background-image: url(../images/seta-down.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 50px;
    width: 32px;
    height: 32px;
}

#up.disabled     { background-position: left bottom; }
#down.disabled { background-position: left bottom; }

#loading {
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    top: 170px;
    left: 270px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    z-index: 10000;
    color: #999999;
}

.invisivel {
    visibility: hidden;
}

.nome-produto { 
    padding-top: 80px; 
    padding-left: 20px; 
    padding-right: 20px; 
    padding-bottom: 20px; 
    color: #7191C5; 
    font-size: 16px; 
    font-weight: bold;
    margin: 0px;
	
}

.titulo-pagina-bg {
    position: absolute;
    left: 100px;
    top: -30px;
    padding: 1px;
    margin: 0;
    text-align: center;
    width: 50%;
    background-image: url(/media/images/bg-titulo.png);
    background-repeat: repeat-x;
    background-position: top;
}

h3 { font-size: 11px; font-weight: bold; color: #ff7b00; }
h2 { font-size: 14px; font-weight: bold; color: #ff7b00; }
h1 { font-size: 16px; font-weight: bold; color: #ff7b00; }

#lateral ul li a{ font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px; color:#7C7C7C; list-style: none; text-transform:lowercase; font-weight: 200; text-decoration: none; line-height: 20px}
#select-regiao{margin-left:30px}

.titulo-pagina { background-color: #ffffff; height: 100px; }
.titulo-pagina-produto { color: #7191C5; text-transform: uppercase; font-weight: bold; padding: 3px; font-size:14px; padding-top:13px; }
.titulo-pagina-linha { font-weight: bold; padding: 3px; color:#999999 }

.leia-tambem { position: absolute; bottom: 20px; right: 20px; width: 200px; color: #69719C; font-size: 11px; font-weight: bold; }

.revendedor-nome {
    font-weight: bold;
    color: #ff7b00;
    margin-top: 10px;
}

.imagem-lancamento { width: 100%; text-align: center; margin-top: 50px; }
.texto-lancamento { width: 100%; text-align: center; }
.link-lancamento { text-decoration: None; color: #777777; font-size: 12px; }

#destaque {
	position: absolute;
	left: 10px;
	bottom: 48px;
	background-image: url(/media/images/destaque-bg-azul.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 115px;
	height: 117px;
}

#destaque a {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 18px;
	left: 13px;
	width: 60px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size:14px;
	line-height:18px;
}

.produto-link {
	text-decoration: none;
	color: #7191C5;
	background-image: url(../images/external.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: scroll;
	padding-top: 0pt;
	padding-right: 13px;
	padding-bottom: 0pt;
	padding-left: 0px;
}
.produto-link:hover { text-decoration: underline; }

.produto-saibamais #texto { margin-left: 40px; width: 80%; height: 320px; }

.material-nome { padding-top: 10px; border-bottom: #999999 dashed 1px; }

.linha { padding-top: 150px; padding-left: 50px; padding-right: 50px; color: #747474; font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

#link-acneout {
	background-image: url(../images/acneout.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 38px;
	display: block;
	text-decoration: none;
	position: absolute;
	left: 15px;
	top: 40px;
}

#link-vivasuapele {
	background-image: url(../images/vivasuapele.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 105px;
	display: block;
	text-decoration: none;
	position: absolute;
	right: 0px;
}

.links-lateral-home {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: center;
	width: 250px;
	height: 110px;
}
