﻿@charset "UTF-8";
/* CSS Document */

.res-icon{
	width: auto;
	float: right;
}

.bus-img{
	width: auto;
	float: right;
	margin: 0 12px 0 12px;
}

.free-img{
	width: auto;
	float: right;
	margin-left: 10px;	
	margin-bottom: 10px;
}

.month{
	font-size: 16px;
}



#plan-titles h2{
	color: #192d55;	
}

#plan-titles h4{
	position: relative;
	top: -51px;
	z-index: 1;
	left: 230px;
	float: left;	
}

#plan-titles ul{
	font-size: 16px;
	color: #192d55;	
}

#soho{ 
		width: 880px;
		height: 200px;
		overflow: hidden;
		background: url("../../business/images/soho.png") 0 0 no-repeat;	
		padding: 20px 0 0 30px;	
	}

#soho:hover{ 
		background: url("../../business/images/soho-hover.png") 0 0 no-repeat;	
			
	}
	

#plan-a{ 
		width: 880px;
		height: 200px;
		overflow: hidden;
		background: url("../../business/images/plan-a.png") 0 0 no-repeat;	
		padding: 20px 0 0 30px;	
	}

#plan-a:hover{ 
		background: url("../../business/images/plan-a-hover.png") 0 0 no-repeat;	
			
	}


#plan-b{ 
		width: 880px;
		height: 200px;
		overflow: hidden;
		background: url("../../business/images/plan-b.png") 0 0 no-repeat;	
		padding: 20px 0 0 30px;	
	}

#plan-b:hover{ 
		background: url("../../business/images/plan-b-hover.png") 0 0 no-repeat;	
			
	}

#plan-c{ 
		width: 880px;
		height: 200px;
		overflow: hidden;
		background: url("../../business/images/plan-c.png") 0 0 no-repeat;	
		padding: 20px 0 0 30px;	
	}

#plan-c:hover{ 
		background: url("../../business/images/plan-c-hover.png") 0 0 no-repeat;	
			
	}

#plan-d{ 
		width: 880px;
		height: 200px;
		overflow: hidden;
		background: url("../../business/images/plan-d.png") 0 0 no-repeat;	
		padding: 20px 0 0 30px;	
	}

#plan-d:hover{ 
		background: url("../../business/images/plan-d-hover.png") 0 0 no-repeat;	
			
	}

.list-heading{
	font-weight: bold;
	color: #192d55;
	font-style: italic;
}

/*call plan buttons-------------------------------------*/

a.business-basic { 
		display: inline;
		width: 348px;
		height: 89px;
		background: url("../../business/images/basic.png") 0 0 no-repeat;
		text-decoration: none;
		float: right;
		position: relative;
		right: 50px;		
	}
	
a:hover.business-basic {
		background-position: -348px 0;
	}

a.business-plus { 
		display: inline;
		width: 348px;
		height: 89px;
		background: url("../../business/images/plus.png") 0 0 no-repeat;
		text-decoration: none;
		float: right;
		position: relative;
		right: 50px;		
	}
	
a:hover.business-plus {
		background-position: -348px 0;
	}


a.business-advantage { 
		display: inline;
		width: 348px;
		height: 89px;
		background: url("../../business/images/advantage.png") 0 0 no-repeat;
		text-decoration: none;
		float: right;
		position: relative;
		right: 50px;		
	}
	
a:hover.business-advantage {
		background-position: -348px 0;
	}



a.business-horizon { 
		display: inline;
		width: 348px;
		height: 89px;
		background: url("../../business/images/global.png") 0 0 no-repeat;
		text-decoration: none;
		float: right;
		position: relative;
		right: 50px;		
	}
	
a:hover.business-horizon {
		background-position: -348px 0;
	}

a.business-enterprise { 
		display: inline;
		width: 348px;
		height: 89px;
		background: url("../../business/images/corporate.png") 0 0 no-repeat;
		text-decoration: none;
		float: right;
		position: relative;
		right: 50px;		
	}
	
a:hover.business-enterprise {
		background-position: -348px 0;
	}

.image-bullets{
	position: relative;
	left: 40px;
	margin: 20px 0 20px 0;
}

.contact-us-image{
	width: auto;
	float: right;
}

/*reseller log in-------------------------------------*/

#reseller-section{ 
		width: 886px;
		height: 116px;
		margin: 20px 0 20px 0;
		background: url("../../business/images/reseller.png") 0 0 no-repeat;		
	}


a.reseller-button { 
		display: inline;
		width: 228px;
		height: 61px;
		background: url("../../business/images/reseller-login.png") 0 0 no-repeat;
		text-decoration: none;
		float: right;
		position: relative;
		top: 25px;
		right: 110px;		
	}
	
a:hover.reseller-button {
		background-position: -228px 0;
	}

.line-spacing{
	line-height: 130%;
}

/*Destinations Countries-------------------------------------*/

table.flags {
	font-size: 12px;
	border-collapse : collapse;
	width : 880px;
	color : #424242;
	
}

table.flags th {

	text-align : left;
}

table.flags tr.toptable td {
	border-top : 1px solid #cccccc;
	background: #f5f5f5;
}

table.flags td {
	border-bottom : 1px solid #cccccc;
	vertical-align: middle;
	padding: 5px 0 5px 0;
}

table.flags tr.alt td {
	border-top : 1px solid #cccccc;
	background: #f5f5f5;
}

.blueparagraph
{
	color:#00b4f0;
	font-size: 16px;
}

.errorText
{
	color:Red;
}