/* Section I: Global element definitions
-----------------------------------------------------------------------------------------------*/
* {
	font-size: 100.1%;
}
html {
	background: #EAEAEA url(images/bgn_body.gif) repeat-x left top;
	height: 100%;
}
body {
	font: 70% Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}
.hide {
	position: absolute;
	left: -1500px;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}
form {
	margin: 0;
	padding: 0;
}
input, select {
	font-family: Arial, Helvetica, sans-serif;
}

/* Section II: Layout holder and content holder with menu item definitions
-----------------------------------------------------------------------------------------------*/
#layout {
	background: #FFF url(images/bgn_content.gif) no-repeat left bottom;
	width: 770px;
	margin: 0 auto 0 auto;
	border: #EAEAEA 1px solid;
	border-style: none solid;
}
.content {
	margin: 0 5px 0 5px;
	clear: both;
}
.content .header {
	margin: 0 0 5px 0;
	clear: both;
}
.content .header .picture {
	background: url(images/bgn_header_picture.gif) no-repeat;
	height: 78px;
}
.content .header .menu {
	background: #FFF url(images/bgn_header_menu.gif) repeat-x;
	height: 36px;
	border-bottom: #5787E5 3px solid;
}
.content .header .menu ul {
	background: url(images/bgn_header_menu_ul.gif) no-repeat;
	margin: 0;
	padding: 0 0 0 8px;
	list-style: none;
	height: 35px;
}
.content .header .menu ul li {
	margin: 4px 0 0 0;
	float: left;
}
.content .header .menu ul li a {
	display: block;
	height: 33px;
	float: left;
	background-position: left top;
}
.content .header .menu ul li a:hover {
	display: block;
	height: 33px;
	float: left;
	background-position: left -33px;
}
.content .header .menu ul .selected {
	background: url(images/menu_bgn_selected.gif) no-repeat;
}
.content .header .menu ul .selected a {
	background-position: left -66px;
	background-repeat: no-repeat;
}
.content .header .menu ul .selected a:hover {
	background-position: left -66px;
}
.content .header .menu .curve ul .selected a:hover {
	background-position: left -33px;
}
.content .header .menu ul li .home {
	background-image: url(images/menu_01_home.gif);
	width: 65px;
}
.content .header .menu ul li .wholesale {
	background-image: url(images/menu_02_wholesale.gif);
	width: 85px;
}
.content .header .menu ul li .voip {
	background-image: url(images/menu_03_voip.gif);
	width: 60px;
}
.content .header .menu ul li .callingcards {
	background-image: url(images/menu_04_callingcards.gif);
	width: 91px;
}
.content .header .menu ul li .about {
	background-image: url(images/menu_05_about.gif);
	width: 66px;
}
.content .header .menu ul li .faq {
	background-image: url(images/menu_06_faq.gif);
	width: 59px;
}
.content .header .menu ul li .local {
	background-image: url(images/menu_07_local.gif);
	width: 91px;
}
.content .header .menu ul li .howto {
	background-image: url(images/menu_08_howto.gif);
	width: 63px;
}
.content .header .menu ul li .contact {
	background-image: url(images/menu_09_contact.gif);
	width: 58px;
	margin: 0 0 0 10px;
}
.content .header .menu ul li .login {
	background-image: url(images/menu_10_login.gif);
	width: 91px;
}
.content .header .menu .curve ul .selected .howto {
	background: url(images/menu_08_howto.gif) no-repeat left top;
	width: 63px;
}
.content .header .menu .curve ul .selected .contact {
	background: url(images/menu_09_contact.gif) no-repeat left top;
	width: 58px;
	margin: 0 0 0 10px;
}

.content .header .menu .curve {
	background: #FFF url(images/menu_bgn_curve.gif) no-repeat;
	float: right;
	width: 198px;
	height: 32px;
}
.content .header .menu .curve ul {
	background: none;
	float: right;
	padding: 0 15px 0 0;
}
.content .header .menu .curve ul .selected {
	background: none;
}
/* Section III: Main holder, left and center columns
-----------------------------------------------------------------------------------------------*/
.main {
	clear: both;
}
.main .left {
	background: #5686E5 url(images/bgn_menu_left.gif) repeat-x;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	_margin-bottom: 0;
}
.main .right {
	width: auto;
	margin: 0 0 0 160px;
	margin-bottom: 10px;
	_margin-bottom: 0;
}
.main .right-main {
	width: auto;
	margin: 0 5px;
	margin-bottom: 10px;
	_margin-bottom: 0;
}
.main .right-subs {
	#width: 550px;
	padding-left: 210px;
	float: left;
	#margin: 0;
	padding-bottom: 20px;
}
.main .right-subs.fixheight {
	height: 1050px;
}

/* Section IV: Footer elements
-----------------------------------------------------------------------------------------------*/
.footer {
	background: url(images/bgn_footer.gif) no-repeat;
	height: 40px;
	margin-top: 10px;
	clear: both;
}
.footer .copy {
	background: url(images/bgn_footer_copy.gif) no-repeat 11px 12px;
	float: left;
	width: 203px;
	height: 33px;
}
.footer .contact {
	background: url(images/bgn_footer_contact.gif) no-repeat;
	width: 182px;
	height: 33px;
	float: right;
	cursor: pointer;
	display: block;
}
.footer .contact:hover {
	background-position: left -33px;
}

/* Section V: Left menu elements, links, banners
-----------------------------------------------------------------------------------------------*/
.left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.left ul li {
	_height: 10px;
}
.left ul li a {
	display: block;
	background-position: left -27px;
	_height: 10px;
	font-weight: normal;
}
.left ul li a:hover {
	background-position: -150px -27px;
}
.left ul .selected a {
	background-position: left top !important;
}
.left ul .selected a:hover {
	background-position: -150px top !important;
}
.left ul li .choose {
	background: url(images/menu_left_01_choose.gif) no-repeat;
	background-position: left -32px;
	height: 32px;
}
.left ul li .choose:hover {
	background-position: -150px -32px;
}
.left ul .selected .choose {
	background: url(images/menu_left_01_choose.gif) no-repeat;
	background-position: left top;
	height: 32px;
}
.left ul .selected .choose:hover {
	background-position: -150px top;
}
.left ul ul {
	margin: 8px 8px 8px 20px;
	_margin-left: 24px;
	list-style: url(images/bgn_menu_left_bullet.gif);
}
.left li li {
	margin: 2px 0;
}
.left li li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.left li li a:hover {
	text-decoration: underline;
}
.left li .selected {
	background: #FF9A02 url(images/bgn_menu_left_selected.gif) no-repeat;
	list-style: none !important;
	margin: 0 -8px 0 -20px;
	_margin-left: -24px;
	padding: 3px 8px 3px 20px;
	_padding-left: 24px;
	text-decoration: none;
	display: block;
}
.left .bottom {
	background: url(images/bgn_menu_left_bottom.gif) no-repeat;
	height: 5px;
	margin: 10px 0 0 0;
}
.left .banner {
	margin: 10px 8px 0 8px;
}
.left .banner img {
	border: 0;
}

/* Section VI: Card Selector elements
-----------------------------------------------------------------------------------------------*/
.selector {
	border-bottom: #CCC 1px solid;
	margin-bottom: 10px;
	height: 38px;
	color: #999;
}
.selector h3 {
	background: url(images/bgn_main_cardselector.gif) no-repeat left 6px;
	width: 154px;
	height: 32px;
	display: block;
	float: left;
}
.selector .text {
	background: url(images/bgn_main_cardselector_line.gif) no-repeat left 3px;
	margin: 2px 0 0 14px;
	float: left;
	padding: 2px 0 0 14px;
	width: 180px;
	height: 36px;
}
.selector .form {
	background: url(images/bgn_main_cardselector_line.gif) no-repeat left 3px;
	margin: 2px 0 0 14px;
	padding: 2px 0 0 14px;
	float: left;
	height: 36px;
}
.selector select {
	color: #999;
	color: #999 1px solid;
	width: 115px;
	float: left;
	margin: 5px 0 0 0;
}
.selector input {
	margin: 1px 0 0 5px;
	float: left;
}

/* Section VII: Card listing and card elements
-----------------------------------------------------------------------------------------------*/
.card-row {
	border: 0;
}
.card-row td {
	background: #F3F3F3;
	padding: 5px;
	border-bottom: #FFF 10px solid;
	width: 283px;
	vertical-align: top;
}
.card-row .recommend {
	width: 100%;
}
.card-row .separator {
	background: none;
	width: 10px;
	padding: 0;
}
.card-row td img {
	float: left;
	border: 0;
	margin: 0 6px 5px 0;
}
.card-row td a {
	color: #FF9A03;
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
}
.card-row td a:hover {
	color: #5686E5;
	text-decoration: underline;
}
.card-row td ul {
	padding: 0;
	margin: 0 0 0 150px;
	list-style: disc;
}
.card-row td .buttons {
	float: right;
	clear: both;
	margin: 5px 0 0 0;
}
.card-row td .buttons-left {
	float: left;
	clear: both;
	margin: -20px 0 0 0;
}
.title {
	background: url(images/bgn_main_title.gif) no-repeat right bottom;
	height: 34px;
	border-top: #FFF 1px solid;
	margin: 0 0 10px 0;
}
.title h3 {
	width: 400px;
	height: 20px;
	margin: 10px 0 0 0;
}

/* Section VIII: All other elements
-----------------------------------------------------------------------------------------------*/
a {
	color: #5686E5;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
.disclaimer {
	font-family: Verdana, Arial, Verdana, Sans-Serif;
	background: #F6F6F6;
	display: block;
	padding: 5px;
	color: #999;
	font-size: 90% !important;
	border-top: #CCC 1px solid;
}
.description {
	font-size: 110%;
	padding: 0 10px 0 0;
	vertical-align: top;
}
.description ul {
	margin: 15px 0 10px 20px;
	padding: 0;
	list-style-type: disc;
}
.right .rates {
	background: url(images/bgn_main_rates.gif) no-repeat 15px 10px;
	border: #CCC 1px solid;
	width: 150px;
	vertical-align: top;
	padding: 75px 5px 5px 5px;
}
.right .rates select {
	width: 150px;
	color: #999;
	color: #999 1px solid;
}
.right .buy {
	text-align: center;
	vertical-align: top;
}
.right .buy img {
	border: 0;
}
.right .rates .rate {
	background: #F90;
	color: #FFF !important;
	padding: 5px;
	margin: 5px 0 0 0;
}
.right .rates .all {
	background: #5686E5;
	color: #FFF !important;
	padding: 5px;
	margin: 5px 0 0 0;
}
.right .rates div a {
	color: #FFF !important;
}
.right .card-big {
	padding: 0 10px 0 0;
	vertical-align: top;
}
.right .all-rates, .right-subs .all-rates {
	width: 99.5%;
}
.right .all-rates td, .right-subs .all-rates td {
	border: #EAEAEA 1px solid;
}
.right .all-rates .titles td, .right-subs .all-rates .titles td {
	background: #F90;
	color: #FFF !important;
	border: 0;
}
.right .all-rates .links td, .right-subs .all-rates .links td {
	background: #5686E5;
	color: #FFF;
	border: 0;
}
.right .all-rates .links td a, .right-subs .all-rates .links td a {
	color: #FFF;
}
.about-section {
	background: url(images/bgn_dot_hor.gif) repeat-x left bottom;
	margin: 0;
	padding: 10px 0;
}
.about-section p {
	margin: 10px 0 0 0;
}
.about-section h3 {
	font-size: 120%;
	color: #F90;
	margin-bottom: 10px;
}
.about-section h4 {
	font-size: 110%;
	color: #EB0000;
	margin-bottom: 10px;
}
.about-section h4 a {
	color: #EB0000;
}
.about-section p.intro {
	background: #F7F7F7;
	font-size: 110%;
	margin: 10px 0;
	padding: 10px;
	border: #CCC 1px solid;
	color: #F90;
}
.about-section h5 {
	font-size: 100%;
	margin: 10px 0 0 0;
}
.about-section .top {
	text-align: right;
}
.about-section .top a {
	background: url(images/bgn_main_top.gif) no-repeat left 2px;
	font-weight: normal;
	color: #F90;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}
.about-section ul, .about-section .black{
	color: #5686E5;
	list-style: square;
	margin: 0 0 0 30px;
	padding: 0;
}
.about-section .black span {
	color: #000;
}
.about-section ol {
	color: #5686E5;
	margin: 10px 0 0 30px;
	padding: 0;
}
.button-blue {
	background: #376ACF url(images/bgn_button_blue.gif) repeat-x;
	border: #376ACF 2px solid;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
.button-orange {
	background: #FF9A04 url(images/bgn_button_orange.gif) repeat-x;
	border: #FF9A04 2px solid;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	border: #999 1px solid;
	color: #999;
}
label {
	cursor: pointer;
}
.about-section .contact {
	background: url(images/bgn_contact.jpg) no-repeat right top;
	width: 250px;
	margin: 10px auto;
	padding: 10px 150px 10px 10px;
	border: #DDD 1px solid;
}
.required {
	color: #C00;
	font-size: 90%;
	padding: 0 0 0 5px;
}
.about-section .list {
	color: #333 !important;
}
.question {
	background: url(images/bgn_icon_question.gif) no-repeat left top;
	margin-bottom: 2px;
	padding: 1px 0 2px 18px;
	color: #F90;
}
.answer {
	background: url(images/bgn_icon_answer.gif) no-repeat left top;
	margin-bottom: 15px;
	padding: 1px 0 2px 18px;
}
.card-row .recommend table {
	float: right;
	height: 50px;
	width: 100px;
	margin: 0;
}
.card-row .recommend .rates {
	background: #FFF;
	border: #CCC 1px solid;
	width: 150px;
	vertical-align: top;
	padding: 5px;
}
.card-row .recommend .rates span {
	display: block;
	margin: 0 0 5px 0;
	color: #5686E5;
	font-weight: bold;
}
.card-row .recommend .single-rate {
	margin: 10px 0 0 0;
	font-size: 110%;
}
.card-row .recommend .single-rate strong {
	color: #EB0000;
}
.vending-machine {
	float: right;
	border-left: 15px solid #FFF;
	border-bottom: 15px solid #FFF;
}
/* Section X: Submenu elements and elements for voip pages
-----------------------------------------------------------------------------------------------*/
.main .right-subs .lined {
	width: 200px;
	float: left;
	margin-left: -210px;
	position: absolute;
	padding-bottom: 10px;
}
.lined .submenu {
	background: #5686E5 url(images/bgn_menu_left.gif) repeat-x;
}
.lined .submenu h3 {
	background: url(images/menu_right_voip.gif) no-repeat;
	width: 200px;
	height: 32px;
	display: block;
}
.lined .submenu .end {
	background: url(images/menu_right_voip_end.gif) no-repeat 0 100%;
	width: 200px;
	height: 10px;
	display: block;
}
.lined .submenu ul {
	margin: 0 0 0 10px;
	padding: 10px 0 0 10px;
	list-style: none;
	color: #FFF;
}
.lined .submenu ul li {
	list-style: disc;
	margin: 2px 0;
}
.lined .submenu a {
	display: block;
	background-position: left -27px;
	_height: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.lined .submenu a:hover {
	text-decoration: underline !important;
}
.lined .submenu .selected {
	list-style: none !important;
}
.lined .submenu .selected a {
	background: #FF9A02 url(images/bgn_menu_left_selected.gif) no-repeat;
	margin: 0 0 0 -20px;
	padding: 3px 8px 3px 20px;
	text-decoration: none;
	display: block;
}
.lined img {
	margin: 5px 0 0 0;
	border: 0;
}
.toleft {
	float: left;
	margin: 0 10px 0 0;
}
.toright {
	float: right;
	margin: 0 0 0 10px;
}
.bulleted-list-bullet {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
}
.bulleted-list-bullet li {
	background: url(images/bgn_bullet_blue.gif) no-repeat 0 6px;
	padding-left: 8px;
	color: #999;
	padding-bottom: 3px;
}
.lined p {
}
.lined .callfree {
	background: url(images/title_voip_callfree.gif) no-repeat;
	height: 45px;
	width: 200px;
	display: block;
	margin: 10px 0 0 0;
}
.lined .callfree-end {
	background: url(images/bgn_callfree_end.gif) no-repeat 0 100%;
	width: 200px;
	height: 10px;
}
.lined .disclaimer {
	display: block;
	clear: both;
	border: 0;
	padding: 5px;
	font-size: 90%;
	border-top: #CCC 1px solid;
	color: #999;
	margin: 10px 0;
}
#voipplans h3 {
	margin-top: 10px;
}
.right-subs .order {
	background: url(images/bgn_dot_hor.gif) repeat-x 0 100%;
	text-align: right;
	margin: -10px 0 10px 0;
	padding: 0 5px 5px 0;
}
.right-subs .order.blue {
	border-bottom-color: #5C83D0;
}
.right-subs .order.gray {
	border-bottom-color: #D7D7D7;
}
.lined .lowrates {
	background: url(images/bgn_main_rates.gif) no-repeat 15px 10px;
	border: #CCC 1px solid;
	width: 188px;
	vertical-align: top;
	padding: 50px 5px 5px 5px;
}
.lined .lowrates h3 {
	background: url(images/title_lowrates.gif) no-repeat;
	width: 93px;
	height: 12px;
	margin: 0 10px 10px 10px;
}
.lined .lowrates .field-rates {
	width: 188px;
	color: #999;
	color: #999 1px solid;
}
.lined .lowrates .rate {
	background: #F90;
	color: #FFF !important;
	padding: 5px;
	margin: 5px 0 0 0;
}
.lined .lowrates .all {
	background: #5686E5;
	color: #FFF !important;
	padding: 5px;
	margin: 5px 0 0 0;
}
.lined .lowrates a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.lined .lowrates a:hover {
	text-decoration: underline;
}
h4.one-month-free {
	background: url(images/bgn_promotions_onemonthfree.gif) no-repeat;
	width: 303px;
	height: 32px;
	display: block;
	margin: 15px auto;
}
h4.refer-a-friend {
	background: url(images/bgn_promotions_referafriend.gif) no-repeat;
	width: 362px;
	height: 41px;
	display: block;
	margin: 15px auto;
}
.bulleted-list-blue {
	list-style: square;
	color: #628FE9;
}
.bulleted-list-red {
	list-style: square;
	color: #CC0202;
}
.bulleted-list-orange {
	list-style: square;
	color: #FF9B05;
}
.bulleted-list-blue a {
	color: #628FE9 !important;
}
.bulleted-list-red a {
	color: #CC0202 !important;
}
.bulleted-list-orange a {
	color: #FF9B05 !important;
}
.bulleted-list-blue a, .bulleted-list-red a, .bulleted-list-orange a {
	font-weight: normal;
}
.right-home .element ul {
	margin: 0 20px 10px 20px;
	padding: 0 20px;
}
.right-home .element {
	margin: 0 0 0 365px;
}
.right-home .element h2 {
	height: 23px;
	display: block;
}
.right-home .element p {
	margin: 5px 0 10px 0;
}
.right-home .element .blue {
	background: url(images/bgn_homeline_blue.gif) repeat-x 0 100%;
}
.right-home .element .red {
	background: url(images/bgn_homeline_red.gif) repeat-x 0 100%;
}
.right-home .element .orange {
	background: url(images/bgn_homeline_orange.gif) repeat-x 0 100%;
}
.right-home .home-picture {
	float: left;
	margin: 0 0 5px 0;
}

.voipspecial {
	background: url(images/bgn_voiphome.jpg) no-repeat 100% 0;
	height: 190px;
	margin: 10px 0;
	width: 546px;
	_width: 540px;
	padding-top: 8px;
}
.voipspecial h2 {
	background: url(images/title_broadband.gif) no-repeat;
	width: 278px;
	height: 18px;
	margin: 0 0 0 10px;
	display: block;
}
.voipspecial h3 {
	background: url(images/title_broadbandhome.gif) no-repeat;
	width: 174px;
	height: 91px;
	margin: 22px 0 0 39px;
}
.voipspecial a.signup {
	background: url(images/btn_signupnow.gif) no-repeat;
	width: 144px;
	height: 38px;
	display: block;
	margin: 8px 0 0 53px;
}
.voipspecial a.signup:hover {
	background-position: 0 -38px;
}
.boxes {
	height: 68px;
	margin: 10px 0;
	padding: 0 10px;
}
.boxes a {
	width: 180px;
	height: 68px;
	display: block;
	float: left;
	margin: 0 10px 5px 0;
	*margin: 0 10px 5px 0;
	_margin: 0 8px 5px 0;
}
.boxes a:hover {
	background-position: 0 -68px;
	background-color: #5686E5;
}
.boxes .freeminutes {
	background-image: url(images/btn_voip_freeminutes.gif);
}
.boxes .easytouse {
	background-image: url(images/btn_voip_easytouse.gif);
}
.boxes .freephone {
	background-image: url(images/btn_voip_freephone.gif);
}
.boxes .easytosetup {
	background-image: url(images/btn_voip_easytosetup.gif);
}
.boxes a.ordernow {
	background-image: url(images/btn_voip_ordernow.gif);
	margin: 0 !important;
}
.black {
	color: #333;
}

/* Login page */
.main iframe {
	border: 0 !important;
	width: 760px;
	height: 450px;
}
body.inside {
	background: #FFF;
	height: 100%;
	padding: 0;
}
body.inside .content {
	border: 0;
	clear: none;
	margin: 0;
	padding: 0;
}

#cityList {
	padding: 5px 0 0 25px;
}
#cityList li {
	background: url(images/bullet_blue.gif) no-repeat 0 5px;
	line-height: 140%;
	margin: 0 0 2px 0;
	list-style: none;
	padding: 0 0 0 15px;
	#padding-left: 0;
}
.citylist {
	padding: 10px;
	border: #CCC 1px solid;
	margin-top: 10px;
}
.citylist .holderleft {
	width: 235px;
	float: left;
}
.citylist .holderright {
	width: 235px;
	float: left;
}
.citylist .or {
	float: left;
	width: 50px;
	text-align: center;
	font-weight: bold;
}
.citylist .field {
	width: 235px;
}
.citylist label {
	display: block;
	border-bottom: #CCC 1px solid;
	font-weight: bold;
	color: #F90;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
}
#cityList LI {
	color: #5686E5;
	list-style: none;
	_margin-left: -15px;
	margin-bottom: 2px;
}


.right-subs .banners {
	height: 310px;
}
.right-subs .banners a {
	display: block;
	float: left;
	margin: 0 1px 5px 1px;
}
* html .right-subs .banners a {
	margin: 0 0 5px 0;
}

#voipbanners {
	padding: 0 10px;
}
.banners #voipbanners {
	padding: 0;
}
ul.twocol {
	width: 255px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-left: 0;
}
