/* CSS Document */


* 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: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.texto{
	font-family:Verdana;
	font-size:12px;
	color:#1d1a15;
	text-decoration:none;
}

.centro{
	width:766px;
}

.lateral-esquerda{
	background-image:url(images/lateral_esquerda.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:258px;
}

.line-esquerda{
	background-image:url(images/line_left.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.lateral-direita{
	background-image:url(images/lateral_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:256px;
}

.line-direita{
	background-image:url(images/line_right.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#header{
	width:766px;
	height:195px;
	background-image:url(images/header.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}

#container{
	width:766px;
	height:730px;
}

#left{
	width:515px;
	height:730px;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}

#right{
	width:251px;
	height:730px;
	float:right;
}

.home{
	width:251px;
	height:47px;
	background-image:url(images/bt_home.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;	
}

.livro{
	width:251px;
	height:31px;
	background-image:url(images/bt_livro.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;	
}

.autor{
	width:251px;
	height:30px;
	background-image:url(images/bt_autor.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;	
}

.capitulo{
	width:251px;
	height:31px;
	background-image:url(images/bt_capitulo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;	
}

.video{
	width:251px;
	height:33px;
	background-image:url(images/bt_video.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;	
}

.wallpaper{
	width:251px;
	height:32px;
	background-image:url(images/bt_wallpaper.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;	
}

.midia{
	width:251px;
	height:34px;
	background-image:url(images/bt_midia.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;	
}

.opine{
	width:251px;
	height:36px;
	background-image:url(images/bt_opine.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;	
}

.compre{
	width:251px;
	height:36px;
	background-image:url(images/bt_compre.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;	
}

a.home:hover, a.livro:hover, a.autor:hover, a.capitulo:hover, a.video:hover, a.wallpaper:hover, a.midia:hover, a.opine:hover, .compre:hover, a.audio-button:hover{
	background-position:right top;
}

.bloco_interno{
	width:500px;
	height:700px;
	background-image:url(images/bg_slider.jpg);
	background-repeat:repeat;
    position: absolute;
    overflow: hidden;
	display:none;
    z-index: 2;
	margin-top:27px;	
}

.rodape{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#6c5c54;
	text-decoration:none;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}

#track {
	width: 11px;
	height: 5px;
	background-image:url(images/scroll_line.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 0px;

}

.textfield_orcamento {
	font-size: 11px;
	color: #000;
	width: 250px;
	height: 13px;
	border-color: #000;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textfield_orcamento1 {
	font-size: 11px;
	color: #000;
	width: 140px;
	height: 20px;
	border-color: #000;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textarea_laminas {
	font-size: 11px;
	color: #000;
	width: 250px;
	height: 86px;
	border-color: #000;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	padding-top: 1px;
	padding-left: 5px;
	overflow: auto;
}

.audio-button{
	width:292px;
	height:55px;
	margin-left:209px;
	background-image:url(images/bt_audio.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
}

#editora{
	background-image:url(images/menu_bottom.jpg);
	width:251px;
	height:521px;
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}

#footer{
	width:766px;
	background-image:url(images/bg_footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	margin-bottom:15px;
}

a.hover{
	text-decoration:underline;
}
