@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 DIFFERENT 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 {margin:0; padding:0}
img {border:none;}
a:hover {text-decoration:underline;}

/* 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:#e5e8e9;
	background:url(../img/spotlight.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:0px;
	left: 25px;
	background:url(../img/logo1024.png) no-repeat left top;
	text-indent:-5000px;
	width:200px; 
	height:142px;
	display:inline;
	text-transform:uppercase;
}

/*TOP MENU*/
ul#topMenu li {
	display:inline;
	list-style:none;
}
ul#topMenu {
	position:absolute;
	left:225px;
	top:6px;
	text-transform:uppercase;
	/*width:575px;*/
	width:590px;
}
ul#topMenu li a {
	color:#FFF;
	/*font-size:0.83em;*/
	font-size:0.74em;
	background:url(../img/topMenu-divider.gif) no-repeat right center;
	padding:0 7px 0 1px;
	font-weight:normal;
}
ul#topMenu li a.dividerNone {
	background:none;
}
ul#topMenu li a:hover {
	color:#b78444;
	text-decoration:none;
}
ul#topMenu li.selected a {
	color:#b78444;
}
/*Language*/
#language {
	position: absolute;
	display:block;
	top: 17px;
	left: 893px;
	width: 71px;
	text-align:right;
	color:#fbd29f;
	text-transform:uppercase;
	font-size:0.9em;
	margin:-10px 0 0 0;
	z-index:15px;
}
#login {
	position:absolute;
	/*top:5px;
	right:118px;*/
	right:95px;
	height:30px;
}
ul#login li {
 font-size:0.74em;
 float:left;
 display:inline;
 height:22px;
 /*width:45px;*/
 padding-top:10px;
 text-align:center;
 
}
ul#login li a {
 color:#fbd29f;
 padding:0 7px 0 4px!important;
 padding:0 1px 0 1px;
 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;
	display:inline;
}
ul#login li a {
	text-decoration:none;
	color:#FBD29F;
	width:150px;
	font-size:0.8em;
	
}*/
ul#login li a:hover {
	text-decoration:underline;
}
/*LAYOUT-STRUCTURE*/
#topBackground {
	background:#001a2d; /*this background-color is used in top part of site on which menu is dispalyed */
	height:30px;
}
#mainWrapper {
	position: relative;
	width:985px;
	margin:0 auto;
}
/*#mainContent {
	height: 690px;
}*/

/*TELECOM CONSULTANT*/
h4.telecomConsultant {
	 position:absolute;
	 right:31px;
	 top: 100px;
	 background:url(../img/theTelecomConsultant.png) no-repeat;
	 height:95px;
	 width:423px;
	 text-indent:-5000px;
}
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:350px;
	 text-indent:-5000px;
}

#content a {
	color:#faab4d;
}

/* WHAT IS CLEAR CINCOM */
#whatIsClearCinCom {
	position: absolute;
	top: 533px;
	width: 965px;
	background:#00090f;
	padding: 20px 20px 20px 0px;
}
#whatIsClearCinCom img { 
	float:left;
	margin:0 25px 0 15px;
}
#whatIsClearCinCom p.heading {
	background:url(../img/whatIsClearCin-text.png) 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:23%;
	float:left;
	margin-left:8px;
	display:inline;
}
ul#footerRightNavigation {
	width:63%;
	float:left;
	text-align:right;	
}
#footer a {
	color:#474d52;
}
#footer li {
	display:inline;
	list-style:none;
}
#footer a:hover {
	color:#FFF;
}
ul#footerRightNavigation li a {
	padding-right:5px;
}
ul#footerRightNavigation li a:hover {
	text-decoration:none;
}

#socialnetworking{
	float:right;	
	position:relative;
	width:12%;
}

#skype{
	position:absolute;
	right:111px;
}
#skypeName{
	position:absolute;
	right:34px;
	color:#fff;
	margin:0;
}
#twitter{
	position:absolute;
	right:15px;
}


/*other*/
.clear {
	clear:both;
}
#newsMessages li, #newsMessages {
	list-style: none;
}

/* language drop down menu */
	/* General */
	#DropDown, #DropDown ul { list-style: none; font-size:0.75em;}
	#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:0px; font-size:1em; 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; }


/*new contetns css*/
#newContent{
	background:url(../../img/newBg.png) no-repeat;
	height:30px;
	width:358px;
	position:absolute;
	top:55px;
	right:45px;
	padding:8px 0 0 17px;	
}
#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;
}
