/* Start of CMSMS style sheet 'legendas' */
/* Some suggested CSS styles for the Image Captions plug-in. */

p.centro{
}

p.direita{
}

p.esquerda{
}

div.captionborder {
	margin: 0;
	padding: 0;
}

div.captionborderright {
	float: right;
	margin: 5px 0 0 10px;
	padding: 0;	
}

div.captionborderleft {
	float: left;
	margin: 5px 10px 0 0;
	padding: 0;
}

#conteudo p.captiontext {
	margin: 0;
	padding: 8px;
	font-size: 11px;
	background-color: #EBEBEB;
	color: #4A4A4A;
	text-align: left;
	font: 12px/14px Arial, Helvetica, Verdana, sans-serif;	
	border-bottom: 1px solid #CCC;	
}

div.captionborderright p.captiontext  {
	text-align: right;
	padding-right: 3px;
}

div.captionborderleft p.captiontext  {
	text-align: left;
	padding-left: 3px;
}


/* End of 'legendas' */

/* Start of CMSMS style sheet 'catalogo' */
/**** box da pagina de categorias ****/
	
.boxcat{ 
	margin-bottom: 10px;
	min-height:160px; 
	height:auto !important; 
	height:160px; 
	background-color: #EFEFEF;
	overflow:hidden !important;
 	overflow:visible;			
}	

.boxcat h2{
	font: 14px/14px Arial, Helvetica, Verdana, sans-serif;
	color: #143169;
	padding: 10px 0 5px 10px;
	}
  
.boxcat p{
	padding:0 10px 10px 10px;
	}
	
.boxcat img{	
	float:left; 
	padding:3px 10px 10px 0;
	}

.boxcat a{	
	color: #666;	
	}
	
.boxcat a:hover{	
	color: #000;
	}	
	
/**** paginação rodapé ****/
	
.nav {
	border: 1px solid #E0E0E0; 
	padding: 9px 1px 9px 7px;
	color: #999;
	font: 12px/13px Arial, Helvetica, Verdana, sans-serif;
}

.nav a {
	background-color: #E0E0E0;
	margin: 0 6px 0 -2px;
	padding: 3px 5px 3px 5px;
	color: #000;
}	

.nav a:hover {
	background-color: #005BA4;
	color: #FFF;
}

/**** box imagens topo ****/

.item_images {
	width:489px; 
	background-color:#EFEFEF; 
	padding:11px 0 11px 11px; 
	margin-bottom:20px;
}

.item_image {
	margin:11px 0 0 0; 
	width:480px; 
	background-color:#EFEFEF;
}

.item_thumbnails img{
	padding:0; 
	margin-right:10px; 
	vertical-align:top; 
}

/**** tabela de downloads ****/

.tabelaanexos {
	margin-top:30px;	
	width:500px;
	background-color:#EFEFEF;
	color:#666;
}

.tabelaanexos th {
	border-top:1px solid #CCC;
	padding:5px;
	font:12px Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;	
}	

.tabelaanexos td{
	border-top:1px solid #FFF;
	padding:5px;
}	
/* End of 'catalogo' */

/* Start of CMSMS style sheet 'interna' */
/**** blocos personalizados ****/	
	
#geral {
	width: 800px;
	overflow: hidden;
	background: #FFFFFF url('img/bg.jpg') repeat-y;
	} 

#footer {
	width: 800px;
	height: 60px;
	margin: auto;
	background: #1661A4 url('img/base.jpg') top left no-repeat;
}

#header a { 
	position:absolute; 
	left:0; 
	top:0; 
	margin:0;
	width:780px;
	height:131px; 
	background:url("img/topo.jpg") 20px 0 no-repeat;
}

#centro {
	float:left;
	width:500px;
	margin:0 0 0 10px;	
	} 	
/* End of 'interna' */

/* Start of CMSMS style sheet 'geral' */
/* Reset CSS de Eric Meyer */

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/**** gerais ****/

body {
	background:#FFFFFF url('img/bg-site-azul.gif');
	text-align:center;		
	font:12px Arial, Helvetica, Verdana, sans-serif;		 
}
	
#container{
	margin:0 auto;
	width:800px;
	text-align:left;
} 

#header { 
	position:relative; 
	padding:0; 
	overflow:hidden;
	width:800px;
	height:131px;
	text-align: center;
	background: #FFFFFF url('img/bg.jpg') top left repeat-y;	 
}

#header span { 
	position:absolute; 
	left:0; 
	top:0; 
	margin:0;
	width:780px;
	height:131px; 
	background:url("img/topo-capa.jpg") 20px 0 no-repeat;
}
  
#conteudo {
	width: 760px;
	margin: 0 0 20px 20px;  
	overflow: hidden;   
}
	
div.header a  {
	width:800px;
	height:131px;
	display:block;
	padding:0;
	margin:0;
}		

p {
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	padding: 0 0 10px 0;  
}

a {
	color: #B35509;
}

a:hover {
	color: #000;
}

h1 {
	font: 17px/17px Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #143169; 
	padding: 7px 0 13px 0;
}

/**** rodape ****/  
  
#footer p {
	float: left;
	padding: 15px 0 0 40px;
	font: 10px/15px Arial, Helvetica, Verdana, sans-serif; 
	color: #FFF;
	text-align: center;   
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #B13732;
}

#footer img{
	float: right;
	margin-top: 1px;
}

/**** coluna da esquerda ****/
	
#esquerda {
	float: left;  
	width: 220px;
	margin: 0;
	padding: 0; 
	display: inline;
} 	


/**** menu principal ****/
  
#menulateral {
	float: left;  
	width: 180px;
	margin: 0;
	padding: 0 20px 0 20px;
	background: #ECEFF3 url(img/bgmenu.jpg);   
	display: inline;
} 
  
h3#menutopo{
	width:140px; 
	height:40px; 
	padding:10px 20px 0 20px; 
	font:12px/16px Arial, Helvetica, Verdana, sans-serif;
	color:#1661A4;
	text-align:center;
}

#menubase{  
	float: left;  
	width: 220px;
	height: 34px;   
	background: #ECEFF3 url(img/menu-base.jpg) no-repeat;
	display: inline;	
}   

.menu {
	list-style: none;
	padding-bottom: 1px;  
	background: url(img/separador.gif) 0 100% no-repeat;  
}

.menu a:hover {
	text-decoration: none;  
}

.menu ul {
	list-style: none;
	margin-left: 0px; 
}

.menu li {
	font: 12px/14px Arial, Verdana, Helvetica, sans-serif;
	background: url(img/separador.gif) 0 0 no-repeat;
	padding: 1px 0 0 0;
}

.menu li a {
	display: block;
	width: 142px; 
	padding: 7px 10px 8px 28px;
	background: #EFEFEF url(img/seta1.gif) 8px 8px no-repeat; 
	color:#143169;
	text-decoration: none;  
}

.menu li a:hover {
	background: #FFFFFF url(img/seta2.gif) 8px 8px no-repeat;
	color:#000;
}

.menu ul li a {
	display: block;
	width: 128px; 
	padding-left: 42px; 
	background: url(img/seta5.gif) 25px 8px no-repeat;      
	font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	color: #72141A;   
	text-decoration: none;  
}

.menu ul li a:hover {
	background: #FFF url(img/seta6.gif) 25px 8px no-repeat;
	color:#DA8C11;
}

.menu li a.currentpage { 
	background: #FFF url(img/seta2.gif) 8px 8px no-repeat;
	color:#000;  
}

.menu li li a.currentpage { 
	background: #FFF url(img/seta6.gif) 25px 8px no-repeat;
	color:#000;  
}

.menu li a.activeparent {
	background: #F7F7F7 url(img/seta7.gif) 8px 8px no-repeat;
	color:#000;
}
   

/* listas
--------------------------------------------------*/

#centro ul {
	margin-bottom: 10px;
}

#centro ul ul{
	margin: 10px 0px 15px 0px;	
}

#centro li	{
	list-style: disc url(img/bull02.gif);	
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	margin: 0px 0px 5px 15px;		
}

#centro li li	{
	list-style: disc url(img/bull03.gif);	
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;	
	color: #666;
	margin: 0px 0px 10px 15px;		
}

#centro li a:link {
	color: #BF7300;
	text-decoration: underline;
	}
	
#centro li a:visited {
	color: #BF7300;
	text-decoration: underline;
	}	

#centro li a:hover {
	background-color:#BF7300;	
	color: #fff;
	text-decoration: none;
	}
/* End of 'geral' */

