* {
	scrollbar-base-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}

body {
	background-color: #000000;
	text-align:center;
	padding: 0px;
	overflow-x:hidden;
}


.titulo {
	font-size:16px;
	color: #666666;
	font-weight: bold;
}

.form_tits {
	font-size:13px;
	color: #990000;
	font-weight: bold;
}


.refer {
	color: #999999;
}


TD {
	font-size:11px;
	color: #333333;
}


.subtitulo {
	font-size:11px;
	color: #9E9E9E;
	font-weight: bold;
}



SELECT, INPUT, PRE, TEXTAREA {
	border: solid 1px #D8D8D8;
	background-color: #FFFFFF;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#div_produtos{
	width: 165px;
	height: 230px;
	position: absolute;
	background-color: #FFFFFF;
}

#container_home{
	width: 950px;
	height: 556px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -278px;
	margin-left: -475px
}

#container_conteudo {
	position: absolute;
	text-align: justify;
	width: 750px;
	height:auto;
	min-height:100%;
	left: 210px;
	display: block;
	z-index: 52;
	background-color: #FFFFFF;
}

#container_produtos {
	position: relative;
	text-align: justify;
	width: 718px;
	height: 306px;
	left: 16px;
	display: block;
	z-index: 54;
	background-color: #E0E0E0;
}

#paginacao{
	position: absolute;
	width: 146px;
	height: 59px;
	left: 562px;
	top: 95px;
	display: block;
	z-index: 55;
}


#tudo {
	position: relative;
	width: 1000px;
	height:auto;
	text-align:left;
	display:block;
	z-index:4;
	margin-top: 20px;
	margin: 0 auto 0;
	padding: 0;
	text-align: justify;
}


#div_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	display:block;
	width: 500px;
	height: 600px; 
	z-index:100;
}


#div_conteudo {
	position: absolute;
	text-align: justify;
	width: 780px;
	left: 210px;
	display: block;
	z-index: 50;
}



A {
	text-decoration: none;
	color: #DB0000;
	font-weight: bold;
}

A:hover {
	text-decoration: underline;
	color: #DB0000;
	font-weight: bold;
}
