@charset "utf-8";
/* .Net CSS Document */

body{		/* Body Class */
	font-family:Tahoma;
	font-size:11px;
	margin:0px;
	color:#000000;
	background-color:#000000;
}

.button{		/* All types Buttion Class */
	background-color:#1387DD;
	border:1px solid #60AFE8;
	color:#FFFFFF;
	font-size:11px;
	font-family:tahoma;
	height:20px;
	width:70px;
}

.cboactive{        /* class for ComboBox, TextBox, Drop Down List, FileUpload, ListBox */ 
    font-size: 11px;
    color: #000000;
	border: 1px solid #cccccc;
	height: auto;
    font-family: tahoma;
	background-color:#FFFFFF;
	width: 150px;
}


a.link{		/*class for Link */
	font-weight:bold;
	text-decoration:none;
	color:#990000;
	font-size:11px;
}

a:hover.link{		/* Class for Link */
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-size:11px;
}

.errormsg{			/* class for error message */
color:#FF0000;
font-size:11px;
}

#bodypagebg {		/* site ccenter align */
margin-right:auto;
margin-left:auto;
width:982px;
margin: 0px auto 0 auto;
height:auto;
background-color:#FFFFFF;
}

#wrapper{		/* page align */
width: 982px;
position: relative;
top: 0;
left: 0;
margin: 0 auto;
background-color:#FFFFFF;
height:auto;
float:left;
}

.heading_black{
font-size:20px;
color:#000000;
}

.heading_Greay{
font-size:20px;
color:#959494;
}

.flash{
background-image:url(../images/Flash.jpg);
background-repeat:no-repeat;
height:164px;
width:403;
}

.home{
background:url(../images/Home.jpg) bottom no-repeat;
}


/* inner page Left menu bar CSS start*/

#colB {
	float: left;
	width: 266px;
}

/*.boxedB {
	margin-bottom: 1px;
	background: #FAD4C6 url(images/img07.gif) repeat-y;
	border-bottom: 1px solid #F07242;
}*/	


.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top:5px;
}

.boxedB li {
	display: inline;
}

.boxedB a.btn01 {
	display: block;
	width: 266px;
	height: 50px;
	padding: 3px 0 0 40px;
	background: url(../images/Btn_company_profile.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-size:18px;
	line-height:40px;
}

.boxedB a:hover.btn01 {
	background: url(../images/Btn_company_profile_Over.jpg) no-repeat;
	color: #FFFFFF;
}

.boxedB a.btn02 {
	display: block;
	width: 266px;
	height: 50px;
	padding: 3px 0 0 40px;
	background: url(../images/Btn_financial_services.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-size:18px;
	line-height:40px;
}

.boxedB a:hover.btn02 {
	background: url(../images/Btn_financial_services_Over.jpg) no-repeat;
	color: #FFFFFF;
}

.boxedB a.btn03 {
	display: block;
	width: 266px;
	height: 50px;
	padding: 3px 0 0 40px;
	background: url(../images/Btn_IT_services.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	line-height:40px;
	font-size:18px;
	}

.boxedB a:hover.btn03 {
	background: url(../images/Btn_IT_services_Over.jpg) no-repeat;
	color: #FFFFFF;
}

.boxedB a.btn04 {
	display: block;
	width: 266px;
	height: 50px;
	padding: 3px 0 0 40px;
	background: url(../images/Btn_contact.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	font-size:18px;
	color: #FFFFFF;
	line-height:40px;
}

.boxedB a:hover.btn04 {
	background: url(../images/Btn_contact_Over.jpg) no-repeat;
	color: #FFFFFF;
}

/* inner page Left menu bar CSS end*/

#footer{
height:23px;
width:100%;
float:left;
background-color:#525252;
text-align:center;
color:#FFFFFF;
line-height:20px;
}