/* CSS Document */
html{
	background:url(../gfx/bg1px.jpg) center top repeat-y;
}
body{
	margin:0px auto; 
	background:url(../gfx/bg.jpg) center top no-repeat;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify; 	color:#818181;
	height:1106px;
}

#geral{
	margin:0px auto;
	width:770px;
}
#esquerda{
	width:234px;
	float:left;
}
#logo{
	width:219px;/*234px*/
	height:114px;
	padding-left:15px;
}
#menu{
	width:234px;/*334px;*/
	height:282px;/*382px;*/
	padding-top:40px;
/*	padding-right:10px;*/

}
.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff6102;
	font-weight:bold;
}

#news{
	width:234px;
	height:295px;
}

#direita{
	width:536px;
	float:left;
}
#topo{
	width:536px;
	height:254px;
}
#conteudo{
	width:536px;
}


#emptyDiv{
	clear:both;
	height:10px;
}

.link{
	font-size:12px;
	font-weight:normal;
}

a{ 
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff6102;
	font-weight:bold;
}

a:hover {
	color:#ffa201;
}
input, textarea{
	border:#dedede solid 1px;
	background-color:#FFFFFF;
	color:#ff6102;

}

#hover img{
	display:none;
}

.normal #hover{
	display:none;
}

.hover #normal{
	display:none;
}

.hover{
	margin-bottom:-3px;
	cursor:pointer;
}

img{border:0px;}
img,input{ /*IE sucks! must have a code to make png alpha opacity works*/
 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="gfx/blank.gif").substr(0,0)
	 :
      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="gfx/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}