/* 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: #FFFFFF;
	background-image:url(images/bg_line.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.centro{
	width:749px;
}

.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;
}

#header{
	width:749px;
	height:329px;
	float:left;
}

#menu{
	width:749px;
	height:37px;
	float:left;
}

#menu-home{
	width:68px;
	height:37px;
	float:left;
	background-image:url(images/bt_home.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#menu-livro{
	width:59px;
	height:37px;
	float:left;
	background-image:url(images/bt_livro.gif);
	background-position:top center;
	background-repeat:no-repeat;	
}

#menu-autor{
	width:77px;
	height:37px;
	float:left;
	background-image:url(images/bt_autor.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-capitulo{
	width:149px;
	height:37px;
	float:left;
	background-image:url(images/bt_capitulo.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-wallpaper{
	width:95px;
	height:37px;
	float:left;
	background-image:url(images/bt_wallpaper.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}


#menu-video{
	width:72px;
	height:37px;
	float:left;
	top:0px;
	background-image:url(images/bt_video.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-midia{
	width:82px;
	height:37px;
	float:left;
	background-image:url(images/bt_midia.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-opine{
	width:62px;
	height:37px;
	float:left;
	background-image:url(images/bt_opine.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-compre{
	width:85px;
	height:37px;
	float:left;
	background-image:url(images/bt_compre.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-home:hover, #menu-livro:hover, #menu-autor:hover, #menu-capitulo:hover, #menu-wallpaper:hover, #menu-video:hover, #menu-midia:hover, #menu-compre:hover, #menu-opine:hover{
	background-position:bottom center;
}

.interna{
	width:631px;
	background-image:url(images/interna_vertical.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#f7f9e7;
	padding:41px 48px 40px 46px; 
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3b3a2d;
	text-decoration:none;
}

.rodape{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#929079;
	text-decoration:none;
}

a.hover{
	text-decoration:underline;
}


/*opinioes*/
.textfield_orcamento {
    font-size: 11px;
    color: #3b3a2d;
    width: 97px;
    height: 13px;
    border-color: #3b3a2d;
	background-color:#e8eada;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #3b3a2d;
    width: 141px;
    height: 20px;
    border-color: #3b3a2d;
	background-color:#e8eada;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #3b3a2d;
    width: 141px;
    height: 86px;
    border-color: #3b3a2d;
	background-color:#e8eada;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}
