
body{
	width:auto;
	height:auto;
	/*background-color:#302E7F;*/
	background-color:#63629E;
	
	background-image:url(images/bg_body.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	
	
	
}
/*----- Main div Open ------*/
#bodymaindiv{
	width:980px;
	height:auto;
	margin:auto;
	
}
#main{
	width:780px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:34px;
}
#companyname{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
}
#logodiv{
	width:36%;
	height:auto;
	float:left;
	overflow:hidden;
}
#linksdiv{
	width:61%;
	height:25px;
	float:left;
	overflow:hidden;
	margin-left:18px;
	margin-top:75px;
	background-image:url(images/img_links_bg.gif);
	background-repeat:no-repeat;
}
#homelinks{
	width:12%;
	height:auto;
	float:left;
	overflow:hidden;
	margin-left:5px;
	text-align:center;
}
#links{
	width:20%;
	height:auto;
	float:left;
	overflow:hidden;
	text-align:center;
}
#headerdiv{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
}
/*-------companyinfo div open ----------*/

#companyinfo{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	background-color:#FFFFFF;
}
#infotext{
	width:95%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin-top:12px;
	text-align:justify;
	float:left;
}

#infotext_productdetails{
	width:95%;
	height:auto;
	float:left;
	margin:auto;
}

#readmore{
	width:95%;
	height:25px;
	margin-left:15px;
	margin-right:15px;
	overflow:hidden;
	margin-top:10px;
	text-align:right;
	border-bottom:#333333 1px solid;
}

/*-------companyinfo div close ----------*/

/*-------product div open ----------*/

#productdiv{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	padding-top:15px;
	padding-left:20px;
	background-color:#FFFFFF;
	padding-bottom:20px;
}
#productleft{
	width:50%;
	height:auto;
	float:left;
	overflow:hidden;
}
#productleftimagediv{
	width:45%;
	height:auto;
	float:left;
	overflow:hidden;
	text-align:center;
}
#productlefttextdiv{
	width:50%;
	height:auto;
	float:right;
	overflow:hidden;
}
#ourproductsdiv{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
}
#productlist{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	margin-top:15px;
}
#productright{
	width:43%;
	height:auto;
	float:right;
	overflow:hidden;
}
#productrighttext{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	text-align:center;
}
#producttext{
	width:45%;
	height:auto;
	float:left;
	overflow:hidden;
	margin-top:10px;
}
#maincontentbottomimage{
	width:100%;
	height:15px;
	float:left;
	overflow:hidden;
}

/* Inner Pages CSS */

#infotextinner{
	width:98%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin-top:12px;
	text-align:justify;
}
#leftproductmenu{
	width:25%;
	height:auto;
	float:left;
	overflow:hidden;
}
#productlistinner{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	margin-top:2px;
	padding:5px;
	background-color:#414086;
	/*background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;*/
}
#rightinfo{
	width:73%;
	height:auto;
	float:right;
	overflow:hidden;
	border-left:#666666 1px solid;
}
#infoheader{
	width:99%;
	height:33px;
	float:left;
	overflow:hidden;
	padding-left:10px;
	padding-top:10px;
	margin-left:5px;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	background-color:#2F2D7E;
}
#maininfo{
	width:97%;
	height:auto;
	float:left;
	overflow:hidden;
	margin-top:10px;
	margin-left:5px;
	padding-left:3px;
	text-align:justify;
	padding-bottom:20px;
}
/*-------product div close ----------*/


/*-------footer div close ----------*/
#footer{
	width:100%;
	height:35px;
	float:left;
	overflow:hidden;
}
#footerleft{
	width:50%;
	height:35px;
	float:left;
	overflow:hidden;
}
#footerright{
	width:50%;
	height:35px;
	float:right;
	overflow:hidden;
	text-align:center;
}
/*-------footer div close ----------*/



/*----- Main div Close ------*/