@charset "utf-8";
/* CSS Document */

body { margin: 0; padding:0; border:0; background:url(img/bg.jpg) repeat-x}

#global { width:100%; height:100%; text-align:center}
#centraliza { width:987px; height:100%; margin:0 auto}
#flash{ width:987px; height:600px; background:url(img/bg_flash.jpg) no-repeat}
#conteudo { width:987px; height:434px; background:url(img/bg_corpo.jpg) no-repeat}
#ultimos{ width:346px; height:400px; float:left}
#twitter{ /*FIM DO CODIGO*/}
#form{ width:320px; height:400px; float:left; color:#999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
#clear{ clear:both }
#rodape{ width:987px; height:20px; color:#999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.statcounter{ display:none}

/*FORMULARIO::::::::::::::::::::::::::::::::::::::*/
input { 
	background-color: #464545; 
	/*background:-moz-linear-gradient(center top , #464545, #323131) repeat scroll 0 0 transparent;*/
	background: -moz-linear-gradient(bottom, #323131, #464545); /*para o Firefox*/
	background: -webkit-gradient(linear, center bottom, center top, from(#323131), to(#464545)); /*para navegores Webkit*/
	font: 11px verdana, arial, helvetica, sans-serif;
	color:#7690a8;
	border-color:#353434 #353434 #2d2c2c;
	border-style:solid;
	border-width:1px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding:6px 10px;
}
select { 
	background-color: #464545; 
	font: 10px verdana, arial, helvetica, sans-serif;
	color:#7690a8;
	border:1px solid #303b4b;
	height:20px;
	width:260px;
}


#voltar { 
	background-color: #464545;
	display:block;
	width:50px;
	height:20px; 
	font: 10px verdana, arial, helvetica, sans-serif;
	color:#7690a8;
	border:1px solid #664542;
	padding:0;
	margin:0;
}


textarea {
	background-color: #464545; 
	/*background:-moz-linear-gradient(center top , #464545, #323131) repeat scroll 0 0 transparent;*/
	background: -moz-linear-gradient(bottom, #323131, #464545); /*para o Firefox*/
	background: -webkit-gradient(linear, center bottom, center top, from(#323131), to(#464545)); /*para navegores Webkit*/
	font: 11px verdana, arial, helvetica, sans-serif;
	color:#7690a8;
	border-color:#353434 #353434 #2d2c2c;
	border-style:solid;
	border-width:1px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	overflow-x: hidden;
	padding:6px 10px;
	width:250px;
	height:60px;
}

#contato input { 
	background-color: #464545; 
	font: 10px verdana, arial, helvetica, sans-serif;
	color:#7690a8;
	border:1px solid #303b4b;
	height:15px;
}



/*:::::::::::::::::::TWITTER::::::::::::::::::::::::::*/

#twitter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 10px;
	width: 280px;
	float:left;
}
#twitter #twitter_update_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#twitter #twitter_update_list li {
	color: #ffcd98;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ce7617;
	padding-bottom: 10px;
	text-align:left;
}
#twitter a {
	text-decoration: none;
	color: #DDA84E;
}
#twitter a:hover {
	color: #D78E42;
}#twitter p {
	text-align: right;
}

/*::::::::::::::::::::::::::::::::::::SCROLLBAR*/
body {scrollbar-face-color: #351817;
scrollbar-shadow-color: #000;
scrollbar-highlight-color: #000;
scrollbar-3dlight-color: #000;
scrollbar-darkshadow-color: #000;
scrollbar-track-color: #000;
scrollbar-arrow-color: #000;}
