* {
	margin:0;padding:0;
}
body {
	background-image:url(../images/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	background:url(../images/bg-container.png) repeat-y center top;
	width:989px;
	margin:auto;
}
#header, #container-rodape{ width:986px;}
#header {
	height:200px;
	background:url(../images/bg-header.jpg) no-repeat center;
}
#rodape {
	position:relative;
	clear:both;
	width:950px;
	height:65px;
	margin-top:10px;
	background:url(../images/bg-footer.png) repeat center;
}


/**************************
HEADER
***************************/
#header-esq {
	width:650px;
	height:200px;
	float:left;
}

#header-dir {
	width:336px;
	height:200px;
	float:right;
}
#logo {
	position:relative;
	width:264px;
	height:126px;
	margin:15px 0 -13px 25px; 
	/*left:30px;
	top:30px;*/
}
#banner {
	float:right;
	margin:5px 25px 15px 0;
	/*top:-110px;*/
	width:180px;
	height:150px;
	/*right:30px;*/
}
#radionv {
	position:relative;
	float:right;
	margin:0 30px 15px 0;
	/*right:-170px;
	bottom:30px;*/
}
#links-uteis {
	position:relative;
	margin:10px 20px 5px 0;
	/*right:20px;*/
	float:right;
	/*left:680px;
	top:-140px;*/
}
#links-uteis img {
	border:none;
	float:left;
	margin-right:5px;
}
#links-uteis a {
	text-decoration:none;
	color:#000;	
	float:left;
	margin-right:10px;
	font-weight:bold;
}
#links-uteis a:hover {
	text-decoration:underline;
}

#login {
	position:relative;
	width:600px;
	z-index:101;
	color:#000;
	margin:25px 0 0 30px;
	/*top:40px;
	left:30px;*/
}
#login label {
	color:#000;
}
#mod_login_logoutform {
	width:140px;
	height:45px;
	float:left;
	margin:10px 20px 0 0;
}

/* MENUS */
#menu {
	width:100%;
	position:relative;
	/*top:-21px;*/
	left:17px;
	z-index:100;
}

/* MENU DO USUÁRIO */
.moduletable_userMenu {
	color:#000;
	z-index:2;
}
.moduletable_userMenu h3 {
	color:#FFFF00;
	font-size:12px;
}
.moduletable_userMenu ul {
	/*display:block;*/ 
	width:100%;	padding:0 5px 5px 5px; margin:0px; list-style:none;
}

.moduletable_userMenu ul li {
	float:left;
	margin-right:10px;
	line-height:1.4em;
	font-size:11px;
}

.moduletable_userMenu a {
	color:#000;
}
.moduletable_userMenu a:hover {
	color:#666;	
}


/**************************
CONTEUDO
***************************/
#container-conteudo {
	position:relative;
	width:945px;
	margin:30px 0 0 18px;
	padding:0;
	height:auto;
	background:#FFF;
}
#conteudo-expandido, #conteudo-reduzido {
	height:auto;
}
#conteudo-expandido {
	width:100%;
	clear:both;
	margin-left:5px;
}
#conteudo-reduzido {
	position:relative;
	float:left;
	width:755px; 
	margin:0 10px 0 10px;
}
#conteudo-reduzido table {}

/* PUBLICIDADE */
#publicidade {
	position:relative;
	float:left;
	width:160px;
	margin-bottom:10px;	
}
#publicidade h3 {
	color:#ccc;
	margin:0 0 10px 0;
	text-align:left;
	border-bottom:1px dotted #CCC
}
#publicidade .advert {
	margin:auto;
}

/**************************
RODAPE
***************************/
#rodape-icones {
	background:url(../images/bg-rodape-icones.png) no-repeat;
	width:164px;
	height:47px;
	position:relative;
	left:770px;
	padding:7px 0 0 14px;
}
#rodape-icones img {
	margin-right:5px;
	border:0;
}
#rodape-creditos {
	position:relative;
	left:8px;
	bottom:40px;	
}
#rodape-creditos a {
	color:#FFFF00;
	text-decoration:none;
}
#rodape-creditos p { color:#FFF }
#rodape-creditos a:hover {
	text-decoration:underline;
}

/* DIVERSOS */
.hide {
	display:none;
}
/* Normal link */
a {
	color: #000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333;
	text-decoration: underline;
}
a.linkMore {
	position:relative;
	float:right;
	top:-5px;
	font-weight:bold;
	font-size:12px;
}
a.linkMore:hover {
	text-decoration:underline;
}

/* POP UP */
#boxPopupCultos {
	width:400px;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
}
#boxPopupCultos h3 {
	background-color:#DFDFDF;
	height:20px;
	width:auto;
	padding:4px 0 2px 4px;
}
#boxPopupCultos li {
	margin-bottom:10px;
}
