@charset "UTF-8";
/* CSS Document */

/* Estilos básicos */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(imagens/fundo_site.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-size:12px;
	color:#797979;
	margin: 0 0 0 0;
	
}

a {
	color: #666666;
	text-decoration:none;
}

a:hover {
color:#000000;
}

.button {
	background-color:#000033;
	color:#FFFFFF;
	height:25px;
	border:0px;
	height:21px;
}

.cabecalhoLogo {
	background-color: #E7E7E7;
	height:124px;
}

.fundoMenu {
background-image:url(imagens/fundo_menu.png);
background-repeat:no-repeat;
background-position:center;
height:51px;
}

.fundoBanner {
background-image:url(imagens/fundo_banner.jpg);
background-repeat:no-repeat;
background-position:center;
height:185px;
}

.h1 {
	text-transform:uppercase;
	color:#000033;
	font-size:22px;
	padding-left:10px;
	padding-top:10px;
}

.h2 {
	color:#FFFFFF;
	font-size:16px;
	line-height:30px;
	background-color:#000033;
	padding-left:10px;
}

.h3 {
	font-size:14px;
	line-height:30px;
	font-weight:bold;
}

.h3PC {
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	color:#999999;
}
.h4 {
	font-size:10px;
	line-height:12px;
}

#bannerConteudo {
	width:750px;
	height:150px;
	float:right;
}

#conteudoInst {
	width:750px;
	height:100%;
	float:right;
	background-image:url(imagens/noticias_fundo.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border: 2px solid #C0C0C0;
}

#conteudo {
	width:750px;
	height:100%;
	float:right;
	background-color:#FFFFFF;
	border: 2px solid #C0C0C0;
}

.conteudoFormato {
	padding: 10px 10px 10px 10px;
}

#container{
	width: 970px;
	margin: 0 auto;
}

/* Cabeçalho - Logos */

#logoBS{
	width:296px;
	height: 70px;
	float:left;
	background-repeat: no-repeat;
	background-image:url(imagens/logo_bs.png);
	background-position:center;
}

#logoSpace{
	width:493px;
	float:inherit;
}


#logoLG{
	width:181px;
	height: 70px;
	float:right;
	background-repeat: no-repeat;
	background-image:url(imagens/logo_lg.png);
	background-position:center;
}


/* Menu Horizontal */

#menuH {
	width:970px;
	height: 56px;
	clear:both;
	float:none;
	background-repeat: no-repeat;
	background-position:center;
	background-image:url(imagens/fundo_menu.png);
	z-index: 1;

}


/* Full Banner */

#fullBanner {
	width:100%;
	height:300px;
	float:none;
	clear:both;
	z-index: auto;
}

.fullBanner {
	height:300px;
	text-align:center;
	z-index: auto;
}


/* Menu Produtos */

#menuP {
	width: 200px;
	height:300px;
	background-color:#F0F0F0;
	border: 2px solid #C0C0C0;
	float:left;
}
.produtos {
	display: block;
	padding: 0px 13px -px 13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #797979;
	font-size: 12px;
	padding-left:10px;
	letter-spacing: 0px;
	line-height:17.3px;
	list-style-image:url(imagens/marcador.gif);
}

#download {
	width: 200px;
	height:200px;
	background-color:#F0F0F0;
	border: 2px solid #C0C0C0;
	float:left;
}

.download {
	font-size:12px;
	padding-left:10px;
	line-height:20px;
}

.pdf {
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}

/* Banner Soluções */

#bannerSpace {
	width: 20px;
}


#bannerD {
	width: 750px;
	height: 300px;
	background-color:#FFFFFF;
	border: 2px solid #C0C0C0;
	float:right;
}

.bannerD {
	height:300px;
	text-align:center;
}



/* Atalhos Home */

.spaceH {
	height: 15px;
}

#spaceLeft {
	width: 200px;
	float:left;
	clear:left;
}

.spaceLeft {
	height:12px;
}


#cadastroN {
	width: 200px;
	height:200px;
	background-color:#FFFFFF;
	border: 2px solid #C0C0C0;
	float:left;
}

.cadastroN {
	color:#797979;
	font-size:12px;
	padding-left:10px;
}

#bannerAtalhos {
	width: 480px;
	height:200px;
	float:left;
}

#produtosD {
	width: 250px;
	height:200px;
	background-color:#FFFFFF;
	border: 2px solid #C0C0C0;
	float:right;
}

/* Rodape */

.rodapeFundo {
	background-image:url(imagens/fundo_rodape.png);
	background-repeat:repeat-x;
	background-color:#e7e7e7;
	width:100%;
	height:145px;
	clear:both;
	float:none;
	_clear:both;
	_float:none;
	overflow:  hidden;
}

.redes {
	width:350px;
	float:left;
	font-size:16px;
	text-transform:uppercase;
	color:#000033;
	padding-left:10px;
	padding-top:10px;
}

.copyR {
	width:610px;
	padding-top:60px;
	color:#000033;
	text-align:right;
	vertical-align:middle;
	float:right;
}


/* Menu Horizontal */

.menuHFormato * { 
	margin: 0; 
	padding: 0;
}

.menuHFormato a { 
	display: block; 
}

.menuHFormato li { 
	list-style: none; 
	float: left; 
	height: 1%; 
}

.menuHFormato li ul {
	position: absolute; 
	visibility: hidden;
}

.menuHFormato li ul li {
	float: none; 
	white-space: nowrap; 
	display: inline; /* o inline é pro IE */
}

.menuHFormato li ul li ul { 
	position: absolute; 
	left: 100%; 
	top: 0; 
}

.menuHFormato li:hover ul, .menuHFormato li.over ul { 
	visibility: visible;
}

.menuHFormato li:hover ul ul, .menuHFormato li.over ul ul { 
	visibility: hidden;
}

.menuHFormato ul ul li:hover ul, .menuHFormato ul ul li.over ul { 
	visibility: visible;
}

/* visual */

#containerM {
	width: 830px;
	margin: 0 auto;
}

.menuHFormato {  
	margin: 0 0 0 25px;
	height: 31px;
	color: #7e7e7e;
}

.menuHFormato a { 
	text-decoration: none;
	color: #666666;
	padding: 0 25px;
	line-height: 23px;
}

.menuHFormato a:hover { 
	text-decoration:  none;
	color: #000;
}

.menuHFormato ul li ul {  
	border: 0px solid #000;
	background-color:#e9e9e8;
}


/* Notícias */

.noticiasL {
	background-color:#E4E4E4;
	color:#666666;
	height:20px;
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
}

.noticiasL a {
	color: #666666;
	text-decoration:none;	
}

.noticiasL a:hover {
	color:#000066;
}



/* Abas */

.visivel{
	display:block;
	border: 0px solid #c0c0c0;
	padding: 10px 10px 0 10px;

}

.visivel p, .visivel h6{
	padding-left:15px;
}

.visivel div{
	padding-left:15px;
}

.visivel div p{
	padding-left:0px;
}

.invisivel{
	display:none;
	font-size:10px;
}

.ativa{
	color: #FFF;
	width:25%;
	font-size:11px;
	text-align:center;
	background-color:#999999;
	height: 35px;
}

.ativa a{
	color: #FFF;
}

.inativa{
	color: #000;
	width:25%;
	font-size:11px;
	text-align:center;
	background-color:#c0c0c0;
	height: 35px;
}

.ativa a{
	color: #FFF;
}

/*div.Repetidor_Images{ width:420px; height:10px; margin:0 auto; margin-top:15px;}*/
div.Repetidor_Images{ padding-left:10px; margin:0 auto; margin-top:15px;}
div.Box_Foto_Galeria{
	float:left;
	margin: 0 20px 0 20px;
	width:150px;
	height:150px;
}
div.Box_Foto_Galeria a{ margin:0 auto;  width:150px; height:110px;; display:block;}


/* Twitter Posts */

#twitter_div {
width: 450px;
background-image:url(imagens/logo_twitter.png);
background-repeat: no-repeat;
}

#twitter_div ul li {
color: #000;
list-style: none;
font-size: 11px;
text-align: left;
padding: 7px;
border-bottom: 1px dotted #666;
}


.twitter-link {
padding: 0px;
display:block;
text-align:right;
font-size: 10px;
font-color: #d22929;
}
