@charset "utf-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background2.jpg);
	background-repeat: repeat;
	background-position: center;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#banner  {
	height: 201px;
	width: 780px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header  {
	height: 123px;
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(images/header2.jpg);
	background-position: left top;
	position: relative;
	background-repeat: no-repeat;
} 
#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 */
}
#sobre {
	position:absolute;
	left:302px;
	top:83px;
	width:30px;
	height:15px;
}
#faq {
	position:absolute;
	left:401px;
	top:71px;
	width:30px;
	height:15px;
}
#servicos {
	position:absolute;
	left:505px;
	top:64px;
	width:40px;
	height:15px;
}
#suporte {
	position:absolute;
	left:608px;
	top:64px;
	width:50px;
	height:15px;
}
#forum {
	position:absolute;
	left:714px;
	top:69px;
	width:50px;
	height:15px;
}
#inicio {
	position:absolute;
	left:305px;
	top:21px;
	width:33px;
	height:33px;
}

#contato {
	position:absolute;
	left:370px;
	top:14px;
	width:41px;
	height:33px;
}
#numero_telefone {
	position:absolute;
	left:444px;
	top:6px;
	width:325px;
	height:16px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	background-image: url(images/menu_lat_esq.jpg);
	background-position: top;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: right;
} 
#footer  {
	height: 118px;
	background-color: #FFFFFF;
	background-image: url(images/rodape.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
} 
#footer  p  {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 60px;
}
.menu_superior {
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
}

.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;
}
.twoColFixLtHdr #container #sidebar1 #busca #form1 #busca2 {
	background-image: url(images/menu_lat_esq.jpg);
	background-position: top;
	border: 1px solid #FF5BFF;
}
#menu_lat_direito_container ul {
	margin: 0px;
	padding: 0px;
}
#menu_lat_direito_container li {
	display: block;
	list-style-type: none;
	font-size: 13px;
	width: 184px;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-left: 15px;
	background-image: url(images/seta_direita.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#menu_lat_direito_container a  {
	text-decoration: none;
	color: #000000;
}
#menu_lat_direito_container a:hover {
	color: #4854CA;
	text-decoration: none;
}
#menu_lat_direito_container a:visited  {
	color: #333333;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/*fim do css relacionado ao template*/

/*inicio do css para a variantes*/

#botao_subcategorias {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#menu_lat_direito_container {
	width: 200px;
	left: 0px;
	top: 95px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#area_busca {
	width: 200px;
	height: 70px;
}
categorias li {
	display: inline;
	list-style-type: none;
}
categorias ul {
	list-style-type: none;
}
#categorias_container {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#conteudo_principal {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#conteudo_principal ul {
	list-style-type: none;
	margin: 0px;
}
#categorias_container ul {

}
#categorias_container li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 1px;
	border: 1px solid #EC008C;
	height: 15px;
	width: 110px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	font-size: 11px;
	color: #EC008B;
	text-align: center;
}
#categorias_container a {
	text-decoration: none;
	color: #E90389;
}
.titulo_resultado_azul {
	font-size: 18px;
	color: #1A439B;
}
.nome_produto_azul a {
	font-size: 14px;
	color: #1A439B;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.funcao_produto_azul {
	font-size: 12px;
	color: #1A439B;
	font-weight: normal;
}
.total_records {
	font-size: 10px;
	color: #3D51CE;
}
.produto_nao_encontrado_azul {
	font-size: 14px;
	color: #1A439B;
}
#tb_res_prod {
	border: 1px double #FFE1FF;
	margin-bottom: 5px;
}

.label_formularios {
	font-size: 12px;
	color: #1C449C;
	color: #333333;
	font-weight: normal;
}#o_cavaleiro_das_trevas {
	padding-left: 14px;
}

