body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #272727;
}

p {
	margin: 10px 0px;
	font-size: 11px;
	text-align: justify;
}

h1 {
	margin: 0px;
	padding: 5px 0;
	font-size: 24px;
	font-weight: bold;
	line-height:26px;
	color:#000000;
}

h2 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff;
}

h3 {
	margin: 0px;
	padding: 10px 0;
	font-size: 25px;
	line-height:25px;
	font-weight: bold;
	color: #333;
}

h4 {
	clear: both;
	margin: 0px;
	padding: 15px 0px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
td{
vertical-align:top;
}
.blue{color:#285fc2;}
.white{color:#fff;}
.double_size{font-size:2em;}
a {
	color:#285fc2;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color:#ffb21e;
}
.readmore_black a{
	clear: both;
	display: block;
	width: 100px;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	background: url(../images/more_black.gif) no-repeat;
	color: #fff;
	text-decoration: none;
}

.readmore_white a{
	clear: both;
	display: block;
	width: 100px;
	height: 22px;
	padding-top: 3px;
	background: url(../images/more_white.gif) no-repeat;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.readmore_white_round a{
	clear: both;
	display: block;
	width: 100px;
	height: 22px;
	padding-top: 3px;
	background: url(../images/more_white_round.gif) no-repeat;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.margin_left20{	margin-left:20px; }
.margin_left40{	margin-left:40px; }
.margin_bottom20{ clear:both; margin-bottom:20px; }
.margin_bottom40{ clear:both; margin-bottom:40px; }

#container {
	margin: 0px auto;
	width: 920px;
	margin-top: 10px;
}

/* top */

#top {
	clear: both;
	width: 900px;
	height: 100px;
	padding: 0px 10px;
	color: #FFFFFF;
}

.sitename_panel {
	clear:both;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.sitename{
	padding:0;
	margin-bottom:40px;
	font-size: 40px;
	color: #0066ff;
	font-weight: bold;
}
.sitename span{
	font-size: 25px;
	color: #333;
	font-weight: bold;
	text-transform:uppercase;
}

.freecall_panel {
	float: left;
	width: 390px;
	height: 30px;
	text-align: left;
	padding-right: 10px;
}
.freecall_panel span {
	padding: 0px 0px 0px 10px;
	font-size: 30px;
	line-height:30px;
	color: #0000CC;
	font-weight:bold;
}

.livechat_panel {
	float: right;
	width: 110px;
}

.livechat_panel img{
	border: none;
}

/* end of top */


/* content */

#content {
	float:left;
	width: 880px;
	padding: 0px 20px;
	background:url(../images/frame.gif) repeat-y;
}

.content_top{
	clear: both;
	width: 920px;
	height: 15px;
	background: url(../images/top.gif) no-repeat;
}
/* for IE 6 */
* html .content_top{
	clear: both;
	width: 920px;
	height: 15px;
	margin-bottom: 0px;
	background: url(../images/top.gif) no-repeat;
}

.content_bottom{
	clear: both;
	width: 920px;
	height: 16px;
	background: url(../images/bottom.gif) no-repeat;
}

/* banner */
.banner {
	width: 880px;
	height: 254px;
	padding: 20px 0px 0px 20px;
	margin-bottom: 10px;
	background: url(../images/banner.jpg) no-repeat;
}
.banner h3{
	color: #990000;
	padding:0;
	margin:0 0 0 30px;
	font-size:18px;
	text-transform:uppercase;
}
.banner ul {
	margin: 5px 0px 20px 50px;
	padding: 0px;
	list-style: disc;
}

.banner ul li{
	font-size: 14px;
	color: #FFFFFF; font-weight:bold;
	padding: 0px 0px 2px 0px;
}
/* end of banner */

/* menu */

#menu{
	clear: both;
	height: 35px;
	margin: -40px 0px 10px 0px;;
	padding: 0px;
	background: #272727;
}

.menuleft {
	float: left;
	height: 35px;
	width: 10px;
	background: #272727 url(../images/menu_left.gif) no-repeat;
}
.menuright {
	float: right;
	height: 35px;
	width: 10px;
	background: #272727 url(../images/menu_right.gif) no-repeat;
}

ul.dropdown, ul.dropdown li, ul.dropdown ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
ul.dropdown {
float:left;
position:relative;
z-index:597;
}
ul.dropdown li {
float:left;
line-height:1.3em;
vertical-align:middle;
	padding: 8px 20px 2px 20px;
	height: 25px;
	font: 14px arial;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
}
ul.dropdown li a{
text-decoration:none;
color:#fff;
}
ul.dropdown li.hover, ul.dropdown li:hover, ul.dropdown li.current{
cursor: pointer;
position:relative;
z-index:599;
background: #285fc2;
}
ul.dropdown ul {
left:0;
position:absolute;
top:100%;
visibility:hidden;
padding:3px;
width:150px;
z-index:598;
background:#285fc2;
border-top:1px solid #fff;
}
*html ul.dropdown ul {
visibility:hidden;
}
ul.dropdown ul li, ul.dropdown ul ul li {
float:none;
height:auto;
border-bottom:1px solid #fff;
text-align:left;
padding: 4px 10px;
}
ul.dropdown li li.last {
border-bottom:0;
}

ul.dropdown ul li a{
font-size:11px;
}
ul.dropdown li:hover > ul {
visibility:visible;
}
*html ul.dropdown li:hover ul{
visibility:visible;
}
ul.dropdown ul li:hover{
background: url(../images/sub_menu_right.gif) no-repeat;
color:#285fc2;
}
ul.dropdown ul li:hover a {
color:#285fc2;
}

ul.dropdown ul ul {
left:100%;
top:0px;
}



/* end of menu */

/* 3 boxes */

#boxarea{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	width: 880px;

}
.box1 div.readmore_black, .box2 div.readmore_black, .box3 div.readmore_black{
clear:both;
background:none;
margin-left:100px;
}
#boxarea h2{
	margin: 0px;
	padding: 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-align:left;
	text-indent:20px;
}
.box1{
	float: left;
	width: 210px;
	margin-right: 10px;
	background: #272727;
}

.box1top {
	height: 22px;
	padding-top: 10px;
	background:url(../images/box1_top.gif) no-repeat;
}
.body {
	width: 170px; height:100px;	
	padding: 0px 10px 0px 20px;
	color: #fff;
}
.body a{
	color:#fff;
	text-decoration:none;
}
.body a:hover{
	color:#285fc2;
	text-decoration:none;
}

.box2{
	float: left;
	width: 210px;
	margin-right: 10px;
	background: #272727;
}
.box2top {
	height: 22px;
	padding-top: 10px;
	background:url(../images/box2_top.gif) no-repeat;
}

.box3{
	float: left;
	width: 210px;
	margin-right: 10px;
	background: #272727;	
}
.box3top {
	height: 22px;
	padding-top: 10px;
	background:url(../images/box3_top.gif) no-repeat;
}
.box4{
	float: left;
	width: 210px;
	height:180px;
	margin-right: 0px;
	background: url(../images/call_us-210x202.gif) no-repeat;
	padding-top: 10px;

}
.boxbottom{
	width:210px;
	height: 10px;
	 background: url(../images/box_bottom.gif) no-repeat;
}
* html .boxbottom{
	width:210px;
	height: 10px;
	margin-bottom: -5px;
	background: url(../images/box_bottom.gif) no-repeat;
}

.price {
	color:#FF0000;
	font-size: 18px;
}

/* end of 3 boxes */

/* 2 columns */

#content_2columns{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
	width: 880px;
	text-align:left;
}
#content_2columns .col1{
	float: left;
	width: 140px;
	padding: 0;
	margin-right:30px;
}
#content_2columns .col2{
	float: left;
	width: 700px;
	padding: 0 0 30px 0;
}
#content_2columns .col1 ul{
padding:0;
margin:40px 0 1px 0px;
list-style:none;
}
#content_2columns .col1 li{
float:left;
margin-bottom:2px;
}
#content_2columns .col1 li a{
	float: left;
	display: block;
	color: #000;
	background: url(../images/sub_menu_left.gif) no-repeat;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	margin: 0 4px 0 0;
	padding: 0;
	height: 29px;
	line-height: 29px;
	text-align: left;
	cursor: pointer;
}
#content_2columns .col1 li a b {
	float: left;
	display: block;
	margin: 0 0 0 6px;
	padding: 0 15px 0 10px;
	background: url(../images/sub_menu_right.gif) right top no-repeat;
	color: #000;
	width:110px;

}
* html #content_2columns .col1 li a b {
	margin: 0 0 0 3px;
	width:100px;
}

#content_2columns .col1 li a b:hover, #content_2columns .col1 li a:hover b, #content_2columns .col1 li a.present, #content_2columns .col1 b.present{
color:#285fc2;
}

/* 2 columns */

#voip_2columns{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 880px;
}

.column1{
	float: left;
	width: 480px;
	padding: 10px;
	padding-left: 20px;
	background: #ffffff;
}

.column2{
	float: right;
	width: 320px;
	padding: 10px;
	padding-left: 30px;
	border-left: 0px dotted #CCCCCC;
	background: #ffffff;
}

/* end of 2 columns */




/* Detail page */

#voip_features{
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 10px 20px;
	width: 730px;
}

.titlerow {
	clear: both;
	float: left;
	padding: 5px 0px;
	width: 730px;
	margin: 15px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #333333;	
	border-bottom: 1px solid #CCCCCC;
}

.subrow {
	clear: both;
	padding: 5px 0px;
	font-size: 12px;
	background: #ffffff;
}

.name_column {
	float: left;
	padding-left: 10px;
	width: 250px;
	font-weight: bold;
}

.plan_column {
	float: left;
	width: 150px;
}

.plan_column img{
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* end of detail page */

/* TABLE */
.table table tr td{
padding:10px;
}
.table table tr td img{
float:left;
margin-bottom:10px;
}
.table table tr td h3{
font-size:13px;
color:#fff;
line-height:14px;
}
.table table tr td h4{
font-size:16px;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:14px;
}
.table table tr td h5{
font-size:13px;
color:#000;
line-height:14px;
}
.table table tr td .moreinfo{
width:98%;
padding:5px;
font-size:12px;
color:#fff;
text-transform:uppercase;
vertical-align:bottom;
}
.table table tr td .moreinfo a{
text-decoration:none;
}
.form input.submit, .form input.button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/button-bg.png) no-repeat scroll 0 0;
border:medium none;
color:white;
cursor:pointer;
font-size:10px;
font-weight:bold;
height:34px;
line-height:20px;
text-transform:uppercase;
width:104px;
}
.form input.submit:hover, .form input.button:hover {
background-position:0 -34px;
}

/* -------- Footer --------- */

#voip_footer {
	clear: left;
	padding: 15px 0px 0px 0px;
	width: 920px;
	height: 62px;
	color: #ffb21e;
	line-height: 24px;
	text-align: center;
}
#voip_footer a {
	color: #ffb21e;
	text-decoration: none;
}

#voip_footer a:hover {
	text-decoration: underline;
}

/* --------- end of footer --------------*/



