/* CSS Document */
body {
	margin: 0; 
	padding: 0;
	font-size: 13px;
	color: #9400D3; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	background:  url(../images/gradient_content.jpg) repeat scroll left top;
}

/* ---------------Text Styles ---------- */
#ProductContainer {
	position:absolute;
	left:0px;
	top:0px;
	width:440px;
	height:100%;
	z-index:100;
	padding: 10px;
}
#ProductContainer p {
	line-height: 120%;
	font-size: 11px;
	text-align: justify;
	margin-right: 20px;
}
#ProductContainer img {
position:relative;
	left: 65px;
	top: 0px;
}

/* ---------------Text Styles ---------- */
strong {
	font-style: bold;
}
em {
	font-style: italic;
}

/* ---------------Extra Text FX ---------- */
.Magenta {
	color: #FF00FF;
	list-style-position: inside;
}
.DeepPink {
	color: #DC405D;
}

