body {
	background-color: #e8e8fe;
	margin:1px auto 1px 7px;
	text-align:center;
}
  #home {
    position:relative;
	width:930px;
	margin:0px auto;
	font-weight:bold;
    text-align:right;
  }
#corp {
  width:880px;
  margin:0px auto 1px auto;
  background-color: #eeeeff;
  -moz-border-radius:10px;
  padding:8px 2px 2px 2px;
  text-align:left;
}
#corp p {
  width:800px;
  margin:1px 5px 1px 40px;
  font-family:"Calibri", "Arial", sans-serif;
  font-size:16px;
  text-indent:14px;
  padding:1px 3px;
}
  #corp #meniu {
    float:left;
	position:relative;
	width:224px;
	margin:1px auto 10px 2px;
  }
    #meniu #in_meniu {
	  width:200px;
	  border:1px solid #a8a8da;
	  padding:4px;
    }
    #corp #meniu h4 {
	  margin:2px auto;
	  border-bottom:1px solid #888888;
	  text-align:center;
	  padding:2px;
    }
	#corp #meniu ul {
	  margin:0px;
	  padding:3px 0px;
	}
	  #corp #meniu ul li {
	    margin:3px 0px;
	    background-color:#fefeff;
	  }
#corp h1 {
  margin:15px auto 21px auto;
  font-family:"Georgia", "Lucida Sans", "Arial", sans-serif;
  font-size:16px;
  text-align:center;
  letter-spacing:1px;
  color:#1111fe;
}
#corp h2, #corp h3, #corp .h3 {
  margin-bottom:0px;
  margin-left:10px;
  font-family:Arial, sans-serif;
  font-size:15px;
  color:blue;
}
  #corp ol , #dreapta {
    padding:2px;
    text-align:right;
  }
  #corp #data {
    margin:0px;
	width:880px;
	text-align:right;
  }
  #corp #data em {
	margin:0px;
	font-size:12px;
  }

/* Grafica Recomanda - Favorite */
#rec_fav {
 position:absolute;
 top:6px;
 left:396px;
 z-index:8888;
 font-weight:bold;
 padding:2px;
}
 #rec_fav img {
  margin:2px 5px;
  background-color:#eff1fe;
  -moz-border-radius:7px;
  padding:3px 6px;
  cursor:pointer;
 }
  #rec_fav img:hover { background-color:#fefefe; }
/* Grafica zonei ascunse recomanda e-mail */
#rec{
 position:fixed;
 display:none;
 z-index:9998;
 top:0px;
 left:0px;
 margin:0px;
 width:100%;
 height:100%;
 font-size:16px;
 text-align:center;
 padding:0px;
}
 #rec #transp {
 position:absolute;
 top:0; right:0; bottom:0; left:0;
 width:100%;
 height:100%;
 background-color:green;
 filter:alpha(opacity=75);
 -moz-opacity:0.75;
 -khtml-opacity:0.75;
 opacity:0.75;
 }
 #rec #in_rec {
  position:relative;
  z-index:9999;
  top:25%;
  margin:0px auto;
  width:400px;
  border:2px solid silver;
  padding:10px 4px 30px 4px;
  background-color:#e8e8fe;
 }
#rec #in_rec #clos_rec {
 position:absolute;
 top:2px;
 right:8px;
 width:25px; height:24px;
 background:url('../imgs/close.png') top left no-repeat;
 font-weight:bold;
 text-decoration:underline;
 cursor:pointer;
}