@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../img/pattern.jpg); background-position:top; background-repeat:repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.5em;
	color:#030000;
}

a{
	color:#030000;
	text-decoration:none;
	list-style:none;
}
a:link{
	color:#030000;
	text-decoration:none;
	list-style:none;
}
a:visited{
	color:#030000;
	text-decoration:none;
	list-style:none;
}
a:hover{
	color:#C00;
	text-decoration:none;
	list-style:none;
}

li{
	list-style:none;
	padding:0;
	margin:0;
}

#geral{
	/*background-image:url(../img/bkg_barra_footer.jpg); background-position:bottom; background-repeat:repeat-x;*/
	overflow:hidden;
}
#fundo{
	background-image:url(../img/fundo_main.png); background-position:left -10px; background-repeat:repeat-y;
	overflow:hidden;
}
#container{
	width:980px;
}

#header{
	height:160px;
}
#banner-topo{
	height:240px;
}
#slideshowHolder{
	display:none;
}
#logo{
	padding:0 0 10px 0;
}
#logo img{
	margin-left:20px;
}
#webmail{
	padding:10px 0 10px 0;
	text-align:right;
}
#webmail p{
	margin-right:20px;
}
#player{
	padding:20px 0 10px 0;
	text-align:right;
}
#menu{
	padding:0 0 10px 0;
	margin-top:40px;
}
#mainContents{
	margin-top:15px;
	margin-bottom:15px;
}

#footer{
	background-image:url(../img/fundo_footer.png); background-position:top; background-repeat:repeat-y;
	height:60px;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:18px;
	text-align:center;
}
	#footer span.telefone-destaque{font-weight:bold; color:#900;}
	
#sombra-rodape{
	background-image:url(../img/base_footer.png); background-position:bottom left; background-repeat:no-repeat;
	height:15px;
}

#menus ul.menu-horizontal{
	padding:0 20px 0 0;
	margin:0;
}

#menus ul.menu-horizontal li{
   float:right; 
   font-size:1.1em;
   font-weight:bold;
   overflow:hidden;
   margin-left:10px;
   color:#8e211b;
}

#menus ul.menu-horizontal li a{
   float:right; 
   font-size:1.1em;
   font-weight:bold;
   overflow:hidden;
   margin-left:10px;
   color:#8e211b;
}

#menus ul.menu-horizontal a:hover{
   float:right; 
   font-size:1.1em;
   font-weight:bold;
   overflow:hidden;
   margin-left:10px;
   color:#F00;
   border-bottom:4px #7d2523 solid;
}
.imgLeftFloat{
	float:left;
	margin:0 10px 10px 0;
}
.imgRightFloat{
	float:right;
	margin: 0 0 10px 10px;
}

