@charset "utf-8";
/*Page Details*/
body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #285373;
	background-image: url(/images/tong_bkg.jpg);
	background-repeat: repeat-x;
	margin: 15px 0 0 0;
}
/* Image Details */
img {
	border: 0px;
}
#container {
	width: 850px;
	background-image: url(/images/overlay.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	/* NAVIGATION */
	#container #navigation {
	 	float: left;
	 	width: 190px;
	}
		#container #navigation .nav_holding {
			margin-top: 30px;
		}
		#container #navigation .nav_holding a {
			display: block;
			padding-left: 25px;
			color: #285373;
			font-weight: bold;
			text-decoration: none;
			background-image:url(/images/nav_bkg.jpg);
			background-repeat: no-repeat;
			height: 19px;
			margin: 2px 0px 0px 0px;
		}
		#container #navigation .nav_holding a:hover {
			background-image:url(/images/nav_hover.jpg);
			background-repeat: no-repeat;
			color: #ffffff;
			text-decoration: underline;
		}
		#container #navigation .nav_other {
			margin-top: 30px;
		}
		#container #navigation .nav_other a {
			display: block;
			padding-left: 25px;
			color: #581332;
			font-weight: bold;
			text-decoration: none;
			background-image:url(/images/nav_bkg.jpg);
			background-repeat: no-repeat;
			height: 19px;
			margin: 2px 0px 0px 0px;
		}
		#container #navigation .nav_other a:hover {
			background-image:url(/images/nav_hover.jpg);
			background-repeat: no-repeat;
			color: #ffffff;
			text-decoration: underline;
		}
	#container #contentarea {
		margin-left: 200px;
	}
		/*Content Area H1*/
		#container #contentarea h1 {
	font-family:"Times New Roman", Times, serif;
	size: 22px;
	font-weight:700;
	margin: 0px;
	padding: 5px 10px 5px 0px;
	text-align:right;
		}
		/*Content Area H2 - TO BE USED PREDOMINENTLY*/
		#container #contentarea h2 {
			font-family:"Times New Roman", Times, serif;
			size: 18px;
			font-weight:500;
			margin: 0px;
			padding: 10px 0px 10px 0px;
		}
		
		/*Advertising Lozenges*/
		#container #contentarea .orange {
			background-image: url(/images/yellow_lozenge_bkg.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			padding: 10px;
			height: 86px;
			font-family:"Times New Roman", Times, serif;
			font-size: 14px;
			width: 33%;
		}
		#container #contentarea .purple {
			background-image: url(/images/purple_lozenge_bkg.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			padding: 10px;
			height: 86px;
			color: #ffffff;
			font-family:"Times New Roman", Times, serif;
			font-size: 14px;
			text-align:right;
			width: 33%;
		}
		#container #contentarea .green {
			background-image: url(/images/green_lozenge_bkg.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			padding: 10px;
			height: 86px;
			color: #ffffff;
			font-family:"Times New Roman", Times, serif;
			font-size: 14px;
			text-align:right;
			width: 33%;
		}
		
	/* FOOTER*/
	#container #footer {
		padding: 20px 50px 0px 50px;
		font-size: 10px;
		color: #cccccc;
	}

.clearleft {
	clear: left;
}

.product_image_top {
	margin-right: 12px;
	float: left;
}
.product_image_top img {
	padding: 2px;
	border: 1px solid #285373;
}

.product_image img {
	margin-right: 8px;
	padding: 2px;
	border: 1px solid #d4c230;
}
div#opening {
	height: 117px;
	background-image: url(/images/header_img.jpg);
	background-repeat:no-repeat;
	padding: 10px 300px 10px 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

