/* ---[ special background ]---- */
div.layout {
	background-image: url(../images/layout__background.png);
}

/* ---[ check out the latest ]--- */
div.thisCheckOutTheLatest {
	position: absolute;
	top: 387px;
}



/* ---[ featured product ]--- */
div.thisFeaturedProduct_Image {
	position: absolute;
	left: 690px;
	top: 290px;
}

div.thisFeaturedProduct_Name {
	position: absolute;
	left: 700px;
	top: 513px;
	
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #444;	
}

div.thisFeaturedProduct_Description {
	position: absolute;
	left: 700px;
	top: 530px;
	
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #444;	
}



/* ---[ footer ]---- */
/* because this page uses absolutes, the footer needs to be set manualy as well */
div.thisFooter {
	position: absolute;
	top: 639px;
}
