/* ==================================
Estilos gerais
====================================*/
* { /*seta para todos os elementos do código*/
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #252525;
}

.blockquote { padding: 0 0 0 40px}

a:hover {
	text-decoration: underline;
	color: #252525;
}
a img {
	border: 0
}
ul, ol {
	list-style: none
}
body{
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; /*small -> seta um valor relativo e não absoluto, melhorando o controle do tamanho da fonte pelo usuário */
	font-size: small;
	line-height: 120%;
	background: #E8E6E6;
	color: #666;
}
.hidden {
	display: none
}
/* ==================================
Principais containers
====================================*/
div#site {
	width: 80%;
	max-width: 960px;
	min-width: 770px;
	margin: 0 auto;
	background: #FFF;
	float: left;
	
}
div#content-wrapper {
	float: left;
	clear: both;
	width: 100%;
}
div#sidebar {
	width: 19%;
	float: left;
	border-right: 1px dotted #DDD;
}
div#content {
	width: 77%;
	float: right;
	margin: 0 10px 0 0;
}
div#contentinterno {
	width: 95%;
	float: center;
	margin: 0 10px 0 0;
}
/* ==================================
Header
====================================*/
div#header {
	border-bottom: 1px dotted #DDD;
	margin: 0 0 20px 0;
	float: left;
	clear: both;
	width: 100%;
	background:url(images/bg_header_row1.gif)
}
div#header * {
	float: left
}
div#branding {
	float: left;
	clear: both;
	width: 100%;
	background:url(images/bg_header_row1.gif);
	margin: 10px 10px 10px 0px
}
h1#logo {
	background: url(images/logo-net-2009-menor-new.gif) 0 0 no-repeat;
	width: 280px;
	height: 80px;
	margin: 0 0 0 10px;
}
dt#chamada {
	width: 220px;
	height: 20px;
	float: right;
	margin: 5px 0px 0 0;
	color: #fff;
	font-size: 100%;
	font-family: Arial;
	line-height:normal;
	font-weight: bold;
}
div#header-info {
	width: 100%;
	background: url(images/fundo_logo_nethorizontes.gif) 0 0 repeat-x;
	font-size: 85%; 
	padding: .4em 0;
	margin: 0 0 auto;	
	border-bottom: 1px dotted #DDD;
}
div#header-info span {
	float: center;
	display: block;
	padding: 0 0 0 10px;
}
div#header-info-frase span {
	float: right;
	display: block;
	padding: 0 10px 0 50px;
	color: #252525;
}
div#header-info ul{	
	float: right;
	display: block;
	padding: 0 20px 0 0;
}
div#header-info ul li a{
	padding: 0 .3em;
}
/* ==================================
Sidebar > Nav
====================================*/
ul#nav {
	width: 100%;
	overflow: hidden;
	font-size: 85%;
	color: #BF1716;
}

ul#nav li h4{
	color: #000;
	padding: 6px 0 6px 8px;
	font-size: 100%;
	text-transform: uppercase;
}
ul#nav li a{
	color: #252525;
	background: url(images/fundo_logo_nethorizontes.gif) 0 0 repeat-x;
	display: block;
	width: 100%;
	padding: .4em 0 .3em 10px;	
	border-bottom: 1px dotted #EEE;
}
ul#nav li a:hover {
	background: #FFC url(images/fundo_logo_nethorizontes-over.gif) 0 0 repeat-x;
	color: #000;
	border: none;
	padding: .4em 0 .4em 10px;	
}
a#chat {
	display: block;
	width: 131px;
	margin: 10px auto;
}
a#logo-icann {
	display: block;
	width: 76px;
	margin: 10px auto;
}
/* ==================================
Sidebar > Depoimentos
====================================*/
div#depoimentos {
	font-size: 85%;
	border-top: 1px dotted #DDD;
	width: 90%;
	margin: 0 auto
}
div#depoimentos h4 {
	background: url(images/opinioes_clientes.gif) 0 0 no-repeat;
	width: 149px;
	height: 20px;
	margin: 4px 0;
	
}
div#depoimentos p {
	margin: 1em 0;
	padding: 0 .3em .8em .3em;
	border-bottom: 1px solid #E5E5E5
}
/* ==================================
Content > Destaques
====================================*/
div#destaques {
	padding: 8px;
	background: #F7F7F7;
	display: block;
		
}
div#destaques dl{
	background: #FFF;
	border: 1px solid #DDD;
	margin: 0 auto;
	padding: 8px;
	position: relative;

}
div#destaques dl dd{
	display: inline;
}
div#destaques dl dd#destaque-streaming{
	position:absolute;
	right: 0;
}
/* ==================================
Content > Box Planos
====================================*/
div.planos {
	float: left;
	clear: both;
	background: #F7F7F7;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
dl.box-plano {
	width: 21.5%;
	background: #FFF;
	border: 1px solid #EEE;
	float: left;


	margin: 1% 0 0 1%;
	padding: 6px;
	font-size: 85%;
	text-align: center
}
div#streaming dl.box-plano {
	width: 29.7%
}
dl.box-plano:hover {
	background:#FFC
}
dl.box-plano dt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
	color: #BF1716;
	border: 1px solid #EEE;
	padding: 2px 0 3px 28px;
	background: #FFF;
	text-align: left
}
dl.box-plano.linux dt {
	background: #FFF url(images/bullet_linux.gif) 0 50% no-repeat;
}
dl.box-plano.windows dt {
	background: #FFF url(images/bullet_windows.gif) 0 50% no-repeat;
}
dl.box-plano.streaming dt {
	background: #FFF url(images/bullet_streaming.gif) 2px 50% no-repeat;
	padding: 4px 0 5px 30px;
}
dl.box-plano dd {
	padding: 1px 0 1px 3px;
}
dl.box-plano dd a{
	color: #BF1716;
	display: block;
	text-align: center;
	margin: 0 auto
}
dl.box-plano dd br{
	display: none;
}
dl.box-plano dd big{
	font-size: 120%;
	font-weight: bold;
	display: block;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #EEE;
	padding: 2px 0 3px 0;	
}
dl.box-plano dd big:hover{
	background: #BF1716;
	color: #FFF;
	border-color: #BF1716;
	cursor: pointer
}
dl.box-plano dd.destaque{
	color: #BF1716;
}
dl.box-plano.streaming dd.destaque{
	text-transform: uppercase
}
dl.box-plano dd.preco{
	font-size: 130%;
	padding: 6px 0 8px 3px
}
dl.box-plano dd.preco strong{
	font-size: 150%;
	padding: 0 3px;
}

/* ==================================
Content > Box Topo novidades
====================================*/
div.planostopo {
	float: center;
	clear: both;
	background: #F7F7F7;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 1% 0;
}
dl.box-topo {
	width: 29.7%;
	background: #FFF;
	border: 1px solid #EEE;
	float: left; 


	margin: 1% 0 0 1%;
	padding: 6px;
	font-size: 85%;
	text-align: justify
}

dl.box-topo:hover {
	background:#FFC
}
dl.box-topo dt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
	color: #BF1716;
	border: 1px solid #EEE;
	padding: 2px 0 3px 28px;
	background: #FFF;
	text-align: left
}
dl.box-topo.noticiaum dt {
	background: #FFF url(images/mini_internet.jpg) 0 50% no-repeat;
}
dl.box-topo.noticiadois dt {
	background: #FFF url(images/mini_cadeado_seguranca.jpg) 0 50% no-repeat;
}
dl.box-topo.noticiatres dt {
	background: #FFF url(images/mini_gerente_contas.jpg) 2px 50% no-repeat;
	padding: 4px 0 5px 30px;
}
dl.box-topo dd {
	padding: 1px 0 1px 3px;
}
dl.box-topo dd a{
	color: #666666;
	display: block;
	text-align: justify;
	text-decoration:none;
	margin: 0 auto;
}
dl.box-topo dd br{
	display: none;
}
dl.box-topo dd big{
	font-size: 120%;
	font-weight: bold;
	display: block;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #EEE;
	padding: 2px 0 3px 0;	
}
dl.box-topo dd big:hover{
	background: #BF1716;
	color: #FFF;
	border-color: #BF1716;
	cursor: pointer
}
dl.box-topo dd.destaque{
	color: #BF1716;
}
dl.box-topo.3 dd.destaque{
	text-transform: uppercase
}
dl.box-topo dd.preco{
	font-size: 130%;
	padding: 6px 0 8px 3px
}
dl.box-topo dd.preco strong{
	font-size: 150%;
	padding: 0 3px;
}

div.planostopo2 {
	float: center;
	clear: both;
	background: #F7F7F7;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 1% 0;
}
dl.box-topo2 {
	width: 95%;
	background: #FFF;
	border: 1px solid #EEE;
	float: left; 


	margin: 1% 0 0 1%;
	padding: 6px;
	font-size: 85%;
	text-align: justify
}

}
dl.box-topo2 dt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
	color: #BF1716;
	border: 1px solid #EEE;
	padding: 2px 0 3px 28px;
	background: #FFF;
	text-align: left
}
dl.box-topo2.1 dt {
	background: #FFF url(images/bullet_linux.gif) 0 50% no-repeat;
}
dl.box-topo2.2 dt {
	background: #FFF url(images/bullet_windows.gif) 0 50% no-repeat;
}
dl.box-topo2.3 dt {
	background: #FFF url(images/bullet_streaming.gif) 2px 50% no-repeat;
	padding: 4px 0 5px 30px;
}
dl.box-topo2 dd {
	padding: 1px 0 1px 3px;
}
dl.box-topo2 dd a{
	color: #666666;
	text-align: justify;
	margin: 0 auto;
}

/* ==================================
Content > Noticias
====================================*/
div#noticias {
	float: left;
	width: 60%;
	border-right: 1px dotted #DDD;
	margin: 20px 0 0 15px;
	padding: 0 0 30px 0;
}
div#noticias a{
	color: #000000;	
	
}
div#noticias dl{
	padding: 0 10px 0 6px;
	font-size: 90%;
}
div#noticias dl a{
	font-size: 100%;
}
div#noticias dl dt{
	margin: 10px 0 2px 0;
	font-size: 90%;
}
div#noticias dl dd{
	padding: 0 10px;
	font-size: 98%;
}

div#noticias span {
	margin: 10px 20px 0 0;
	color: #CCC
}
/* ==================================
Content > Informacoes Adicionais
====================================*/
div#info-adicional {
	float: right;
	width: 30%;
	margin: 20px 15px 0 0;
}
div#info-adicional p{
	margin: 10px 0;
	font-size: 85%;
}
div#info-adicional dl{
	border-top: 1px dotted #DDD;
	margin: 10px 0 0 0;
	clear: both;
	width: 100%;
}
div#info-adicional dt{
	margin: 10px 0;
}
div#info-adicional dd{
	margin: 10px 4px 0 0;
}
/* ==================================
Footer
====================================*/
div#footer {
	border-top: 1px dotted #DDD;
	margin: 10px 0 0 0;
	padding: 10px 0;
	font-size: 80%;
	width: 100%;
	text-align:center;
	clear: both
}
div#logos-tecnologia{
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #DDD;
}
div#logos-tecnologia img{
	width: 762px;
	margin: 0 auto;
	display: block;
}

/* RODAPÉ MENU RÁPIDO */
#footer_rapid
{
	position:relative;
	z-index:0;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#000000;
}
.sessao
{
	height:26px;
	background-color:#333333;
	width:100%;
}
.subsessao
{
	height:368px;
	background-color:#ffffff;
	border-bottom:0px solid #E4E2CD;
	border-top:1px solid #E4E2CD;
	width:100%;
}
.footer_menu_wrapper_rapid
{
	width:980px;
	margin:auto;
	position:relative;
	z-index:0;
}
#footer_menu_rapid
{
	position:absolute;
	top:-396px;
	z-index:0;
}
#footer_menu_rapid strong.header
{
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	/*text-transform:uppercase;*/
	display:block;
	height:26px;
	line-height:26px;
}
#footer_menu_rapid li.raiz
{
	float:left;
	display:block;
	padding-left:9px;
	height:395px;
}
#footer_menu_rapid li.produtos
{
	width:370px;
}
#footer_menu_rapid li.solucoes
{
	width:206px;
}
#footer_menu_rapid li.sobre
{
	width:216px;
}
#footer_menu_rapid li.clientes
{
	width:186px;
}
#footer_menu_rapid li.atendimento
{
	width:160px;
}
li.raiz ul.footer_submenu_rapid
{
	padding-left:2px;
	float:left;
	display:block;
	height:88px;
	margin-top:9px;
	margin-bottom:5px;
}
li.raiz ul.footer_submenu_rapid.left
{
	width:173px;
}
li.raiz ul.footer_submenu_rapid.right
{
	width:130px;
}
li.raiz ul.footer_submenu_rapid strong
{
	color:#bf1716;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	margin-bottom:4px;
}

li.raiz ul.footer_submenu_rapid a
{
	color:#666666;
	font-size:11px;
	text-decoration:none;
	line-height:17px;
	outline:none;
}
li.raiz ul.footer_submenu_rapid a:hover
{
	text-decoration:underline;
}
.submitbutton {

    background:#bf1716 ;
	height:22px;
	width:100px;
	border: none;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#FFFFFF;
	padding-bottom:3px;
	cursor:pointer;

}
div.topicofaq {
	float: left;
	background: #F7F7F7;
	width: 97%;
	margin: 10px 0 0 0;

}
dl.box-topicofaq {
	width: 97%;
	background: #FFF;
	border: 1px solid #EEE;
	float: left;
	padding: 6px;
	font-size: 85%;
}
dl.box-topicofaq dt {
	text-transform: uppercase;

	font-size: 90%;

	color: #BF1716;
	border: 1px solid #EEE;
	padding: 2px 0 3px 28px;
	background: #FFF;
	text-align: left;
}
dl.box-topicofaq dd {
	padding: 10px 0 1px 3px;