body {
	background-color: #ECECEC;
}	
.lefthead {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color:#000000;	
	text-decoration: none;
}
.text {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.textmedium {
	font-family:Arial;
	font-size: 14px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}
.tableborder {
	border: solid 2px #FFBA75;
}
.client_text {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #2B47AB;
	text-align:left;
	text-indent:5px;
}
.heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left:10px;
}
.menutext {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.menutext:hover{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.txtnormal {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height:20px;
	text-decoration: none;
}
.content {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height:20px;
	text-decoration: none;
	text-align:justify;
}
a.content:hover {
	color: #FF8500;
	text-decoration:none;
}
.msg {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}
.footertext {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	text-align:center;
	text-decoration: none;
}
a.footertext:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color:#D5F7F7;
	text-align:center;
	text-decoration: none;
}
#container {
	padding: 0px;
	width: 912px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:auto;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 912px;
	height: 162px;
}
#headertop {
	height: 80px;
	width: 912px;
}

/* CSS Document */
#headertopleft {
	height: 80px;
	width: 440px;
	float: left;
}
#headertopright {
	width: 472px;
	float: right;
	height: 80px;
	background-image: url(../images/pharma.jpg);
}
#headermiddle {
	height: 41px;
	width: 912px;
	background-image: url(../images/linkbg.jpg);
}
#headermiddleleft {
	float: left;
	height: 41px;
	width: 11px;
	background-image: url(../images/linkleft.jpg);
}
#headermiddleright {
	float: right;
	height: 41px;
	width: 11px;
	background-image: url(../images/linkright.jpg);
}
#headermiddlecenter {
	margin-right: 11px;
	margin-left: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 41px;
	background-image: url(../images/linkbg.jpg);
	background-repeat: repeat-x;
}

#headermiddlecenter li {
	display:inline;
	margin-right:0px;
}

#headermiddlecenter ul {
	list-style-type: none;
	float: right;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
img{
	border:0px;
}
#headerbottom {
	background-image: url(../images/linkbottem.jpg);
	height: 41px;
	width: 912px;
	background-repeat: repeat;
	float: left;
}
#center {
	width: 912px;
	margin-top: 5px;
}
#centerleft {
	float: left;
	width: 220px;
}
#index_centerright {
	float: right;
	height: 293px;
	width: 679px;
	margin-left: 5px;
}
#centerright {
	float: right;
	width: 679px;
	margin-left: 0px;
	height:auto;
	background-color:#F2F2F2;	
}
#clientel_centerright {
	float: right;
	height: 450px;
	/*height:auto;*/
	width: 679px;
	margin-left: 5px;
	background-color:#FFFFFF;
}
#footer {
	background-color: #4646FF;
	line-height:20px;
	height: 20px;
	width: 912px;
	text-align:center;
}

/* Left Services */

#leftcontent {
	position:relative;
	width: 214px;
	height:46px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/pharma_services.jpg);
	background-repeat:no-repeat;
}

#leftservices {
	position:relative;
	height:auto;
	width: 214px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/bg.jpg);
}

#leftservices ul {
	[if IE]
		width:190px;
		background-image:url(../images/leftbg.jpg);
		margin-left:5px;
		margin-right:5px;
		padding-left:13px;	
		line-height:29px;
	[ELSE]
		width:190px;
		background-image:url(../images/leftbg.jpg);
		margin-left:5px; 		
		margin-right:5px;
		padding-left:13px;	
		line-height:29px;
		margin-top:0px;
	[END IF]
}
	
#leftservices li  {
	list-style-image:url(../images/arrow.jpg);
	[if IE]
		width:150px;
		line-height:24px;
		height:29px;
		margin-left:5px;
		margin-right:12px;
		padding-left:10px;
	[ELSE]
		width:150px;
		line-height:24px;
		height:29px;
		margin-left:15px;
		margin-right:12px;
		padding-left:10px;
	[END IF]
	
}

#leftservices li  a { 
	color:#000000;
	text-decoration:none;
}
#leftservices li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}	

#leftbottom {
	position:relative;
	width: 214px;
	height: 17px;
	top:0px;
	left:-0px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/leftbottem.jpg);
	background-repeat:repeat-x;
}
/*Contact Page*/
#contactpage {
		float: left;
		width: 520px;
		height: auto;
		margin-left:0px;
		margin-top: 10px;
		margin-bottom: 31px;
		background:#F2F2F2;
		border-top: 1px solid #FF9966;
		border-bottom: 1px solid #FF9966;
		border-left: 1px solid #FF9966;
		border-right: 1px solid #FF9966;
		padding-top: 10px;
		padding-right: 40px;
		padding-bottom: 10px;
		padding-left: 30px;
}
.contactpage dl { margin:0; margin-top:10px; }
.contactpage dl { margin:0; margin-top:3px; }

.contactpage dl dd, .contactpage dl dt { float:left; width:48.2%; margin-right:3%; }
.contactpage dl dd { margin:0; }

#contactpage2 p {
	line-height: 1.65em;
}

#profiletext p {
	line-height: 1.65em;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
#clienteltext {
	float: right;
	height: auto;
	width:605px;
	margin-left:0px;	
	background:#ffffff;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 35px;
}

.paging {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #AE6000;
	line-height:20px;
	text-decoration: none;
}
a.paging:hover {
	color: #FF8500;
	text-decoration:underline;
}
