@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #666;
	background-color: #000000;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align:center;
}
#container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	
}
#faixa{
	height:150px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#side{
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px 0 0 0;
}
#conteudo {
	z-index:0;
	margin-left:180px;
	top: 171px;
	width: 751px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#anunciantes1 { 
	margin: 20px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin-left:800px;
	width: 170px;
}
#anunciantes2 { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin-left:170px;
	width: 170px;
	top:480px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:absolute;
}

#anunciantes3 { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin-left:660px;
	width: 130px;
	top:480px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:absolute;
}

#foto_capa { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin-left:350px;
	width: 300px;
	top: 171px;
	padding: 0px 0 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:absolute;
} 

.anuncios{
	font: 90% Verdana,sans-serif;
	color: #FFFFFF;
}

a, a:hover, a:active, a:focus {
	outline:0;
	direction:ltr;

}
 
.wrapper {
	position:relative; height:25px;
}
	
.mainmenu {
	position:absolute; 
	z-index:100;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:90%;
	line-height:25px;
	left:0px; 
	margin-left:0px; 
	width:150px;
}

ul.menu {
	padding:0; 
	margin:0; 
	list-style:none;
	width:120px; 
	overflow:hidden; 
	float:right; 
	margin-right:1px;
}

ul.menu a {
	background:#369;
	text-decoration:none; 
	color:#fff; 
	padding-left:5px;
}
 
ul.menu li.list {
	float:left;
	width:250px;
	margin:-32767px -125px 0px 0px;
	background-color:#000;
}

ul.menu li.list a.category {
	font-size:11px;
	position:relative;
	z-index:50;
	display:block;
	float:left;
	width:120px;
	margin-top:32767px;
	background:transparent;
}

ul.menu li.list a.sub {
	font-size:11px;
}

ul.menu li.list a.category:hover,
ul.menu li.list a.category:focus,
ul.menu li.list a.category:active {
	margin-left:5px;
	background-color:#333;
	background-position:left top;

}

ul.submenu {
	float:left; 
	padding:25px 0px 0px 0px; 
	margin:0; 
	list-style:none;
	background-color:#333;
	background-position:left top;
	margin:-25px 0px 0px 0px;
}
	
ul.submenu li a {
	float:left;
	width:120px;
	background:#666;
	clear:left;
	color:#fff;
}

ul.submenu li a.endlist {
	background-color:#666;
	font-size:11px;
}
 
ul.submenu li a.endlist:hover,
ul.submenu li a.endlist:focus,
ul.submenu li a.endlist:active {
	background-color:#333;
}
 
ul.submenu a:hover,
ul.submenu a:focus,
ul.submenu a:active {
	background:#333;
	margin-left:5px;
	color:#fff;
}
