/* --------------------------------------
    RESET
----------------------------------------*/
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, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height:normal;
}
div {
	line-height:normal;
}
p {
	margin-top:0.5em;
	line-height:normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------------------------------------------------
    GENERAL
---------------------------------------------------------- */
html {
  overflow-y:scroll;
  background: #e6e8e8 url(images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#575757;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

/* links */
a:link, a:visited {
	color: #060;
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus, a:active {
	color: #090;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family:Tahoma, Geneva, sans-serif;
}
h1 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.9px;
	color: #046416;
	margin-left: -2px;
}
h2 {
	font-size: 22px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 15px;
}
h3 {
	font-size: 18px;
	line-height: 25px;
}
h4 {
	font-size: 12px;
	line-height: normal;
	font-weight:bold;
}
/* Lists */
ul, ol {
	margin-bottom: 25px;
	padding: 0 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
dl {
	margin-bottom: 25px;
}
dt {
	font-weight: bold;
	color: #046416;
}
dd {
	padding-left: 20px;
}
blockquote {
	margin: 25px 0;
	padding-left: 40px;
	padding-right: 30px;
	background: url(images/quote.png) no-repeat 3px 0;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
}
input, select {
	vertical-align: middle;
}
strong, b {
	font-weight: bold;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background-color: #FDD2B3;
}
/* Clearing and Alignment Classes */
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.imagem-esq {
	float: left;
	margin-right:10px;
}
.negrito {
	font-weight:bold;
}
.ie7 .clearfix {
	zoom: 1;
} /* IE7 */
.style1 {
	color: #5a7b32
}
.style2 {
	color: #454545
}
.style3 {
	font-size: 9px
}
.style4 {
	color: #286bac
}

.historico-0, .historico-1 {
	padding:5px;
	border:1px solid #666;
	background-color: #DCDCDC;
	margin-bottom: 8px;
	font-weight:normal;
}

.historico-1 {
	background-color:#C1FFC1;
}

.historico-escreveu {
	font-size:9px;
	padding-bottom:2px;
	border-bottom:1px dotted #666;
}

#hintbox { /*CSS for pop up hint box */
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	position:absolute;
	top: 0;
	background-color: #FFF;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:normal;
	text-align:left;
	z-index:100;
	visibility: hidden;
}
.hintanchor {
	left: 15px;
}
/* -------------------------------------------------------
    	ESTRUTURA
---------------------------------------------------------- */
#tudo {
	position:absolute;
	width: 790px;
	left:50%;
	margin-left:-395px;
}
#sombra {
	width: 790px;
	background: url(images/shadow-bg.png) repeat-y;
}
#sombra-b {
	width: 790px;
	height: 15px;
	background: url(images/shadowb-bg.png) no-repeat;
	margin: 0 auto;
}
#corpo {
	margin-left:8px;
	width: 774px;
	background-color:#FFF;
}
#cabecalho {
	width: 774px;
	height: 160px;
	background: url(images/bg.jpg) repeat-x;
}
#cabecalho .flash {
	float:left;
	overflow:hidden;
	width:567px;
	height:160px;
}
#cabecalho .fone {
	float:left;
	text-indent: -9999em;
	background: url(images/top2.jpg) 0px 1px no-repeat;
	width:207px;
	height:160px;
}
#menu {
	float:left;
	overflow:hidden;
	width: 540px;
	height: 78px;
	margin-bottom:10px;
}
#menu ul {
	padding: 0;
	list-style: none;
}
#menu ul li {
	float: left;
}
#menu1 {
	background: url(images/menu1.jpg) no-repeat;
	display:block;
	width:92px;
	height:78px;
}
#menu2 {
	background: url(images/menu2.jpg) no-repeat;
	display:block;
	width:93px;
	height:78px;
}
#menu3 {
	background: url(images/menu3.jpg) no-repeat;
	display:block;
	width:93px;
	height:78px;
}
#menu4 {
	background: url(images/menu4.jpg) no-repeat;
	display:block;
	width:93px;
	height:78px;
}
#menu5 {
	background: url(images/menu5.jpg) no-repeat;
	display:block;
	width:92px;
	height:78px;
}
#menu6 {
	background: url(images/menu6.jpg) no-repeat;
	display:block;
	width:77px;
	height:78px;
}
#menu1 A, #menu2 A, #menu3 A, #menu4 A, #menu5 A, #menu6 A {
	text-indent: -9999em;
	display:block;
	position:relative;
	top:35px;
	left:6px;
	width:80px;
	height:30px;
}
#conteudo {
	float:left;
	overflow:hidden;
	width:540px;
}
#conteudo-esq {
	float:left;
	width:189px;
}
#conteudo-centro {
	float:left;
	width: 338px;
}
#conteudo-dir {
	float:left;
	width:234px;
}
#conteudo-centro p {
	margin-left:10px;
	text-align:justify;
}
#conteudo-duplo {
	float:left;
	width:527px;
}
#conteudo-duplo-cont {
	margin-left:10px;
}
#conteudo-duplo-cont p {
	margin: 10px;
}
#conteudo-duplo2 {
	float:left;
	width:527px;
}
#conteudo-centralassinante {
	margin-left:10px;
}
#conteudo-centralassinante p, #conteudo-centralassinante table {
	margin-bottom: 10px;
}
#conteudo-centralassinante td {
	border: 1px solid #060;
	padding: 3px;
}
#domain {
	background: url(images/dombg.jpg) 0 bottom no-repeat;
	padding-bottom:15px;
	margin-bottom:15px;
}
#domain img {
	display:block;
}
#domain-title {
}
#domain-input {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	height:18px;
	width:115px;
	margin-left:20px;
	margin-right:2px;
}
#storage img {
	display:block;
}
#login {
	background: url(images/px3.jpg) repeat-y;
	margin-top:10px;
	margin-bottom:10px;
}
#login img {
	display:block;
}
#login .login, #login .senha {
	float:left;
	padding-top:10px;
	width:80px;
}
#login .login input, #login .senha input {
	width:75px;
}
#login .botao {
	display:inline-block;
	width:31px;
	padding-top:25px;
}
#login form {
	background: url(images/navbg.jpg) bottom no-repeat;
	padding-left: 20px;
	padding-bottom: 15px;
	line-height:20px;
}
#planos img {
	display:block;
	padding-bottom:10px;
}
#navegacao {
	background: url(images/px3.jpg) repeat-y;
	margin-top:10px;
	margin-bottom:10px;
}
#navegacao select {
	width: 150px;
}
#navegacao img {
	vertical-align:bottom;
}
#navegacao form {
	background: url(images/navbg.jpg) bottom no-repeat;
	padding-top:5px;
	padding-left: 25px;
	padding-bottom: 15px;
	line-height:20px;
}
#formas_pagamento {
	padding-left:7px;
	padding-top:10px;
}
#solucoes {
	padding-bottom: 15px;
}
#solucoes img {
	display:block;
}
#solucoes-cont {
	margin-left:10px;
	text-align:justify;
}
#novidades {
	font-size:11px;
	margin-left:15px;
}
#empresa {
	padding-bottom: 15px;
}
#empresa-cont {
	margin-left:10px;
	text-align:justify;
}
#bloco-dir {
	background: url(images/px2.jpg) repeat-y;
}
#bloco-dir img {
	display:block;
}
#bloco-dir table img {
	display:inline;
}
#bloco-dir table {
	margin-top:8px;
	margin-bottom:8px;
}
#bloco-dir-tit {
	background: url(images/direita.jpg) no-repeat;
}
#bloco-dir-tit h4 {
	color: #FF9933;
	padding-top: 25px;
	padding-left: 35px;
	padding-bottom: 10px;
	font-weight:bold;
}
#bloco-dir-cont {
	background: url(images/2l.jpg) bottom no-repeat;
	padding-left: 35px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align:justify;
}
#bloco-dir2 {
	background: url(images/advpx.jpg) repeat-y;
	text-shadow:none;
}
#bloco-dir2-tit {
	background: url(images/adv1.jpg) no-repeat;
}
#bloco-dir2-tit h4 {
	color: #FFF;
	padding: 10px;
	font-weight:bold;
	text-align:center;
}
#bloco-dir2-cont {
	background: url(images/adv.jpg) bottom no-repeat;
	padding-left: 12px;
	padding-right: 18px;
	padding-bottom: 15px;
	text-align:justify;
}
#bloco-dir2-cont ul {
	font-size: 11px;
	text-align:left;
	margin: 0;
	padding-left: 15px;
}
#bloco-dir2-cont ul li {
	list-style-image: url(images/right.jpg);
	padding-bottom: 2px;
}
#bloco-dir2 p {
	padding-bottom:10px;
}
#bloco-dir3 {
	background: url(images/px4.jpg) repeat-y;
	text-shadow:none;
}
#bloco-dir3 p {
	padding-bottom:10px;
	text-align:left;
}
#bloco-dir3-tit {
	background: url(images/secur.jpg) no-repeat;
}
#bloco-dir3-tit h4 {
	color: #FFF;
	padding: 15px;
	padding-left: 30px;
	font-weight:bold;
	text-align:center;
}
#bloco-dir3-cont {
	background: url(images/secur1.jpg) bottom no-repeat;
	padding-left: 33px;
	padding-right: 18px;
	padding-bottom: 15px;
}
#bloco-dir3-cont input, #bloco-dir3-cont select, #bloco-dir3-cont textarea {
	width: 177px;
	margin-bottom:7px;
}
#bloco-dir3-cont #enviar {
	width:auto;
	padding-top:10px;
	margin-left:55px;
}
.planos td {
	background-color: #99CC66;
	border: 2px solid #FFF;
	text-align:center;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
	text-shadow:none;
}
.planos .mainrow td {
	padding: 5px;
	background-color: #669900;
	color:#FFF;
	font-weight:bold;
}
.form-assine {
	text-align:right;
}
.form-assine input, .form-assine select {
	width:180px;
	margin-top:2px;
	margin-bottom:2px;
}
#box-centro-t {
	background: url(images/office.jpg) no-repeat;
	padding-left:20px;
	padding-top: 10px;
}
#box-centro-m {
	width:338px;
	background: url(images/px6.jpg) repeat-y;
	margin-bottom: 15px;
	margin-left:6px;
}
#box-centro-b {
	background: url(images/office1.jpg) 0px bottom no-repeat;
	padding:20px;
}
#bloco-endereco {
	background: url(images/px.jpg) 0 repeat-y;
}
#bloco-endereco-conteudo {
	text-align:center;
	background: url(images/td1.jpg) 0 bottom no-repeat;
	padding-bottom:10px;
	padding-left:10px;
}
#bloco-endereco-conteudo p {
	line-height:normal;
	margin-bottom:10px;
	font-family:Tahoma;
	font-size:11px;
}
#rodape {
	background: url(images/bot.jpg) repeat-x;
	width:774px;
	height:55px;
	margin-top:25px;
}
#rodape-logos {
	width:774px;
	text-align:center;
	padding-top:25px;
}
#rodape-logos img {
	maring-left:15px;
	margin-right:15px;
	vertical-align:middle;
}
#rodape-divider {
	float:right;
	background: url(images/bot1.jpg) no-repeat;
	width:41px;
	height:55px;
}
#rodape ul.rodape-menu {
	float: left;
	padding-top:8px;
	list-style: none;
}
#rodape ul.rodape-menu li {
	float: left;
}
#rodape ul.rodape-menu li a {
	background: url(images/right.jpg) 0px 4px no-repeat;
	display: block;
	line-height: 1em;
	color: #454545;
	font-weight:bold;
	font-size:11px;
	padding: 1px 15px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
#rodape ul.rodape-menu li a:hover, #rodape ul.rodape-menu li a:focus, #rodape ul.rodape-menu li a:active {
	background-position:4px 4px;
	color: #285935;
}
#rodape #footer {
	float:right;
	width:224px;
	color:#FFF;
	padding-top:15px;
	font-size: 11px;
	line-height:13px;
	background: url(images/bot2.jpg) repeat-x;
	text-shadow:none;
}
