﻿/* PRODUCTS STYLE */
.Product
{
	margin: auto;	
}

.produtFooterText
{
	color: #666666;	
	position: absolute; 
	z-index:100; 
	width:962px; 
	height:25px;
	padding: 0; 
	margin-top:-20px; 
	text-align:center;
}

.beerTitle
{
	color: #CD0000;	
	font-weight: bolder;		
	font-size: large;
	padding: 20px 20px 20px 0px;
}

#divLeftTop
{
    font: bold 22px Arial,Helvetica,sans-serif; 
	text-transform:uppercase; 
	letter-spacing:1px;
	color: #666;	
	width: 21%;	
	float: left;
	padding:10px 0 20px 10px;
}

#divRightTop
{
    font: bold 22px Arial,Helvetica,sans-serif; 
	text-transform:uppercase; 
	letter-spacing:1px;
	color: #fff;
	width: 72%;	
	float: right;
	padding: 10px 20px 20px 0;
}

#divLeftBottom
{
	width: 22%;
	float: left;
	text-align: center;
}

#divRightBottom
{
	width: 72%;
	float: right;
	padding:0 20px 5px 0;
}
/* END - PRODUCTS STYLES */