@charset "utf-8";
/* CSS Document */
body {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center; /* centering the content for IE6 */
	/* background: #292929; */
	background: #1a1a1a url(images/bg_gradient.gif) repeat-x;
}

a { color:#124774; }
a:hover { color:#de2921; }
a img { border: 0; }

h1 span, h2 span, p span, a span {
	/* display: none; */
}

h1 .note, h2 .note, h3 .note, h1.magic, h2.magic, h3.magic {
	display: none;
}

h1, h2, h3 {
	font-family: Georgia, Trebuchet, serif;
	font-weight: bold;
	color: #1f4799;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font: 1.2em Verdana, Arial, Helvetica, sans-serif; color: #1f4799; }

h1 a, h2 a, h3 a { line-height: normal; }

hr { height: 1px; margin: 0; padding: 0; color: d9d9d9; background-color: d9d9d9; }

form { margin: 0; padding: 0; }

dt { font-weight: bold; margin:5px 0; }
dd { padding: 10px; }

.submit input, .submit input:focus, .button, .button:focus {
	background: url( images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

.left { text-align: left; }
.right { text-align: right }

.note {
	display: block;
	font-size: 0.9em;
	magin: 0;
	margin-top: 5px;
	padding: 0;
}

.highlight {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	color: #660000;
	background: #ffffea;
	padding: 5px 100px;
	border-top: 1px solid #c8c864;
	border-bottom: 1px solid #c8c864;
}
.highlight-text { color: #F00; font-weight: bold; }

.clear, .section { overflow: hidden; clear: both; }
.clearline { overflow: hidden; clear: both;	height: 5px; }

/* block */
.btnblock { font-weight: bold; text-align: right; margin: 20px 0; }
.btnblock img { vertical-align: middle; }

.sealedblock { clear: both; margin-top: 50px; height: 60px; }
.openbox { float: left; vertical-align: middle; padding: 0 10px; }
.rightblock { float: right; }

#messagebox {
	color: #990000;
	border: 1px solid #dd9988;
	background: #ffffd5;
	padding: 10px;
}

.messageStackError, .messageStackSuccess { 
	font-size: 1em;
	color: #F00;
	background: #fff7d7;
	text-align: left;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

.messageStackError ol {
	margin: 0;
	margin-left: 30px;
	padding: 5px;
}

#nav #mnu-members {	margin-left: 100px; }  /* Menubar - Member Login */

#previous { float: left; width: 340px; font-weight: bold; }
#previous img { float: left; margin-right: 5px; vertical-align: middle; }
#next { float: right; width: 340px; font-weight: bold; text-align: right; }
#next img { float: right; margin-left: 5px; vertical-align: middle; }

#summary h2 { font: bold 1.6em Georgia, Trebuchet, serif; color: #1f4799; margin-top: 10px; }
#summary .button, #freetrial {
	float: right;
	width: 210px;
	background: #FFF;
}

#toggleOn, #toggleOff {
	display:inline;
	cursor:pointer;
	cursor:hand;
	border:1px solid #9a9a9a;
	padding:2px 5px;
	margin-right:10px
}

a#toggleOn, a#toggleOff { text-decoration: none; }
a#guarantee { color: #f00; }

.show { display: inline-block; }
.hide { display: none; }

.goback { text-align: right; }

/* table */
table {
	border-collapse: collapse;
	border: 2px solid gray;
	font: normal 100% arial, verdana, helvetica, sans-serif;
	width: 100%;
	color: #666666;
	background: #fff;
}
caption {
	padding: 0 0.6em 0.2em 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	color: #1f4799;
	background: transparent;
}
td, th {
	border: 1px solid gray;
	padding: 0.5em;
}
thead th {
	border: 1px solid #bbbbbb;
	text-align: center;
	font-size: 1em;
	color: #FFF;
	background: #1a1e42;
}

tfoot th, tfoot td {
	border: 1px solid #b8d3e1;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
tfoot th {
	font-weight: bold;
}
tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
tbody th a {
	background: transparent;
	/* color: #3f7c5f; */
	color: #ff6600;
	text-decoration: underline;
	font-weight: bold;
}
tbody th a:visited {
	/* color: #b98b00; */
}
tbody th, tbody td {
	vertical-align: top;
	font-weight: normal;
}
tbody td {
	text-align: center;
	vertical-align: middle;
}
tfoot td {
	border: 1px solid #996;
}
tbody tr:hover {
	/* background: #ffffd9; */
}
tbody tr.shade { /* styles backgrounds in table rows */
	background: #f9f9f9;
}
th.tblheader {
	width: 235px;
}
tbody th.tgroup-heading {
	color: #000;
	background-color: transparent;
}
.tgroup-heading {
	color: #000;
	background: #bbd2fa;
}
.check {
	background: url(images/checkmark.gif) no-repeat center center;
}
.check-favorite {
	background: #f2f5ce url(images/checkmark-favorite.gif) no-repeat center center;
}
.circle {
	background: url(images/bg_circle.gif) no-repeat center center;
}
.circle-favorite {
	background: #f2f5ce url(images/bg_circle_favorite.gif) no-repeat center center;
}
.favorite {
	font-size: 0.75em;
	color: #FF0;
	white-space: nowrap;
}
.favorite-td {
	background: #f2f5ce;
}

/* buttons */
#btn-hiw {
	float: left;
	display: inline; /* IE 6 double margin bug fix */
	width: auto;
	margin: 0;
	padding: 0;
	background: url(images/btn-hiw.gif) no-repeat;
}

#btn-hiw a {
	display: block;
	width: 200px;
	height: 60px;
	margin: 0;
	padding: 0;
}

/* main body */
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 3px;
	font-size: 0.8em;
	text-align:left; /* so that IE6 and Firefox puts the text to the left */
	background: #FFF url(images/bg_body.gif) repeat-y;
}

/* page header */
#header {
	height: 80px;
	margin-bottom: 26px;
}

#logo {
	float: left;
	width: 340px;
}

#logo a {
	display: block;
	background: url(images/logo-pbxplans.gif) no-repeat;
	width: 300px;
	height: 60px;
	margin: 10px auto 5px 20px;
}

#slogan {
	float: left;
	width: 400px;
	margin: 20px 20px 0 0;
	text-align: center;
}
#slogan span { font-size: 1.2em; font-weight: bold; color: #ff6600; }

#seal {
	position: absolute;
	top: 10px;
	margin-left: 760px;
}

/* navigation bar */
#nav, #subnav {
	clear: both;
	width: 900px;
	height: 24px;
	font-size: 13px;
	line-height: normal;
	text-transform: capitalize;
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
	background: #50171e url(images/bg_nav.gif) repeat-x;
	margin: 0;
	padding: 0;
}

#nav {
	position: absolute;
	top: 80px;
}

#subnav {
/*	margin-top: 20px; */
}

#nav ul, #subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#subnav ul {
	margin: 0 auto;
	text-align: center;
}

#nav li, #subnav li {
	display: inline;
	height: 24px;
	vertical-align: middle;
}

#nav li a, #subnav li a {
	display: inline-block;
	width: auto;   /* fix IE bug */
	height: 24px;
	color: #FFF;
	padding: 0 0.85em;
	line-height: 1.8;
}

#nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active, #subnav li a:link, #subnav li a:visited, #subnav li a:hover, #subnav li a:active {
	color: #FFF;
	text-decoration: none;
}

#nav li a:hover, #subnav li a:hover {
	background: #666;
}

/* page caption */
#captionwrapper {
	clear: both;
}

/* page content & sidebar */
.contentblock {
	margin: 0 20px;
	margin-bottom: 20px;
}

#contentwrapper {
	float: left;
	width: 100%;
	height:100%;/* so the content has the height of the menu and visa versa */
}

#content {
	margin-left: 180px;
	padding: 5px 20px 10px 15px;
	background: #FFF url(images/bg_content.gif) repeat-x left top;
}

#sidebar {
	float: left;
	width: 180px;
	height: 100%; /* so the menu has the height of the main content and visa versa */
	font-size: 11px;
	margin-left: -900px;
	background: url(images/bg_diagonal_stripes.gif);
}

#sidebar h2 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 12px 0 13px 10px;
	background: url(images/bg_sidebar_header.gif) no-repeat -120px top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d0d0d0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	background: #FFF;
}

#sidebar ul li a {
	display: block;
	width: auto;
	height: 1%;
	color: #80386A;
	padding: 0.2em 0.7em;
	padding-left: 20px;
	text-decoration: none;
	background: url(images/bg_arrow.gif) no-repeat 8px 10px;
}

/*
#sidebar li a:link { color: #80386A; }
#sidebar li a:visited { color: #666; }
*/
#sidebar ul li a:hover { border-color: #80386A; color: #FFF; background: #666; }

/* sidebar pbx features */
#service ul li a {	border-left: 1em solid #55b5ed; padding-left: 10px; background: #FFF; }
#service ul li a:hover { border-left: 1em solid #226d8e; background: #669999; }
#mainfeatures ul li a { /* sidebar default */ }
#mainfeatures ul li a:hover { background: #696969; }
#advfeatures ul li a { /* border-left: 1em solid #cc0000; */ }
#advfeatures ul li a:hover { background: #cc0000; }

#sidebar-top {
	color: #000;
	margin: 5px 0 0 0;
	padding: 5px 10px 0 10px;
	border-top: 1px solid #adc1cc;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #adc1cc;
	background: #ebf3fb url(images/bg_signin.gif) repeat-x;
}
#sidebar-top form { margin: 0; padding: 0; }
#sidebar-top p { margin: 0; margin-bottom: 5px; padding: 0; }
#sidebar-top #quicklinks ul { border-top: 1px solid #dedede; margin-bottom: 10px; }
#sidebar-top #quicklinks li { border-left: 1px solid #dedede; }
#sidebar-top #acct, #sidebar-top #password { width: 150px; }
#sidebar-top #saveid { margin: 0; padding: 0; }

#sidebar-block {
	height: 140px;
	padding: 5px 0;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #adc1cc;
}

#sidebar-bottom {
	color: #e6e6e6;
	text-align: center;
	height: 50px;
	margain: 0;
	padding: 5px 0;
	background: #fff;
}

/* page footer */
#footer {
	clear: both;
	font-size: 0.9em;
	width: 876px;
	margin: 0 auto;
	padding: 1em;
	background: url(images/bg_diagonal_stripes.gif);
}

#footer ul {
	font-size: 0.95em;
	list-style-type: none;
	margin: 1em 0;
}

#footer li {
	display: inline;
	margin: 0 2px;
}


/* columned */
.colblock {
	border: 1px solid #bbb;
	border-right: 0;
	height: 350px;
}
.columned {
	float: left;
	display: inline; /* IE 6 double margin bug fix */
	/* color: #4c4c4c; */
	font-size: 0.9em;
	line-height: 140%;
	text-align: center;
	width: 170px;
	height: 370px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #bbb;
}

.columned .col-header {
	height: 24px;
	background: #59588c;
}

.columned .plan-summary {
	color: #092a4f;
	height: 60px;
}

.columned .col-content {
	height: 280px;
	padding-top: 10px;
}

.columned .col-content img {
	margin: 10px 0 5px 0;
}

.columned .col-footer {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	/* background: url(images/bg_colfooter.gif) no-repeat left top; */
}

/*
.columned a {
	display: inline;
	font-size: 0.9em;
	text-decoration: underline;
}

.columned a:hover, .columned a:active {
	color: #4c4c4c;
}
*/

.columned h2 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	display: inline;
	color: #FFF;
	text-transform: capitalize;
	line-height: 180%;
}

.columned h3 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-transform: capitalize;
	padding-left: 5px;
}

.columned p {
	text-align: left;
	margin: 0 5px;
	padding: 0;
}

.columned ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	text-align: left;
}

.columned ul li {
	font-size: 0.9em;
}

/* login columns */
#col-article, #col-faq, #col-support, #col-widget { font-size: 1em; width: 200px; height: auto; text-align: left; border: 0px; margin-right: 17px; }
#col-article h2, #col-faq h2, #col-support h2, #col-widget h2 { color: #124774; font-size: 1.8em; font-weight: normal; line-height: 1.6em; }
#col-article ul, #col-faq ul, #col-support ul, #col-widget ul {	margin: 0; border-top: 1px solid #444; }
#col-article ul li, #col-faq ul li, #col-support ul li, #col-widget ul li {	padding: 5px 2px; border-bottom: 1px solid #a8aeb5; }
#col-article a, #col-faq a, #col-support a, #col-widget a {	font-size: 1em; text-decoration: none }
#col-support a { text-decoration: underline; }
#col-widget h3 { font-size: 1.4em; font-weight: normal; text-transform: none; }
#col-widget p { color: #856685; padding-bottom: 10px; }
#col-widget a { color: #00f; text-decoration: underline; }

#caption-login {
	height: 210px;
	padding-top: 20px;
	background: #2576c8 url(images/bg_login.gif);
}

#loginblock {
	width: 170px;
	height: auto;
	margin: 10px auto 0 350px;
	padding: 15px;
	padding-bottom: 0;
	border: 1px solid #000;
	background: #fff;
}

#loginlinks {
	margin-bottom: 15px;
}

/* homepage news */
#news {
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
	height: 26px;
	margin: 10px 0;
	padding: 8px 0 0 8px;
	background: #FFF url(images/bg_news.gif) no-repeat;
	vertical-align: middle;
}

#news-caption {
	float: left;
	width: 110px;
	font-weight: bold;
	border-right: 1px solid #808080;
}

#news-content {
	float: left;
	padding-left: 10px;
}

#others {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	line-height: normal;
	text-align: right;
}

#others p {
	text-align: left;
	margin-bottom: 10px;
}

#others #recharge {
	float: left;
	width: 200px;
	height: 110px;
	margin-right: 5px;
	padding-top: 25px;
	padding-left: 18px;
	background: #FFF url(images/bg_recharge.gif) no-repeat;
}

#others #transfer {
	float: left;
	width: 200px;
	height: 110px;
	margin-right: 5px;
	padding-top: 25px;
	padding-left: 18px;
	background: #FFF url(images/bg_transfer.gif) no-repeat;
}

#others #affiliate {
	float: left;
	width: 200px;
	height: 110px;
	margin-right: 5px;
	padding-top: 25px;
	padding-left: 18px;
	background: #FFF url(images/bg_affiliate.gif) no-repeat;
}

/* homepage promotion */
#promotion {
	height: 150px;
	padding-top: 10px;
	background: url(images/riskfree.gif) no-repeat 20px 35px;
}
#promotion #bonus {
	float: left;
	width: 140px;
}
#promotion #bonus a {
	display: block;
	width: 180px;
	height: 170px;
}
#promotion #overallbenefits {
	float: left;
}
#overallbenefits h1 {
	color: #ff6600;
	margin: 10px 0 5px 0;
	padding: 0;
}
#overallbenefits ul {
	margin-top: 0;
	margin-bottom: 0;
}

/*************************************************************
  Unique css
**************************************************************/
/* homepage caption - product/service summary including eye-catching graphic */
#caption {
	font-size: 0.95em;
	height: 270px;
	border-bottom: 1px solid #adc1cc;
	background: #FFF url(images/operator.jpg) no-repeat left bottom;
}

#caption #headline {
	margin-left: 280px;
	padding-top: 10px;
}

#caption #headline h1 {
	font-size: 1.75em;
	color: #ff6600;
	margin: 0;
}

#caption #subtitle {
	font: 1.7em Arial, Helvetica, sans-serif;
	color: #666666;
}

#caption .flatrate {
	float: left;
	display: inline; /* IE 6 double margin bug fix */
	width: 120px;
	height: 120px;
	margin-left: 320px;
	background: url(images/bg_flatrate.gif) no-repeat center center;
}

#caption .feature {
	float: left;
	width: 438px;
	line-height: 1.75;
	height: 105px;
	padding: 14px 0 0 0;
	background: url(images/shuffledpapers.jpg) no-repeat left top;
}

#caption .feature ul {
	margin: 5px 0;
	margin-left: 41px;
	padding: 0;
}

#caption #spotlight {
	float: left;
	clear: left;
	display: inline; /* IE 6 double margin bug fix */
	width: 300px;
	margin-top: 10px;
	margin-left: 360px;
}

#caption #spotlight ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style-image: url(images/tick.gif);
}

/* homepage - plans */
#pbxplans {
	margin: 0;
	padding: 0;
}

#pbxplans .section {
	margin-top: 15px;
}

#pbxplans #summary {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

.boxout {
	float: right;
	width: 160px;
	margin-left: 5px;
	padding: 2px 10px 5px 10px;
	background-color: #dbdbe5;
	border: 1px solid #6b6a8c;
}

.boxout a {
	font-variant: small-caps;
	font-weight: bold;
}


/* pbx plans menutab */
#menutab {
	clear: both;
	height: 50px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-align: center;
	background: url(images/bg_menutab.gif) repeat-x left bottom;
}

#menutab-blank {
	float: left;
	color: #ff6600;
	width: 180px;
	height: 50px;
	border-bottom: 1px solid #c9c9cb;
	padding-top: 28px;
}

.menutab-item, .menutab-selected {
	float: left;
	width: 144px;
	height: 50px;
	background: url(images/bg_tab.gif) no-repeat left bottom;
}

.menutab-selected {
	background: url(images/bg_tab_on.gif) no-repeat left bottom;
}

#menutab .tab {
	padding-top: 14px;
}

#menutab a {
	display: block;
	width: 144px;
	color: #000;
	text-decoration: none;
}

#menutab a.highlight-text {
	color: #F00;
}

#menutab #menutab-compare a, #menutab #menutab-compare-selected a {
	width: 160px;
}

/* pbx plans captions & details */
#caption-plans {
	height: 180px;
	background: url(images/riskfree.gif) no-repeat 40px 25px;
}

#caption-plans #overallbenefits {
	height: 130px;
	margin: 0 0 0 220px;
	padding: 0;
	background: url(images/bg_guarantee.gif) no-repeat right top;
}

#plan-details {
	/* border-top: 1px solid #dedede; */
}

#plan-details .goback a {
	font-size: 0.9em;
	text-decoration: underline;
}

#plan-details dt a {
	color: #80386A;
	text-decoration: none;
}

#plan-details dt a:hover {
	text-decoration: underline;
}

#plan-details h2 {
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

#plan-details h3 {
	font-size: 1em;
	text-align: right;
	margin-right: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d9d9d9;
}

/* pbx features */
#overall-features {
	height: 185px;
}

#highlight-features {
	height: 140px;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

.border {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}

.featuregroup {
	float: left;
	width: 179px;
	height: 135px;
}

.featuregroup h3 {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	line-height: 2.2em;
	margin-top: 0;
	background: #e5e5e5;
	border-bottom: 1px solid #bbbbbb;
}

.featuregroup ul {
	font-size: 0.85em;
	margin: 0 0 0 20px;
	padding: 0;
}

.featuregroup ul a {
	color: #80386A;
	text-decoration: none;
}

.featuregroup ul a:hover {
	text-decoration: underline;
}

/* how it works  */
#how-it-works {
	height: 115px;
}

.pbx-feature {
	float: left;
	width: 89px;
	font-size: 0.9em;
	color: #FFF;
	text-align: center;
	border-left: 1px solid #adc1cc;
	background: #FFF url(images/bg_pbx_features.gif) repeat-x;
}

.pbx-feature a {
	display: block;
	width: 89px;
	height: 115px;
	margin: 0;
	padding: 0;
	cursor: hand;
}

.pbx-feature a:link, .pbx-feature a:visited, .pbx-feature a:hover, .pbx-feature a:active {
	color: #4d4d4d;
	text-decoration: none;
	cursor: hand;
}

.pbx-feature span {
	display: block;
	padding-top: 4px;
}

/* Toll Free Numbers */
#tollfree h1 {
	line-height: 130%;
	text-align: center;
}

#tollfree img {
	padding: 10px 0;
}

#tollfree .calltoaction {
	float: none;
	text-align: center;
}

/* money back guarantee */
#moneyback h1 {
	color: #000080;
	line-height: 120%;
	text-align: center;
}

#moneyback #messagebox {
	width: 500px;
	text-align: center;
}

#moneyback center {
	margin: 20px 0;
}
