@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(../imagens/bg.jpg);
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
} 
.thrColFixHdr #header {
	height: 150px;
	width: 780px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 0px;
}
.thrColFixHdr  #conteudo {
	margin: 0px 0px 5px 0px;
} 
#mainContent2  {
	float: none;
	margin: 0 10px;
}

.thrColFixHdr  #footer {
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../imagens/rodape.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
} 
.thrColFixHdr  #footer  a {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	text-decoration: underline;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menu, 
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
} 
.menu {
	width:135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 


.menu li {
	margin:0;
	padding:0px;
} 
.menu a {
	display:block;
	color:#000000;
	text-decoration:none;
	background-image: url(../imagens/menu_01.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 17px;
} 

.menu a:hover {
	background-image: url(../imagens/menu_03.gif);
	background-repeat: no-repeat;
} 
.menu a:active {
	background-image: url(../imagens/menu_04.gif);
	background-repeat: no-repeat;
	color: #993300;
}
.menu ul li {
	padding: 0;
} 


.menu ul a {
	background-image: url(../imagens/menu_02.gif);
} 
.hidden {display:none;} 
.copyright {
	color: #A66C2D;
}
.menu a.h:hover {
	background-image: url(../imagens/menu_07.gif);
	background-repeat: no-repeat;
}
.menu a.h:active {
	background-image: url(../imagens/menu_08.gif);
	background-repeat: no-repeat;
	color: #993300;
}
.menu a.h {
	background-image: url(../imagens/menu_06.gif);
	background-repeat: no-repeat;
}
div#qTip    {
	padding: 3px;
	border: 1px solid #666;
	display: none;
	color: #FFFFFF;
	font: 10px Verdana, Arial, sans-serif;
	text-align: center;
	position: absolute;
	z-index: 1000;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #333333;
	opacity: .8;
	filter: alpha(opacity=80);
}
