body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	font-size: 10px;
	margin: 6px auto;
	padding: 0px;
}

html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, input, p, blockquote, table, tr, th, td {
	margin: 0px; 
	padding: 0px;
}

a {
	color: #395B82;
}

a:hover {
	background-position: 0px 0px;
}

div {
	display: block;
}

div p, table, ul {
	color: #606060;
	font-size: 10px;
}

ul, li {
	list-style-type: none;
}

a:focus, li:focus {
	outline: none;
}

em {
	color: #BE5232;
	font-style: normal;
    font-weight: normal;
}

table {
	font-size: 12px;
}

form, fieldset, img {
	border: none;
}

div.center, p.center, table td.center {
    text-align: center;
}

div.justify, p.justify, table td.justify {
    text-align: justify;
}

div.center div, div.center p, div.center table, div.center form {
    text-align: left; margin-left: auto; margin-right: auto;
}

input, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}

input, textarea {
	color: #606060;
	border: 1px solid #A7A7A7;
	background: #f4f4f4 url(images/innershadow.gif) repeat-x -2px -2px;
	padding: 0px 2px 0px 2px;
}

select {
	border: 1px solid #A7A7A7;
}

select, option {
	color: #606060;
	font-size: 10px;
	background-color: #f4f4f4;
	background-image: none;
}

h1 {
	color: #606060;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 14px;
	padding-bottom: 5px; 
	border-bottom: 1px solid #D2D2D2;
}

h2 {
	color: #606060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

h2.dotted {
	border-bottom: 1px dotted #606060;
	padding-bottom: 3px;
	margin-bottom: 8px;
}

h3 {
	color: #606060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 20px 14px;
}

hr {
	color: #D2D2D2;
	margin-left: 14px;
}

dt, dd {
	float: left;
	display: inline;
}

#container {
	clear: both;
	width: 728px;
	margin: auto;
	padding: 0px;
	text-align: left;
}

#border-top {
	background: url(images/border_top.gif) no-repeat;
	width: 764px;
	height: 16px;
	margin: auto;
	padding: 0px;
}

#border-body {
	background: white url(images/border_body.gif) repeat-y;
	width: 764px;
	margin: auto;
}

#header {
	width: 728px;
	height: 140px; 
}

#border-bottom {
	background: transparent url(images/border_bottom.gif) no-repeat;
	width: 764px;
	height: 16px;
	margin: auto;
}

#header-left {
	float: left;
	background: transparent url(images/header_left.gif) no-repeat;
	width: 277px;
	height: 140px;
}

#header-center {
	float: left;
	background: transparent url(images/header_center.gif) no-repeat;
	width: 199px;
	height: 140px;
}

#header-right {
	float: left;
	background: url(images/header_right.gif) no-repeat;
	width: 252px;
	height: 113px;
}

#header-right img {
	margin-top: 66px;
	margin-left: 50px;
}

#panel {
	background: url(images/header_whois.gif) no-repeat 0px 0px;
	width: 252px;
	height: 27px;
	float: left;
}

#panel .login-panel {
	border: none;
	display: block;
	float: left;
	background: url(images/login_panel.gif) no-repeat 0px 0px;
	width: 129px;
	height: 20px;
}

#panel .login-panel input {
	background: none;
	padding-top: 3px;
	margin-left: 20px;
	border: none;
	width: 104px;
	height: 15px;
}

#panel .password-panel {
	border: none;
	display: block;
	float: left;
	background: url(images/password_panel.gif) no-repeat 0px 0px;
	width: 94px;
	height: 20px;
	margin-left: 1px;
}

#panel .password-panel input {
	background: none;
	padding-top: 3px;
	margin-left: 20px;
	border: none;
	width: 69px;
	height: 15px;
}

#panel .submit-panel {
	border: none;
	display: block;
	float: left;
	background: url(images/submit_panel.gif) no-repeat 0px 0px;
	width: 28px;
	_width: 25px;
	height: 20px;
}

#panel .submit-panel input {
	background: none;
	padding-top: 3px;
	border: none;
	width: 25px;
	height: 20px;
}

#menu-bar {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 1px;
	background: url(images/menu_bar.gif) no-repeat 0px 0px;
	width: 728px;
	height: 27px;
}

#menu-bar ul {
	float: left; 
	margin: 0px;
	padding-left: 6px;
}

#menu-bar li {
	text-indent: -9000px;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	float: left; 
}

#menu-bar li a {
	display: block;
}

#menu-bar li img {
	border: none;
}

#menu-home a {
	background: url(images/menu_home.gif) no-repeat;
	width: 61px;
	height: 16px;
}

#menu-home a:hover {
	background: url(images/menu_over_home.gif) no-repeat;
}

#menu-empresa a {
	background: url(images/menu_empresa.gif) no-repeat;
	width: 98px;
	height: 19px;
}

#menu-empresa a:hover {
	background: url(images/menu_over_empresa.gif) no-repeat;
}

#menu-planos a {
	background: url(images/menu_planos.gif) no-repeat;
	width: 82px;
	height: 17px;
}

#menu-planos a:hover {
	background: url(images/menu_over_planos.gif) no-repeat;
}

#menu-servicos a {
	background: url(images/menu_servicos.gif) no-repeat;
	width: 99px;
	height: 19px;
}

#menu-servicos a:hover {
	background: url(images/menu_over_servicos.gif) no-repeat;
}

#menu-suporte a {
	background: url(images/menu_suporte.gif) no-repeat;
	width: 97px;
	height: 19px;
}

#menu-suporte a:hover {
	background: url(images/menu_over_suporte.gif) no-repeat;
}

#menu-contato a {
	background: url(images/menu_contato.gif) no-repeat;
	width: 100px;
	height: 17px;
}

#menu-contato a:hover {
	background: url(images/menu_over_contato.gif) no-repeat;
}

#banner {
	margin-top: 2px;
	width: 728px;
	height: 108px;
}

#content {
	margin-top: 6px;
	width: 728px;
	text-align: left;
}

#footer-bar {
	background: url(images/footer_bar.gif) no-repeat;
	width: 764px;
	height: 46px;
	margin: auto;
	padding: 0px;
}

#footer-body {
	background: white url(images/border_body.gif) repeat-y;
	width: 764px;
	height: 50px;
	margin: auto;
}

#payment-banner {
	background: white url(images/payment_banner.gif) repeat-y;
	width: 313px;
	height: 29px;
	float: right;
	margin-top: 11px;
	margin-right: 30px;
}

#footer-text {
	float: left;
	color: #666666;
	margin: 11px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
}

#footer-text ul {
	margin: 0px;
	padding: 0px;
}


#footer-text li {
	float: left; 
	margin: 0px;
	padding: 6px 3px 0px 3px;
}

#footer-text a {
	color: #666666;
	text-decoration: underline;
}

#footer-text a:hover {
	color: #3E3E3E;
	text-decoration: none;
}

#copyright {
	padding-left: 3px;
}

.cleardiv {
	font-size: 0px;
	position: relative;
}

.box-top {
	background: url(images/box_top.gif) no-repeat;
	width: 728px;
	height: 5px;
	font-size: 0px;
}

.box-middle {
	background: url(images/box_middle.gif) repeat-y;
	width: 728px;
	color: #454545;
}

.box-bottom {
	background: url(images/box_bottom.gif) no-repeat;
	width: 728px;
	height: 5px;
	padding-top: 15px;
	font-size: 0px;
}

.box-body {
	float: left;
	margin-left: 10px;
	width: 540px;
}

#content #navbar {
	float: left;
	padding-left: 1px;
}

ul.navbar {
	padding: 0px;
	margin: 0px;
	width: 160px;
}

ul.navbar li {
	background-color: #E7EAED;
	border-top: #FFFFFF solid 1px;
	border-bottom: #D2D2D2 solid 1px;
	border-right: #D2D2D2 solid 1px;
	cursor: pointer;
	width: 159px;
	float: left;
}

ul.navbar li.header {
	background: url(images/navbar.gif) 0px 1px no-repeat;
	border-top: none;
	border-bottom: #D2D2D2 solid 1px;
	border-right: none;
	cursor: default;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	width: 160px;
}

ul.navbar a:hover {
	background-color: #DFE4E9;
}

ul.navbar a {
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 6px 0px 6px 6px;
	width: 153px;
}

.radio input, .checkbox input {
	vertical-align: middle;
	border: none;
	background: none;
	margin-right: 5px;
}

#tag-clouds {
	font-family: sans-serif, Helvetica, Arial, Verdana;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	background: url(images/box_middle.gif) repeat-y;
	color: #BCBCBC;
}

#tag-clouds a {
	color: #999999;
	text-decoration: none;
}

#tag-clouds a:hover {
    color: #8B8B8B;
	text-decoration: underline;
}