/* ||| universal set of reset styles |||*/

html, body, div, span, applet, object, iframe, caption, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-size: 100%;
	outline: 0;
	border: 0;
	letter-spacing: 0px;
    font-family: Arial, Helvetica, sans-serif;
    /*color:#222222;*/
	_margin: 0px;
	margin-top:0px;
	}

/* remember to define focus styles! */

:focus {

	outline: 0;

}

body {
	font-family:arial,helvetica,sans-serif;
	font-size:100%;
	line-height:1.5em;
	font-size:13px;
	color:#2A2A2B;
}

ol, ul {
	list-style: none;
}



/* tables still need cellspacing="0" in the markup */

table {

	border-collapse: separate;

	border-spacing: 0;

}

table.pollstableborder td {
	line-height: 12px!important;
}

caption, th, td {

	font-weight: normal;
	text-align: left;
    line-height: 1.5;
    color:#222222;
	}

/* remove possible quote marks (") from <q> & <blockquote> */

blockquote:before, blockquote:after, q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

/* ||| the end |||*/

/* ||| set of clearing floats |||*/	

.clearfix:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

.clearfix {

	display: inline-block;

}

/* Hides from IE-mac \*/

* html .clearfix {

	height: 1%;

}

.clearfix {

	display: block;

}

.clear {

	clear: both;

}

/* End hide from IE-mac */

/* ||| the end |||*/

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	font-size:100%;
}

#bg {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:130%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#FFFFFF url(../images/bg.png) no-repeat scroll center top !important;
	

	
}

/*--- BOTÕES ---*/

*html .normalsublayout input{
	height: auto;
	padding: 3px;
	background: #991F23;
	border: none;
	text-transform: capitalize;
	color: #FFF;
}

/*HACK PARA O FORM DE NEWSLETER N HERDAR AS CONFIGS DE INPUT* IE6*/
*html .normalsublayout .inputbox, #name, #email{
	background: #FFF!important;
	color:#602D21!important;
	width:204px!important;
	border:1px solid #524040!important;
	color:#c25206!important;
	font-size:11px!important;
	height: auto!important;
	padding:4px!important;
	margin-bottom:5px!important;
	margin:1px!important;
}
/**/
.moduletablehome a {
	color: #991F23!important;
}

a.readon {
	border:none !important;
	background:#991F23!important;
	color: #FFF !important;
	text-transform:none !important;
	font-size:10px !important;
	padding:0 8px 4px 10px !important;
    font-family:Arial, Helvetica, sans-serif!important;
}

a.readon:hover {
	border:none !important;
	background:#CF3339!important;
	color: #FFF!important;
	text-decoration:none !important;
}

input[type="button"], button, .button, input[type="submit"] {
	height: auto!important;
	padding: 3px!important;
	background: #991F23!important;
	font-size: 11px!important;
	border: none!important;
	text-transform: capitalize!important;
	color: #FFF!important;
}

input[type="button"]:hover, button:hover, .button:hover, input[type="submit"]:hover {
	background: #CF3339!important;
}


/*------*/

a {
	outline: none;
	cursor: pointer;
}

img {
	border: none!important;
	text-decoration: none;

}

a:link, a:visited, a:active {
	text-decoration: none;
}

/*a:hover {

	text-decoration: underline;
	color:#991F23!important;

}*/

ul {
	padding: 0px 0 0 2px;
	margin-left: 1px;
	list-style: none;
}

ul li {
	background: url('../images/arrow.png') no-repeat 0 5px;
	padding-left: 14px;
	line-height: 170%;
}

ul li a {
	text-decoration: none!important;
}



ol li {
	line-height: 170%;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin:2px 0 15px 0;
}

h3 {
	line-height: 1;
	font-size: 24px;
	text-transform: uppercase;
	color: #991F23;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}

th {
	padding: 4px;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

input, select, button {
	font: normal 11px Arial, Helvetica, sans-serif;
	margin-top:1px;
	_margin-top:1px;
	*margin-top:1px;
	height: auto;
}

hr {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
	color: #eee;
	background-color: #eee;
}

.clearfix {
	clear: both;
}

.lf {

	float: left;

}

.rf {

	float: right;

}

/* Here you can change width or height of your logo*/

a#logo {
	background: transparent url('../images/logo.jpg') no-repeat 0 0;
	width: 200px;
	height: 85px;
	display: block;
	float: left;
}

/*end*/



/* Set the major blocks

--------------------------------------------------------------------------------*/

	

div#header_wrap, div#header_wrap_bottom, div#top_wrap, div#content_wrap, div#footer_wrap, div#bottom_wrap {
	width: 950px;
	margin: 0 auto;
	clear: both;
}

div#top_wrap {
	margin-top: 0px;
	background: none;
}

div#top_wrap div#menu {
	font: normal 11px;
	font-family: Arial, Helvetica, sans-serif;
 	/*border-bottom: 2px solid #991F23;*/
	background:transparent url(../images/bg-menu.png) repeat scroll 0 0;
}

div#header_wrap, div#header_wrap_bottom {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #707070;
	width: 950px;
}


div#header_wrap_bottom {
	/*background: url('../images/bg_header_bottom.png') no-repeat 0 0;*/
	/*background-position: bottom;*/
}

div#header_content {
	padding:0;
	/*background: url('../images/bg_header.png') 0 0;*/
}

a#top_left {
	width: 950px;
	height: /*95px*/125px;
	display: block;
	overflow: hidden;
	float: none;
	margin-top: 0;
	margin-left: 0px;
	padding-top:/*35px*/4px;
	padding-bottom:0px;
}
#top_left img {
	margin-top:20px;
}

div#top_right {
	width: 540px;
	float: right;
	text-align: right;
	/*line-height: 72px;*/
	margin-top: -128px;
}

.search {
	float: right;
	margin: 0px 0 0 10px;
}

div#top_right a {
	margin-top: 31px;
	color: #4E4E4E;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

div#top_right a.border-right {
	border-right: 1px solid #4E4E4E;
	padding: 0 6px 0 0;
	margin-right: 6px!important;
}

div#top_right a:hover {
	text-decoration: underline;
}

input#mod_search_searchword {
	background: url('../images/bg_input_search.png') no-repeat 0 0;
	margin: -23px 0 0;
	border: none;
	width: 144px!important;
	height: 34px;
	line-height: 17px;
	color: #8F8F8F;
	padding-left: 5px;
}

div#menu {
	clear:both;
	height:32px;
	float:left;
	position:relative;
	z-index:99;
}

div#horiz-menu {
	float: right;
	width: 950px;
	font-size:12px !important;
	text-transform:uppercase;

}

span#datas {
	display: none;
	float: left;
	width: 200px;
	line-height: 31px;
	font-size:12px;
	padding-left:0px;
	margin-left:0px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;

}

/* Members Area 

------------------------------------------------------------------------*/

div#memberarea {
	background: #000;
	border-bottom: 1px solid #1F1F1F;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
}

div#memberarea .centered {

	width: 950px;

	margin: 0 auto;

	height: 28px;

}

div#memberarea a {

	color: #666;

}

ul.loginposition {

	padding: 0;

	margin: 0;

}

ul.loginposition li {
	float: left;
	background: none;
	padding: 0 14px 0 0;
	line-height: 27px;
}

form#form-login label {
	margin-right: 6px;
	color: #666;
}


#memberarea input.inputbox {
	background: #1F1F1F;
	color: #ccc;
	border: 1px solid #000;
	width: 115px;
	height: 14px;
	padding-left: 5px;
}

#memberarea input.button {
	background: url('../images/button_white.png') repeat-x!important;
	float: left;
	height: 16px;
	margin-top:6px;
	padding: 0 6px;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 10px;
	font-weight: bold;
	border: none;
}

#memberarea input.button:hover {
	color: #000;
}

#memberarea .logout span {
	float: left;
	color: #fff;
	margin-right: 12px;
	line-height: 27px;
}

#memberarea .logout input.button {
	float: none!important;
	display: inline;
}

div.logout {
	float: left;
}

div.logout input.button {
	padding: 0;
}

/* Header modules */

div#header_content-left, div#header_content-right, div#header_content-center {
	width: 950px;
	
}

div#header_content-left {
	width: 717px;
}

div#header_content-right {
	width: 244px;
	_margin-top:0px !important;
	margin-left:-2px;
	background:#991F23;
	padding:0px !important;
	color:#2A2A2B;
    _padding-bottom:5px!important;  
    *padding-bottom:10px!important;  
    _padding-top:11px!important;
} 

#eventcalq td.mod_eventlistcalq_caltoday {
	background: #991F23 !important;
}

#eventcalq caption.mod_eventlistcalq_calendar-month {
background:#991F23!important;
border:none !important;
color:#FFFFFF !important;
}
#eventcalq caption.mod_eventlistcalq_calendar-month a, #eventcalq caption.mod_eventlistcalq_calendar-month a:link, #eventcalq caption.mod_eventlistcalq_calendar-month a:visited {
color:#FFFFFF;
}
#eventcalq table.mod_eventlistcalq_calendar {
background:#DDDDDD;
}
div#header_content-right h3{
	color:#2A2A2B!important;
	font-size:13px;
	text-align:left;		
	*margin-top: 5px !important;
	text-transform:uppercase !important;
	padding-left:13px !important;
	height: 11px;
}

div#header_content-right .button {
	background:#9C9CA0 !important;
	margin-top:5px !important;
	color:#FFFFFF !important;
	font-weight:normal !important;
	font-size:12px !important;
	text-transform: none !important;
	padding-bottom:17px !important;
}

div#header_content-right .button:hover {
	background:#000 !important;
	color:#FFFFFF !important;
}
div#header_content-left .moduletable, div#header_content-center .moduletable {
	margin:-2px;
}

div#header_content-right .moduletable {
	padding:0px!important;
	_padding150px!important;
	margin:0px;
	/*padding:10px!important;
	padding-bottom:9px !important;
	*padding-bottom:7px !important;	
	_padding-bottom:18px !important;*/
}

div#header_content-right .moduletable .mainnewsletter {
	padding:8px 14px 14px;
	_padding:0px 14px 14px!important;
	_padding-bottom:-10px;
	width:auto !important;
	height: 175px;
	*height:180px;
	_margin-bottom:-4px!important;
}	

#header_content {
	margin:0 !important;
	padding:0 !important;
}
/* Restricts */

div#header_content-left div.moduletable h3, div#header_content-right div.moduletable h3, div#header_content-center div.moduletable h3 {

	color:#000000 !important;
	font-family:Arial,Helvetica,sans-serif !important;
	font-weight:bold;
	text-transform:capitalize !important;
    /*margin:10px 0 0 28px; 769*/ 
}

div#header_content-left a, div#header_content-right a, div#header_content-center a {

	color: #991F23;

}

/* user positions */

*html div#bottom_wrap {
	padding-bottom:10px;
	
}
div#bottom_wrap .users {
	background: url('../images/bg_moduletable_bottom.png') repeat-x;
	background-position: bottom;
	padding-bottom: 22px;

}

div#bottom_wrap .moduletable_add {
	background: url('../images/bg_moduletable.png') 0 0;
}

.users_wrap {
	clear: both;
}

/* set the width of user modules */

div#bottom_wrap .moduletable_add {
	padding: 10px;
}

.us_width-32b, .us_width-49b {
	overflow: hidden;
	float: left;

}

.us_width-32b {
	width: 32%;
	margin-left: 2%;
	_margin-left: 5px;
}

.us_width-49b {
	width: 306px;
}

div:first-child.us_width-32b, div:first-child.us_width-49b {
	margin-left: 0;
}

.us-stand {
	clear: both;
	width: 100%;
}

/* component */

div#component, div#component-3 {
	width: 100%;
}

/* component + right */

div#component-2 {
	float: left;
	width: 650px;
}

div#right {
	/*background: url('../images/bg_right.png') repeat-x;  */
	float: right;
	width: 310px;
	padding-top: 8px;
}

div#content_wrap {
	background: url('../images/bg_mainbody.png') repeat;
	margin-bottom: 22px;
	color: #4F4F4F;
	font-size:13px;
	}

div#content_wrap .moduletable_add {
	padding: 20px;
}

#bg_content_wrap-2 {
	background: url('../images/bg_component_2.png') repeat-y 100% 0;
}

#mainbody {
	padding:20px 20px 20px 0;
   /*min-height: 263px;*/
}

/* Footer */

#footer{
	border-top:1px solid #CCCCCC;
	width: 100%;
	clear: left;
	color: #000000;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:10px;
}

div#footer a{
	color: #FFF;
}

#footer a:hover{
	color: #991F23 !important;
}

#footer_wrap {
	clear: both;
	height: 0px;
	font-size: 10px;
	margin:0 0 20px;
	text-align: right;
}

div#footer_wrap a {
	text-decoration: none;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}

/* moduletable

------------------------------------------------------------------------------------------------*/

div.moduletable, div.moduletable-header, div.moduletable_menu, div.moduletable_text {
	font: normal 12px  Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin:0 0 6px;
	padding-bottom: 3px;
    COLOR:#222222;
}

div.moduletable-header {
	margin:0;
	padding: 0;
	padding-bottom:22px;
}

#header_content-right div.bottom {
	margin-bottom: -9px;
}

div.moduletablehome h3, div.moduletable-header h3, div.moduletable_menu h3, div.moduletable_text h3 {
	-x-system-font:none;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:22px;
	margin-top:10px;
	padding:0;
	text-transform:capitalize; 
}

#bottom_wrap div.moduletable h3 {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:22px;
	margin-top:10px;
	padding:0;
	text-transform:capitalize;
}

/* Suffixes */

.grey {
	background: #f1f1f1;
}

.dark {
	background: #121212;
	color: #999;
}

.dark .moduletable_add h3 {
	color: #999;
}

.dark .moduletable_add h3 span {
	color: #fff!important;
}

.dark a {
	color: #fff;
}

.bright {
}

.pattern {
	background: #000 url('../images/bg.png');
	color: #999;
}

.pattern .moduletable_add h3 {
	color: #999;
}

.pattern .moduletable_add h3 span {
	color: #fff!important;
}

.pattern a {
	color: #fff;
}

/* Restricts */


#content_wrap div.moduletable h3, #right div.moduletable_menu h3, #right div.moduletable_text h3 {
	color:#222222;
	font-size:22px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	/*background: transparent url('../images/dotted_line.png') repeat-x 0 100%;*/
}

#content_wrap div.moduletable h3 span, #right div.moduletable_menu h3 span, #right div.moduletable_text h3 span {
	color: #2A2A2B;
}

.users_wrap div.moduletable_add {
	padding: 15px 10px 20px 0!important;
}

.users_wrap {
	margin: 0px 0;
	padding:14px 10px 0 0;
}

.usbottom {
	background: none;
	margin: 24px;
}

/*a:hover{

color:#991F23;
}*/

#bottom_wrap div.moduletable h3 span {
	color: #fff;
}

div#right div.moduletable, div#right div.moduletable_menu, div#right div.moduletable_text {
	margin: 0;
}

/*main menu*/

ul.menu li {
	padding: 3px 0;
	background:none;
	font-weight: normal;
}

ul.menu li.current {
	background:none;
}
ul.menu ul {
	margin: 0;
}

ul.menu ul li a {
	font-weight: normal;
}

ul.menu ul li {
	padding: 3px 0;
	background: transparent url('../images/dotted_line.png') repeat-x 0 0;
}

ul.menu ul li a:hover{
	color:#991F23!important;
}
/*Module Advertisement */

div.banneritem_text {

	padding: 5px 0;

	background: transparent url('../images/dotted_line.png') repeat-x 0 100%;

}

.bannerheader, .bannerfooter_text {

	padding: 3px;

	font-style:italic;

}

.bannerfooter_text {

	text-align: right;

}

/* Style switcher

-------------------------------------------------------------------------------*/

#stylearea {

	float: right;

}

#st_icon-1, #st_icon-2, #st_icon-3 {

	width: 11px;

	height: 11px;

	display: block;

	float: left;

	padding:17px 0 0 6px;

}

#st_icon-1 {

	background: transparent url('../images/ic_1.png') no-repeat 100% 50%;

}

#st_icon-2 {

	background: transparent url('../images/ic_2.png') no-repeat 100% 50%;

}

#st_icon-3 {

	background: transparent url('../images/ic_3.png') no-repeat 100% 50%;

}

div#eventcalq {
	margin-top:5px;
	padding: 15px 34px;
	text-align:center;
	padding-top:0px;
}



.moduletablerodape {

/*background:#FFFAB8 none repeat scroll 0 0;*/

height: 1px;
color:#2A2A2B;
padding: 0 9px 0 0;
margin-left:-5px;

}



#busca{

position: absolute;

top:50px;	

right: 4px;

width: 150px;

height: 30px;

}



input#ps_search_str{
	color:#602D21;
	width:204px;
	border-top: #9C9CA0 1px solid;
	border-left: #9C9CA0 1px solid;
	color:#222222;
	font-size:11px;
	height:auto;
	padding:3px;
}



#topmod {

_background: url('../images/login-pane.png') 0 -2px no-repeat;

}

#ps_results {
	margin-left: 132px;
	*margin-left: -404px;
	_margin-left: -403px;
}

.normalsublayout {
	border: medium none;
	/*margin-top: 3px;*/
	margin: 0 !important;
}

.bannertopo {
font-size: 0;
}

.moduletablehome {
	height: auto;
	padding: 8px 8px 8px 0;
	/*background: transparent url(../images/back_module.png) repeat scroll 0 0;*/
	line-height:17px;
	color:#000;
}


.moduletablehome h3 {
	color:#000000;
	font-size:20px;
	line-height:1;
	text-transform:capitalize;
}

.moduletablehome span strong{
	color:#991F23!important;

}

.rawimages {
	margin: -34px 170px 5px 7px;
	text-align: center;
}

#fpss-container {
	width: 950px!important;
}

#fpss-outer-container {
	margin:0 !important;
	overflow:hidden !important;
	padding: 0 !important;
	width: 950px !important;
}

#fpss-outer-container {
	border:0px solid #FFF;
}


div.moduletable {
	_margin: 0px 0px 0px 0px !important;
	_padding:0px !important;
	padding-left:2px;
}

.moduletable-bannertopo {
	margin:0px;
	padding: 0px;
}

#horiz-menu li#current a, div#horiz-menu a:hover {
	background:#991F23;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
  
}
#horiz-menu li#current a span {
	color:#FFF;
}


<!-- Aviso Navegador IE 6 -->
#yoo-iecheck{
	width: 980px !important;
	margin-top: 100px !important;
	left:50% !important;
	margin-left:-500px !important;
	height:580px  !important;
	font: normal 16px Arial,verdana,tahoma !important;
	padding:10px !important;
}
#yoo-iecheck .close{padding:20px !important;}
#yoo-iecheck .msg{padding-top:60px !important;}
#yoo-iecheck .msg a{
text-align: center !important;
padding:10px !important;
padding-top:20px  !important;
}
.moduletableshowroom .fpss-introtext {
	
	background:transparent url(../images/bg_slider_showroom.png) repeat scroll 0 0;
	height:100%;
	left:0 !important;
	width:371px;
	
}
.moduletableshowroom .fpss-introtext .slidetext h1 a {
color:#990000 !important;
}
.moduletableshowroom .fpss-introtext .slidetext h1 a:hover {
color:#666666 !important;
}
.fpss-introtext {
	background:transparent url(../images/bg_slider.png) repeat scroll 0 0;
	height:100%;
	left:0 !important;
	width:371px;
}

.fpss-introtext .slidetext h1 a{
	color:#FFFFFF !important;
	font-family:Arial, Helvetica, sans-serif !important;
	
	font-size: 25px !important;
	font-weight:bold !important;
}

table.pollstableborder  {
	width:auto !important;
}


#bottom_wrap .moduletable .mostread {
	color:#2A2A2B;
}

h2.contentheading, .contentheading {
	padding:5px 0 !important;
	font-size:20px !important;
}

a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus, .componentheading {
	font-size: 20px !important;
	font-weight: bold!important;
}

.normalsublayout .inputbox{
	width: 209px;

}

.normalsublayout .inputbox{
	color:#000;
	width:204px;
	border-top:1px solid #9C9CA0;
	border-left:1px solid #9C9CA0;
	font-size:11px;
	height: auto;
	padding:2px;
	margin-bottom:5px;
	margin:1px;
}

.normalsublayout span p{
	color:#222222!important;
}
#slide-wrapper #slide-outer .slide .slide-inner {
	left:1px;
	_left: -2px;
}
.fpss-introtext .slidetext h1 a:hover {
	color:#991F23 !important;
	text-decoration:none;
}

.moduletablehome img {
	border: thin solid #494949;
}

.current {
	width: 300px;
}

.fpss-introtext .slidetext {
	padding:170px 10px !important;
}

.fpss-introtext .slidetext h1 {
	color:#FFFFFF!important;
	font-family: Arial, Helvetica, sans-serif!important; 
	color:#FFFFFF!important;
	font-family: Arial, Helvetica, sans-serif!important;
	font-size:26px!important;
	line-height:26px!important;
	margin:0!important;
	padding:0!important;
	font-size:26px;
	line-height:26px;
	margin:0;
	padding:0;
}

.small, .smalldark, .createby, .createdate, .modifydate {
	color:#000;
}

.fpss-introtext .slidetext p {
	background: none!important;
	color: #FFF!important;
	margin:4px 0!important;
	padding-top:10px!important;
	font-size:16px !important;
	font-family: Arial, Helvetica, sans-serif!important;
}




/*
#horiz-menu  menu,current,span{
color:#fff!important;

}*/

#horiz-menu li a{
	color:#fff!important;
}

.mainlevel{
	color:#1A1A1A!important;
}
.mainlevel:hover{
	color:#991F23!important;
}


/*---TIRAR BORDA E FUNDO DOS 'INPUTS' PARA OS IE'S---*/
#contact_email_copy, #modlogn_remember2, #area_content, #area_weblinks, #area_contacts, #area_categories, #area_sections, #area_newsfeeds, #voteid1, #voteid2, #voteid3, #voteid4, #voteid5, #voteid6, #state0, #state1, #frontpage0, #frontpage1  {
	border: none!important;
	background: none!important;
}
/*------*/

#slide-wrapper #slide-outer .slide {
	right: 0!important;
	width: 950px!important;
	height:515px !important;
}

/*----- 'TODOS OS DIREITOS RESERVADOS E TECNOLOGIA SAMBA -----*/
/*HACK PRO IE6*/
*html #tecnologia {
	padding-bottom:0px;
	padding-top: 10px;
}
/**/

#tecnologia {
	width: 950px;
	height: 30px;
	padding-bottom:5px;
	padding-top:30px;
	color:#000;
}

#copy {
	height:20px;
	float: left;
	font-size: 11px;
}

#tecsamba {
	float: right;
	margin-top:-15px;
}
/*----------------------*/

/*--- PALAVRA CHAVE DA PESQUISA AVANÇADA*/
.highlight {
	background: #991F23;
	color:#FFF;
}
/*------*/

/*---FORMULARIO DE CONTATO*/
#contact_name, #contact_email, #contact_subject, #contact_text {
	border-top: 1px solid #9C9CA0;
	border-left: 1px solid #9C9CA0;
	background: #FFF;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*----*/
#bottom_wrap {
	padding-top:10px;
}
#fpss-container img {
	height:515px !important;
	width:950px !important;
}

/*---------REMOVA PARA DEIXAR PADRÃO-------------
----------ADD APENAS PARA ALINHAR MODULOS NA HOME SEM O BACKGROUND NOS MODULOS------------------------------------*/
#module-left {
	float:left;
	margin-left:-8px;
	width:221px;
}
#module-center {
	margin-left:98px;
}
#module-right {
	float:right;
	margin-right:-15px;
	width:265px;
}


/*----------ATÉ AQUI------------------------------------------------------------------------------------------------*/