@charset "UTF-8";
/* CSS Document */

/* Features ----------------------------------- */

.features-wrapper{
	width: auto;
}

#side-b {
	float: left;
	width: 389px;
	margin-left: 50px;
	padding-right: 40px;
	border-right: 1px solid #cccccc;
}

#side-a { 
	margin: 0;
	float: right;
	width: 400px;
	padding-right: 40px;
	height: 1%; /* Peekaboo Bug */
}


#side-a a{
		color: #424242;
}

#side-a a:hover{
		color: #ff5a00;
}

#side-b a{
		color: #424242;
}

#side-b a:hover{
		color: #ff5a00;
}




.features-wrapper p{
	font-size: 14px;
	font-weight: normal;
	background: url("../../features/images/h2-bg.png")  0 0 no-repeat; 
	text-indent: 20px;
}

.imgright{
	width: auto;
	float: right;
}

.imgleft{
	width: auto;
	float: left;
}



/**** Fax Buttons ****/
	a.create-fax { 
		display: inline;
		width: 288px;
		height: 69px;
		background: url("../../features/images/create-fax.png") 0 0 no-repeat;
		text-decoration: none;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;
		display: inline;
	}
	
	a:hover.create-fax {
		background-position: -288px 0;
	}
	
a.email-fax { 
		display: inline;
		width: 288px;
		height: 69px;
		background: url("../../features/images/email-fax.png") 0 0 no-repeat;
		text-decoration: none;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;
		display: inline;
	}
	
a:hover.email-fax {
		background-position: -288px 0;
	}
	
a.send-fax { 
		display: inline;
		width: 288px;
		height: 69px;
		background: url("../../features/images/send-fax.png") 0 0 no-repeat;
		text-decoration: none;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;
		display: inline;
	}
	
a:hover.send-fax {
		background-position: -288px 0;
	}
	
	
	
a.porting-online { 
		display: inline;
		width: 288px;
		height: 69px;
		background: url("../../features/images/porting-online.png") 0 0 no-repeat;
		text-decoration: none;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;
		display: inline;
	}
	
a:hover.porting-online {
		background-position: -288px 0;
	}
	
	
a.porting-form { 
		display: inline;
		width: 288px;
		height: 69px;
		background: url("../../features/images/porting-form.png") 0 0 no-repeat;
		text-decoration: none;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;
		display: inline;
	}
	
a:hover.porting-form {
		background-position: -288px 0;
	}
	
	
	a.virtual-rates { 
		display: inline;
		width: 288px;
		height: 69px;
		background: url("../../features/images/virtual-rates.png") 0 0 no-repeat;
		text-decoration: none;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;

	}
	
a:hover.virtual-rates {
		background-position: -288px 0;
	}
	
	
	a.recording{ 
		display: inline;
		width: 288px;
		height: 69px;
		background: url("../../features/images/recording.png") 0 0 no-repeat;
		text-decoration: none;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;

	}
	
a:hover.recording {
		background-position: -288px 0;
	}
	

/*SMS ------*/	

#sms-container{
	width: 880px;
	height: auto;
}

#irishsms {
	width : 380px;
	height : 260px;
	float: left;
	margin: 10px 0 10px 0;
	background-image : url("../../features/images/Irish-SMS.jpg");
	background-repeat : no-repeat;
}
#uksms {
	width : 380px;
	height : 260px;
	float: right;
	margin: 10px 0 10px 0;
	background-image : url("../../features/images/UK-SMS.jpg");
	background-repeat : no-repeat;
}	

.smsratestext{
	font-family : Courier;
	width: 200px;
	color: #666666;
	font-size : 14px;
	font-weight : normal;	
	position: relative;
	left: 80px;	
	top: 90px;
}

.faximage{
	margin-left: 50px;
}
	
	
.fringdropcap {
	 float:left;
	 margin-top:0px;
	 color:#bcbcbc;
	 padding-top:.1em;
	 padding-right:.3em;
	 padding-bottom:.2em;
	 line-height:25px;
	 font-size:38px;
	 font-weight:bold;
	 font-family: Arial, Helvetica, sans-serif;
}

.FringHeading {
	font-size: 16px;
	color: #97bb1d;
	font-weight: normal;
	text-align: left;
}

.fringlogo{
	float:left;
	width: auto;
	margin-right: 40px;
}
