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:#f60;
	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:#ff6600;
}
h2 {
	margin:0;
	padding:0;
	font-size:16px;
	color:#004a82;
}
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:158px;
}
h1.logo {
	margin:0;
	position:absolute;
	top:29px;
	left:0;
	width:290px;
	height:59px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:1;
	background:url(../images/logo.gif) no-repeat;
}
h1.logo a {
	display:block;
	height:100%;
}
/* header */
#header {
	width:940px;
	height:148px;
	position:absolute;
	left:0;
	top:0;
}
#header .box {
	background:url(../images/bg-header-box.gif) repeat-x;
	position:absolute;
	top:37px;
	left:290px;
	width:650px;
}
#header .box .bg-l {
	background:url(../images/bg-header-box-l.gif) no-repeat;
}
#header .box .bg-r {
	background:url(../images/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;
	text-align:right;
	color:#fff;
	font:14px/21px Arial, Helvetica, sans-serif;
	padding:4px 0 8px 0;
}
.cnav {
	background:#094b82 url(../images/bg-cnav-box.gif) repeat-x;
	overflow:hidden;
	margin-top:118px;
}
.cnav .bg-l {
	background:url(../images/bg-cnav-box-l.gif) no-repeat;
	height:32px;
}
.cnav .bg-l .bg-r {
	background:url(../images/bg-cnav-box-r.gif) no-repeat 100% 0;
	height:32px;
}
.cnav .bg-l .bg-r ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	overflow:hidden;
}
.cnav .bg-l .bg-r ul li {
	float:left;
	padding:10px 20px;
	line-height:12px;
}
.cnav .bg-l .bg-r ul li a {
	color:#fff;
}

/* removed #header .search-box*/

#header .hold {
	width:500px;
	position:absolute;
	top:7px;
	right:1px;
}
#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;
	padding-right: 20px;
	list-style:none;
	position:absolute;
	top:92px;
	left:0;
	width:100%;
	text-align: right;
	height: 30px;
	width: 100%;
	background-color: #004a82;
	background-repeat: repeat-x;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	behavior: url(/css3Pie/PIE.php);
}



#nav li {
	display:inline;
	padding:0 8px 5px 8px;
}
#nav li a {
	color: #fff;
	font: 15px Arial, Helvetica, sans-serif;
	line-height:26px;
}
#nav li.hover a ,
#nav li:hover a ,
#nav li a:hover ,
#nav li a.active {
	color:#ff9900;
	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/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:#f60 !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 40px 0;
}
/* Content */
#sidebar{
        position:absolute;
        width:230px;
        margin:0 0 40px 0;
        top:155px;
        left:711px;
}
#sidebar2{
	position:absolute;
	width:230px;
	margin:0 0 40px 0;
	top:455px;
	left:711px;
}
.flash-holder {
	margin-bottom:16px;
}
.flash-holder img {
	display:block;
}



/* featured-box */
.featured-box {
	width:100%;
	background:url(../images/bg-featured.gif) repeat-y;
	margin-bottom:12px;
}
.featured-box .t {
	background:url(../images/bg-featured-t.gif) no-repeat;
}
.featured-box .b {
	background:url(../images/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/txt-cyber.png) no-repeat;
	top:0;
	right:51px;
}
.featured-box .block h2.tele {
	width:163px;
	height:32px;
	background:url(../images/txt-telecentres.png) no-repeat;
	left:6px;
}
.featured-box .block h2.schools {
	width:105px;
	height:32px;
	background:url(../images/txt-schools.png) no-repeat;
	left:5px;
}
/* featured-box 2 */
.featured-box2 {
	width:100%;
	background:url(../images/bg-featured2.gif) repeat-y;
	margin-bottom:12px;
}
.featured-box2 .t {
	background:url(../images/bg-featured2-t.gif) no-repeat;
}
.featured-box2 .b {
	background:url(../images/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/bg-featured3.png) repeat-y;
	margin:7px 0 12px 7px;
}
.featured-box3 .t {
	background:url(../images/bg-featured3-t.png) no-repeat;
	position:relative;
	top:-7px;
}
.featured-box3 .b {
	background:url(../images/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/bullet.gif) no-repeat 0 5px;
}
.search-box{
	float:right;
	overflow:hidden;
	display: block;
	margin-left: 20px;
}
.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/bg-footer-l.gif) no-repeat;
	margin-bottom:5px;
	width:100%;
	padding:25px 0;
}
#footer .bg-r {
	background:url(../images/bg-footer-r.gif) no-repeat 100% 0;
	overflow:hidden;
	height:1%;
	padding:0 7px 0 23px;
}
#footer p {
	margin:0;
	line-height:16px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	overflow:hidden;
}
#footer ul li {
	float:left;
	padding:0 12px;
	background:url(../images/sep01.gif) no-repeat 0 0;
	margin-left:-1px;
	line-height: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:#ff6600;
	text-align:center;
}
/* 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/Ce8f6fe.gif") repeat-x left bottom;
}
#headertabs2 {
	background:#e8f6fe url("../images/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;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* Results table */
table.pricing{
	border:1px solid #666;
	width:100%;
	border-collapse:collapse;
}
table.pricing th{
	padding:3px;
	border:none;
	text-align:center;
}
table.pricing td{
	padding:3px;
	border:1px solid #ccc;
	text-align:center;
}
table.pricing tr th{
	color:#fff;
	background:#0a4f86;
	font-weight:bold;
}
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.na{
	color:#fff;
	background:#00a0dc;
	font-weight:bold;
}
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.hlpn{
	background:#ccecf8;
	color:#000;
}
table.pricing tr td.hlst{
	background:#ffe0d6;
	color:#000;
}
table.pricing tr td.hlpr{
	background:#caf2bf;
	color:#000;
}
.na,a.na:link,a.st:visited{
	color:#0a4f86;
}
a.na:hover{
	color:#84a7c2;
}
a.na:active{
	color:#0a4f86;
}
.st,a.st:link,a.st:visited{
	color:#50d42c;
}
a.st:hover{
	color:#caf2bf;
}
a.st:active{
	color:#50d42c;
}
.pr,a.pr:link,a.pr:visited{
	color:#ff6633;
}
a.pr:hover{
	color:#fffdcc;
}
a.pr:active{
	color:#ff6633;
}
.avail{
	font-size:16px;
	font-weight:bold;
	color:#090;
}
.unavail{
	color:#f00;
}

.hidden{
	display:none;
}

.narrowcolumn {
        width: 920px;
}