﻿html, body
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body
{
	color: #313031;
	font: 70%/1.25 "Trebuchet MS" , verdana, arial, helvetica, sans-serif;
	background: white url(../Imagens/bg_site.gif);
}

a
{
	color: #313031 !important;
}

a:visited
{
	color: #595859 !important;
}

a:hover
{
	color: green !important;
}


img
{
	border: none 0;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.5em;
}
h3
{
	font-size: 1em;
}

h4
{
	margin-top: 4px;
	font-size: 1em;
	text-indent: 20px;
}

#sobretudo
{
	width: 975px;
	padding: 0;
	margin: 0 auto 0 auto;
	min-height: 100%;
	background: none;
}

#tudo
{
	width: 760px;
	padding: 0 5px 0 5px;
	margin: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: white;
	float: left;
}


.arranha-ceu
{
	width: 200px;
	height: 500px;
	float: left;
	margin-left: 3px;
}

#breadcrumb a
{
	text-decoration: none;
}

#colunas
{
	width: 100%;
	padding-bottom: 1px;
}


#coluna-esquerda
{
	float: left;
	width: 160px;
	text-align: center;
}

#coluna-direita
{
	float: left;
	width: 160px;
	margin: 0 4px 0 0;
	padding: 0;
	height: 170px;
	overflow: hidden;
}

#coluna-direita a, #coluna-direita a:link, #coluna-direita a:visited
{
	color: black;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
}

#coluna-direita a:hover
{
	background: white;
}

#coluna-direita img
{
	margin-top: 10px;
	max-width: 160px;
}

#oferta
{
	float: left;
	width: 51%;
	background: #ffffff url('/imagens/oferta_div.png') no-repeat right center;
}
#fornecedor
{
	float: right;
	width: 48%;
}

#fornecedor p
{
	margin-bottom: 5px;
}



/********************** BARRA *********************/
#barra
{
	margin: 0 0 0 0;
	height: 18px;
	background: url('../imagens/bg_barra.gif') repeat-x;
	width: 100%;
}

#barra a
{
	color: inherit;
}

#barra a :hover
{
	color: green;
}

#barra-dentro
{
	height: 18px;
	text-indent: 20px;
	padding: 1px 0 0 0;
	color: yellow;
	font-weight: bold;
	background: url('../imagens/seta_direita1.gif') no-repeat left top;
}

.barra-tit
{
	float: left;
	margin-left: 0px;
	color: white;
	margin: 1px 0 0 0;
	font-weight: normal;
}


/******************** CONTEÚDO *******************/
#conteudo
{
	/*background: #FEFFDE;*/
	text-indent: 20px;
	text-align: justify;
	width: 100%;
}

/***** RODAPE *****/
#rodape
{
	/*position: absolute; 	bottom: 0 !important; 	bottom: -1px; 	clear: both; 	padding: 0; 	margin: 0;*/
	width: 100%;
	height: 35px;
	text-align: center;
	background: url('../imagens/bg_tit_menu.jpg') repeat-x 0 1px;
	color: #2d2d2d;
	border-top: 1px #696969 solid;
	float: left;
}

/** BOTOES **/
.botoes
{
	background: white url('../imagens/bg_barra.gif') repeat-x 0 -2px;
	border: 1px solid #ADADAD;
	color: yellow;
	cursor: pointer;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	height: 25px;
	padding: 0px 4px 0px 4px;
}

.botoes:hover
{
	color: black;
}


/*********************** DESCRIÇÃO PRODUTOS ************/

#desc-prod
{
	padding: 0;
}

#descprodimg
{
	margin-top: 10px;
	max-width: 160px;
}

.alinha-desc
{
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
}

/******** CONTATO **********/
#contato
{
	float: left;
	width: 100%;
	overflow: hidden;
}

#contato-mensagem
{
	margin: 5px 0 5px 0;
	width: 100%;
	float: left;
	clear: both;
}

#contato-botao
{
	width: 100%;
	float: left;
	clear: both;
	margin-left: 80px;
}

.campos-contato
{
	width: 160px;
	float: left;
	padding-left: 5px;
	font-size: x-small;
	color: #003300;
	padding-top: 5px;
	font-family: Verdana;
	text-align: left;
}

.campo-contato-esq
{
	float: left;
	width: 120px;
	text-align: left;
	padding-top: 3px;
}

#txt_conmsg
{
	width: 530px;
	height: 90px;
}

.campo-contato-dir
{
	float: left;
	width: 300px;
}

#contato a
{
	text-decoration: underline;
	font-weight: bold;
}

.fundoPopUp
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1000;
}

.janelaPopUp
{
	border: 1 groove Green;
	position: absolute;
	z-index: 10001;
	background: white;
	width: 300px;
	height: auto;
	text-align: center;
	margin-top: 150px;
	left: 150px;
	border-collapse: collapse;
	top: 0px;
	display: none;
}

.quadroAviso
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

#topo
{
	position:relative;
	float: left;
	width: 100%;
	font-size: 1em;
	text-align: left;
	margin: 0 201px 0 0;
	border-bottom: solid 3px green;
	padding: 0;
	height: 143px;
	background: #F4F3E1 url('../imagens/bg_folha.jpg') no-repeat right top;
	z-index: 9999;
	overflow: hidden;
	min-width: 760px;
}

#topo-logo
{
	margin: 0;
	float: left;
	width: 200px;
	border: none;
	height: 125px;
	background: white url('../imagens/bg_logo.gif') repeat-y right;
	text-align: left;
	overflow: hidden;
	position: absolute;
	/*top: 26px;*/
	left: 0;
}

/***** SLOGAN *****/
#slogan
{
	height: 15px;
	position: absolute;
	left: 0px;
	top: 80px;
	font-weight: bold;
}

#slogan-dentro
{
	height: 15px;
	color: #303130;
	margin: 0 0 0 20px;
}

.divisor
{
	border-bottom: solid 1px green;
	width: 100%;
	clear: both;
	height: 2px;
	margin: 0 0 0 0;
}



.caixa-filtro
{
	padding: 0 0 0 0;
	font: 120% "Trebuchet MS" , verdana, arial helvetica;
	border: 1px solid #A2BF9B;
	float: left;
	height: 100%;
	width: 100%;
	display: block;
}

/*marcador para marca d'agua*/
.wm
{
}
/* formato da marca d'agua*/
.watermark
{
	color: Gray;
	content: "Digite aqui o que você deseja buscar!";
}




#precodiv strong
{
	color: Green;
}

.chamadafoto
{
	color: Green;
	font-family: Serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	padding: 2px 0 5px 0;
}

.pointer
{
	cursor: pointer;
}

.fotosDiv
{
	background: transparent none;
	border: none;
	position: absolute;
	top: 110px;
	left: 230px;
	margin: 0 0 0 0;
	z-index: 9999;
}

.fotosFrame
{
	width: 400px;
	float: left;
	text-align: center;
	border: none;
	height: 408px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.fotoZoom
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	cursor: url("/imagens/zoomout.cur");
	background: white none no-repeat;
	min-width: 431px;
	min-height: 424px;
}


.fotosPainel
{
	width: 400px;
	overflow: hidden;
	text-align: center;
	background: white none;
	border: solid 4px green;
	float: left;
}

.fotoprincipalDiv
{
	text-align: center;
	height: 300px;
	border-bottom: solid 1px green;
	overflow: hidden;
}

.fotoprincipal
{
	max-width: 400px;
	cursor: url("/imagens/zoomin.cur");
	background: white url("/imagens/ajax-loader.gif") no-repeat center center;
}


.navesq
{
	width: 25px;
	height: 100px;
	float: left;
	background: black url("/imagens/seta.gif") no-repeat scroll top left;
	border-right: solid 1px white;
	cursor: pointer;
}
.navdir
{
	width: 25px;
	height: 100px;
	float: left;
	background: black url("/imagens/seta.gif") no-repeat scroll top right;
	border-left: solid 1px white;
	cursor: pointer;
}

.fotosLink
{
	font: italic normal bold 1em Sans-Serif;
	color: Green;
	cursor: pointer;
}

.navitens
{
	width: 348px;
	height: 100px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}


#viewport
{
	/* width: auto; Defines the size of the visible part of the carousel 		Attention : if you only want to see plain items in the viewport, 		the width of the viewport should take into account of : 		- the items width 		- the right and left padding of items 		- the number of items you want to see in the viewport 	 */
	overflow: hidden; /* Hides extra elements, those outside the viewport area */ /* Fix for IE */
	position: relative;
}
#viewport ul
{
	position: relative; /* Enables positionning of elements inside viewport */
	padding: 0; /* Resets default - User Agent - style */
	margin: 0;
}
#viewport li
{
	width: 100px; /* Defines the size of inner element */
	height: 100px;
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */ /* Cosmetic */
	background-color: white;
	margin: 0 2px 0 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

/* Cosmetic */
#simplePrevious, #simpleNext
{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: none;
}

#topo-banner {
	width: 728px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -369px;
}

.marquee
{
	color: White;
	float: left;
	background: #313031;
	width: auto;
}

.marqueeTitle
{
	background: #313031;
	height: 23px;
	position: absolute;
	top: 3px;
	left: 0px;
	color: #FFFFFF;
}
.marqueeBox
{
	border-top: 3px solid #313031;
	width: 100%;
	height: 23px;
	overflow: hidden;
	float: left;
	background: #313031;
}
.marqueeLink
{
	color: White !important;
	text-decoration: none;
	margin-left: 10px;
}

.marqueeLink:hover
{
	color: Yellow !important;
	text-decoration: none;
	margin-left: 10px;
}

.marqueeTitle a:visited
{
	color: White !important;
	text-decoration: none;
	margin-left: 10px;
}

.some
{
	visibility: hidden;
}

#itens-topo
{
	position: absolute;
	left: 50%;
	width: 760px;
	top: 90px;
	margin: 0 0 0 -300px;
}

#menu-topo
{
	float: left;
	height: 15px;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

#menu-topo a
{
	margin-right: 18px;
}


#barra-busca
{
	margin-top: 5px;
	float: left;
	height: 24px;
	width: 530px;
	overflow: hidden;
}
#BuscarButton
{
	margin-top: 0px;
	margin-left: 4px;
	margin-top: 2px;
	height: 32px;
	width: 55px;
}
.login
{
	background-color: #93C089;
	border: 1px #696969 solid;
	height: 100%;
	width: 100%;
}
.login > h3
{
	background: #437F35;
	text-align: center;
	margin: 0;
	color: yellow;
	font-size: 180%;
}
.login > span
{
	display:inline-block;
	width:60px;
}
.maior
{
	font-size: 1.3em;
	font-weight: bold;
}

.fechar
{
	display: block;
	float: right;
	background: red;
	color: White;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 0 2px 0 2px;
}

.erro
{
	background: red;
	width: 100%;
	color: Yellow;
	font-weight: bold;
	margin: 2px 0 2px 0;
	display:inline-block;
}
