/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/mainbg.jpg) #231d4a repeat-x;
	font-size:12px;
	margin:0;
	padding:0;
}
/* -- header --*/
#iwebheader{
	width:100%;
}
#iwebheader #headerwrap{
	width:901px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}

#iwebheader #headerwrap #iweblogo{
	background:url(../images/logo.jpg) no-repeat;
	width:248px;
	height:52px;
	position:relative;
	left:20px;
	top:50px;
	cursor:pointer;
}

#iwebheader #headerwrap #imageMenu{
	position:relative;
	left:260px;
}
/* --body --- */
#iwebbody{
	width:100%;
}
#iwebbody #bodywrap{
	width:901px;
	height:650px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}

#iwebbody .innerbody{
	padding:15px;
	height:272px;
}

#iwebbody .innerbody p{
	text-align:justify;
	text-indent:0px;
}

#iwebbody h3{
	color:#993300;
}

#iwebbody .flashtop{
padding-top:20px;
}
/* footer------ */
#iwebfooter{
	width:100%;
	background:url(../images/footerbg.jpg) repeat-x;
	height:258px;
}
#iwebfooter #footerwrap{
	width:901px;
	height:258px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

#iwebfooter #footerwrap div{
	float:left;
	height:258px;
}
#iwebfooter .staffoffshore{
	background:url(../images/staffoffshore.jpg) no-repeat;
	width:301px;
	cursor:pointer;
}
#iwebfooter .contactcenter{
	background:url(../images/contactcenter.jpg) no-repeat;
	width:293px;
	cursor:pointer;
}
#iwebfooter .offshoring{
	background:url(../images/offshoring.jpg) no-repeat;
	width:307px;
	cursor:pointer;
}
#iwebfooter .textbody{
	margin-left:15px;
	margin-right:10px;
	margin-top:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-indent:20px;
}
#iwebfooter .textbody p{
margin:0px;
padding:0px;
}
#iwebfooter .textbody:hover{
	color:#FFFFFF;
}
#iwebfooter .staffoffshore .textbody{
	color:#FFB506;
}
#iwebfooter .contactcenter .textbody{
	color:#bcd000;
}
#iwebfooter .offshoring .textbody{
	color:#6FB7FF;
}
#iwebfooter .readmore{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

