/* general stuff */


body{
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img{
	border:0;
}

h3{
	font-size: 200%;
	font-style:italic;
	font-weight:lighter;
	margin:0 ;
	padding:0 0 10px 0;
	color: #000000;
}

h4{
	font-size: 150%;
	font-style:italic;
	margin:0 ;
	padding:0 0 20px 0;
}

a{
	color: #334F71;
}

#topo{
	width:970px;
	height:100px;
	margin:auto;
	background-image: url(../images/fundo_topo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#logo{
	width:318px;
	float:left;
	margin-top:28px;
	cursor:pointer;
}

#menu{
	float:left;
	margin-top:53px;
	margin-left:20px;
	font-style:italic;
	font-weight:lighter;
	font-size:105%;	
}

.esq_ativo{
	width:6px;
	height:47px;
	float:left;
	background:url(../images/menu_esq.jpg);
}

.ativo{
	height:23px;
	padding:12px 5px;
	text-decoration:none;
	float:left;
	color:#000000;
	cursor:pointer;
	background:url(../images/menu_meio.jpg);
}

.dir_ativo{
	width:6px;
	height:47px;
	float:left;
	background:url(../images/menu_dir.jpg);
}

.naoativo{
	margin:0 13px;
	text-decoration:none;
	color:#ffffff;
}

#banner{
	width:970px;
	margin:0 auto;
	padding:0;
	background:url(../images/fundo_banner_ie.jpg);
}

#conteudo{
	width:970px;
	margin:auto;
	background:url(../images/fundo_conteudo.jpg);
	color: #334F71;
}

#painel{
	width:200px;
	padding:20px;
	background-image: url(../images/separador.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#col_esq{
	padding:20px;
}

#col_dir{
	width:355px;
	padding:20px;
	background-image: url(../images/separador.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.contentheading{
	font-size: 200%;
	font-style:italic;
	font-weight:lighter;
	margin:0;
	padding:0 0 20px 0;
	color: #000000;
}

.componentheading{
	font-size: 200%;
	font-style:italic;
	font-weight:lighter;
	margin:0;
	padding:0 0 20px 0;
	color: #000000;
}

#final_cont{
	width:970px;
	margin:0 auto;
}

#rodape{
	width:970px;
	margin:0 auto;
	padding:20px 0;
	color:#FFFFFF;
	text-align:center;
}

/* MODULO
--------------------------------------------------------- */
.topo_modulo{
	background:url(../images/topo_contato.jpg) no-repeat;
	height:55px;
	font-size: 200%;
	font-style:italic;
	font-weight:lighter;
	text-align:left;
	text-indent:15px;
	margin:0;
	padding:0;
	color: #000000;
}

.meio_modulo{
	background:url(../images/meio_contato.jpg) repeat-y;
}

.rodape_modulo{
	background:url(../images/rodape_contato.jpg) no-repeat;
	padding:0;
	height:21px;
}

#conteudo .moduletable{
	padding-bottom:30px
}

/* LOGIN
--------------------------------------------------------- */
.topo_login{
	background:url(../images/topo_login.jpg);
	padding:0;
	height:21px;
	width:355px;
}

.meio_login{
	background:url(../images/meio_contato.jpg);
}

.rodape_login{
	background:url(../images/rodape_contato.jpg);
	padding:0;
	height:21px;
	width:355px;
}


/* FORMULARIO
--------------------------------------------------------- */
.campo{
	background-image: url(../images/fundo_campo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border:1px #bfc8c9 solid;
	padding:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textarea{
	background-image: url(../images/fundo_campo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border:1px #bfc8c9 solid;
	padding:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.botao{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	color:#0c4a6b;
	padding:5px;
	border:2px #bfc8c9 outset;
	background: url(../images/fundo_campo.jpg) #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
}


/* FORMULARIO PEDIDO
--------------------------------------------------------- */

.planos_cadastro th{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-style:italic;
	text-align:left;
	font-size:150%;
	color:#ffffff;
	background-color: #666666;
}

.planos_cadastro td{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color: #efefef;
}

/* PROJETOS
--------------------------------------------------------- */
.projeto{
	background-image: url(../images/fundo_campo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border:1px #bfc8c9 solid;	
}

/* MENU PLANO
--------------------------------------------------------- */

#painel h3{
	padding:7px;
	margin:0;
	background:#2c5b85;
	color:#ffffff;
	font-size:130%;
	font-style:normal;
}

.menu_plano td{	
	border-bottom:1px #eeeeee solid;
	padding:7px;
}

.menu_plano a{
	text-decoration:none;
	font-size:105%;
}

.menu_plano td:hover{
	border-left:5px solid #eeeeee;
	text-indent:5px;
}