#content {
	background: #ffffff url('/resources/images/products/backgrounds/rightColumn.gif') repeat-y top right;
}


#top {
	background: white url('/resources/images/products/backgrounds/top.jpg') no-repeat top left;
	height: 175px;
}

#topCutters {
	background: white url('/resources/images/products/backgrounds/top.jpg') no-repeat top left;
	height: 175px;
}



#topHeadline {
 	height:40px;
	margin-left:30px;
	margin-top:15px;
/*	background-image:url(/resources/images/products/headlineUnderline.gif);  */
	background-repeat:no-repeat; 
	background-position:2px 29px;
}

.headline {
	font-size : 31px;	
}

.headline2 {
	font-size : 31px;
}



#description {
	font-size: 11px;
	color: black;
	line-height: 18px;
	width: 400px;
	margin: 3px 0px 0px 30px; 
}


#productArea {
	margin: 0px 0px 0px 30px;
	width:650px; /*romie*/
}

.productsItem {
	margin: 10px 5px 5px 5px;
	width: 150px;
	height: 120px;
	float: left;
	position: relative;
}

.productsBubble {
	position: absolute;
	bottom: 80px;
	left: 0px;
	width: 151px;
	background-image: url('/resources/images/products/backgrounds/bubble.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 5px 0px 25px 0px;
	color: black;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

.productsBubble a:hover{
	text-decoration: underline;
}

#whatsNext {
	width: 419px;
	height: 79px;
	margin: 19px 0px 40px 150px;
}

#rightColumn {
	width:244px; /* romie */
	float: right;
	color: black;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	background: #ffffff url('/resources/images/products/backgrounds/rightColumn.gif') repeat-y top left;

}

.rightColumnButton {
	text-align: center;
	top:auto;
}

.rightColumnButton img{
	margin: 10px 0px 0px 0px;
}

#currentPromotions {
	width: 244px;
	background: url('/resources/images/products/backgrounds/currentPromotions.gif') no-repeat top left;
	padding-bottom: 10px;
}

#currentPromotions p {
	margin: 0px 10px 0px 26px;
}

#comingEvents {
	width: 244px;
	background: url('/resources/images/products/backgrounds/comingEvents.gif') no-repeat top left;
	padding-bottom: 10px;
}

.eventTitle {
	font-weight: bold;
	margin: 5px 5px 10px 23px;
}

.eventLabel {
	font-weight: bold;
	width: 75px;
	text-align: right;
	float: left;
	clear: both;
}

.eventInfo {
	float: left;
	margin-left: 15px;
	width: 140px;
}


