body {
    background-image:url(../layout/fundo_geral.jpg);
    background-position:top;
    background-repeat:no-repeat;
    background-color: #4D0008;
    color: #FFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    color: #FFF;
    text-decoration: none;
	line-height:32px;
}                                                

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    color: #e40082;
    text-decoration: none;
}

h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #e40082;
    text-decoration: none;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
}
.yellow_title {
	color:#FC0;
}

p {
    font-family: Arial, Helvetica, sans-serif ;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}

table {
    font-family: Arial, Helvetica, sans-serif ;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}

.col_dir {
    font-family: Verdana;
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
}

.col_esq {
    font-family: Verdana;
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
}

 a
{
    text-decoration: none;
    color:#F9B600;
	font-size:12px;
}
/* a:visited
{
    text-decoration: none;
    color:#F9B600;
	font-size:12px;
}
 a:active
{
    text-decoration: none;
    color:#F9B600;
	font-size:12px;
}*/
 a:hover
{
    text-decoration: none;
    color: #E40082;
}
/* Alertas */
.alert {
    background-color: #FFFFE0;
    padding: 4px;
    border: 1px solid #FFFF00;
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
    text-align: center;
} 
.error-message{
    color: black;
    text-align: center;
    border: 1px solid #B22222;
    background-color: #EDC0C0;
    margin-top: 10px;
    margin-left: 10px;
    padding: 2px;
}

.ok-message{
    color: black;
    text-align: center;
    border: 1px solid #8da038;
    background-color: #cfe17e;
    margin-top: 10px;
    margin-left: 10px;
    padding: 2px;
}
/* Fim ALERTAS */
/* Validação de Forms */
/* Style for invalid input */
.invalidInput{
    border:1px dotted #F00;
    background-color: #FFECE6;
}
/* Style for valid input */
.validInput{
    border: 1px dotted #FF0000;
}
/* Image slider HP */
#slider_hp {
    border: 5px solid #FFF;
    width: 930px;
    height: 389px;
  }
  
.parceria {
    width: 280px;
    height: 70px;
    float: left;
    margin-bottom: 25px;
}
.parceria a {
    font-size: 11px;
    text-decoration: none;
}

.parceria a img {
    padding: 3px;
    border: 1px solid #FFF;
}

.footer {
    font-family: Verdana;
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
}

.categorias {
    /*padding: 3px;
    border: 1px solid #FFF;*/
}
.produto_categoria {
	width:120px;
	height:85px;
	padding:8px;
	background-color: #b44752;
	background-image:url(../layout/bg_subcategorias.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #fff;
	float:left;
	margin:5px;
	text-align:center;
	font-size:11px;
	color:black;
}
.produtos_categoria a {
	color:#e40082;
	text-decoration:none;
}
.produtos_categoria a:hover {
	color:#f9b641;
}