body {
	background:none;
}

/*HEADER*/
.headerBg {
	background:#001a2d; /*dark blue background used here by giving fixed height*/
	height:30px;
}
#logo {
	background:url(../../img/logo2.png) no-repeat left top;
	text-indent:-5000px;
	width:231px; 
	height:135px;
	display:block;
	cursor:pointer;
}

/*TOP-MENU*/
ul#topMenu {
	left:290px;
}

/*LAYOUT STRUCTURE*/
#mainWrapper {
	background:#d8e1f1 url(../../img/img_large/spotlight-large-innerpage.jpg) no-repeat center 30px;
}
#mainContent {
	padding:220px 0 0 0;
	padding-right:18px;
}
#mainContentRoundCorner {
	background:#001728 url(../../img/module-innerPage.png) no-repeat right top!important; /*the top right rounded corner image is displayed in the content part  */
	border-bottom:2px solid #233645; /*which is display at the bottom ie. above the footer*/
	padding-bottom:30px;
}

/*CONTENT*/
#content {
	width:660px;
	float:right;
	margin-top:48px;
	margin-right:61px;
	text-align:justify;
}
#content h2 {
	text-indent:-5000px; /*used for image replacement*/
	width:550px;
	height:20px;
}
 
/*IMAGE*/
#image {
	width:350px;
	/*height:498px;*/
	position:relative;
	float:left;
	margin:60px 0 0 20px;
}
#image p.title {
	position:absolute;
	bottom:-16px;
	left:20px;
	color:#FFF;
	font-size:.85em;
	font-style:italic;
	padding: 0 30px;
}

/*TELECOM CONSULTANT*/
/*#telecomConsultant h4 {
	 right:66px;
	 top:7px;
	 background:url(../img/telecomConsultant-innerPage.png) no-repeat;
	 height:63px;
	 width:418px;
}*/
h4.telecomConsultant {
	 right:66px;
	 top:106px;
	 background:url(../../img/telecomConsultant-innerPage.png) no-repeat;
	 height:63px;
	 width:418px;
}
h4.telecomConsultantNl {
	text-indent:-5000px;
	position:absolute;
	right:66px;
	top:106px;
	background:url(../../img/nl_images/telecomConsultant-innerPage.png) no-repeat;
	height:63px;
	width:488px;
}
h4.telecomConsultantZh {
	text-indent:-5000px;
	position:absolute;
	right:66px;
	top:106px;
	background:url(../../img/zh_images/telecomConsultant-innerPage.png) no-repeat;
	height:63px;
	width:475px;
}
/*FOOTER*/
#footer {
	background:url(../../img/img_large/footerBg-large-innerPage.gif) repeat-y;
	border:none;
	padding:6px 20px;
}

