/* CSS Document */

.lateral_esquerda{
	background-image:url(../img/fundo_esquerda.png);
	background-repeat:repeat-x;
	background-position:left 173px;
}
.lateral_direita{
	background-image:url(../img/fundo_direita.png);
	background-repeat:repeat-x;
	background-position:right 170px; 
}

.titulo_inicial {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	font-style:italic;
	font-weight:bold;
	float:left;
	width:310px;
	padding-left:40px;
	margin-top:28px;
	text-align:left;
/*	background-color:#999999;
	border:solid 1px #FF0000;
*/}

.titulo_empresa {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	font-style:italic;
	font-weight:bold;
	padding-left:50px;
	padding-top:10px;
	text-align:left;
	height:20px;
	background-color:#9f0707;
	border-bottom:solid 1px #9a0202;
}
.texto_vinho_g {
	font-size:11px;
	color:#8B0B00;
	text-decoration:none;
	font-weight:bold;
}
.texto_vinho_m {
	font-size:11px;
	color:#8B0B00;
	text-decoration:none;
	font-weight:bold;
}

.texto_vermelho_g {
	font-size:11px;
	color:#e4251c;
	text-decoration:none;
	font-weight:bold;
}
.texto_cinza_g {
	font-size:11px;
	color:#636363;
	text-decoration:none;
	font-weight:none;
}
.texto_cinza_g1 {
	font-size:11px;
	color:#636363;
	text-decoration:none;
	font-weight:none;
}
.texto_cinza_g2 {
	font-size:13px;
	color:#444444;
	text-decoration:none;
	font-weight:bold;
}

.cx_noticias {
	border-bottom:1px solid #CCCCCC;
	margin-top:5px;
}

.link_cinza {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
.link_cinza:hover {
	font-size:11px;
	color:#333333;
	text-decoration:none;
}

.link_vermelho_g {
	font-size:11px;
	color:#e4251c;
	text-decoration:none;
	font-weight:bold;
	margin-right:20px;
}
.link_cinza_g {
	font-size:11px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	margin-right:20px;
}

.link_cinza_g:hover {
	font-size:11px;
	color:#333333;
	text-decoration:none;
	margin-right:20px;
	font-weight:bold;

}
.link_cinza_b {
	font-size:11px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	margin-right:20px;
}

.link_cinza_b:hover {
	font-size:11px;
	color:#333333;
	text-decoration:none;
	margin-right:20px;
	font-weight:bold;

}
.link_email {
	font-size:13px;
	color:#636363;
	text-decoration:underline;
	font-weight:none;
	margin-right:20px;
}

.link_email:hover {
	font-size:13px;
	color:#333333;
	text-decoration:underline;
	margin-right:20px;
	font-weight:none;
}

.link_vermelho {
	font-size:11px;
	color:#e4251c;
	text-decoration:none;
	font-weight:bold;
}
.link_vermelho:hover {
	font-size:11px;
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
.link_vinho {
	font-size:11px;
	color:#8B0B00;
	text-decoration:none;
	font-weight:bold;
}
.link_vinho:hover {
	font-size:11px;
	color:#e4251c;
	text-decoration:none;
	font-weight:bold;
}
.rodape {
	color:#FFFFFF;
	font-size:9px;
	text-align:center;
	padding-left:120px;
}

.padding_texto {
	padding:15px;
}
.padding_texto2 {
	padding:5px;
}
.padding_texto3 {
	padding:15px;
	padding-top:3px;
	padding-bottom:10px;
}



.produtos_cx_lateral_superior {
	background-image:url(../img/produtos_cx_lateriais_horizontal.gif);
	background-repeat:repeat-x;
	background-position:left top;
	height:15px;
}
.produtos_cx_lateral_inferior {
	background-image:url(../img/produtos_cx_lateriais_horizontal.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	height:15px;
}

.produtos_cx_lateral_esquerda {
	background-image:url(../img/produtos_cx_lateriais_vertical.gif);
	background-repeat:repeat-y;
	background-position:left top;
	width:15px;
}
.produtos_cx_lateral_direita {
	background-image:url(../img/produtos_cx_lateriais_vertical.gif);
	background-repeat:repeat-y;
	background-position:right top;
	width:15px;
}

.produtos_cx_sup_esq {
	background-image:url(../img/produtos_cx_cantos.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}
.produtos_cx_sup_dir {
	background-image:url(../img/produtos_cx_cantos.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:15px;
	height:15px;	
}
.produtos_cx_inf_esq {
	background-image:url(../img/produtos_cx_cantos.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}
.produtos_cx_inf_dir {
	background-image:url(../img/produtos_cx_cantos.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	width:15px;
	height:15px;	
}

.produtos_padding {
	padding:5px;
}
.produtos_padding_texto {
	padding-left:8px;
	padding-right:8px;
}
