body {
	background-color: #193342;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DDDDDD;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.NavSide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A7E3FF;
	font-weight: normal;
	text-decoration:none;
}
.NavSide:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
.Product_Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EA8E0E;
	font-weight: bold;
	text-decoration: none;
}
.Product_Link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF990B;
	font-weight: bold;
	text-decoration: underline;
}
.imageDiv{
	/*width:720;
	height:720;
	*/
	position:absolute;
	overflow: hidden;
	z-index: 101;
}
.imageProduct {
	/* Set the width dynamically depending on the width of the browser window */
	width:100%;
	/* dont enlarge the image more, than its initial resolution */
	max-width:1000px;
	max-height:765px;
	/* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
	height:auto;
}

margin:-100px 0 0 -150px;	
