@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.jpg);
	background-position:top center;
	/*background-repeat:repeat-y;*/
}
.hide { display:none;}
.logohome {
float:right;}

.bmsred {
color:#990000;}

.textaligright {
text-align:right;
margin:0 10px 10px 10px !important;
padding:0;}

.img_leftmargin {
margin-left:40px;}

table#portifhome td {
padding-bottom:10px;}
table#acoeshome td {
padding-bottom:10px;
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 15px auto;
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-color:#FFFFFF;*/
}
#branco {
background-color:#FFFFFF;}
.oneColFixCtrHdr #header {
width:850px;
height:173px;
	background-color:#FFFFFF;
margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background-image:url(images/bg_topo.jpg);
	background-repeat:no-repeat;*/
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
a.links:link, a.links:visited {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#999999;
	margin:0 0 0 0}
a.links:hover, a.links:active {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#809517;
	margin:0 0 0 0}


/*===================== MENU TOPO ========================*/

#menutopo {
float:left;
height:30px;
width: 850px;
margin:0;
padding:0px 0 0 0;

}
#menutopo ul {
	display: block;
	list-style-type: none;
	margin:110px 0 0 0;
	padding:0;
	border:0;
	/*border-bottom:0;*/
	}
#menutopo ul li {
float: left;
position: relative;
z-index: 100;
margin: 0;
padding: 0;
}
	
#menutopo li {
	display:inline;
	margin: 0;
	}
#menutopo li a {
	display:inline;
	margin: 0;
	}

/*===================== FIM MENU TOPO ====*/


.oneColFixCtrHdr #mainContent {
	padding: 0; 
	background: #FFFFFF;
	width:850px;
	margin: 0 auto; 
	color:#999999;
	line-height:150%;
	font-size:12px;
}


/*========== ESCRITORIO =================*/
table#tab_escritorio td {
vertical-align:top;
}
#conteudo_escritorio {
/*width: 310px;*/
/*border: 1px solid red;*/

}
#conteudo_escritorio p {
font-size:12px;
color:#999999;
line-height:150%;
margin: 0 80px 0 20px;
}


/*========== PROCESSSO CRIATIVO =================*/

#conteudo_processocriativo {
margin-top:20px;
/*background-image:url(images/escritorio/img_processo_criativo.gif);
background-repeat:no-repeat;*/}

#processocriativo_txt {
	position: fixed;
	/*left:750px;
	top:606px;
	width:300px;
	height:199px;*/
	z-index:101;
	color:#999999;
	line-height:150%;
	font-size:12px;
	text-align:right;
}

/*========== METODOLOGIA =================*/


#conteudo_metodologia {
margin-top:20px;}

#conteudo_metodologia p {
margin: 0 80px 0 20px;
}




/*========== SERVICOS =================*/
#conteudo_oquefazemos {
margin-top:20px;}

#conteudo_oquefazemos p {
margin: 0 80px 0 40px;
}

#conteudo_servicos {
margin-top:20px;}

#conteudo_servicos p {
margin: 10px 80px 0 40px;
}


/*========== FORMULARIO =================*/
#contactform {
margin-bottom: 50px;}

.formulario p {
line-height:200%;
margin: 2px 0;
}

.formulario input { 
font: 12px verdana, arial, helvetica, sans-serif;
border:1px solid #9FB128;
}

.formulario textarea { 
font: 12px verdana, arial, helvetica, sans-serif;
border:1px solid #9FB128;
}

#botao {
margin:10px 0 0 40px;}



/*========== RODAPE =================*/


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}
.oneColFixCtrHdr #footer p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
color:#889e1e;
line-height:220%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link {
color:#889e1e;
text-decoration:none;}

#footer a:hover {
color:#889e1e;
}

#footer a:visited {
color:#889e1e;
text-decoration:none;}
