body {
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#4f1717;
	background-image:url(../img/bg.png);
	color: #b7b7b7;
}
img {
	border:0px;
}
a {
	text-decoration:none;
}
p {margin:0px;}
.deco {
	text-decoration:underline
}
ul{list-style:none;margin:0px;
list-style-type: none;
padding: 0px;}
li {margin:0px;}
.nodeco {
	text-decoration:none
}
.cinza1 {
	color : #999;
}
.cinza2 {
	color : #666;
}
.cinza3 {
	color : #333;
}
.branco {
	color : #fff;
}
.laranja {
	color : #f7931e;
}
.preto {
	color : #000000;
}
.verdeclaro {
	color: #82a429;	
}
.verde {
	color : #a5cd36;
}
.verde2 {
	color : #bcbc1e;
}
.verde3 {
	color : #59570a;
}
.vermelho {
	color : #d12c2d;
}
.azul {
	color : #0071bc;
}
.azul2 {
	color : #089aa4;
}
.azul3 {
	color : #00f0ff;
}
.castanho {
	color : #4d1002;
}
.rosa {
	color : #ed1164;
}
.tijolo {
	color : #cc6600;
}
.hoverbranco:hover {
	color : #fff;
}
.hoververde:hover {
	color : #285412;
}
.hoverlaranja:hover {
	color : #8e4c11;
}
.hoverlaranja2:hover {
	color : #f7931e;
}
.hoverazul:hover {
	color : #8fc7ff;
}
.hoververmelho:hover {
	color : #d12c2d;
}
.hoverrosa:hover {
	color : #ed1164;
}
.hoverpreto:hover {
	color : #000000;
}
.hoverdeco:hover {
	text-decoration : underline;
}
.hoverbackbranco:hover {
	background-color : #fff;
	background : #fff;
}
.nooutline {
	outline:none;
}
.courier {
	font-family: "Courier New", Courier, monospace;
}
.tahoma {
	font-family: Tahoma, Geneva, sans-serif;
}
.century {
	font-family:"Century Gothic", Tahoma, sans-serif;
}
.caps {
	font-variant : small-caps;
}
.cursor {
	cursor : pointer;
}
.txt8 {
	font-size : 8px;
}
.txt9 {
	font-size : 9px;
}
.txt10 {
	font-size : 10px;
}
.txt11 {
	font-size : 11px;
}
.txt12 {
	font-size : 12px;
}
.txt13 {
	font-size : 13px;
}
.txt14 {
	font-size : 14px;
}
.txt15 {
	font-size : 15px;
}
.txt16 {
	font-size : 16px;
}
.txt18 {
	font-size : 18px;
}
.txt20 {
	font-size : 20px;
}
.txt22 {
	font-size : 22px;
}
.txt24 {
	font-size : 24px;
}
.txt28 {
	font-size : 28px;
}
.txt30 {
	font-size : 30px;
}
.txt32 {
	font-size : 32px;
}
.txt36 {
	font-size : 36px;
}
.txt46 {
	font-size : 46px;
}
.txt42 {
	font-size : 42px;
}
.txt66 {
	font-size : 66px;
}
.bold {
	font-weight : bold;
}
.pad1 {
	padding : 2px;
}
.pad5 {
	padding : 5px;
}
.pad10 {
	padding : 10px;
}
.pad20 {
	padding : 20px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
h1 {
	margin:0px;
}
h2 {
	margin:0px;
}
h3 {
	margin:0px;
}
h4 {
	margin:0px;
}
.table {display:table}
/***************** INPUTS ****************/
.input_pesquisa
{
    width: 120px; 
    height: 22px; 
    border: 1px solid #c4c3c3;
    font-size: 11px;
    color: #999;
    padding-left: 5px;
    padding-top: 0px;
    line-height: 19px;
	margin-top:5px;
}
/*********************** FORMS  **************************/
input {
	background-color:#fff;
	color:#FFF;
	border: 0px;
	height:22px;
	text-indent: 2px;
	width:200px;
	}	
.bot1
{
	width:73px;
	height:16px;
	line-height:16px;
	color:#FFF;
	background-image:url(../img/fd_bot1.png);
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
}
/**************** DIVS *****************/
.fleft {
	float: left;
}
.fright {
	float: right;
}
/**************** IMAGENS ****************/
.imgborder {border:1px solid #bcbec0;}
.imgcontent {margin-right:10px; margin-bottom:10px; float:left;}
img {border: 0px;}

/********************** FONT FACE *********************/
/*
@font-face {
    font-family: 'PerspectiveSansRegular';
    src: url('persans-webfont.eot');
    src: url('persans-webfont.eot?#iefix') format('embedded-opentype'),
         url('persans-webfont.woff') format('woff'),
         url('persans-webfont.ttf') format('truetype'),
         url('persans-webfont.svg#PerspectiveSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

.chromestyle{
width: auto;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: "."; */
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: auto;
padding: 0px 0;
margin: 0px;
position:absolute;
z-index:120;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin-left:10px;
margin-right:10px;
}

.chromestyle ul li:hover{
	border-bottom: 1px solid #f1c0c0;
}

.chromestyle ul li a{
color: #d12c2d;
text-decoration: none;
font-family:"Century Gothic", Tahoma, sans-serif;
font-size:14px;
font-weight:bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*font:normal 12px Verdana;
line-height:18px;*/
z-index:100;
background-color: none;
/*width: 200px;*/
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-decoration: none;
color: #d12c2d;
text-align:center;
font-family:"Century Gothic", Tahoma, sans-serif;
min-height:24px;
line-height:24px;
font-size:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
 color:#666;
}

