/* ===== HEADER IMAGES  ===== */
@import url(bodyheader.css);

/* ===== HOME PAGE/GENERIC STYLES  ===== */
BODY {
   background: #dddddd;
   margin: 0px;
   padding: 0px;
   font-family: "sans-serif";
}
IMG {
   border:0px;
   
}
img, div { behavior: url(/style/iepngfix.htc) }
H2.broadband {
   color: #B81914;
   font-weight: normal;
}
H3 {
   font-family: Helvetica;
   font-weight: bold; 
   font-size: 11pt;
   color: #545353;
   padding:0px;
   margin:0px;
}
a:link,
a:visited,
a:active {
	color:#b20500;
	text-decoration: underline;
}

a:hover {
	color:#cccccc;
	text-decoration: none;
}
p.nobottom {
   margin-bottom: 0px;
   padding-bottom: 0px;
}
#header {
   width: 100%;
   height: 120px;
   background: url(/images/banner-bg.gif) repeat-x;
}
#banner {
   position:relative;
   width: 760px;
   left: 50%;
   margin-left: -380px;
}
#logo {
   position:relative;
   height: 94px;
   float:left;
   top:0px;
}
#topnav {
   position:relative;
   height: 38px;
   float:right;
   top:51px;
}
#topnav .left, #topnav .right {
   float: left;
   width: 9px;
   height: 43px;
}
#topnav .middle {
   float: left;
   background: url(/images/tab-large-middle.gif);
   height: 43px;
   line-height: 43px;
   font-family: Calibri, Arial;
   font-size: 12pt;
   color: #B81914;
   font-weight: bold;
}
#topnav .email {
   float: left;
   width: 50px;
   height: 43px;
}
#animated {
   position:absolute;
   top:221px;
   left:0px;
}
#nav {
   position: relative;
   float: right;
   width: 100%;
   height: 24px;
   font-family: Helvetica;
   font-size: 13pt;
   color: #ffffff;
   line-height: 26px;
   text-align:right;
}
#subnav {
   position: absolute;
   background-color:#b2b2b2;
}
#currentpage A:link, #currentpage A:visited {
   color:white;
   text-decoration:none;
}
#currentpage A:hover {
   text-decoration: underline;
}
#subnav  .menu_item{
   float:left;
   padding-left:12px;
   padding-right:12px;
   border-left: 1px #ebebeb solid;
   border-right: 1px #818181 solid;
}
#subnav .first_item {
   border: none;
   border-right: 1px #818181 solid;
}
#subnav .last_item {
   border: none;
   border-left: 1px #ebebeb solid;
}
#navitems .menu_item{
   float:left;
   padding-left:10px;
   padding-right:10px;
   border-left: 1px #d21d17 solid;
}
#navitems {
   float:right;
}
#nav A:link, #nav A:visited, #subnav A:link, #subnav A:visited {
   color: #ffffff;
   text-decoration:none;
}
#nav A:hover, #subnav A:hover {
   color: #ffffff;
   text-decoration:underline;
}
#nav .last_menu_item {
   border-right: 1px #d21d17 solid;
}
#body {
   position:relative;
   width: 760px;
   left: 50%;
   margin-left: -380px;
}

#currentpage {
   font-family: Calibri, Arial;
   font-size: 12pt;
   padding-top: 5px;
   padding-left: 10px;
   margin-left: -15px;
}
#leftcol {
   position: relative;
   width: 380px;
   padding-left: 15px;
   float:left;
}
#rightcol {
   position: relative;
   width: 365px;
   float:left;
}

#bodyheader .content {
   position: relative;
   width: 100%;
   height: 300px;
   color: #ffffff;
   font-family: Helvetica;
}

#bodyheader .content  #leftcol .heading {
   font-size: 22pt;
   line-height: 22pt;
   padding-top: 5px;
   padding-bottom: 5px;
   position:relative;
}
#bodyheader .content  #leftcol .text {
   font-size: 11pt;
   line-height: 17pt;
   font-family: Calibri, Arial;
   padding-right:5px;
}
#bodyheader .content #leftcol .text P {
   margin-top:0px;
   margin-bottom:10px;
}
#cols {
   position: relative;
   width: 760px;
   height: 250px;
}
#cols .column {
   position: relative;
   width: 210px;
   height: 100%;
   float:left;
   background-color: #ffffff;
   color:#545353;
}
#cols .column .heading {
	position: relative;
	font-family: Helvetica;
	font-size: 17pt;
	padding: 6px;
	color: #ffffff;
	height:auto;
	line-height:30px;
   *top:-2px;
}
#cols .column .content .text {
	position: relative;
	font-family: Calibri, Arial;
	font-size: 11pt;
	padding: 6px;
	height:155px;
}
#cols .column .content .button {
   padding-left: 6px;
}
#cols .column .content {
   border-bottom: 1px #e1e1e1 solid;
   border-left: 1px #e1e1e1 solid;
   border-top: 1px #e1e1e1 solid;
   *border-top: none;
   height:205px;
}
.red1 {
   background-color: #fa120b;
}
.red2 {
   background-color: #db1711;
}
.red3 {
   background-color: #b81914;
}
.red4 {
   background-color: #8b0f0b;
}
.redtext {
   color:#FA120B;
   font-size:12pt;
}
.spacer {
   height:10px;
   width:100%;
   float:left;
   background-color:#ffffff;
}

#cols .col1 {
   width:183px;
}

#cols .col2 {
   width:211px;
}
#cols .col3 {
   width:183px;
}
#cols .col4 {
   width:183px;
}
#cols col4 .content {
   border-right: 1px #e1e1e1 solid;
}
.floatright {
   float:right;
   padding:10px;
   padding-top:5px;
}
#bodycontent {
   position: relative;
   width: 760px;
   background-color:#ffffff;
   padding-top: 5px;
}
.home #bodycontent {
   height:340px;
}
#bodycontent .text {
   padding:5px;
   padding-left: 10px;
   font-family: Calibri,Arial;
   font-size:11pt;
   color:#545353;
}
#bodycontent .text H3 {
   font-size:12pt;
}
#bodycontent .heading{
   color:#FA120B;
   font-family: Helvetica;
   font-size:19pt;
}
#testimonials {
   position:relative;
   width: 470px;
   float:left;
}
#testimonials .heading {
   position:relative;
   height:28px;
}
#testimonials .content {
   height: 284px;
   border: 1px #e1e1e1 solid;
   padding: 5px;
   padding-left: 8px;
}
#testimonials .content .button {
   padding-top:5px;
}
#testimonials .heading .left {
   position: relative;
   float: left;
   width: 11px;
   height: 38px;
}
#testimonialInsert4 {
   position : absolute;
   width:404px;
   padding: 5px;
   color:#ffffff;
   display:none;
   font-family:Calibri,Arial;
}
.testimonialred  {
background: url(/images/testimonial-back.png);
}
.testimonialblue {
   background: url(/images/testimonial-back_blue.png);
}
.testimonialgreen {
   background: url(/images/testimonial-back_green.png);
}
.testimonialbluepale {
   background: url(/images/testimonial-back_bluepale.png);
}
#testimonials .heading .middle {
   position: relative;
   float: left;
   width: 448px;
   height: 38px;
   line-height: 38px;
   color: #b81914;
   font-size:17pt;
   font-family: Helvetica;
   background: url(/images/tab-middle.gif) repeat-x;
}
#testimonials .heading .right {
   position: relative;
   float: left;
   width: 11px;
   height:38px;
}
#testimonials .content .text {
   font-family: Calibri, Arial;
   font-size: 11pt;
}
#testimonials .content .text .author, #testimonials .content .text .note {
   color: #fa120b;
}
#testimonials .content .text .quote {
   color: #545353;
}

#news {
   float: left;
   width: 280px;
   border: 1px #e1e1e1 solid;
   margin-left: 4px;
   margin-right: 4px;
}
#news .heading {
   position: relative;
   background-color: #dddddd;
   padding-left: 11px;
   color: #545353;
   height: 38px;
   line-height: 38px;
   font-size: 17pt;
   font-family: Helvetica;
}
#news .content {
   height:170px;
   _height:190px;
   border-bottom: 1px #e1e1e1 solid;
   padding: 5px;
   padding-left: 8px;
   overflow-y: auto;
   font-size: 10pt;
   font-family: Calibri, Arial;
}
#news .content  .date{
   color: #545353;
   float: left;
   clear: left;
   width: 85px;
}
#news .content  .title{
   color: #b81914;
   margin-left: 85px;
}
#news .logo {
   position: relative;
   float: left;
   padding: 5px;
}
#footer {
   background-color: #fa120b;
   color: #ffffff;
   text-align: center;
   font-family: Calibri, Arial;
   font-size:10pt;
   line-height:17pt;
}
#footer A:link, #footer A:visited {
   color:#ffffff;
   text-decoration: none;
}

#footer A:hover {
   color:#ffffff;
   text-decoration: underline;
}


/* ===== BROADBAND PAGE STYLES  ===== */
.broadband .subBodyTableBase table {
	margin-left:15px;
   margin-right:15px;
	font-size: 9pt;
}
.broadband .subBodyTableBase table thead{
   background-color: #aaaaaa;
}
.broadband .subBodyTableBase table th{
   background-color: #dddddd;
   padding-top: 3px;
   padding-bottom: 3px;
}
.broadband .subBodyTableBase table td{
   padding-top: 3px;
   padding-bottom: 3px;
}
.broadband .subBodyTableBase p {
	_margin-bottom:110px;
	padding-bottom:7px;
}
.broadband #bodyheader .content {
   height: 66px;
   background-color:#6d6e70;
}
.broadband #bodycontent {
   padding-top: 0px;
   height: auto;
}

#bodycontent #broadbandplans .heading {
   position:relative;
   height:62px;
   padding-bottom:5px;
}
#bodycontent #broadbandplans .content {
   padding:5px;
   padding-top:0px;
   padding-left:8px;
}
#bodycontent #broadbandplans .heading .left {
   position: relative;
   float: left;
   width: 11px;
   height:38px;
}
#bodycontent #broadbandplans  .heading .middle {
   position: relative;
   float: left;
   width:738px;
   height:38px;
   line-height:38px;
   color: #b81914;
   font-size:17pt;
   font-family: Helvetica;
   background: url(/images/tab-middle.gif) repeat-x;
   cursor: pointer;
}
#bodycontent #broadbandplans .heading .right {
   position: relative;
   float: left;
   width: 11px;
   height:38px;
}
#bodycontent #broadbandplans .subheading{
   background: url(/images/broadband_subheader.gif) repeat-x;
   color: white;
   position:relative;
   float:left;
   width:100%;
   height:25px;
   font-family: Helvetica;
   font-size:11pt;
}
.broadband-control {
   position:relative;
   top:5px;
   padding-right:5px;
   cursor:pointer;
}
#broadbandplans .subheading .info {
   border-right: 1px #b81914 solid;
   border-left: 1px #f35e4f solid;
   float:left;
   padding-left: 15px;
   padding-right: 15px;
   line-height:23px;
   cursor:pointer;
}
#broadbandplans .subheading .form {
   border-right: 1px #b81914 solid;
   border-left: 1px #f35e4f solid;
   float:left;
   padding-left: 15px;
   padding-right: 15px;
   line-height:23px;
   cursor:pointer;
}
#broadbandplans .content {
   position: relative;
   display: none;
}
#broadbandplans .content  {
   position: relative;
   font-size:11pt;
   color: #545353;
   display: none;
   padding-top:0px;
   margin-top:0px;
}
#broadbandplans .visible  {
   display: block;
   padding-top:5px;
   margin-top:0px;
   margin-bottom:0px;
   padding-bottom: 0px;
}
#broadbandplans .visible  p {
   margin-bottom:5px;
   padding-bottom: 0px;
}
#broadbandplans p {
   padding-bottom: 9px;
}
#broadbandplans p.nobottom {
   padding-bottom: 0px;
}


table ul {
	margin-left:5px;
	padding-left:5px;
}

table li {
	background-image: url(/images/ico_play.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left:15px;
	padding-left:15px;
	background-position:0 2;
}
table a:link,
table a:visited,
table a:active {
	color:#b20500;
	text-decoration: underline;
}

table a:hover {
	color:#cccccc;
	text-decoration: none;
}
#news a:link,
#news a:visited,
#news a:active {
	color:#b20500;
	text-decoration: none;
}

#news a:hover {
	color:#cccccc;
	text-decoration: underline;
}
.pricelist {
   margin-top:10px;
}
.downloadlink {
   position:relative;
   float:left;
   height: 25px;
   padding-right:20px;
   padding-bottom:10px;
}
.downloadlink IMG {
   float:left;
   padding-right:5px;
}
#bodycontent .text .downloadlink .text{
   position:relative;
   float:left;
   color: #fa120b;
   font-family: Helvetica;
   font-size: 11pt;
   font-weight: bold;
   line-height:25px;
   
}
.right {
   float:right;
}

/* ===== GENERIC PRODUCT PAGE STYLES  ===== */
.product #leftcol {
   width:331px;
   height:300px;
}

.product #leftcol .text {
   margin-left:20px;
   display:block;
}

.product #leftcol .popupbar {
   position:absolute;
   top:260px;
   left:0px;
   height:40px;
   background-color:#a7a7a9;
   width:345px;
}
.product #popup .heading {
   height:39px;
   width:100%;
}
.product #popup .left, .product #popup .right {
   float: left;
   width: 11px;
   height: 39px;
}
.product #popup .middle {
   float: left;
   text-align:right;
   background: url(/images/tab-middle.png);
   height: 39px;
   line-height: 39px;
   font-family: Calibri, Arial;
   font-size: 12pt;
   color: #B81914;
   font-weight: bold;
}
.product #popup .middle IMG{
   position:relative;
   top:5px;
   *top:10px;
   cursor:pointer;
}
.product #popup {
   position: absolute;
   visibility: hidden;
   font-family: Helvetica;
   font-size: 11pt;
   font-weight: bold;
   color: #fa120b;
}
.product #popup A:link, .product #popup A:visited {
   color: #fa120b;
   text-decoration: none;
}
.product #popup A:hover: {
   color: #fa120b;
   text-decoration: underline;
}
.product #popup LI {
   padding-top:4px;
   padding-bottom:4px;
   
}
.product #popup UL {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left:-5px;
   *margin-left:25px;
   padding-top: 4px;
   padding-bottom: 4px;
   list-style-image: url(/images/list-angle.gif);
}
.product #leftcol UL {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left:-30px;
   *margin-left:5px;
   padding-top: 4px;
   padding-bottom: 4px;
   list-style-image: url(/images/list-angle.gif);
}

.product #popup .text {
   background: #e7e7e7 url(/images/popup-bg.png) repeat-x;
   border: 1px #e1e1e1 solid;
}
.product #leftcol .popupbar IMG {
   position:relative;
   left:130px;
   top:8px;
   cursor:pointer;
}
.product #cols .col1 {
   width:345px;
}

.product #cols .col2 {
   width:415px;
}
.product #cols .column .content .text {
	height:125px;
}
.product #cols .column {
	height:210px;
}
.product #cols .column .content {
	height:200px;
}
.product #cols {
   height:175px;

}
.product #testimonials {
   position:relative;
   width: 760px;
   float:left;
}
.product #testimonials .heading .middle {
   width:738px;
}
.product #testimonials .content  {
   background-color:#ffffff;
}
.product #testimonials .content .text{
width:360px;
float:left;
padding-right:5px;
overflow:auto;
height:180px;
*margin-top: 5px;
_margin-top:0px;
}
.product #testimonials .content .righttext{
   width:360px;
   float:left;
   font-family: Calibri, Arial;
   font-size: 11pt;
   padding-right:10px;
   margin-top: 5px;
}

.product #testimonials .content .righttext .author, .product #testimonials .content .righttext .note {
   color: #fa120b;
}
.product #testimonials .content .righttext .quote {
   color: #545353;
}

/* ===== ENTERPRISE HOME STYLES  ===== */
.enterprise #leftcol .popupbar {
   top: 313px;
}
.enterprise #leftcol {
   height:353px;
}
.enterprise #bodyheader .content {
   height:353px;
}
.enterprise #leftcol .popupbar img {
   left: 150px;
}
.enterprise #cols .column .heading {
   height:60px;
}
.enterprise #cols .column {
   height: 205px;
}
.enterprise #cols {
   height: 205px;
}

/* ===== MEDIUM HOME STYLES  ===== */
.medium #leftcol .popupbar {
   top: 313px;
}
.medium #leftcol {
   height:353px;
}
.medium #bodyheader .content {
   height:353px;
}
.medium #leftcol .popupbar img {
   left: 110px;
}
.medium #cols .column .heading {
   height:60px;
}
.medium #cols .column {
   height: 205px;
}
.medium #cols {
   height: 205px;
}
.product #cols .column .content .text {
	height:95px;
}
/* ===== COMMUNITIES PAGE STYLES  ===== */
.communities #cols .column .content .text {
   height:125px;
}
.communities #cols {
   height:215px;
}
.communities #cols .column {
   height:215px;
}
.product #cols .column .content {
   height:170px;
}
/* ===== ALTERNATE PRODUCT PAGE STYLES  ===== */
.altproduct #cols .col1 {
   width:253px;
}
.altproduct #cols .col2 {
   width:253px;
}
.altproduct #cols .col3 {
	width:253px;
}
.altproduct #cols .column {
   height: 255px;
}
.altproduct #cols {
   height: 255px;
}
.altproduct #cols .column .content {
   height:180px;
}
.altproduct #cols .column .content .text {
	height:142px;
}
.altproduct #cols .column .heading{
   height: 60px;
}
.altproduct #bodyheader .content {
   height: 66px;
}
.altproduct #leftcol {
	width:350px;
	height:66px;
}
.altproduct #cols TD {
   padding:0px;
   margin:0px;
}
.altproduct #cols TR {
   padding:0px;
   margin:0px;
}
.altproduct #cols TABLE {
   padding:0px;
   margin:0px;
   border-collapse:collapse;
}

.altproduct table.voip_price_table {
   border-collapse:collapse;
   margin-bottom:10px;
   margin-top:10px;
   width:725px;
}
.altproduct table.voip_price_table thead th {
   background-color:#CCCCCC;
   border:1px solid #666666;
   color:#FFFFFF;
   font-size:11pt;
   padding:2px 0px;
}
.altproduct table.voip_price_table tbody th {
   background-color:#CCFFCC;
   border:1px solid #666666;
   padding:4px 0px 4px 4px;
   text-align:left;
   width:170px;
}
.altproduct table.voip_price_table tbody td {
   background-color:#99CCFF;
   border:1px solid #666666;
   font-size:9.5pt;
   font-weight:bold;
   text-align:center;
}
.altproduct table.voip_price_table thead th.blank_hide {
   background:transparent none repeat scroll 0%;
   border-left:medium none;
   border-top:medium none;
}

.altproduct #broadbandplans .content ul {
	margin-left:5px;
	padding-left:5px;
}

.altproduct #broadbandplans .content li {
	background-image: url(/images/ico_play.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left:15px;
	padding-left:15px;
	background-position:0 2;
}
.altproduct #broadbandplans .content li p {
	margin:0px;
   margin-top:5px;
   margin-bottom:15px;
   padding:0px;
   font-style: italic;
}

/* SMART BUILDINGS PAGE STYLES*/
.buildings .subBodyTableBase table {
	margin-left:15px;
   margin-right:15px;
	font-size: 9pt;
}
.buildings .subBodyTableBase table thead{
   background-color: #aaaaaa;
}
.buildings .subBodyTableBase table th{
   background-color: #dddddd;
   padding-top: 3px;
   padding-bottom: 3px;
}
.buildings .subBodyTableBase table td{
   padding-top: 3px;
   padding-bottom: 3px;
}
.buildings .subBodyTableBase p {
	_margin-bottom:110px;
	padding-bottom:7px;
}

/* ===== VOICE/BROADBAND PAGE STYLES ===== */
.voice #bodycontent .heading,
.broadband #bodycontent .heading
{
   padding-bottom:0px;
}
.voice #voicetable table{
   width: 100%;
   border-collapse: collapse;
}
.voice #voicetable table th{
   text-align: center;
   height: 50px;
   background-color: #bbbbbb;
   border: 1px #ffffff solid;
}
.voice #voicetable table .country{
   text-align: center;
   height: 40px;
   border: 1px #ffffff solid;
}
.voice #voicetable table .landline{
   text-align: center;
   height: 40px;
   border: 1px #ffffff solid;
}
.voice #voicetable table .mobile{
   text-align: center;
   height: 40px;
   border: 1px #ffffff solid;
}
.voice #voicetable table .odd td{
   background-color: #eeeeee;
}
/* ===== GENERIC OFFER PAGE STYLES  ===== */
.offers #bodyheader .content {
   height: 66px;
}

.offers .row .column {
   width: 345px;
   float:left;
}

.offers .row .col2 {
   width: 415px;
}

.offers .row .column .heading {
   position: relative;
   font-family: Helvetica;
   font-size: 17pt;
   padding: 6px;
   color: #ffffff;
   height:60px;
   line-height:30px;
}

.offers .row .column .content .text {
   position: relative;
   font-family: Calibri, Arial;
   font-size: 11pt;
   padding: 6px;
   height:106px;
}
.offers .row .column .content .text UL {
   margin-top: 0px;
   margin-bottom: 0px;
   padding-left:20px;
   *padding-left:0px;
   *margin-left:20px;
   padding-top: 4px;
   padding-bottom: 4px;
   list-style-image: url(/images/list-angle2.gif);
   color: #fa120b;
   font-size:12pt;
}
.offers .row .column .content .text UL LI {
   padding-top: 2px;
   padding-bottom: 2px;
}
.offers .row .column .content .button {
   padding-left: 6px;
}

.offers .row .column .content {
   background-color: #ffffff;
   border-bottom: 1px #e1e1e1 solid;
   border-left: 1px #e1e1e1 solid;
   border-top: 1px #e1e1e1 solid;
   height:148px;
}

/* ===== SMALL BUSINESS OFFER PAGE STYLES  ===== */
.small .row1 .col2 {
   height:222px;
   background: url(/images/offers_small_1.jpg);
}

.small .row2 .col1 {
   height:274px;
   background: url(/images/offers_small_2.jpg);
}
.small .row2 .col2 {
   height:274px;
}
.small .row2 .col2 .content {
   height:200px;
}
.small .row2 .col2 .content .text {
   height: 156px;
}

.small .row3 .col2 {
   height:222px;
   background: url(/images/offers_small_3.jpg);
}

/* ===== PROJECTS STYLES ===== */
#bodycontent #casestudies .heading {
   position:relative;
   height:32px;
   padding-bottom:5px;
}
#bodycontent #casestudies .content {
   padding:5px;
   padding-top:0px;
   padding-left:8px;
}
#bodycontent #casestudies .heading .left {
   position: relative;
   float: left;
   width: 11px;
   height:38px;
}
#bodycontent #casestudies  .heading .middle {
   position: relative;
   float: left;
   width:738px;
   height:38px;
   line-height:38px;
   color: #b81914;
   font-size:17pt;
   font-family: Helvetica;
   background: url(/images/tab-middle.gif) repeat-x;
   cursor: pointer;
}
#bodycontent #casestudies .heading .right {
   position: relative;
   float: left;
   width: 11px;
   height:38px;
}
.projects #bodyheader .content {
   height: 66px;
}
#bodycontent #casestudies .text {
   padding-top: 0px;
}
#bodycontent #casestudies .text p {
   margin-top:5px;
}
#bodycontent #casestudies .content {
   border:1px #e1e1e1 solid;
}

/* ===== TESTAMONIALS PAGE STYLES ===== */
.testimonials #bodyheader .content {
   height: 66px;
}
.testimonials #cols  {
   height: 295px;
}
.testimonials #cols .column .content  {
   height: 289px;
}
.testimonials #cols .col2  {
   width: 155px;
}
.testimonials #cols .col4  {
   width: 155px;
}
.testimonials #cols .col1  {
   width: 225px;
}
.testimonials #cols .col3  {
   width: 225px;
   _width: 223px;
}

.testimonials .content .text {
   font-family: Calibri, Arial;
   font-size: 11pt;
}
.testimonials  .content .text .author, .testimonials .content .text .note {
   color: #fa120b;
}
.testimonials .content .text .quote {
   color: #545353;
}
.testimonials #testimonials {
   width: 760px;
}
.testimonials #testimonials .heading .middle{
   width: 738px;
}
.testimonials #testimonials .content {
   background-color: #ffffff;
}
.testimonials #testimonials .content {
   height: auto;
}
/* ===== IPPBX/DATA/DATA CENTRE PAGE STYLES ===== */
#features {
   width:680px;
   position:relative;
   left :50%;
   margin-left:-340px;
   *margin-left:-360px;
   _margin-left:-340px;
   margin-bottom:10px;
}
#features td {
   font-size:9.5pt;
   padding:3px;
}
#features .title {
   font-size:11pt;
   font-weight:bold;
   padding:3px;
   background-color:#bbe0e3;
}

#features2 {
   width:680px;
   position:relative;
   left :50%;
   margin-left:-340px;
   *margin-left:-360px;
   _margin-left:-340px;
   margin-bottom:10px;
   border: 1px #000 solid;
}
#features2 td {
   font-size:8.5pt;
   padding:3px;
   padding-top:1px;
   padding-bottom:1px;
}
#features2 .title {
   font-size:9pt;
   font-weight:bold;
   padding:3px;
   background-color:#bbe0e3;
   text-align:center;
}

/* ===== TERMS AND CONDITIONS STYLES ===== */
.terms #bodycontent #broadbandplans .heading {
   height:37px;
}
/* ===== WIMAX PAGE STYLES  ===== */
.wimax #cols .col1 {
   width:253px;
}
.wimax #cols .col2 {
   width:253px;
}
.wimax #cols .col3 {
   width:254px;
}
.wimax #cols .column {
	height: 290px;
}
.wimax #cols {
   height: 290px;
}
.wimax #cols .column .content {
	height:225px;
}
.wimax #cols .column .content .text {
	height:180px;
}
.wimax #cols .column .heading{
   height: 60px;
}
.wimaxalt #leftcol {
   width: 500px;
}
