
/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET browser defaults */


/* TEXT STYLES */

a:link { text-decoration: none; color: white; }
a:visited { text-decoration: none; color: white; }
a:hover { text-decoration: none; color: white; }
a:active { text-decoration: none; color: white; }

img {
	border: 0px;
}

.clearfloat {
	clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}

/* CUSTOM STYLES */


body {
	background-color: #000000;
	color: #FFF;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14pt;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

#container {
	height: 100%;
	margin: 0 auto;
	width: 960px;
}

/* HEADER */

#container #header {
	width: 100%;
	height: 227px;
}

#container #header .blank {
	float: left;
	width: 40px;
	height: 10px;
}

#container #header .banner {
	float: left;
	width: 880px;
	text-align: center;
}

#container #header .language {
	width: 40px;
	float: right;
}


/* MAINBODY */

#container #mainbody {
	width: 100%;
	background-image: url(../images/bg-content.gif);
	background-repeat: no-repeat;
	background-position: center top;
/*	border: 1px solid #00ff00;*/
}


/* LEFT */

#container #mainbody #leftarea {
	float: left;
	width: 140px;
/*	border: 1px dotted #fff;*/
}

#container #mainbody #leftarea .menu {
	width: 140px;
	margin-top: 80px;
}

#container #mainbody #leftarea .menu a {
	height: 26px;
	width: 110px;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 20px;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	display: block;
	letter-spacing: 2px;
	font-size: 11px;
	color: #ffffff;
}

#container #mainbody #leftarea .menu a:hover {
	background-image: url(../images/bg-menuitem.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


/* CENTER */

#container #mainbody #content {
	float: left;
	width: 600px;
/*	height: 500px;*/
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
/*	border: 1px solid #fff;*/
}


/* RIGHT */

#container #mainbody #rightarea {
	float: left;
	width: 140px;
}

#container #mainbody #rightarea .block-noticias {
	width: 140px;
	height: 250px;
	margin-bottom: 10px;
}

#container #mainbody #rightarea .block-noticias .title {
	background-image: url(../images/block-shadow.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
}

#container #mainbody #rightarea .block-noticias .block-content {
	padding-top: 5px;
	font-size: 10px;
}

#container #mainbody #rightarea .block-noticias .block-content a {
	font-size: 12px;
}

#container #mainbody #rightarea .block-noticias .block-content MARQUEE {
	color: #5f6162;
}

#container #mainbody #rightarea .block-parceiros {
	width: 140px;
	height: 250px;
	margin-bottom: 10px;
}

#container #mainbody #rightarea .block-parceiros .title {
	background-image: url(../images/block-shadow.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
}

#container #mainbody #rightarea .block-parceiros .block-content {
	margin-top: 10px;
	text-align: center;
}

#container #mainbody #rightarea .block-pesquisa {
	width: 140px;
	height: 70px;
	margin-bottom: 10px;
}

#container #mainbody #rightarea .block-pesquisa .title {
	background-image: url(../images/block-shadow.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
}

#container #mainbody #rightarea .block-pesquisa .block-content {
	margin-top: 10px;
	text-align: center;
}

#container #mainbody #rightarea .block-pesquisa .block-content input {
	font-size: 10px;
}


/* FOOTER */

#container #footer {
	width: 680px;
	height: 118px;
	text-align: center;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
}

#container #footer .footer-menu {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	height: 15px;
}

#container #footer .footer-menu .option {
	float: left;
	padding-top: 10px;
}

#container #footer .footer-menu .option a {
	color: #ffffff;
}

#container #footer .footer-menu .separator {
	float: left;
}

#container #footer .copyright {
	width: 680px;
	margin-top: 30px;
	color: #5f6162;
}

#container #footer .copyright a {
	color: #009deb;
}


/* END GLOBAL STYLES */


/* ERROR PAGE */
.error_logo {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.error_message1 {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #009deb;
}

.error_message2 {
	margin-top: 50px;
	text-align: center;
	font-size: 14px;
}

.error_url {
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
}

.error_url a {
	color: #009deb;
}


/* MARQUEE STYLE */

#marqueecontainer {
	position: relative;
	width: 130px; /*marquee width */
	height: 205px; /*marquee height */
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
	color: #5f6162;
}
