#content{
	height: 712px;
}

#leftColumn{
	width: 650px;
	padding: 48px 0 0 130px;
	float: left;
}

#leftColumn #images{
	margin: 0 0 50px 0;
	float: left;
	width: 100%;
}

#images #cups{
	float: left;	
}

#leftColumn p{
	text-align: justify;
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
	width: 100%;
}

#images #store{
	float: right;
}

#products{
	width: 100%;
	float: left;
	list-style:none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 55px;
	bottom: -40px;
	z-index: 1;
}

#products li{
	width: 125px;
	height: 155px;
	padding: 15px 0 0 12px;
	float: left;
	margin: 0 25px 0 0;
	background: url(../images/png/product-bg.png) no-repeat top left;
	behavior: url("../javascript/iepngfix/iepngfix.htc");
}

#products li p{
	padding: 6px 0 0 0;
	margin: 0;
	width: 108px;
	float: left;
	text-align: center;
	height: 14px;
	overflow: hidden;
}

#products li a{
	color: #ffffff;
	text-decoration: none;
}

#products li p a{
	float: left;
	width: 100%;
	height: 14px;
	overflow: hidden;
}

#products li a img{
	border: none;
	float: left;
}