/*############################################################## 
	@AtivaWeb:		www.ativaweb.com
	@Autor:			Aderbal Nunes
	@e-mail:		aderbalnunes@gmail.com
	@data:			14/08/2007
	@content:		Folha de estilo para layout principal 
###############################################################*/

.divEsq{
	float:left;
	padding:3px;
	margin-left:2px;
}
.divDir{
	float:right;
	padding:3px;
}
#menu-vert{
	margin:0 auto;
}
#menu-vert ul li{
	float:left;
	width:111px;
	height:22px;
	text-align:center;
	color:#FFFFFF;
	padding-top:4px;
	background:url(../images/ico-menu.gif) no-repeat center;
}
#menu-vert ul li a{
	text-decoration:none;
	color:#FFFFFF;
}
#menu-vert ul li a:hover{
	text-decoration:underline;
	color:#CCCCCC;
}

.menuOver{
	background:url(../images/ico-menu-over.gif) no-repeat center;
}

#content{
	width:600px; 
	float:left;
	left:5px;
}

#lateral-dir{
	float:right;
	width:159px;
	right:5px;
	top:24px;
	text-align:center;
}
#offer{
	width:72px;
	height:72px;
	margin-top:-23px;
	margin-left:365px;
	position:absolute;
	z-index:5;
}
a{
	color:#990000;
	text-decoration:none;
}a:hover{
	color:#333333;
	text-decoration:underline;
}

#idUer{
	height:23px;
	text-align:right;
	padding:2px;
}
#idUer input{
	border:solid 1px #CCCCCC;
	font-size:10px;
}