/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 95% Arial, Helvetica, sans-serif;
	color:#000;
	
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Menu
----------------------------------------------------------------------------------------------------*/

#menu{
	background:url(../images/sombra_menu.jpg) center bottom no-repeat;
	width: 640px;
	_width: 600px;
	height: 80px;
	border:0;
	margin:0;
	float: right;
	
}

/*#MainMenu 
{

}*/
#tab 
{
	top:0;
	height:0;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0;
}
#tab a 
{
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:700;
	line-height:21px;
	padding: 20px 10px;
}
#tab a:hover,#tab li.item_active a 
{
	
}
#tab a:hover span,#tab li.item_active a span 
{

	color:#666;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}

/* `Box imagens
----------------------------------------------------------------------------------------------------*/

.boxImagens{
	padding:20px;
	width: 470px;
	margin-bottom: 20px;
	border: 1px solid #DADEDE;
	background:#F4F4F4;
}
.boxImagens2{
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #DADEDE;
	background:#F4F4F4;
}
.boxImagens img,.boxImagens2 img {margin-right: 15px; margin-top: 10px;}

.boxImagens span, .boxImagens2 span {
	display: block;
	width: 90px;
	text-align: center;
	font-size: 0.7em;
}

.boxImagens .boxItem, .boxImagens2 .boxItem {
	float: left;	
}

.canteudoTexto{
width: 756px;
margin-left: 17px;
}
.canteudoTexto ul {margin-bottom: 30px; padding: 0;}
.canteudoTexto li{display: inline; background:url(../images/iconLista.gif) left 2px no-repeat; padding-left: 15px; margin-left: 0; margin-right: 20px;}

.conteudo .imgBanner{
	margin-top: 20px;
}
.imgLogo{
	float:right;
}

.marginTop{
	height: 50px;

}

#contato fieldset{
	padding: 20px;
	width: 100%;
}

#contato legend{
display: none;
}


/* HACK PARA CORRIGIR O MARGIN-BOTTOM*/
html>body #contato legend{
	margin-bottom: 0px;
}

#contato input.texto, #contato textarea.texto{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 13px;
	margin-bottom: 10px;
	color: #0E0659;
	width: 200px;
}


#contato select{
	border: 1px solid #333;
	font-size: 13px;
	margin-bottom: 10px;
	color: #0E0659;
}

#contato label{
	display: block;
	width: 100px;
	float: left;
	color: #000;
}

#contato span{
	color: #999;
	font-size: 12px;
}
        
#contato .botao{
	font-size: 13px;
	background: #f1f1f1;
	margin: 15px 0px 0px 0px;
}
/* `Rodap�
----------------------------------------------------------------------------------------------------*/
#rodape{
	background:url(../images/bg_rodape.jpg) left bottom repeat-x;
	height: 90px;
	margin-top: 10px;
	text-align: center;
	font-size: 0.7em;
	
}
#rodape p{
	margin-top: 50px;
	padding-top: 60px;
}
#titulo{
	height: 50px;
}
.tituloPagina{
	background:url(../images/bg_titloPagina.jpg) center top no-repeat;
	width: 244px;
	height: 55px;
	position: absolute;
	top: 144px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

