body {font-family: Arial; font-size:11px;}
/**********************nav_bar**********************/
div.nav_bar   
{
	position:absolute;
	top:104px;
	left:8px;
	height:25px;
	width:835px;
	background:#006;
	color:white;
	text-align:right;
}
div.nav_bar div.buttons {position:absolute;left:300px;margin-top:4px;}

div.nav_bar a
{
	color:white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
div.nav_bar a:hover{color:#deec82;}
/**********************left-side**********************/
div#left_side
{
	position:absolute;
	left:8px;
	background-image:url(/local_images/green_background.gif);
	top:130px;
	height:428px;
	width:294px;
}
/* Innovative Products Image */
div#left_side div#slogan
{ 
	position:absolute;
	top:336px;
	filter:alpha(opacity=70); /* 70% transparent */
	opacity: 0.7;
}
/**********************each of the 3 product_category divs**********************/
div.product_category
{
	position:absolute;
	top:130px;
	left:303px;
	width:540px;
	height:142px;
	background:#efefef;
	margin:0px;
	margin-bottom:2px;
	cursor:pointer;
}
div.product_category div.category_header
{
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:20px;
	color:#074b22;
}
div.product_category div.category_text
{
	position:absolute;
	left:15px;
	width:400px;
	line-height: 0.45cm;
	text-align:justify;
	font-size:11px;
}
div.product_category div.category_image
{
	position:absolute;
	left:440px;
	margin-top:30px;
	margin-right:10px;
}
div.more_info 
{
	text-align:right;
	color:green;
	text-decoration: underline;
	margin-top:0px;
}
/**********************slide-show**********************/
div.sshow
{
 position:absolute;
 top:40px;
 width:400px;
 height:300px;
 filter:alpha(opacity=100); /* initially transparent */
 opacity: 0.0;
}
div.sshow img { width:294px;}

