@charset "UTF-8";
/* CSS Document */

body {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    letter-spacing: normal;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
    padding:0;
    margin:0;
    margin-left:-4px;
    overflow-y:scroll;
    overflow-x:hidden;
}
#wrapper {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
    position:relative;
}
#header {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 945px;
    margin-top: 2px;
    position:relative;
    z-index:999;
}

#telephone {
color:#005681;
font-size:210%;
letter-spacing: 0.01px;
font-weight:bold;
position:absolute;
top:80px;
right:0px;
}
.clear {
	clear: both;
}
#rightcontent {
	float: right;
	width: 208px;
	margin-top: 10px;
	line-height: 16px;
}
#advertcontent {
	float: left;
	margin-top: 10px;
	width: 733px;
}
#leftcontent {
	float: left;
	width: 208px;
	margin-top: 10px;
	line-height: 16px;
}
#content {
	float: right;
	margin-top: 10px;
	width: 733px;
}
#contenttop {
	background-image: url(images/contentbgtop.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 733px;
	float: left;
}
#pagecontent {
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
	float: left;
	width: 673px;
	padding-right: 30px;
	padding-left: 30px;
}
#contentbottom {
	background-image: url(images/contentbgbottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 15px;
	width: 733px;
	margin-bottom: 30px;
}
#footer {
	padding: 10px;
	float: left;
	width: 925px;
	color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#leftmenu {
	background-image: url(images/leftmenu.png);
	background-repeat: no-repeat;
	float: left;
	height: 418px;
	width: 188px;
	padding:20px 10px 10px 10px;
}
#leftmenu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#leftmenu ul li {
/*	display:block;*/
    margin: 0;
    padding:0;
}
#leftmenu ul li a {
	display:block;
	padding:8px 8px 8px 20px;
	margin-left: -3px;
	margin-bottom:5px;
	color:white;
	text-decoration:none;
}
#leftmenu ul li a:hover {
	color:#FF9000;
	background:url(images/menuarrow.png) no-repeat left center;
} 
#leftmenu ul li a.current {
	color:#FF9000;
	background:url(images/menuarrow.png) no-repeat left center;
} 
#leftfreetrialdark {
	background-image: url(images/freetrialbgdark.jpg);
	background-repeat: no-repeat;
	height: 296px;
	width: 168px;
	float: left;
	margin-top: 10px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	position:relative;
}
#leftfreetrial {
	background-image: url(images/freetrialbg.jpg);
	background-repeat: no-repeat;
	height: 296px;
	width: 168px;
	float: left;
	margin-top: 10px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	position:relative;
}
#free-trial-points {
	margin-top:150px;	
}
#free-trial-splash {
	position:absolute;
	left:10px;
}
#free-trial-splash img {
	border:none;
	outline:none;	
}
#leftbundles {
	background-image: url(images/leftbundlesbg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 249px;
	width: 168px;
	margin-top: 20px;
	padding: 20px;
	color: #003366;
}
#leftbundles ul {
	margin:0 0 0 10px;
	padding:0;	
}
#leftbundles ul li {
	padding:3px;	
}
#leftbundles p.orangetitle {
	margin:5px 0;
	font-weight:bold;	
}
#leftlogin {
	background-image: url(images/leftloginbg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 128px;
	width: 168px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
	padding: 20px;
}
#mdalogo {
	text-align: center;
	float: left;
	width: 208px;
	margin-bottom: 20px;
}
.larger {
	font-size: 16px;
}
.orangetitle {
	font-size: 16px;
	color: #FF9900;
}
.bluelarge {
	font-size: 18px;
	color: #003366;
}
#headertopmenu {
	float: right;
    margin-right:3px;
	color: #003366;
	padding-top: 5px;
  font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
    
}
#headertopmenu a {
	color: #005681;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
    font-size:97%;
    letter-spacing:0.03px;
    line-height: normal;
}
#headertopmenu a:hover {
	text-decoration: underline;
}
#headernav {
	float: left;
	width: 600px;
	margin-top: 119px;
	padding-left: 18px;
}
#deliveryreceipts {
	float: left;
	width: 673px;
}
#headernav a {
	font-size: 108%;
	color: #FFFFFF;
	padding:3px 9px;
    margin-right:3px;
	text-decoration: none;
	font-weight: bold;
	float: left;
    letter-spacing: 0.09px;
}
#headernav a:hover {
	color: #FF9900;
    background: white;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#footerleft {
	float: left;
}
#footerright {
	float: right;
	width: 200px;
}
#footer a {
	color: #003366;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#footer a:hover {
	text-decoration: underline;
}

.text-indent {
 text-indent:-9999px;
 }
 
#sendreceive {
	float: left;
	width: 673px;
}
#sendreceivetitle {
	background-image: url(images/textmessagesonine.png);
	background-repeat: no-repeat;
	height: 97px;
	width: 242px;
	float: left;
}
.clearleft {
	clear: left;
}
#sendreceive ul {
	color: #003366;
	list-style-image: url(images/tick.png);
}
#productoverviewtopimage {
	float: right;
	padding-top: 30px;
}
#emailtosms {
	float: left;
	width: 673px;
	padding-top: 20px;
}
#emailtosmstitle {
	background-image: url(images/emailtosms.png);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 174px;
	padding-bottom: 10px;
}
#pctosms {
	float: left;
	width: 673px;
}
#pctosmstitle {
	background-image: url(images/pctosms.png);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 138px;
	margin-bottom: 10px;
}
.leftpadding {
	padding-left: 10px;
	float: right;
}
#directresponse {
	float: left;
	width: 673px;
}
#directresponsetitle {
	background-image: url(images/inboundsms.png);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 223px;
	margin-bottom: 10px;
}
#developersapi {
	float: left;
	width: 673px;
}
#developersapititle {
	background-image: url(images/developersapititle.png);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 215px;
	margin-bottom: 10px;
}
#bulktext {
	float: left;
	width: 673px;
}
#groupsmstitle {
	background-image: url(images/groupsms.png);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 267px;
	margin-bottom: 10px;
}
#bulktexttitle {
	background-image: url(images/bulktextmessages.png);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 267px;
	margin-bottom: 10px;
}
#keyfeatures {
	float: left;
	width: 673px;
}
#keyfeaturestitle {
	background-image: url(images/keyfeatures.png);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 179px;
	margin-bottom: 10px;
}
#whyemailtosmstitle {
	background-image: url(images/whyemailtosms.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 172px;
	margin-bottom: 15px;
	margin-top: 10px;
}
a {
	color: #0066CC;
}
tbody {
	padding: 10px;
	float: left;
}
td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;	
}
.trlightgreybg {
	background-image: url(images/lightgreytablebg.gif);
	background-repeat: repeat;
}
.trdarkgreybg {
	background-image: url(images/darkgreytablebg.gif);
	background-repeat: repeat;
}
.tablebgbr {
	background-image: url(images/darkgreytablercbg.gif);
	background-position: right bottom;
}
th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.noborder {
	border-right: 1px solid #FFFFFF;
}	

h1 {
	font-size: 12px;
}
.ppclandingtitle {
	font-size: 30px;
	font-weight: normal;
	color: #0f2d55;
	padding: 10px 0px 20px 0px;
}
.ppclandingheading {
	font-size: 18px;
	font-weight: normal;
	color: #0f2d55;
	padding: 5px 0px 10px 0px;
}
.ppclandingbullet {
	font-size: 18px;
	font-weight: normal;
	color: #08a0ed;
	padding: 5px 0px 10px 0px;
}
#productfeaturestitle {
	background-image: url(images/featurestitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 234px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#mainfeaturestitle {
	background-image: url(images/mainfeaturestitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 122px;
	margin-bottom: 10px;
}
#mainfeatures {
	float: left;
	width: 673px;
}
#mainfeatures li {
	font-size: 13px;
	color: #003366;
	list-style-image: url(images/tick.png);
	padding: 5px;
}
#mainfeaturesleft {
	float: left;
	width: 335px;
}
#mainfeaturesright {
	float: right;
	width: 335px;
	font-size: 13px;
	color: #003366;
	list-style-image: url(images/tick.png);
}
#repliestitle {
	background-image: url(images/repliestitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 64px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.rightpadding {
	float: left;
	padding-right: 20px;
}
#deliveryreceiptstitle {
	background-image: url(images/deliveryrecieptstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 152px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#longmessages {
	float: left;
	width: 673px;
}
#longmessagestitle {
	background-image: url(images/longmessagestitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 135px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#longmessages li {
	list-style-image: url(images/orangebullet.gif);
}
#accmanagementtitle {
	background-image: url(images/accmanagementtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 253px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#senderid {
	float: left;
	width: 673px;
}
#senderid li {
	list-style-image: url(images/orangebullet.gif);
}
#senderidtitle {
	background-image: url(images/senderidtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 85px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#customerservicetitle {
	background-image: url(images/cusservicetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 156px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#groupsmspagetitle {
	background-image: url(images/groupsmspagetitle.png);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 155px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#inboundsmspagetitle {
	background-image: url(images/inboundsmspagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 183px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#emailtosmspagetitle {
	background-image: url(images/etosmspagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 174px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#whyuseinboundsmstitle {
	background-image: url(images/whyuseinboundsms.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 170px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#incomingsmstitle {
	background-image: url(images/incomingsmstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 426px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#sandrsmstitle {
	background-image: url(images/sandrsms.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 277px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#keyfeaturestitle {
	background-image: url(images/keyfeatures.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 115px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#keyfeatures li {
	list-style-image: url(images/orangebullet.gif);
}
#etosmsinpracticetitle {
	background-image: url(images/etosmspractice.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 210px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#gettingstartedtitle {
	background-image: url(images/gettingstarted.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 150px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#pctosmspagetitle {
	background-image: url(images/pctosmspagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 138px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#sartfypctitle {
	background-image: url(images/sartfypctitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 333px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#pctosmssolving {
	background-image: url(images/pctosmssolving.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 343px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#directresponsepagetitle {
	background-image: url(images/directresponsepagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 591px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#drpromotionstitle {
	background-image: url(images/promotionstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 409px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#keyfeaturesleft {
	float: left;
	width: 335px;
}
#keyfeaturesright {
	float: right;
	width: 335px;
}
#drkeyfeature1 {
	background-image: url(images/drpic1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 70px;
	width: 215px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-left: 80px;
	padding-right: 20px;
}
#drkeyfeature2 {
	background-image: url(images/drpic2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 70px;
	width: 215px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-left: 80px;
	padding-right: 20px;
}
#drkeyfeature3 {
	background-image: url(images/drpic3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 70px;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-left: 80px;
	padding-right: 15px;
}
#drkeyfeature4 {
	background-image: url(images/drpic4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 70px;
	width: 235px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-left: 80px;
}
#drkeyfeature5 {
	background-image: url(images/drpic5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 70px;
	width: 215px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-left: 80px;
	padding-right: 20px;
}
#drkeyfeature6 {
	background-image: url(images/drpic6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 70px;
	width: 215px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-left: 80px;
	padding-right: 20px;
}
#dreverydaytitle {
	background-image: url(images/dreverydaytitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 285px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#howtobegintitle {
	background-image: url(images/howtobegin.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 114px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#worldwidecoverage {
	background-image: url(images/worldwidecoveragetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 183px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#dapipagetitle {
	background-image: url(images/dapipagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 215px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#networkcoveragepagetitle {
	background-image: url(images/networkcoveragepagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 253px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#introductiontitle {
	background-image: url(images/introductiontitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 106px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#dapi {
	float: left;
	width: 673px;
}
#dapi li {
	list-style-image: url(images/orangebullet.gif);
}
#dapiinusetitle {
	background-image: url(images/dapiinuse.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 195px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#btmpagetitle {
	background-image: url(images/bulktextpagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 277px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#tmspreadsheettitle {
	background-image: url(images/tmspreadsheettitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 416px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#btmrr {
	background-image: url(images/btmrrtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 411px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#casestudiespagetitle {
	background-image: url(images/casestudiespagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 177px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#casestudiesbgtop {
	background-image: url(images/casestudiesbgtop.gif);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 673px;
}
#casestudy1 {
	background-image: url(images/casestudiesbglight.gif);
	background-repeat: repeat;
	float: left;
	height: 150px;
	width: 673px;
}
#casestudy2 {
	background-image: url(images/casestudiesbgdark.gif);
	background-repeat: repeat;
	float: left;
	height: 150px;
	width: 673px;
}
#casestudy3 {
	background-image: url(images/casestudiesbglight.gif);
	background-repeat: repeat;
	float: left;
	height: 150px;
	width: 673px;
}
#casestudiesbgbottom {
	background-image: url(images/casestudiesbgbottom.gif);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 673px;
}
#casestudiestitle {
	background-image: url(images/casestudiesbglight.gif);
	background-repeat: repeat;
	float: left;
	width: 673px;
}
#casestudiescustomertitle {
	background-image: url(images/customertitle.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 180px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-position: 30px;
}
#casestudiesintroductiontitle {
	background-image: url(images/introductiontitle.png);
	background-repeat: no-repeat;
	float: right;
	height: 14px;
	width: 400px;
}
.clearright {
	clear: right;
}
.casestudiesleft {
	float: left;
	width: 180px;
	padding-top: 30px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 120px;
}
.casesutudiesright {
	float: right;
	height: 130px;
	width: 370px;
	padding-top: 20px;
	padding-right: 30px;
}
#faqpagetitle {
	background-image: url(images/faqpagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 381px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.colapse {
border-collapse: collapse;
}#pricespagetitle {
	background-image: url(images/pricespagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 155px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#prepayormonthlytitle {
	background-image: url(images/preparormonthlytitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 487px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#repliestitle {
	background-image: url(images/repliestitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 64px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#prepaypackages {
	background-image: url(images/prepaypackagestitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 158px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#monthlypackages {
	background-image: url(images/monthlypackagestitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 158px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#notestitle {
	background-image: url(images/notestitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 55px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#notes {
	float: left;
	width: 673px;
}
#notes li {
	list-style-image: url(images/orangebullet.gif);
}
#notfoundtitle {
	background:url(images/404title.gif) no-repeat;
	float: left;
	height: 30px;
	width: 220px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#ukformattitle {
	background-image: url(images/ukformattitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 451px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#aboutpagetitle {
	background-image: url(images/aboutpagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 124px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#whoarewetitle {
	background-image: url(images/whoarewetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 112px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#whyustitle {
	background-image: url(images/whyustitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 219px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#howweworktitle {
	background-image: url(images/howweworktitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 153px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#mdatitle {
	background-image: url(images/mdatitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 338px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#infotitle {
	background-image: url(images/infotitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 187px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#customisationspagetitle {
	background-image: url(images/customisationspagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 209px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#bespokesolutionstitle {
	background-image: url(images/bespokesolutionstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 161px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#customisations {
	float: left;
	width: 673px;
}
#customisations li {
	list-style-image: url(images/orangebullet.gif);
}
#custominpracticetitle {
	background-image: url(images/customisationinpracticetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 234px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#sendownmobiletitle {
	background-image: url(images/sendownmobiletitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 326px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#paymentmodelstitle {
	background-image: url(images/paymentmodelstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 142px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#businesspagetitle {
	background-image: url(images/businesssms.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 189px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#textonlinepagetitle {
	background-image: url(images/textonlinepagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 152px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.greybgtop {
	background-image: url(images/casestudiesbgtop.gif);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 673px;
	margin-top: 10px;
}
.greybg {
	background-image: url(images/casestudiesbglight.gif);
	background-repeat: repeat;
	float: left;
	width: 653px;
	padding-right: 10px;
	padding-left: 10px;
}
.greybgbottom {
	background-image: url(images/casestudiesbgbottom.gif);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 673px;
	margin-bottom: 10px;
}
#freetrialpagetitle {
	background-image: url(images/freetrialpagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 376px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#step1title {
	background-image: url(images/step1title.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 295px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.blacktext {
	color: #000000;
}
#freetrial {
	float: left;
	width: 673px;
}
#freetrial td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
}
#step2title {
	background-image: url(images/step2title.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 262px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#step3title {
	background-image: url(images/step3title.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 144px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#contactpagetitle {
	background-image: url(images/contactpagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 149px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#enquiriestitle {
	background-image: url(images/enquiriestitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 82px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#directionstitle {
	background-image: url(images/directionstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 356px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#map {
	float: left;
	padding-bottom: 30px;
}
#directions {
	float: right;
	padding-left: 20px;
	width: 260px;
}
#directions a {
	background-image: url(images/leftarrow.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	color: #333333;
	text-decoration: none;
	float: left;
	background-position: left center;
}
#servermonitoringpagetitle {
	background-image: url(images/servermonitoringpagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 242px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#updatestitle {
	background-image: url(images/updatestitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 309px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#networkmanagementtitle {
	background-image: url(images/networkmanagementtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 269px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#unixtitle {
	background-image: url(images/unixtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 258px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#servermonitoring {
	float: left;
	width: 673px;
}
#servermonitoring li {
	list-style-image: url(images/orangebullet.gif);
}
#windowstitle {
	background-image: url(images/windowstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 427px;
	margin-bottom: 15px;
	margin-top: 10px;
}
code {
background-color:#FFFFCC;
padding: 5px;
}.codebg {
	background-color: #FFFFCC;
	width: 500px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#etosmsugpagetitle {
	background-image: url(images/emailtosmsuserguidepagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 334px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#acomposetitle {
	background-image: url(images/acomposetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 185px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#bsendtitle {
	background-image: url(images/bsendtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 67px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#cdeliverytitle {
	background-image: url(images/cdelivery.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 177px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#drepliestitle {
	background-image: url(images/dreplies.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 88px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#getstartedpagetitle {
	background-image: url(images/getstartedpagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 501px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#createaccounttitle {
	background-image: url(images/createaccounttitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 164px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#integrationguidetitle {
	background-image: url(images/integrationtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 239px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#integrationtitle {
	background-image: url(images/integrationpathtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 95px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#innovationtitle {
	background-image: url(images/innovationtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 91px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#consultancytitle {
	background-image: url(images/consultancytitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 108px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#gettingstarted {
	float: left;
	width: 673px;
}
#gettingstarted li {
	list-style-image: url(images/orangebullet.gif);
}
#developandtesttitle {
	background-image: url(images/developandtesttitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 151px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#repliespagetitle {
	background-image: url(images/repliespagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 394px;
	margin-bottom: 20px;
	margin-top: 10px;
}	
#nosoftwaretitle {
	background-image: url(images/nosoftwaretitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 220px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#simpletitle {
	background-image: url(images/simpletousetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 119px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#personalisedmessagestitle {
	background-image: url(images/personalisedmessagestitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 205px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#bespokesolutionstitle {
	background-image: url(images/bespokesolutionstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 161px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#developmentapititle {
	background-image: url(images/developmentapititle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 148px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.bluetext {
	color: #0066CC;
}
.orangetext {
	color: #FF9900;
}
#developmentapititle {
	background-image: url(images/developmentapititle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 148px;
	margin-bottom: 15px;
	margin-top: 10px;
}	
#easytousetitle {
	background-image: url(images/easytousetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 101px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#costeffectivetitle {
	background-image: url(images/costeffectivetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 122px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#howitworkstitle {
	background-image: url(images/howitworkstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 14px;
	width: 115px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#potentialusestitle {
	background-image: url(images/potentialuses.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 127px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#developmentapititle {
	background-image: url(images/developmentapi.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 150px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#whybulksmstitle {
	background-image: url(images/whybulksmstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 138px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#whygroupsmstitle {
	background-image: url(images/whygroupsmstitle.png);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 153px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#whypctosmstitle {
	background-image: url(images/whypctosms.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 149px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#termspagetitle {
	background-image: url(images/termstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 189px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#privacypagetitle {
	background-image: url(images/privacypagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 197px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#slapagetitle {
	background-image: url(images/slapagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 347px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#bulksmsuserguidepagetitle {
	background-image: url(images/bulksmsuserguidepagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 297px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#servicespagetitle {
	background-image: url(images/servicespagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 117px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#bulksmsuserguidetitle {
	background-image: url(images/bulksmsuserguide.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 361px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#whichbulksmsservice {
	background-image: url(images/whichbulksmsservice.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 371px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#bulksmswholesaletitle {
	background-image: url(images/bulksmswholesaletitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 479px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#availabilitytitle {
	background-image: url(images/availabilitytitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 100px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#performancetitle {
	background-image: url(images/performancetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 111px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#customerservicetitle {
	background-image: url(images/customerservicetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 156px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#bulksmsuserguidetitle {
	background-image: url(images/bulksmsuserguide.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 361px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#supportresponsetitmestitle {
	background-image: url(images/supportresponsetitmestitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 220px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#example2title {
	background-image: url(images/example2title.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 361px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#example3title {
	background-image: url(images/example3title.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 361px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#samplecodetitle {
	background-image: url(images/samplecodetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 114px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#havingproblemstitle {
	background-image: url(images/havingproblemstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 159px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#nextstepstitle {
	background-image: url(images/nextstepstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 94px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#deliveryconfirmationtitle {
	background-image: url(images/deliveryconfirmationtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 193px;
	margin-bottom: 15px;
	margin-top: 10px;
}
table.bulk_example{border-spacing:2px;border-collapse:separate;background-color:#FFF;border-color:gray;border-style:hidden;border-width:1px;}
.bulk_column1{color:red;}
.bulk_column2{color:#00f;}
.bulk_message{color:#007e00;}
#main_content img,p{margin:0 25px 1.5em;}
table.bulk_example th,table.bulk_example td{background-color:#ddd;-moz-border-radius:0;border-color:gray;border-style:hidden;border-width:1px;padding:5px;}


#quicktesttitle {
	background-image: url(images/quicktesttitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 92px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#httpapisendingpagetitle {
	background-image: url(images/httpapisendingpagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 264px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#httpapireceivingpagetitle {
	background-image: url(images/httpapireceivingpagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 287px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#httpapidebuggingpagetitle {
	background-image: url(images/httpapidebuggingpagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 292px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#httpapijavapagetitle {
	background-image: url(images/httpapijavapagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 331px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#httpapicsharppagetitle {
	background-image: url(images/httpapicsharppagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 304px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#httpapivbnetpagetitle {
	background-image: url(images/httpapivbnetpagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 360px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#httpapiphppagetitle {
	background-image: url(images/httpapiphppagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 325px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#emailapipagetitle {
	background-image: url(images/emailapipagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 131px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#deliveryconfirmationtitle {
	background-image: url(images/deliveryconfirmationtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 193px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#deliveryconfirmationtitle {
	background-image: url(images/deliveryconfirmationtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 193px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#httpsendmessagetitle {
	background-image: url(images/httpsendmessagetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 318px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#httpsendreceivetitle {
	background-image: url(images/httpsendreceivetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 455px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#httpreceivemessagetitle {
	background-image: url(images/httpreceivemessage.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 455px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#deliveryreceiptparameterstitle {
	background-image: url(images/deliveryreceiptparameterstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 251px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#replyparameterstitle {
	background-image: url(images/replyparameterstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 251px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#optionalparameterstitle {
	background-image: url(images/optionalparameterstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 181px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#destinationurltitle {
	background-image: url(images/destinationurltitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 142px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#whypersonalisedreplytitle {
	background-image: url(images/whypersonalisedreplytitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 375px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#repliesstraighttoinboxtitle {
	background-image: url(images/repliesstraighttoinboxtitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 315px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#mandatoryparameterstitle {
	background-image: url(images/mandatoryparameterstitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 198px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#testmodetitle {
	background-image: url(images/testmodetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 90px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#successresponsetitle {
	background-image: url(images/successresponsetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 163px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#failureresponsetitle {
	background-image: url(images/failureresponsetitle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 152px;
	margin-bottom: 15px;
	margin-top: 10px;
}
