@charset "utf-8";
/* This file holds the general css for the clear CinCom site */
/* See the specific css files for section specific css */

/* FOR TESTING PURPOSES */
.borderBlue {
	border:1px #0000CC solid;
	}
.borderRed {
	border:1px #CC0000 solid;
	}
.borderGreen {
	border:1px #00CC00 solid;
	}		
.backgroundLightGray {
	background-color:#EEE;
	}

/* CANCELLING ISSUES IN DIFFREENT BROWSERS*/
h1,h2,h3,h4,h5,h6,p {padding:0; margin:3px 0}
h1,h2,h3,h4,h5,h6,label,a {text-decoration:none}
ul,li {list-style:none; margin:0; padding:0}
li {display:inline}
img {border:none;}

/* GENERAL REDEFINITIONS */
html {
	width:100%;
	height:100%;
	margin:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0;
	padding:0;
	color:#FFF;
	background:url(../../img/img_large/spotlight-large.jpg) no-repeat center 30px;
}
h1, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin-bottom:6px;
	margin-top:3px;
}
h2 {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	margin:14px 0;
	text-transform:uppercase;
	font-weight:normal;
}
h4 {
	color:#ee8b15;
}

/*HEADER*/
#logo {
	position: absolute;
	top: 20px;
	left: 55px; /*done change here*/
	background:url(../../img/img_large/logo.png) no-repeat left top;
	text-indent:-5000px;
	width:272px; 
	height:157px;
	display:inline;
	text-transform:uppercase;
}

/*TOP MENU*/
ul#topMenu {
	position:absolute;
	left:329px; /*done change here*/
	top:6px;
	text-transform:uppercase;
	width:700px;
}
ul#topMenu li a {
	color:#FFF;
	font-size:0.83em;
	background:url(../../img/topMenu-divider.gif) no-repeat right center;
	padding:0 11px 0 3px;
}
ul#topMenu li a.dividerNone {
	background:none;
}
ul#topMenu li a:hover {
	color:#b78444;
	text-decoration:none;
}
ul#topMenu li.selected a {
	color:#b78444;
}
#login {
	position:absolute;
	/*top:5px;
	right:118px;*/
	right:99px;
	height:30px;
}
ul#login li {
 font-size:0.8em;
 float:left;
 display:inline;
 height:22px;
/* width:68px;*/
 padding-top:8px;
 text-align:center;
 
}
ul#login li a {
 color:#fbd29f;
 padding:0 12px 0 10px;
 text-transform:uppercase;
 background:url(../../img/topMenu-divider.gif) no-repeat right center;
}

/*ul#login li {
	padding:0 8px 3px 3px;
	background:url(../../img/topMenu-divider.gif) no-repeat right center;
}
ul#login li a {
	text-decoration:none;
	color:#FBD29F;
	width:150px;
	font-size:0.8em;
	
}*/
ul#login li a:hover {
	text-decoration:underline;
}
#language {
	position:absolute;
	display:block;
	top:15px;
	right:20px;
	width:71px;
	text-align:right;
	color:#fbd29f;
	text-transform:uppercase;
	font-size:0.9em;
	margin:-10px 0 0 0;
	z-index:15px;
}

/*LAYOUT-STRUCTURE*/
#topBackground {
	background:#001a2d; /*this background-color is used in top part of site on which menu is dispalyed */
	height:30px;
	width:100%;
}
#mainWrapper {
	position: relative;
	width:1200px;
	margin:0 auto;
}

/*TELECOM CONSULTANT*/
h4.telecomConsultant {
	 position:absolute;
	 right:31px;
	 top: 100px;
	 background:url(../../img/theTelecomConsultant.png) no-repeat;
	 height:95px;
	 width:423px;
	 text-indent:-5000px;
}

#content a {
	color:#faab4d;
}

/* WHATS CLEAR CINCOM */
#whatIsClearCinCom {
	position:absolute;
	top:533px;
	background:#00090f;
	padding:20px 20px 20px 0;
	width:1180px;
}
#whatIsClearCinCom img { 
	float:left;
	margin:0 25px 0 15px;
}
#whatIsClearCinCom p.heading {
	background:url(../../img/whatIsClearCin-text.gif) no-repeat left top;
	text-indent:-5000px;
	margin-bottom:20px;
	overflow:hidden;
}
#whatIsClearCinCom p.headingZh {
	background:url(../../img/zh_images/whatIsClearCin-text.png) no-repeat left top;
	text-indent:-5000px;
	margin-bottom:20px;
	overflow:hidden;
}
#whatIsClearCinCom p.headingNl {
	background:url(../../img/nl_images/whatIsClearCin-text.png) no-repeat left top;
	text-indent:-5000px;
	margin-bottom:20px;
	overflow:hidden;
}
#whatIsClearCinCom a {
	color: #FFF;
	text-decoration: underline;
}
#whatIsClearCinCom a:hover {
	text-decoration: none;
}

/*FOOTER*/
#footer {
	border-top:1px solid #232b30;
	background:#00090f;
	padding:8px;
	color:#474d52;
	font-size:0.9em;
}
#footer #footerLeft {
	width:20%;
	float:left;
	margin-left:8px;
	display:inline;
}
ul#footerRightNavigation {
	width:67%;
	float:left;
	text-align:right;	
}
#footer a {
	color:#474d52;
}
#footer a:hover {
	color:#FFF;
}
ul#footerRightNavigation li a {
	padding-right:5px;
}
ul#footerRightNavigation li a:hover {
	text-decoration:none;
}

#socialnetworking{
	float:right;
	margin-right:3px;
	position:relative;
	width:12%;
}

#skype{
	position:absolute;
	right:120px;
}
#socialnetworking #skypeName{
	position:absolute;
	right:40px;
	color:#fff;
	margin:0;
}
#twitter{
	position:absolute;
	right:15px;
}

/*other*/
.clear {
	clear:both;
}

/* language drop down menu */
	/* General */
	#DropDown, #DropDown ul { list-style: none; font-size:0.9em;}
	#DropDown, #DropDown * { padding: 0; margin: 0; }
	
	/* Head links */
	#DropDown li.headlink { width: 92px; float: left; margin-left: -1px; text-align: left;  }
	#DropDown li.headlink a { display: block;color:#fbd29f; padding:3px;}
	#DropDown li.headlink a:hover {text-decoration:none;}

	/* Child lists and links */
	#DropDown li.headlink ul { display: none; text-align: left; background:#001a2d; margin-left:-2px; z-index:5; position:absolute;  }
	#DropDown li.headlink:hover ul { display: block; }
	#DropDown li.headlink ul li a { padding: 5px; height: 13px; margin-top:6px; }
	#DropDown li.headlink ul li a:hover { background-color: #F90; color:#000; text-decoration:none; }
	
	/* Pretty styling */
	#DropDown ul li a:hover { text-decoration: none; }
	#DropDown li.headlink { background-color: #001a2d; }

h4.zhTelecomConsultant {
	 position:absolute;
	 right:31px;
	 top: 100px;
	 background:url(../../img/zh_images/theTelecomConsultant.png) no-repeat;
	 height:95px;
	 width:423px;
	 text-indent:-5000px;
}
h4.nlTelecomConsultant {
	 position:absolute;
	 right:50px;
	 top: 100px;
	 background:url(../../img/nl_images/theTelecomConsultant.png) no-repeat;
	 height:95px;
	 width:483px;
	 text-indent:-5000px;
}
/*new contetns css*/
#newContent{
	background:url(../../img/newBg.png) no-repeat;
	height:30px;
	width:275px;
	position:absolute;
	top:55px;
	right:58px;
	padding:8px 0 0 10px;	
}
#newContent span{
	background:url(../../img/new.png) no-repeat;
	text-indent:-5000px;
	width:36px;
	height:11px;
	display:block;
	float:left;
	margin:5px 0 0 0;
}
#newContent img{
	float:left;
	margin:7px 8px 0 8px;
}
#newContent a{
	float:left;
	color:#000;
	text-decoration:none;
	margin-top:3px
}
#newContent a:hover{
	text-decoration:underline;
}


