/* 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: #f7e0af;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg_line.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.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;
}

.centro{
	width:765px;
}

#header{
	width:765px;
	height:298px;
	float:left;
}

#container{
	width:765px;
	height:421px;
	float:left;
}

#menu{
	width:190px;
	height:421px;
	float:left;
}

#interna{
	width:575px;
	height:421px;
	float:right;
	background-image:url(images/bg_interna.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#menu-home{
	width:190px;
	height:48px;
	float:left;
	background-image:url(images/bt_home.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#menu-autor{
	width:190px;
	height:45px;
	float:left;
	background-image:url(images/bt_autor.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-capitulo{
	width:190px;
	height:50px;
	float:left;
	background-image:url(images/bt_capitulo.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-edicoes{
	width:190px;
	height:46px;
	float:left;
	background-image:url(images/bt_edicoes.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-multimidia{
	width:190px;
	height:44px;
	float:left;
	background-image:url(images/bt_multimidia.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-midia{
	width:190px;
	height:50px;
	float:left;
	background-image:url(images/bt_midia.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-opine{
	width:190px;
	height:47px;
	float:left;
	background-image:url(images/bt_opine.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-compre{
	width:190px;
	height:43px;
	float:left;
	background-image:url(images/bt_compre.gif);
	background-position:top center;
	background-repeat:no-repeat;		
}

#menu-home:hover, #menu-autor:hover, #menu-capitulo:hover, #menu-edicoes:hover, #menu-multimidia:hover, #menu-midia:hover, #menu-compre:hover, #menu-opine:hover{
	background-position:bottom center;
}

#destaque{
	width:765px;
	height:279px;
	float:left;
}

.rodape{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ba8555;
	text-decoration:none;
}

#footer{
	width:765px;
	float:left;
}

#margens_a{
	margin:74px 70px 0px 58px;
}

#margens_b{
	margin:4px 70px 0px 58px;
}

#margens_c{
	margin:65px 70px 0px 58px;
}

#contentMask {
	width: 412px;
    height: 297px;
    overflow: hidden;
	float:left;
	position:relative;
}
#content {
	width: 412px;
	text-align: left;
	position:relative;	
}

#scroll{
	width:20px;
	float:right;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}

#track {
	width: 20px;
	height: 280px;
	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;

}

/*opinioes*/
.textfield_orcamento {
    font-size: 11px;
    color: #1e1a14;
    width: 230px;
    height: 13px;
    border-color: #1e1a14;
	background-color: #ffffff;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #1e1a14;
    width: 141px;
    height: 13px;
    border-color: #1e1a14;
	background-color:#ffffff;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #1e1a14;
    width: 230px;
    height: 60px;
    border-color: #1e1a14;
	background-color:#ffffff;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

a:hover{
	text-decoration:underline;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#382219;
	text-decoration:none;
	line-height:20px;
}

.texto-multi{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#382219;
	text-decoration:none;
}