body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #3A7920 url('../images/bg.jpg') fixed;
}

a
{
    color: black;
}

body a:hover
{
    text-decoration: none;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#header
{
	margin: 0;
	padding: 0;
}

#box-externo
{
        background-color: transparent;
        background-image: url('../images/test.png');
        padding: 25px;
        padding-top: 0;
        margin-bottom: 46px;
        
}

#principal
{
        background-color: #FFF;
}

#content
{
    padding: 10px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 0 20px;
	font-size: 0.6em;
	text-align: center;
	border-top: 1px solid #DDD;
}

#logo
{
	padding: 28px 20px;
	font-size: 200%;
        float: left;
}

#mainmenu
{
        padding-bottom: 3px;
        padding-top: 5px;
}

#mainmenu ul
{
	padding: 6px 10px 5px 10px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
        padding-left: 5px;
        padding-right: 5px;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding: 5px 10px;
        padding-bottom: 10px;
        margin-right: 5px;

}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #000;
	background-color:#fff;
	text-decoration:none;
      
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
        width: 880px;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.verde
{
        font-family: 'Trebuchet MS', sans-serif;
        color: #383232;
        font-weight: bold;
        margin-top: 60px;
        float: left;
}

.novo-pedido a:hover
{
    font-size: 225%;

}
.novo-pedido a
{
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 200%;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px #444;
    float: right;
    background: url('../images/novo.png') no-repeat;
    margin: 0;
    margin-top: 48px;
    margin-right: -245px;
    padding: 0;
    padding-top: 15px;
    text-align: center;
    width: 234px;
    height: 67px;
}

.conheca-empresa a:hover
{
    font-size: 225%;

}

.conheca-empresa a
{
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 200%;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #444;
    color: #fff;
    float: right;
    background: url('../images/empresa.png') no-repeat;
    margin: 0;
    margin-top: 25px;
    padding: 0;
    padding-top: 15px;
    text-align: center;
    width: 380px;
    height: 67px;
}

.branco
{
    text-decoration: none;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 160%;
    color: #000;
    padding-top: 20px;
    padding-left: 50px;
   
}

#topo
{
    width: 904px;
    height: 208px;
    background: url('../images/topo.jpg') no-repeat;
}

#planos-destaque
{
    margin-top: 18px;
    width: 380px;
    height: 368px;
    float: left;    
}

#registro-dominio
{
    margin-top: 18px;
    height: 368px;
    float: left;
}

h4
{
    color: #555;
    font-weight: bold;
    font-size: 1.3em;
}

.linha-vert
{
    border-left: 1px solid #DDD;
    height: 250px;
    float: left;
    margin-right: 25px;
    margin-left: 15px;
    margin-top: 35px;
    margin-bottom: 15px;
}

#planos
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    margin-left: 25px;
    padding: 0;
}

.item-plano
{
    width: 345px;
    height: 100px;
    background: url('../images/bg-planos.jpg') no-repeat;
    background-position: top right;
    margin-bottom: 5px;
}

.item-plano h3
{
    text-align: right;
    margin: 0;
    padding: 0;
    padding-top: 12px;
    padding-right: 8px;
    font-weight: bolder;
    font-family: Calibri, sans-serif;
    font-size: 2em;
    color: #111;
}

.item-plano .p1
{
    text-align: right;
    padding: 0;
    margin: 0;
    padding-top: 8px;
    padding-right: 5px;
    color: #fff;
    font-weight: bold;
    font-family: Calibri, sans-serif;
}

.item-plano .p2
{
    text-align: right;
    padding: 0;
    margin: 0;
    padding-top: 5px;

    color: #000;
    font-family: Calibri, sans-serif;
    font-size: 1em;
}

.item-plano .p1 a
{
    color: #fff;
}

.item-plano .p2 a
{
    color: #30741F;
}

#registro-dominio h3
{
    font-family: Calibri, sans-serif;
    font-weight: bolder;
    font-size: 2em;
    text-decoration: underline;
    margin: 0;
    margin-left: 5px;
}

#etapa-1 p
{
    color: #000;
    font-family: Calibri, sans-serif;
    font-weight: bolder;
    font-size: 1.6em;
    padding: 5px;
    margin: 0;
}

#etapa-2 p
{
    color: #000;
    font-family: Calibri, sans-serif;
    font-size: 1.2em;
    padding: 5px;
    margin: 0;
}

.obs
{
    font-size: 0.8em !important;
    font-weight: normal !important;
    padding-left: 0;
    width: 150px !important;
    padding: 15px;
    margin: 15px;
    text-indent: 0 !important;
    text-align: justify;
}

#etapa-1
{
    margin: 0;
    padding: 14px;
    width: 192px;
    height: 318px;
    background: url('../images/bg-etapa1.jpg') no-repeat;
    float: left;
}

#etapa-2
{
    margin: 0;
    margin-left: -20px;
    padding: 14px;
    width: 192px;
    height: 318px;
    background: url('../images/bg-etapa2.jpg') no-repeat;
    float: left;
}

#etapa-2 ul
{
    padding-left: 0;
    margin-left: 4px;
    *margin-left: -13px; /*IE Hack*/
    list-style-image:none;
    list-style-position: inside;
    list-style-type:none;
    float: left;
}

#etapa-2 ul li
{
    margin-top: 5px;
}
#etapa-3
{
    margin: 0;
    margin-left: -20px;
    padding: 0;
    width: 80px;
    height: 318px;
    background: url('../images/bg-etapa3.jpg') no-repeat;
    float: left;
}

#etapa-3 h3
{
    color: #fff;
    text-align: center;
}

#etapa-3 .flipv
{
    padding-left: 33px;
    margin-top: -6px;
}

#etapa-3 .flipv a
{
    font-family: monospace;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;
    font-size: 1.7em;
}

#etapa-3 .flipv a:hover
{
    color: #fff;
}

.linha-horiz
{
        clear: both;
 	padding: 0 10px;
	margin: 0 10px;
        width: 865px;
        border-top: 1px solid #DDD;
}

#parcerias
{
    float: left;
    margin-top: 18px;
    width: 514px;
    height: 220px;
}

#parcerias ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#parcerias ul li
{
    padding-top: 25px;
    padding-bottom: 20px;
    clear: both;
}

#parcerias img, #parcerias p
{
    margin: 0;
    padding: 0;
    float: left;
}

#parcerias p
{
    padding-left: 12px;
    padding-top: 15px;
    padding-right: 0;
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
}

#pagamentos p
{
    padding-left: 20px;
    padding-top: 18px;
    padding-right: 0;
    font-size: 1.1em;
    font-weight: normal;
    font-family: 'Trebuchet MS', sans-serif;
}

#pagamentos ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#pagamentos img
{
    margin-bottom: -5px;
    margin-left: 6px;
}

#beneficios
{
    float: left;
    margin-top: 18px;
}

#beneficios table td
{
    text-align: center;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-left: 10px;
}

#beneficios table
{
    width: 500px;
    margin-left: 10px;
}

#ti-verde p
{
    padding: 0 14px;
    margin-top: 0;
    width: 880px;
    text-align: justify;
    font-size: 0.9em;
}

#ti-verde div
{
    float: left;
    margin: 0;
    padding: 0;
    font-size: .7em;
}

#realizacao
{
    padding: 30px 20px;
}

.bg_nome {
	background-image: url(../images/bg_nome.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2C331F;
	font-weight: bold;
}
.bg_lateral {
	background-image: url(../images/bg_lateral.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
        text-align: right;
}

.bg_lateral a {
	color: #FFF;
        text-align: center;
}

.gratis {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C33;
	border: 1px solid #DDD;
}
.titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #43472B;
}
.texto_interno {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	border: 1px solid #DDD;
}
.fonte_pequena_cinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.borda_marrom {
	border: 1px solid #525635;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #505434;
}

#tabela-comparativa
{
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 900px;
}

#barra-fixa
{
    font-size: 0.9em;
    margin: 0;
    height: 24px;
    position: fixed;
    bottom: 0;
    background: #262A19 url(../images/bg-rodape.jpg) repeat-x;
    width: 100%;
    text-align: left;
    color: #fff;
    padding-left: 15%;
    padding-top: 10px;
    font-weight: bold;
}

table td
{
    text-align: center;
}

table
{
    border-spacing: 5px;
}

#login
{
    color: #EFFDFF;
    float: right;
    font-size: 10px;
    height: 20px;
    margin-top: 5px;
}

#login input
{
    border: 1px solid  #000;
    background: #507419;
    color: #EFFDFF;
    font-size: 10px;
    
    
}

#login label
{
    font-size: 10px;
}

#login h1
{
    font-size: 11px;
    color: #c8f685;
    margin-bottom: 7px;
    height: 11px;
}

