@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#ccc;
	text-align:center; /* hack para o IE */
}

td {
	text-align:right;
	width:auto;
}

tr {
	color:#000;
}

a:link {
	color:#999;
	border:none;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:hover {
	color:#006;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#topo{
	height:100px;
	width:900px;
	background-color:#FFF;
	margin:0 auto;
}

/*--- TOPO ----*/

#top_bar {
	height:20px;
	width:100%;
	background-color:#009;
	color:#FFF;
}

#top_logo {
	height:70px;
	width:300px;
	float:left;
	color:#000;
}

#top_dados {
	height:auto;
	width:200px;
	float:right;
	padding-top:40px;
	padding-right:20px;
	color:#000;
	font-size:14px;
	text-align:right;
}

#bar {
	width:900px;
	height:40px;
	background-image:url(../images_zapprint/botao_bg.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
}

#buttom_bar {
	height:40px;
	width:auto;
	margin:0 auto auto 70px;
}

#buttom_bar ul {
	list-style-type:none;
	display:inline;
}

#buttom_bar ul li {
	position:relative;
	float:left;
	
}

#buttom_bar ul li a {	
	padding:0.5em 0.8em 0.5em 0.8em;
	background-image:url(../images_zapprint/botao_sep.jpg);
	background-repeat:no-repeat;
	float:left;	
	width:100px;
	height:auto;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#009;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#buttom_bar ul a:hover{
	background-image:url(../images_zapprint/botao_sep2.jpg);
	background-repeat:repeat-x;
	color:#009;
}

/*--- MEIO ----*/

#frame{
	height:auto;
	width:900px;
	background-color:#ccc;
	margin:0 auto;
}
#barra1{
	background-image:url(../images_zapprint/barra_1.png);
	background-repeat:repeat-x;
	height:30px;
	width:900px;
	margin:0 auto;
}

#barra2{
	background-image:url(../images_zapprint/barra_2.png);
	background-repeat:repeat-y;
	height:auto;
	width:900px;
	padding:20px 0 20px 0;
	margin:0 auto;
}
#barra3{
	background-image:url(../images_zapprint/barra_3.png);
	background-repeat:repeat-x;
	height:30px;
	width:900px;
	margin:0 auto;
}

#middle_cont{
	background-image:url(../images_zapprint/botao_bg.jpg);
	background-color:#FFF;
	background-repeat:repeat-x;
	background-position:bottom;
	padding:20px 0 50px 0;
	margin:0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:860px;
}

#mkt{
	height:200px;
	width:600px; 
	margin:0 auto;
	background-image:url(../images_zapprint/banner_promo.png);
	background-repeat:repeat-y;
	text-align:justify;
}

#mkt_base{
	height:18px;
	width:600px;
	margin:0 auto;
	background-image:url(../images_zapprint/sombra_promo.png);
	background-repeat:no-repeat;
}

#mkt_text{
	width:auto;
	height:auto;	
	padding:30px;
}

#conteudo{
	height:auto;
	width:600px;
	margin:0 auto;
	text-align:justify;
	color:#000066;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;	
}

#vitrine{
	background-image:url(../images_zapprint/bg_meio.jpg);
	background-repeat:repeat-x;
	height:150px;
	width:900px;
	margin:0 auto;
	text-align:center;
}

/*--- Inicio Tabela ----*/
#tabela {
	background-image:url(../images_zapprint/botao_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:50px 0 50px 0;
	margin:0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:auto;
}

.txtFieldA {
	width:300px;
	height:18px;
	border-width:1px;
	border-style:solid;
/*	border-color:#ec1c24;*/
	border-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	float:left;
}

.txtFieldB {
	width:150px;
	height:18px;
	border-width:1px;
	border-style:solid;
/*	border-color:#ec1c24;*/
	border-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	float:left;
}

.txtFieldC {
	width:18px;
	height:18px;
	border-width:1px;
	border-style:solid;
/*	border-color:#ec1c24;*/
	border-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

.txtAreaA {
	width:300px;
	height:100px;
	border-width:1px;
	border-style:solid;
/*	border-color:#ec1c24;*/
	border-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
/*--- Final Tabela ----*/

/*--- RODAPÉ ----*/

#bottom_bar {
	height:40px;
	width:900px;
	background-color:#009;
	color:#09F;
	padding:20px 0 20px 0;
	margin:0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
}

#desenvolvedor {
	width:200px;
	height:40px;
	float:right;
	padding:0 20px 0 0;
}