@charset "utf-8";

body  {
	font-size:9px;
	font-family:Verdana, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

.end {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 9px; text-decoration:none; COLOR:#999999;}

#container{
	width: 800px;
	height: 604px; /*estava 604*/
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
	position: absolute;
	border: 1px solid black;
	background: #FFFFFF;
	text-align:center;
}

#logo { 
	padding:50px 0 30px 0;
	text-align:center; 
	left:-12px;
	position:relative;
	margin: 0 170px;
	width:487px;
	height:327px; 
	z-index:1;
}

#menu { z-index:0}

#sidebar1 {
	position: absolute;
	top: 43px;
	left: 0;
	width: 156px; /* 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 */
	padding: 15px 10px 15px 47px; /* padding keeps the content of the div away from the edges */
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height:16px;  
	z-index:3;
}

#sidebar2{
	position: absolute;
	top: 43px;
	right: 0;
	width: 156px; /* 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 */
	padding: 15px 48px 15px 20px; /* padding keeps the content of the div away from the edges */
	text-align: right; /* this overrides the text-align: center on the body element. */
	line-height:16px; 
    z-index:5;
}


A:link {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 9px; text-decoration:none; COLOR:#000000;}
A:visited {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 9px; text-decoration:none; COLOR:#000000;}
A:hover {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 9px; text-decoration:none; COLOR:#666666;}
A:active {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 9px; text-decoration:none; COLOR:#000000;}

#footer {
background-color:#000000; 
width:800px; 
height:45px; 
font-size:9px; 
font-family:Verdana, Helvetica, sans-serif; 
font-weight:bold; 
color:#999999;
/*border: 1px solid black;*/
}

A.mailfooter:link {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 9px; text-decoration:none; COLOR:#999999;}
A.mailfooter:visited {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 9px; text-decoration:none; COLOR:#999999;}
A.mailfooter:hover {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 9px; text-decoration:none; COLOR:#ffffff;}
A.mailfooter:active {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 9px; text-decoration:none; COLOR:#ffffff;}

#tituloinv h1 { visibility:hidden; }


