
body  {
	font-family: Arial, Verdana, 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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.hide {
display:none;
}

.twoColFixLtHdr #container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top:#0066CC 1px solid;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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/menu/topo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height: 125px;
	}
	
.hide {display:none;} 

/*========================Testeira==========================*/	
#testeira {
	float:left;
	margin:0;
	padding:0 0 15px 0;
	}

/*========================Busca==========================*/	
#busca {
	width: 265px; 
	height: 27px; 
	float: right; 
	margin: 28px 8px 0 0; 
	padding: 5px 0 0 84px; 
	background: url(../images/menu/busca.gif); background-repeat: no-repeat;
	/*border: 1px solid #0000FF;*/
}

#busca SELECT {
font-size: 11px; 
width: 99px;
height: 16px; 

}

#busca INPUT {
font-size: 11px; 
	width: 99px;
	height: 12px;
	border: 1px solid #5370AD; 
}

/*==== botao ok ======================================== */
#ok 
{
	width: 34px; 
	height: 22px; 
	/*text-indent: -9999px;*/
	overflow: hidden; 
	cursor: pointer; 
	background: transparent url(../images/menu/ok.gif); 
	border:none; 
	margin-left:3px; margin-bottom:5px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-TOP: -5px; 
	PADDING-BOTTOM: -5px; 
}

/* ==== link home ======================================== */
#link_home A
{
	float: left;
	width: 290px;
	height: 82px;
	text-indent: -9999px;
	overflow: hidden;
	z-index:10;
	
}
/*fim link home*/
	
.twoColFixLtHdr #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: 0px 0; /* estava 10px 0; using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* ==== MENU HORIZONTAL TOPO ===================================== */


#menusup {
	width: 450px;
	height: 44px ;
	float:right;
	}

#menusup ul {
	margin: 9px 0 0 0;
	list-style-type: none;
	text-align:right;
	}
	
#menusup li {
	display:inline;
	list-style-type: none;
	padding:0;
	margin:0;
	font-size:5px;
	}

#menusup li a {
	padding:0;
	margin:0;
	text-decoration:none;
	}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* estava #EBEBEB the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 20px; 
	margin-top:6px; 
	}
	


#logos {

}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border: 1px solid #0000FF;*/
}

#mainContent object {
margin: 0 0 10px 0;
}

/* ==== LINKS DE LOCALIZACAO SUP ===================================== */
#veja_mais {
margin: 10px 0 0 0;
height: 33px;
/*border: 1px solid green;*/
}

#veja_mais h2 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
color: #526FAD;
line-height:33px;
margin:0 0 0 38px;
padding:0;
}

#veja_mais p {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #526FAD;
line-height:33px;
margin:0 0 0 38px;
font-weight:bold;
padding:0;
}

.left {
float:left;}

#veja_mais a {
color: #526FAD;
text-decoration:none;
font-weight:bold;
font-size: 12px;
}
 
#veja_mais a:hover {
color: #526FAD;
text-decoration:none;
font-weight:bold;
font-size: 12px;
} 


/* ==== CONTEUDO ===================================== */

#conteudo {
margin: 10px 20px 10px 10px;
}

#conteudo h1 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color: #526FAD;
margin: 15px 0 0 0;
border-bottom: 1px solid #526FAD;
margin-right: 200px;
}

#conteudo h2 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #526FAD;
margin: 15px 0 0 0;
}

#conteudo p {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color: #526FAD;
line-height:150%;
margin: 5px 200px 5px 0;
}
.indent {
text-indent: 30px;
}

#conteudo hr {
	width: 350px;
	color: #BDC9E2;
	text-align: left;
	height: 1px;
	background-color: #BDC9E2;
	}

#img_sessao {
float:right;
}

/* ==== DETALHES PRODUTOS ================================= */
#prod_detalhe {
width: 318px;
height: 245px;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #526FAD;
text-align:center;
margin: 0px 0px 10px 0px;
float: left;
border: #FFFFFF 1px solid;
}


#prod_detalhe p {
font-size:12px;
color:#CCCCCC;
font-weight:bold;
margin: 5px 0 5px 0;
padding:0;
}



/* ========== ESPECIFICACOES PRODUTOS ===================== */
#especificacoes {
margin-left:10px;
border: 1px solid #FFFFFF;
width: 280px;
float: right;
}

#especificacoes h2 {
font-size:18px;
color: #526FAD;
margin: 0 30px 0 0;
padding:0;
}

#especificacoes p {
font-size:12px;
color:#666666;
font-weight:bold;
margin: 5px 0 5px 0;
padding:0;
}

.titulo_lista {
font-weight:bold;
font-size:12px;
}

#especificacoes ul {
font-size:12px;
color: #666666;
margin:0 0 5px 0;
padding: 0;
}
#especificacoes li {
list-style-type:none;
padding:0;
margin:0;
}

/* ======= DESCRICAO PRODUTOS ============================ */
#descricao {
width:574px;
clear: right;
padding:0;
margin:0;
border: 1px solid #FFF;
}

#boxhead {
height:29px;
background-image:url(../images/box_descricao_topo.gif);
background-position: top left;
background-repeat:no-repeat;
}
#boxconteudo {
background-image: url(../images/box_descricao_bg.gif);
background-position:top left;
background-repeat:repeat-y;
}
#boxconteudo p {
margin: 0 30px 0 30px;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color: #666666;
}
#boxrodape {
height:28px;
background-image:url(../images/box_descricao_rodape.gif);
background-position:top left;
background-repeat:no-repeat;}



#maispags {
font-size:12px;
text-align:center;
line-height:150%;
clear: both;
margin-bottom:15px;
color: #29317B;
}

#maispags a {
color: #526FAD;
font-weight:bold;
text-decoration:none;
}

#maispags a:hover {
color: #0033FF;
font-weight:bold;
}

#maispags a:visited {
color: #526FAD;
font-weight:bold;
text-decoration:none;
}


#mais_fotos {
clear: right;
border: 1px solid #FFFFFF;
margin: 0px 0px 20px 0px;
width: 300px;
text-align:center;
font:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
color: #526FAD;
/*clear:left;*/
}

#prod_relacionados {
width:574px;
text-align:center;
margin: 5px 0 15px 0;
}

#prod_relacionados h2 {
font-size:12px;
font-weight: bold;
color:#526FAD;
}

/*FALE CONOSCO - FORMULARIO*/
.anexacurriculo {
margin-left:15px;}

#errorValida {
font-size:10px;
font-weight:bold;
color:#FF0000;
margin:0 0 15px 15px;
}

#form_container {
/*background-image:url(../images/forms/fale_conosco_bg.gif);
background-position:top left;
background-repeat:no-repeat;*/
}

#box_topo_fale {
background-image: url(../images/forms/boxform_topo.gif);
background-position:top;
background-repeat:no-repeat;
height:48px; width:368px; 
margin:0;
 }
 
#box_topo_cad {
background-image: url(../images/forms/boxform_topo_cad.gif);
background-position:top;
background-repeat:no-repeat;
height:48px; width:368px; 
margin:0;
 }
 
#box_topo_job2 {
background-image: url(../images/forms/boxform_topo_trabalhe.gif);
background-position:top;
background-repeat:no-repeat;
height:48px; width:368px; 
margin:0;
 }
 
#box_meio {
background-image: url(../images/forms/boxform_bg.gif);
background-position:top;
background-repeat: repeat-y;
margin:0px;  width:368px; 
}
#box_meio label {
font-family:Arial, Verdana, Helvetica, sans-serif;
background-position:top;
font-size:12px;
font-weight:bold;
color:#506EAD; /*#0033FF*/
/*margin: 0px 20px 0 15px;*/
margin: 0px 0px 0 15px;
}

#box_meio p {
margin:0 0 10px 0;
}
#box_meio_obrigado {
background-image: url(../images/forms/boxform_bg.gif);
background-position:top;
background-repeat: repeat-y;
margin:0px;  width:368px; 
}

#box_meio_obrigado {
font-family:Arial, Verdana, Helvetica, sans-serif;
background-position:top;
font-size:12px;
font-weight:bold;
color:#506EAD;
margin: 0;
}

#box_meio_obrigado p {
margin:0px 0 0 30px;
padding-top: 10px;

}

#box_meio INPUT, TEXTAREA, SELECT {
font-family:Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #5370AD;
	font-size:12px;
	}
	
	
#box_topo_obrigado {
background-image: url(../images/forms/boxform_obrigado.gif);
background-position:top;
background-repeat:no-repeat;
height:48px; width:368px; 
margin:0;
 }

#box_rodape {
background-image: url(../images/forms/boxform_botton.gif);
/*background-position:top;*/
background-repeat:no-repeat;
height:34px; width:368px;   
/*margin:0;*/
 }


#box_form {
border:none;
}


legend {
font:Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
color:#333333;
}

.center {
font-family:Arial, Verdana, Helvetica, sans-serif; 
font-size:10px; 
text-align:center; 
margin-bottom: 10px; 
}

.center2 { 
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:10px;
width:360px; 
text-align:center;
/*margin-bottom: 10px; */
padding-left: 130px; 
}

.center_red {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:10px;
text-align:center;
color:#FF0000;
}

#enviar 
{
	width: 101px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/forms/enviar.gif);
}
#limpar 
{
	width: 101px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/forms/limpar.gif);
}

.nome { 
margin-left:33px;
 
}

.email { 
margin-left:32px;
 
}

.end { 
margin-left:18px;
 
}

.num { 
margin-left:28px;
 
}


.compl { 
margin-left:22px;
 
}

.zeros { 
font-family:Arial, Verdana, Helvetica, sans-serif; 
font-size:10px; 
color:#506EAD; 
}



/*TABELA LOJA*/
.imgtopo {
margin: 0 0 20px 0;}


#conteudo_tab {
margin: 10px 0 20px 0;
}

#conteudo_tab h1 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color: #0066CC;
margin: 15px 0 0 20px;
border-bottom: 1px solid #6699CC;
}

#conteudo_tab h2 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #526FAD;
margin: 15px 0 0 20px;
}

#conteudo_tab p {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color: #526FAD;
line-height:150%;
margin: 5px 0px 5px 20px;
}



/*RODA PÉ*/
.twoColFixLtHdr #footer { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 18px;
	clear: both;
	margin: 0;
	background: url(../images/menu/rodape.gif) no-repeat left top; 
} 

#footer ul {
	margin: 2px;
	list-style-type: none;
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	
}

#footer li {
display:inline;
list-style-type: none;
padding:0 2px;
margin:0;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
}

#footer li a {
padding:0;
margin:0;
text-decoration:none;
color:#FFFFFF;
}

#footer li a:hover {
color: #003399;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*PRODUTOS*/

#produtos {
float:left;

}


#produtos p {
margin: 5px 10px 20px 10px;
text-align: center;
width: 180px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #526FAD;
}
#banner {
margin-bottom:10px;}


/* ############### ALTERAÇÕES PARA LAYOUT DO LUCIANO  ###############  */

/*.veja_mais, .resultados_termo, .resultados_qtde
{
	color: #526FAD;
	font-size: 1.4em;
	font-weight: bold;
}
.veja_mais A
{
	color: #526FAD;
	text-decoration: none;
}
.veja_mais A:hover
{
	color: #09C;
	text-decoration: none;
}

.sidebox
{
	background: url(../images/box/bd.gif) no-repeat bottom right;
	float: left;
}

.sidebox P
{
	color: #808284;
	font-size: 1.2em;
}

.boxhead H2
{
	height: 1%;
}

.boxhead
{
	background: url(../images/box/td.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}
.boxhead H2
{
	background: url(../images/box/te.gif) no-repeat top left;
	margin: 0;
	height: 21px;
	padding: 0 30px;
}

.boxbody
{
	background: url(../images/box/be.gif) no-repeat bottom left;
	margin: 0;
	padding: 0 15px 27px;
	text-align: center;
}
.boxbody_left
{
	background: url(../images/box/be.gif) no-repeat bottom left;
	margin: 0;
	padding: 0 30px 27px;
	text-align: left;
}
.boxbody P
{
	margin: 0;
	padding: 0;
}
.empty_box
{
	float: left;
}
*/

/*larguras*/
.lar25
{
	width: 25px;
}
.lar50
{
	width: 50px;
}

.lar70
{
	width: 150px;
}

.lar65
{
	width: 65px;
}
.lar80
{
	width: 65px;
}
.lar100
{
	width: 100px;
}
.lar125
{
	width: 125px;
}
.lar140
{
	width: 200px;
}
.lar150
{
	width: 150px;
}
.lar200
{
	width: 200px;
}
.lar250
{
	width: 250px; 
}
.lar300
{
	width: 300px;
}
.lar325
{
	width: 325px; margin-left:15px;
}
.lar600
{
	width: 600px;
}
/*alturas*/
.alt20
{
	height: 20px;
}
.alt40
{
	height: 40px;
}
.alt100
{
	height: 80px;
}
.alt128
{
	height: 128px;
}
.alt216
{
	height: 216px;
}


/* ======= BOTÃO VOLTAR DO DETALHE DE PRODUTOS - MARCO ============================ */
#voltar {
	float: right;
}

#voltar a {
	color:#526FAD;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}



/*=========== ASSINATURA BMS ====================*/
#assina_bms p {
font-size:11px;
text-align:center;
}
#assina_bms a:visited {
color: #999999;
text-decoration:none;
}
#assina_bms a:hover {
color:#999999;
text-decoration:none;
}

#assina_bms a {
color:#999999;
text-decoration:none;
}

.bold {
font-weight:bold;
}
