@charset "utf-8";
/* CSS Document */
/* 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,b,u,i,center,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;vertical-align:top;background:none;}


div {
	overflow:hidden;
}


html {
	margin-left: -1px;
	overflow-Y: scroll;
}

body,td,th {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background: url(../img_v2/fundo.png) center #453d37;
	background-repeat: repeat-y;
	margin: 0px;
	clear: both;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container {
  width:1000px;
  margin:0 auto;
  background:#FFF;
}

#versions {
  background:#fa9b0b;
  padding:1px 0px 2px 15px;
  color:#FFF;
}

#versions a{
	color:#FFF;
}

#menu_top{
	background:#FFF;
	padding:24px 0 20px 0;
}

#banners_flash {
  background:#c9b39f;
  padding:16px 0;
}

#orange_bar1{
	height:10px;
	background:url(../img_v2/laranja_shadow.gif) repeat-x #fa9b0b;
}

#main_text{
	padding: 33px 0 33px 51px;
	background: #8d7d70;
}

#main_text_box{
	width:335px;
	float:left;
}

#main_text_texto{
	padding:29px 15px 0px 15px;
	color:#FFF;
	font-size:18px;
	line-height:24px;
}

#main_text_texto a:link, #main_text_texto a:visited, #main_text_texto a:active{
	color:#FFF;
	text-decoration:underline;
}
#main_text_texto a:hover{
	text-decoration:none;
	color:#FFF;
}

#twitter_container{
	float:right;
	width:217px;
}

#icons{
	padding:14px 0 14px 0;
	background: #fff;
}

#orange_bar2{
	height:17px;
	background: #fa9b0b;
}

#menu_bott {
	background: #fff;
	padding-bottom:15px;
	width:1000px;
}

#credits {
	float:left;
	padding:14px 0 0 50px;
	color:#4d4d4d;
	font-size:13px;"
}