/* 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: #3f5323;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.centro{
	width:797px;
}

.lateral-esquerda{
	background-image:url(images/lateral_esquerda.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:227px;
}

.lateral-esquerda2{
	background-image:url(images/bg_line.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;
}

.lateral-direita2{
	background-image:url(images/bg_line2.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#header{
	width:797px;
	height:322px;
}

.interna{
	background-image:url(images/interna.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#interna-esquerda{
	width:188px;
}

#interna-direita{
	padding:10px 80px 0px 93px;
}

#menu-home{
	width:188px;
	height:27px;
	float:left;
	background-image:url(images/bt_home.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu-livro{
	width:188px;
	height:27px;
	float:left;	
	background-image:url(images/bt_livro.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu-autor{
	width:188px;
	height:27px;
	float:left;	
	background-image:url(images/bt_autor.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu-capitulo{
	width:188px;
	height:32px;
	float:left;	
	background-image:url(images/bt_capitulo.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu-midia{
	width:188px;
	height:30px;
	float:left;	
	background-image:url(images/bt_midia.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu-video{
	width:188px;
	height:28px;
	float:left;	
	background-image:url(images/bt_video.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu-wallpaper{
	width:188px;
	height:28px;
	float:left;	
	background-image:url(images/bt_wallpaper.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu-opine{
	width:188px;
	height:27px;
	float:left;	
	background-image:url(images/bt_opine.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu-compre{
	width:188px;
	height:29px;
	float:left;	
	background-image:url(images/bt_compre.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-bottom:209px;
}

#menu-home:hover, #menu-livro:hover, #menu-autor:hover, #menu-capitulo:hover, #menu-midia:hover, #menu-video:hover, #menu-wallpaper:hover, #menu-opine:hover, #menu-compre:hover{
	background-position:right;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:17px;
}

.rodape{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

/*opinioes*/
.textfield_orcamento {
    font-size: 11px;
    color: #fff;
    width: 97px;
    height: 13px;
    border-color: #fff;
	background-color:#5c7149;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #fff;
    width: 141px;
    height: 20px;
    border-color: #fff;
	background-color:#5c7149;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #fff;
    width: 141px;
    height: 86px;
    border-color: #fff;
	background-color:#5c7149;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}
