/* CSS Document */
*html{
	overflow-x: hidden;
}

* 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="images/blank.png").substr(0, 0)  ) 			:
 this.runtimeStyle.filter=""  )  );
}
body {
	background-color: #e8faf8;
	background-image: url(images/bg_line.gif);
	background-repeat: repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
}
#menu1 {
	width:100%;
	height:42px;
	z-index:999;
	position:absolute;
}
#menu2 {
	margin-left:auto;
	margin-right:auto;
	width:786px;
	height:42px;
	position:relative;
	background-image:url(images/menu.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.bt-home {
	width:39px;
	height:11px;
	background-image:url(images/bt_home.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	margin-top:17px;
}
.bt-livro {
	width:41px;
	height:11px;
	background-image:url(images/bt_livro.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	margin-top:17px;
	margin-left:14px;
}
.bt-autor {
	width:47px;
	height:11px;
	background-image:url(images/bt_autor.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	margin-top:17px;
	margin-left:14px;
}
.bt-capitulo {
	width:89px;
	height:11px;
	background-image:url(images/bt_capitulo.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	margin-top:17px;
	margin-left:12px;
}
.bt-habitos {
	width:81px;
	height:13px;
	background-image:url(images/bt_habitos.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	margin-top:15px;
	margin-left:9px;
}
.bt-midia {
	width:64px;
	height:14px;
	background-image:url(images/bt_midia.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	margin-top:14px;
	margin-left:9px;
}
.bt-video {
	width:85px;
	height:14px;
	background-image:url(images/bt_video.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	margin-top:14px;
	margin-left:10px;
}
.bt-wallpaper {
	width:81px;
	height:11px;
	background-image:url(images/bt_wallpaper.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	margin-top:17px;
	margin-left:10px;
}
.bt-compre {
	width:55px;
	height:11px;
	background-image:url(images/bt_compre.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	margin-top:17px;
	margin-left:10px;
}
a.bt-home:hover, .bt-livro:hover, .bt-autor:hover, .bt-capitulo:hover, .bt-habitos:hover, .bt-wallpaper:hover, .bt-video:hover, .bt-midia:hover, .bt-compre:hover {
	background-position:bottom center;
}
.lateral-esquerda{
	background-image:url(images/lateral_esquerda.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.lateral-direita{
	background-image:url(images/lateral_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
