.body
{

}
.topHeader
{
background-image:url(images/header_top.jpg);
background-repeat:repeat;
}
.topHeader_Left
{
background-image:url(images/RawMaterial_1.jpg);
background-repeat:repeat;
}
.topMenu
{
	background-image:url(images/top.jpg);
	/*font-family:Century;*/
	font-family:Verdana, Arial, Trebuchet MS;
	color:#033C95;
	font-weight:bold;
	margin-right:15px;
	font-size:14px;
	background-repeat:repeat;
}
.topMenu a
{
	color:#033C95;
	text-decoration:none;
}
.topMenu a:hover
{
	color:#033C95;
	text-decoration:overline;
	font-style:normal;
}
.leftMenu
{
	/*font-family:Century;*/
	font-family:Verdana, Arial, Trebuchet MS;
	color:#033C95;
	font-weight:bold;
	margin-top:15px;
	font-size:12px;
}
.leftMenu a
{
	/*font-family:Century;*/
	font-family:Verdana, Arial, Trebuchet MS;
	color:#033C95;
	font-weight:normal;
	margin-top:15px;
	text-decoration:none;
	font-size:12px;
}
.leftMenu a:hover
{
	color:#033C95;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}
li
{
	list-style-type:square;
	margin-top:15px;
}
p
{
	/*font-family:Century;*/
	font-family:Verdana, Arial, Trebuchet MS;
	color:#033C95;
	font-weight:normal;
	margin-top:15px;
	text-decoration:none;
	font-size:12px;
	text-indent:1.5pt;
	text-align:justify;
	margin-left:5px;
	margin-right:5px;
}
.middleHead
{
	background-image:url(images/Products.jpg);
	/*font-family:Century;*/
	font-family:Verdana, Arial, Trebuchet MS;
	color:#033C95;
	font-weight:bold;
	font-size:14px;
	/*background-repeat:repeat-y;*/
}
.products
{
	margin-top:15px;
	margin-left:89px;
	margin-right:45px;
}
.scroll
{
	height:310px;
	width: 770px;
	overflow: auto;
	border: 1px solid #8291D2;
	padding: 8px;
}
h3
{
	/*font-family:Century;*/
	font-family:Verdana, Arial, Trebuchet MS;
	/*color:#033C95;*/
	color:#839201;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.tableClass
{
	font-family:Verdana, Arial, Trebuchet MS;
	color:#033C95;
	font-weight:normal;
	font-size:11px;
	vertical-align:top;
}
a
{
	font-family:Verdana, Arial, Trebuchet MS;
	color:#2451A4;
	font-weight:normal;
	text-decoration:underline;
	font-size:12px;
}
a:hover
{
	font-family:Verdana, Arial, Trebuchet MS;
	color:#839201;
	font-weight:normal;
	text-decoration:underline;
	font-size:12px;
}

/*   For View image          */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

