
body {
	color:#666;
	margin:0;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#fff;
}
form {
	margin:0;
	padding:0;
}
label{
	color:#004a82;
}
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
a {
	color:#F6921E;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:hover img {
	text-decoration:none;
}
img {
	border:none;
	margin:0;
	padding:0;
}
h1 {
	font-size:38px;
	color:#F6921E;
}
h2 {
	margin:0;
	padding:0;
	font-size:16px;
	color:#2e3191;
}
h3 {
	margin:0 10px;
	padding:0;
	font-size:14px;
	color:#004a82;
	text-align:center;
}
.blue {
	color:#004a82;
}
strong{
	font-weight:bold;
	color:#000;
}
#wrapper {
	width:940px;
	margin:0 auto;
	position:relative;
	padding-top:118px;
}
h1.logo {
	margin:0;
	position:absolute;
	top:5px;
	left:1px;
	height:29px;
	overflow:hidden;
	z-index:1;
}
h1.logo a {
	display:block;
	height:100%;
}
/* header */
#header {
	width:940px;
	height:118px;
	position:absolute;
	left:0;
	top:0;
	background:url(/images/header_graphic.png) no-repeat;
}
#header .box {
	background:url(/images/en/bg-header-box.gif) repeat-x;
	position:absolute;
	top:37px;
	left:0;
	width:100%;
}
#header .box .bg-l {
	background:url(/images/en/bg-header-box-l.gif) no-repeat;
}
#header .box .bg-r {
	background:url(/images/en/bg-header-box-r.gif) no-repeat 100% 0;
	overflow:hidden;
	height:1%;
	padding:0 17px 0 20px;
}
#header .box em {
	display:block;
	color:#fff;
	font:bold 37px/51px Arial, Helvetica, sans-serif;
}
#header .box span {
	float:right;
	color:#99bbd5;
	font:bold 37px/51px Arial, Helvetica, sans-serif;
}
#header .hold {
	width:500px;
	position:absolute;
	top:7px;
	right:1px;
}
#header .search-box{
	float:left;
}
#header .hold img {
	float:right;
	border:none;
}
.share {
	margin:5px 12px 0 0;
	position:absolute;
	top:1px;
	right:170px;
}
/* nav */
#nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:92px;
	left:0;
	width:100%;
	text-align:center;
}
#nav li {
	display:inline;
	padding:0 12px 5px 12px;
}
#nav li a {
	font:bold 15px Arial, Helvetica, sans-serif;
	line-height:26px;
	color:#f6921e;
}
#nav li.hover a ,
#nav li:hover a ,
#nav li a:hover ,
#nav li a.active {
	color:#004a82;
	text-decoration:none;
}
#nav li:hover ,
#nav li.hover {
	position:relative;
}
#nav li:hover ul ,
#nav li.hover ul {
	display:block;
}
#nav li ul {
	text-align:left;
	width:188px;
	position:absolute;
	top:20px;
	display:none;
	left:4px;
	border:1px solid #ccc;
	padding-left:10px;
	background:#fff;
}
* html #nav li ul {
	left:-34px;
}
* +html #nav li ul {
	left:-34px;
}
* html #nav li ul ul {
	left:148px;
}
* +html #nav li ul ul {
	left:148px;
}
#nav li ul li {
	background:url(/images/en/sep02.gif) no-repeat;
	width:100%;
	float:left;
	padding:0;
}
#nav li ul li.hover ul a ,
#nav li ul li:hover ul a ,
#nav li ul li a {
	font-size:12px;
	line-height:21px;
	color:#F6921E !important;
}
#nav li ul ul li:hover a,
#nav li ul ul li.hover a,
#nav li ul li:hover a,
#nav li ul li.hover a,
#nav li ul li a:hover {
	color:#004a82 !important;
}
#nav li ul li:first-child {
	background:none;
}
#nav li ul ul {
	top:-2px;
	left:188px;
	display:none;
}
#nav li.hover ul ul ,
#nav li:hover ul ul {
	display:none;
}
#nav li ul li.hover ul ,
#nav li ul li:hover ul {
	display:block;
}
/* Language */
.lang {
	width:110px;
	float:right;
	margin:3px 5px 0 0;
	height:23px;
	overflow:hidden;
}
#google_translate_element select {
	width:110px;
	color:#666;
	font-size:10px;
	border:none;
	height:18px;
}
#main {
	overflow:hidden;
	height:1%;
}
/* Content */
#content{
	width:690px;
	margin:0 20px 10px 0;
	min-height: 640px;
}

#content-small {
	width:690px;
	margin:0 20px 10px 0;
	min-height: 220px;
}
/* Content */
#sidebar{
	position:absolute;
	width:230px;
	margin:0 0 40px 0;
	top:118px;
	left:711px;
}
#sidebar2{
	position:absolute;
	width:230px;
	margin:0 0 40px 0;
	top:455px;
	left:711px;
}

/* code for arrows */
#arrows {
	width: 100%;
	height: 64px;
	margin: 0;
	padding: 0;	
}

#arrows a {
	display: block;
	height: 64px;
	width: 100px;	
}

#arrows a.left { 
	float: left;
	background: url(/images/Left.png) no-repeat left;
	margin-left: 200px;
}

#arrows a.right {
	float: right;
	background: url(/images/Right.png) no-repeat right;
	margin-right: 200px;
}
/* end code for arrows  */

/* Code for Manual Page*/
#manual-select {
	width: 400px;
	height: 40px;
	font-size: 24px;
	margin-bottom: 20px;	
}


/* end code for manual page */

.flash-holder {
	margin-bottom:16px;
}
.flash-holder img {
	display:block;
}
.hidden{
	display:none;
}
/* featured-box */
.featured-box {
	width:100%;
	background:url(/images/en/bg-featured.gif) repeat-y;
	margin-bottom:12px;
}
.featured-box .t {
	background:url(/images/en/bg-featured-t.gif) no-repeat;
}
.featured-box .b {
	background:url(/images/en/bg-featured-b.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	padding:17px 0 5px 3px;
}
.featured-box .block,.featured-box2 .block{
	float:left;
	margin-left:12px;
	display:inline;
	position:relative;
}
.featured-box .block img,.featured-box2 .block img{
	display:block;
	border:none;
	margin-bottom:1px;
}
.featured-box .block div {
	overflow:hidden;
	text-align:right;
}
.featured-box .block div a {
	font:bold 15px "Trebuchet MS", Arial, sans-serif;
}
.featured-box .block h2 {
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	top:4px;
	margin:0;
}
.featured-box .block h2.cyber {
	width:316px;
	height:46px;
	background:url(/images/en/txt-cyber.png) no-repeat;
	top:0;
	right:51px;
}
.featured-box .block h2.tele {
	width:163px;
	height:32px;
	background:url(/images/en/txt-telecentres.png) no-repeat;
	left:6px;
}
.featured-box .block h2.schools {
	width:105px;
	height:32px;
	background:url(/images/en/txt-schools.png) no-repeat;
	left:5px;
}
/* featured-box 2 */
.featured-box2 {
	width:100%;
	background:url(/images/en/bg-featured2.gif) repeat-y;
	margin-bottom:12px;
}
.featured-box2 .t {
	background:url(/images/en/bg-featured2-t.gif) no-repeat;
}
.featured-box2 .b {
	background:url(/images/en/bg-featured2-b.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	padding:13px;
}
/* featured-box 3 */
/*
.featured-box3 .block {
	float:left;
	margin-left:12px;
	display:inline;
	position:relative;
}
.featured-box3 .block img {
	display:block;
	border:none;
	margin-bottom:1px;
}
.featured-box3 {
	width:221px;
	height:61px;
	background:url(/images/en/bg-featured3.png) repeat-y;
	margin:7px 0 12px 7px;
}
.featured-box3 .t {
	background:url(/images/en/bg-featured3-t.png) no-repeat;
	position:relative;
	top:-7px;
}
.featured-box3 .b {
	background:url(/images/en/bg-featured3-b.png) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	padding:13px 13px 20px 13px;
}
*/
.featured-box3 .block {
	float:left;
	margin-left:12px;
	display:inline;
	position:relative;
}
.featured-box3 .block img {
	display:block;
	border:none;
	margin-bottom:1px;
}
.featured-box3 {
	width:210px;
	height:40px;
	background:#fff;
	border:1px solid #999;
	margin:5px;
	padding:3px;
}
.featured-box3 .t {
}
.featured-box3 .b {
}
.detail .featured-box3{
	float:left;
}
.featured2{
	width:230px;
	height:64px;
	margin:0 0 6px 0;
}
.featured3{
	width:230px;
	height:86px;
	margin:0 0 10px 0;
}
.featured2 img,.featured3 img{
	display:block;
}
.feat3{
	margin:20px 0 0 0;
}
.featimg{
	width:63px;
	height:40px;
}
.featimg img{
	width:63px;
	height:40px;
}
.ttimg{
	float:right;
	padding:0 0 5px 5px;
	background:#fff;
}
.featlink{
        float:right;
        width:128px;
        line-height:14px;
        color:#004a82;
}

/* holder */
.holder {
	overflow:hidden;
	height:1%;
	padding:0 3px 0 2px;
	min-height:201px;
}
* html .holder {height:201px;}
.holder img {
	float:right;
	border:none;
	margin:5px 0 0 8px;
}
.holder h3 {
	margin:0;
	color:#004a82;
	font-size:17px;
	font-weight:normal;
}
.holder ul {
	margin:0;
	padding:3px 0 0 8px;
	list-style:none;
	width:430px;
}
.holder ul li {
	padding:0 0 2px 15px;
	background:url(/images/en/bullet.gif) no-repeat 0 5px;
}
.search-box{
	float:left;
	overflow:hidden;
	width:148px;
}
.form-box {
	overflow:hidden;
	width:230px;
	padding-top:12px;
}
.form-box img {
	float:left;
	margin:0;
}
.form-box fieldset,.search-box fieldset {
	width:139px;
	height:20px;
	padding:3px 0 0 6px;
	margin:8px 0 0 13px;
	float:left;
	display:inline;
	border:1px solid #999;
}
.search-box fieldset {
	margin:0;
}
.form-box .text,.search-box .text {
	width:109px;
	height:18px;
	float:left;
	padding:0;
	color:#999;
	border:none;
	background:none;
	font:italic 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.form-box .btn,.search-box .btn {
	float:left;
	margin:1px 0 0 6px;
}
.form-box span {
	float:left;
	margin-left:13px;
	color:#666;
	white-space:nowrap;
	font:11px/21px Verdana, Arial, Helvetica, sans-serif;
}
/* footer */
#footer {
	background:#f4f4f4 url(/images/en/bg-footer-l.gif) no-repeat;
	margin-bottom:5px;
	width:100%;
}
#footer .bg-r {
	background:url(/images/bg-footer-r.gif) no-repeat 100% 0;
	overflow:hidden;
	height:1%;
	padding:0 8px 0 16px;
	margin: 15px 0 0 0;
}
#footer p {
	margin:0;
	line-height:52px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#footer ul li {
	float:left;
	padding:0 9px;
	background:url(/images/sep01.gif) no-repeat 0 20px;
	margin-left:-1px;
	line-height:52px;
	font-size: 12px;
}
#footer ul li a {
	color:#666;
}
.headline{
	width:690px;
	height:204px;
	margin-bottom:20px;
}
.headline h1 {
	margin:0;
	position:relative;
	top:100px;
	left:0;
	width:480px;
	height:60px;
	font-size:38px;
	color:#F6921E;
	text-align:center;
}
/* Results table */
table.pricing{
	border:1px solid #666;
	width:100%;
	border-collapse:collapse;
}
table.pricing th{
	padding:3px;
	border:none;
}
table.pricing td{
	padding:3px;
	border:1px solid #ccc;
}
table.pricing tr th{
	color:#fff;
	background:#0a4f86;
	font-weight:bold;
}
table.pricing tr th:first-child,table.pricing tr td:first-child{
	text-align:right;
}
table.pricing tr th.left{
	text-align:left;
}
table.pricing tr td:first-child{
	font-weight:bold;
	color:#000;
}
table.pricing tr td.st{
	color:#fff;
	background:#50d42c;
	font-weight:bold;
}
table.pricing tr td.pr{
	color:#fff;
	background:#ff6633;
	font-weight:bold;
}
table.pricing tr td.m{
	background:#eee;
	color:#000;
}
table.pricing tr td.q{
	background:#ccc;
	color:#000;
}
table.pricing tr td.y{
	background:#aaa;
	color:#000;
}
table.pricing tr td.hlst{
	background:#caf2bf;
	color:#333;
}
table.pricing tr td.hlpr{
	background:#fffdcc;
	color:#333;
}
a.st:link,a.st:visited{
	color:#50d42c;
}
a.st:hover{
	color:#caf2bf;
}
a.st:active{
	color:#50d42c;
}
a.pr:link,a.pr:visited{
	color:#ff6633;
}
a.pr:hover{
	color:#fffdcc;
}
a.pr:active{
	color:#ff6633;
}
/* Flyout */
.tthead{
	font-size:16px;
	color:#fff;
	background:#004a82;
	padding:5px;
	margin:0 0 10px 0;
	width:590px;
}

/* Tabs */
#headertabs1, #headertabs2 {
	width:100%;
	padding:0;
	font-size:14px;
	line-height:normal;
	height:25px;
}
#headertabs1 {
	background:#e8f6fe url("/images/en/Ce8f6fe.gif") repeat-x left bottom;
}
#headertabs2 {
	background:#e8f6fe url("/images/en/Ce8f6fe.gif") repeat-x left bottom;
}
#headertabs1 ul,#headertabs2 ul {
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
}
#headertabs1 li,#headertabs2 li {
	display:inline;
	margin:0;
	padding:0;
}
#headertabs1 a,#headertabs2 a {
	float:left;
	padding:0 0 0 9px;
	text-decoration:none;
}
#headertabs1 a {
	background:#e8f6fe url("/images/tabs-2.png") no-repeat left top;
	color:#004a82;
}
#headertabs2 a {
	background:#e8f6fe url("/images/tabs-2.png") no-repeat left top;
	color:#004a82;
}
#headertabs1 a span,#headertabs2 a span {
	float:left;
	display:block;
	padding:4px 15px 3px 6px;
}
#headertabs1 a span {
	background:#e8f6fe url("/images/tabs-2.png") no-repeat right top;
}
#headertabs2 a span {
	background:#e8f6fe url("/images/tabs-2.png") no-repeat right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headertabs1 a span,#headertabs2 a span {float:none;}
/* End IE5-Mac hack */
#headertabs1 .current a span,#headertabs2 .current a span {
	padding-bottom:3px;
}
#headertabs1 a:hover, #headertabs1 a:hover span {
	background-color:#9bbcd6;
	color:#fff;
}
#headertabs2 a:hover, #headertabs2 a:hover span {
	background-color:#9bbcd6;
	color:#fff;
}
#headertabs1 .current a span, #headertabs1 .current a {
	background-color:#9bbcd6;
	color:#fff;
}
#headertabs2 .current a span, #headertabs2 .current a {
	background-color:#9bbcd6;
	color:#fff;
}
#headertabsbody{
	padding-top:10px;
	background:#e8f6fe url("/images/featfade.jpg") repeat-x;
}

.clearfix:after,.content:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix,.content {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.youtube-player {
	z-index: 0;	
}
