body {
    margin:0;
    padding:0;
	text-align: center;
    font-size: 12;
    font-color: #343434;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../images/fundo_site.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

body *{
    font-size: 12;
    font-color: #343434;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

a{
   color:red;
   text-decoration:none;
}

a:hover{
   text-decoration:underline;
}

#header {
    height:135;
}

#topmenu {
    height:60;
    color:#ffffff;
}

#topmenu div {
    margin-top:89;
	/*margin-right:400;*/
}

#topmenu a{
   color:white;
   text-decoration:none;
    text-transform:uppercase;
   font-size: 12px;
	background-image: url('../images/fundo_menuinativo.png');
	background-repeat: no-repeat;
	height:43;
	line-height:43px;
	vertical-align:middle;
	width:126;
	text-align:center;
	display:inline-block;
}

#topmenu a:hover, #topmenu #active_menu-nav{
	background-image: url('../images/fundo_menuativo.png');
}

#topmenu span{
    color:#ffffff;
}

#banner {
    height: 265;
	background-image: url('../images/fundo_banner.png');
	position:relative;
	top:-10;
}

#slideshow {
	position:static;
	width:924;
	height:235;
	margin-top:14;
	margin-left:8;
}

#component div.componentheading, #rightcol .moduletable h3, .moduletable_submenu h3{
    text-transform:uppercase;
	background-image: url('../images/titulo_grande.png');
	background-repeat: no-repeat;    
	height:35;
	line-height:35px;
	vertical-align:middle;
	color:#7F7665;
	text-align:left;
	padding-left:20;
	margin-top:5;
	margin-bottom:10;
	font-size:12;
	font-weight:bold;
}

.moduletable_submenu table{
    top:-59;
	position:relative;
	left:200px;
}

.moduletable_submenu a{
   color:white;
   text-decoration:none;
    text-transform:uppercase;
   font-size: 10px;
	background-image: url('../images/fundo_submenuinativo.png');
	background-repeat: no-repeat;
	height:29;
	line-height:29px;
	vertical-align:middle;
	width:127;
	text-align:center;
	display:inline-block;
	color:#7E7767;
	font-weight:bold;
	margin-top:20;
}

.moduletable_submenu  #active_menu-nav{
	background-image: url('../images/fundo_submenuativo.png');
    text-decoration:none;
	color:red;
}

.moduletable_submenu  a:hover{
	background-image: url('../images/fundo_submenuativo.png');
    background-repeat: no-repeat;
    text-decoration:none;
	color:red;
}

.smallbox .moduletable {
    height:145;
	overflow:hidden;
}

.smallbox .moduletable h3{
    text-transform:uppercase;
	background-image: url('../images/titulo_pequeno.png');
	background-repeat: no-repeat;    
	height:35;
	line-height:35px;
	vertical-align:middle;
	color:#ffffff;
	text-align:left;
	padding-left:20;
	margin-bottom:10;
	font-size:12;
	font-weight:bold;
}

#footer {
    margin:0;
    padding:0;
	text-align: center;
    margin-top:11;
    height:143;
	background-image: url('../images/fundo_rodape.png');
	background-repeat: repeat-x;    
	padding-top:10;
}

#footer div{
	color:#ffffff;
	font-size:10;
}

#footer a{
   color:white;
   text-decoration:none;
   text-transform:uppercase;
   font-size: 11px;
   padding-right:5;
}

#footer a:hover{
   text-decoration:underline;
}

#footer span{
    color:#ffffff;
}

.contentpaneopen td {
   padding-right:10;
}

#mce_editor_0_toolbar img {
   float:left;
}

.contentheading {
  text-transform:uppercase;
  font-size:12;
  color:red;
}
/* teste formato */
#component-contact td.contentheading{
	text-transform:uppercase;
	background-image: url('../images/titulo_grande.png');
	background-repeat: no-repeat;    
	height:45;
	line-height:35px;
	vertical-align:middle;
	color:#7F7665;
	text-align:left;
	padding-left:20;
	margin-top:14;
	margin-bottom:10;
	font-size:10;
	font-weight:bold;
}
