@charset "iso-8859-1";
/* CSS Document */

/* Alpha PNG support for IE  
------------------------------  
\*/  
* html img/**/ {   
  
filter:expression(   
this.alphaxLoaded ? "" :   
(   
this.src.substr(this.src.length-4)==".png"  
?   
(   
(!this.complete)   
? "" :   
this.runtimeStyle.filter=   
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+   
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+   
String(this.alphaxLoaded=true).substr(0,0)+   
(this.src="blank.gif").substr(0,0)   
)   
:   
this.runtimeStyle.filter=""  
)   
);   
}   



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	background-image: url(/library/imagens/rose_bg1.jpg);
	background-repeat: repeat;
	height:100%;
	text-align:center;
	background-attachment: fixed;
	background-position: left bottom;
}
.f18 {font-size:18px;}
.f11 {font-size:11px;}
img {border:0px;}
tr {font-size:12px;}
form{margin:0px;}
p {
	margin: 0px;
	padding: 0px;
}
a {color:#000; text-decoration:none;}
a:hover{color:#069; text-decoration:underline}
a:visited  {color:#000;}
#container {
    width:100%;
  	height:100%;
	text-align:center;
  }
#content {
    margin:0 auto;
    text-align:center;
    height:500px;
    width:840px;
	background:#FFF;
	padding:10px;
  

}
#header{background:url(/library/imagens/borda_up.gif) no-repeat center center; height:26px;}
#bg1{
	height:500px;
	width:820px;
	margin:0 auto;
	background-image:url(/library/imagens/bg1_content.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #BED5E7;
}
#bg_ende {height:500px; width:820px; 	margin:0 auto; background:url(/library/imagens/ende_bottom_contact.png) no-repeat bottom left;}
#bg_boneca{
	height:500px;
	width:820px;
	margin:0 auto;
	background-image:url(/library/imagens/palacho.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#column-1 {
  position: relative;
  float: left;
  width: 620px; /* lembre-se de definir uma largura */
  height:380px;	
}
.overlay{
  position: absolute;
  top: 0; /* Necessário definir a posição */
  bottom: 0;  /* irá cobrir o elemento pai */
  left: 0;
  width: 100%;
  background: #FFF;
  opacity: 0.65;
  -moz-opacity: 0.65; /* Browsers baseados no motor Gecko */
  filter:alpha(opacity=65); /* Para IE6 e 7 */
}
#column-1 .content {
    width: 100%;
    padding: 10px;
	height:380px;
	text-align:left;
}
.content {
  position: relative;
}
/* Faça o uso do hack * html para que só o IE6 entenda essa regra */
* html #column-1 .overlay {
  height: expression(document.getElementById("column-1").offsetHeight);
}

.divscrolling {
	width:100%;
	height:320px;
overflow:auto; 
}



#bg2{
	height:500px;
	width:820px;
	margin:0 auto;
	/*background-image:url(/library/imagens/palhaco.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-position:right bottom;*/
}
#bg3{
	height:500px;
	width:820px;
	margin:0 auto;
	background-image:url(/library/imagens/bg2_content.png);
	background-position:right top;
	background-repeat:no-repeat;
}
#bottom{background:url(/library/imagens/borda_bt.gif) no-repeat center center; height:26px;}
/*MENU NAVEGAÇÃO */
#menu img {margin-right:2px;}
/* FORM CONTATO */
#frmcontato input.txt {
	border:1px solid #369;
	height: 25px;
	width: 300px;
}
#frmcontato input.txt2 {
	border:1px solid #369;
	height: 25px;
	width: 160px;
}

#frmcontato label {font-weight:bold; color:#369;}
#frmcontato textarea {	border:1px solid #369;
	height: 90px;
	width: 300px;}
#frmcontato  .button {width:60px; height:25px; border:1px solid #369; cursor:hand;}
.campo_alerta {background:#FFC;}

/* FUNDO MENUS */
.presentes {background:url(/library/imagens/bg_menu_produtos1.jpg) no-repeat bottom left;}
.contato {background:url(/library/imagens/bg_menu_contato.jpg) no-repeat bottom left;}
.bolos {background:url(/library/imagens/bg_menu_bolos.jpg)  no-repeat bottom left;}
.baloes{background:url(/library/imagens/bg_menu_baloes.jpg) no-repeat bottom left;}
.borboleta{background:url(/library/imagens/bg_menu_borboleta_big.jpg) no-repeat bottom left;}
.girasois {background:url(/library/imagens/bg_menu_girasois.jpg) no-repeat bottom left;}
.regador {background:url(/library/imagens/bg_menu_regador.jpg) no-repeat bottom left;}
.bebe {background:url(/library/imagens/bg_menu_bebe.jpg) no-repeat bottom left;}

/* form orçamento */

#frmorcamento input.txt {background:url(/library/imagens/required.gif)  no-repeat right top; border:1px solid #369; background-color:#FFF;}
#frmorcamento textarea { font-family: Arial; border: solid; border-width: 1 }
#frmorcamento  .button {width:60px; height:25px; border:1px solid #369; cursor:hand;}


#menu_vertical {margin-left:0px;}
#menu_vertical img {margin-bottom:5px;}
#menu_vertical li{list-style:none; margin-left:-15px;}
