/*
DEVELOPER: LUCIANO BRAZ
POWER OF:  CRIAMIX ASSESSORIA
	       www.criamix.com.br
*/

body {
	margin:0px auto;
	text-align:center;
	background-image:url(images/fundo.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

a {
	color:#06C;
	text-decoration:underline;
}

a:hover {
	color:#06C;
	text-decoration:none;
}

img {
	border:none;
}

form {
	margin:0px;	
}

fieldset {
	border:none;
	margin:0;
}

ul, li {
	text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;
}

/*
BOX
*/

#box {
	width:960px;
	display:table;
	margin:0px auto;
	position:relative;
	text-align:left;
}

/*
MENU
*/

#mn {
	float:left;
	width:960px;
	height:39px;
	margin-top:10px;
}

#mn #mn-home {
	width:36px;
	height:39px;
	float:left;
	display:inline;
}

#mn #mn-menu {
	width:610px;
	height:39px;
	float:left;
	display:inline;
	background-image:url(images/mn_fundo.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#mn #mn-menu ul
{
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
}

#mn #mn-menu ul li
{
	display:inline;
}

#mn #mn-menu ul li a
{
	font:14px "Arial Narrow";
	font-weight:bold;
	float:left;
	margin:0;
	padding:10px 10px 10px 10px;
	text-decoration:none;
	color:#FFF;
}

#mn #mn-menu ul li a:hover
{
	text-decoration:none;
	color:#3F0;
}

#mn #mn-newsletter {
	width:277px;
	height:39px;
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	background-image:url(images/mn_fundo.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#form_newsletter {
	margin:0px;
	padding:0px;
	border:none;
}

#form_newsletter fieldset {
	margin:0px;
	padding:0px;
}

#newsletter_txt {
	font:16px "Arial Narrow";
	color:#3F0;
}

#newsletter_email {
	background:none;
	background-image:url(images/campo_newsletter.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	margin-left:5px;
	padding:5px;
	top:0px;
	width:155px;
	font:11px Verdana;
	color:#666;
}

#newsletter_bt {
	background:none;
	border:none;
	width:24px;
	height:23px;
	margin:0 0 0 5px;
	background:none;
	background-image:url(images/bt_ok.gif);
	background-repeat:no-repeat;
}

#newsletter_bt:hover {
	cursor:pointer;
}

#mn #mn-contato {
	width:37px;
	height:39px;
	float:left;
	display:inline;
}

/*
TOPO
*/

#top {
	float:left;
	clear:both;
	width:960px;
	height:225px;
	display:block;
	margin-top:10px;
}

#top_001 {
	float:left;
	display:inline;
	width:280px;
	height:225px;
}

#top_002 {
	float:left;
	display:inline;
	width:680px;
	height:225px;
}

/*
MID
*/

#mid_bar {
	float:left;
	clear:both;
	width:960px;
	height:3px;
	display:block;
	margin-top:10px;
}

#mid {
	float:left;
	clear:both;
	width:960px;
	display:table;
	margin:0px;
	padding:0 0 10px 0;
	background-color:#FFF;
}

#inf {
	float:left;
	clear:both;
	width:930px;
	padding:10px 0 10px 0;
	text-align:right;
}

/*
COLUNAS
*/

#col1 {
	float:left;
	width:330px;
	display:table;
	margin:25px 0 0 30px;
}

#col2 {
	float:left;
	width:330px;
	display:table;
	margin:25px 0 0 30px;
}

#col3 {
	float:left;
	width:185px;
	display:table;
	margin:25px 0 0 30px;
}

.tits {
	width:320px;
	height:30px;
	background-image:url(images/barra_tit.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 0 0 10px;
	font:16px "Arial Narrow";
	font-weight:bold;
	color:#063;
}

.artigos_home {
	padding:10px 0 10px 0;
	font:12px Arial;
}

.artigos_home a {
	text-decoration:none;
	color:#000;
}

.artigos_home a:hover {
	text-decoration:underline;
	color:#000;
}

.home_div {
	width:330px;
	height:1px;
	border-top:1px solid #DCE8C1;
	margin-top:20px;
	padding-bottom:20px;
}

#home_gapp {
	font:12px Arial;
	line-height:18px;
	color:#000;
}

#home_gapp a {
	text-decoration:none;
	color:#000;
}

#home_gapp a:hover {
	text-decoration:none;
	color:#060;
}

#home_nucleo {
	margin-top:10px;
	text-align:justify;
	line-height:18px;
	font:12px Arial;
	color:#000;
}

.servicos_home {
	padding:10px 0 5px 0;
	font:12px Arial;
}

.servicos_home a {
	font-size:10px;
	text-decoration:underline;
	color:#000;
}

.servicos_home a:hover {
	text-decoration:none;
	color:#000;
}

.banner_home {
	width:179px;
	border:1px dotted #666;
	margin-top:15px;
}

/*
GERAL
*/

#geral {
	float:left;
	width:900px;
	display:table;
	margin:25px 0 0 30px;
	font:12px Arial;
	color:#000;
}

#geral h2 {
	color:#060;
	margin-top:0px;
}

#geral h3, h4 {
	color:#060;
}

#geral p {
	line-height:18px;
	margin:0px;
	padding:0px;
}

#geral a {
	color:#03C;
	text-decoration:underline;
}

#geral a:hover {
	color:#03C;
	text-decoration:none;
}

#geral .geral_lista {
	border-bottom:1px dotted #666;
}

#geral .geral_lista a {
	padding:10px 0 10px 0;
	color:#416D48;
	text-decoration:none;
	display:block;
}

#geral .geral_lista a:hover {
	color:#000;
	background-color:#DCEBDA;
	text-decoration:none;
}

/*
FALE CONOSCO
*/

#fale_conosco {
	border:0px;
	margin:0px;
	padding:0px;
	font:12px Verdana;
}

#fale_conosco fieldset {
	border:0px;
	margin:0px;
	padding:0px;
	display:table;
	color:#333;
}

#fale_conosco fieldset label {
	width:900px;
	float:left;
	clear:both;
	margin:10px 0 0 0;
	border:0px;
	padding:0px;
}

#fale_conosco fieldset div {
	width:900px;
	margin-top:3px;
	float:left;
	clear:both;
	margin:10px 0 0 0;
	border:0px;
	padding:0px;
}

#fale_conosco fieldset label .fale_conosco_campos {
	margin:0px;
	padding:2px 0 2px 0;
	width:895px;
	border:1px solid #B5B8C8;
	font:14px Verdana;
	color:#555;
	background-image:url(images/campo_fundo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#fale_conosco fieldset label .fale_conosco_textarea {
	width:895px;
	height:200px;
	margin:0px;
	padding:0px;
	border:1px solid #B5B8C8;
	font:14px Verdana;
	color:#555;
	background-image:url(images/campo_fundo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#fale_conosco fieldset div .fale_conosco_ddd {
	margin:0px;
	padding:2px 0 2px 0;
	width:40px;
	text-align:center;
	border:1px solid #B5B8C8;
	font:14px Verdana;
	color:#555;
	background-image:url(images/campo_fundo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#fale_conosco fieldset div .fale_conosco_telefone {
	margin:0px;
	padding:2px 0 2px 0;
	width:300px;
	border:1px solid #B5B8C8;
	font:14px Verdana;
	color:#555;
	background-image:url(images/campo_fundo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}













































