@charset "utf-8";

* html body .sombra {
     background-image:url(../img/background.jpg);
	 filter: alpha(opacity=60); /* Já q o FF não recebe, não vamos declarar o –moz-opacity */
	  background-repeat: no-repeat;
     }
	  
html > body .sombra {
     background-image:url(../img/sombra.png);
	 background-repeat: no-repeat;
	 }

body {
	background-image:url(../img/background.jpg);
	background-position: top;
	margin: 0px;
	color:#666666;
	font-family: tahoma, arial, verdana;
	font-size: 14px;
	
	background-repeat: no-repeat;
	background-color:#006699;
}

#content{
	width:759px;
	margin:auto;
	background-color:#FFFFFF;
}

.sombra{
	background-image:url(../img/sombra.png);
	background-position:center;
	background-repeat:repeat-y;
	filter:progid: DXImageTransform.Microsoft.AlphaImageLoader(src='black.png',sizingMethod='scale');
	filter:opacity(alpha=60); 
}

.clearfloat {
	clear:both;
	height:1px;
	font-size: 1px;
	line-height: 1px;
}

#topo{
	width:759px;
	height:230px;
	border-bottom:1px solid #9C9CB2;
	padding:0px;
	overflow:hidden;
}

#rodape{
	background-image:url(../img/rodape.jpg);
	background-repeat:no-repeat;
	font-family:arial; 
	font-size:12px; 
	color:#000033;
	border-top:1px solid #9C9CB2;
	background-position:top;
	background-color:#D6D9FC;
}
#menu{
	height:33px; 
	width:759px;
	vertical-align:top;
	background-color:#003366;
	text-align: justify;
	padding-top: 8px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-weight:bold;
}

#menu img {
	position: absolute;
	top: 234px;
	z-index: -1000;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	padding-right: 19px;
	padding-left: 19px;
	height: 33px;
	padding-top: 8px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
#menu a {
	font-size: 14px;
	padding-right: 20px;
	padding-left: 21px;
}
}


#menu a:hover {
	color: #CCCCCC;
	background-color:#003366;

}

#conteudo{
	width:759px;
	background-color:#FFFFFF;
	border-top:1px solid #9C9CB2;
}

#menuRodape{
	width:400px; 
	height:50px;
	padding:10px;
	line-height:16px;
}

#colDireita{
	float:left;
	margin-top:20px;
	width:210px;
	padding:5px;
	margin-bottom: 20px;
}

#colEsquerda{
	width:490px; 
	padding:24px; 
	height:380px; 
	float:left
}

#divNovidade{
	width:193px; 
	height:auto; 
	background-image:url(../img/background2.jpg); 
	background-repeat:no-repeat;
}

#conteudomeio{
	width:710px; 
	padding:24px; 
	height:auto; 
	float:left
}
/**************************************************************************************/

.titulo{
	font-family:Candara;
	font-size:21px;
	color:#003366;
	font-weight:bold;

}

.subtitulo{
	font-size: 18px;
	color:#666666;
	width:200px;
	text-align:center;
}

.login{
	font-family:Candara;
	font-size:17px;
	color:#003366;
	font-weight:bold;

}

.texto{
	font-size:12px;
	color:#003366;
}

a {
	color:#666666;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	color:#666666;
	text-decoration:underline;
	font-size:12px;
}
.pBr {
	float:right;
	display:block;
	height:0px;
	width:100%;
	font-size:0px;
}

.txtInput {
	background-color: #fff;
	border: 1px solid #cccccc;
}

.botao{
	background-color: #eee;
	border: 1px solid #cccccc;
	color:#000000;
}

#Produtos {
	margin-bottom: 20px;
	font-size: 18px;
	color:#666666;
	width: 235px;
	text-align: center;
	float: left;
}

#Produtos2 {
	margin-bottom:10px;
	font-size: 20px;
	color:#666666;
	width: 220px;
	text-align: left;
	float: left;
}
.fotosProdutos {
	width: 160px;
	overflow: hidden;
	background-color: #fff;
	padding: 3px;
	cursor: pointer;
	margin-bottom: 5px;
	text-align: center;
	/*border:1px solid #ccc;*/
}

.fotosProdutos2 {
	width: 200px;
	overflow: hidden;
	background-color: #fff;
	padding: 3px;
	cursor: pointer;
	margin-bottom: 10px;
	text-align:center;
}

.fotosProdutos3 {
	width: 220px;
	overflow: hidden;
	background-color: #fff;
	padding: 3px;
	cursor: pointer;
	margin-bottom: 10px;
	/*border:1px solid #ccc;*/
}

.descricaoProduto {
	height: 200px;
	width: 200px;
	overflow: hidden;
	background-color: #fff;
	padding: 3px;
	cursor: pointer;
	margin-bottom: 5px;
	text-align:center;
	float:left;
}

/********************************************************************************/
#divContato{
	width:400px;
	padding:24px;
	float:right;
}

#divContato2{
	width:250px;
	padding:24px;
	float:left;
}


.tblGridLink {
	clear:both;
}
.tblGridLink foot {
	border-top:1px solid #000000;
}
.tblGridLink th {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-color:#003366;
	padding:2px 5px;
}
.tblGridLink th a {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-color:#003366;
	padding:2px 5px;
	text-decoration:none;
}
.tblGridLink th a:hover {
	text-decoration:underline;
}
.tblGridLink td {
	cursor:pointer;
	font-size:11px;
	background-color: #dddddd;
	padding:2px 5px;
	color:#666666;
}
.trGridOut td {
	font-size:11px;
	background-color:#dddddd;
	padding:2px 5px;
	color:#666666;
}
.trGridOver td {
	font-size:11px;
	background-color: #eeeeee;
	padding:2px 5px;
	color:#666666;
}
.gridFinal {
	display:block;
	width:100%;
	height:1px;
	font-size:0px;
}

.gridPagination {
	border-top:1px solid #003366;
	padding-top:4px;
	display:block;
	margin:0px 2px;
	height:15px;
}
.gridPaginationLabel {
	font-weight:bold;
	padding-top:2px;
	font-size:11px;
	float:left;
}
.gridPaginationPage {
	background-color:#F3F3F3;
	padding:2px 4px 3px 4px;
	margin:0px 2px;
	font-size:11px;
	float:right;
}
.gridPagination a {
	margin:0px 1px;
	float:right;
}

