body {
	background-image: url("../_images/shadedback.gif");
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

a {
	color: #052147;
	text-decoration: none;
	border-bottom: 1px solid #D3D3D3;
}

a:hover {
	color: #CF142B;
	text-decoration: none;
}

.sitecontainer {
	width: 940px;
	margin: 0 auto;
	z-index: 3;
}

.contentcontainer {
	width: 940px;
	position: relative;
	z-index: 3;
	background-color: #FFFFFF;
}

.footer {
	position: absolute;
	bottom: -65px;
	left: 0px;
	margin-left: 20px;
	width: 940px;
	text-align: left;
}

.igniteback {
        position: absolute;
        top: 0px;
        left: -180px;
	width: 264px;
        height: 335px;
	z-index: -2;
        background-image: url("../_images/igniteback.gif");
}

.globalsitestripe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 30px;
        background-image: url("../_images/shadedback.gif");
        background-repeat: repeat-x;
        background-color: #EEEEEE;
	z-index: -3;
}

.globalsiteheader {
        position: absolute;
        top: 20px;
        left: 804px;
	height: 19px;
        width: 105px;
        z-index: 700;
	background-color: #BBBBBB;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	color: #FFFFFF;
        text-align: right;
	padding-top: 10px;
	padding-right: 30px;
        font-size: 11px;
        line-height: 12px;
        font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.globalsiteheader a {
	color: #FFFFFF;
	border-bottom: none;
}

.header {
	background-image: url(../_images/background-wires.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 940px;
	z-index: 500;
}

.headercontent {
	position: relative;
	width: 940px;
	overflow: hidden;
	border-top: 1px solid #EEEEEE;
}

.developmentsite {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 10px;
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: bold;
}

.sitelogo {
	padding: 0 29px;
	margin: 46px 0 30px 0;
	border-right: 1px solid #DDDDDD;
	float: left;
}

.headertext {
	width: 200px;
	float: left;
	font-size: 11pt;
	color: #CF142B;
	text-align: left;
	padding: 60px 0 0 30px;
}

.calltoactionsales {
	float: right;
	margin: 46px 30px 0 0;
	display: inline;
	border-bottom: 1px solid #CCCCCC;
}

.calltoactionsales a {
	background-repeat: no-repeat;   
	border-bottom: none;
	background-color: #F0F0F0;
	color: #555555;
	font-size: 11px;
	text-decoration: none;
	padding: 4px 22px 2px 22px;
	display: block;
	width: 145px;
	font-weight: bold;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}

.calltoactionsales a:hover {
	color: #CF142B;
}

.salestext {
	clear: right;
	float: right;
	width: 350px;
	text-align: right;
	margin: 3px 30px 0 0;
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
	line-height: 12px;
	display: inline;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.salestext span {
	color: #CF142B;
	font-weight: bold;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.header ul.mainnavigation {
	clear: both;
	list-style: none;
	background-color: #F0F0F0;
	overflow: visible;
	padding: 0;
	width: 935px;
	height: 27px;
	z-index: 200;
	position: absolute;
	top: 110px;
	left: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
}

.header ul.cmsnavigation {
	position: absolute;
	z-index: 300;
	top: 0;
}

.header ul.mainnavigation li {
	display: inline;
	float: left;
}

.header ul.mainnavigation li.endnav {
	border-right: 0px;
}

.header ul.mainnavigation li.startnav {
	border-right: 0px;
}

.header ul.mainnavigation li.warningicon {
	float: right;
	display: inline;
	margin: 0 20px 0 0;
}

.header ul.mainnavigation li.warningicon a {
	padding: 0px;
	float: none;
}

.header ul.mainnavigation li a {
	color: #555555;
	text-decoration: none;
	font-size: 11px;
	padding: 6px 23px 6px 23px;
	display: block;
	float: left;
	background-color: #F0F0F0;
	border-bottom: none;
	border-right: 1px dotted #CCCCCC;
}

.header ul.mainnavigation li a:hover {
	color: #000000;
	background-color: #DDDDDD;
	background-repeat: repeat-x;
}

.header ul.mainnavigation li ul.secondarynav {
	position: absolute;
	left: -9999px;
	top: 27px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	clear: left;
}

.header ul.mainnavigation li ul.secondarynav li {
	display: block;
	border-right: 0px;
	float: left;
	clear: left;
}

.header ul.mainnavigation li ul.secondarynav li a {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 27px 5px 23px;
	display: block;
	border: 0px;
}

.header ul.mainnavigation li ul.secondarynav li a:hover {
	color: #000000;
	background-color: #D7D7D7;
	background-image: none;
}

.footer ul.mainnavigation {
	list-style: none;
	overflow: hidden;
	width: 900px;
	padding: 12px 0;
	text-decoration: none;
}

.footer ul.mainnavigation li {
	display: inline;
	text-decoration: none;
	padding: 0px 12px;
	border-right: 1px solid #AAAAAA;
}

.footer ul.mainnavigation li a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}

.copyright {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	padding-left: 12px;
}

.footer ul.mainnavigation li.endnav {
	border-right: 0px;
}

.footer ul.mainnavigation li a:hover {
	text-decoration: none;
	color: #CF142B;
}

.homepagebanners {
	height: 263px;
	background-color: #000000;
	left: 0;
	position: absolute;
	top: 137px;
	width: 100%;
	z-index: 9;
}

.servicesad  {
	color: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0px;
	z-index: 10;
}

.servicesad div {
	padding: 155px 0 0 290px;
	width: 400px;
}

.servicesad h2 {
	margin: 0 0 5px 0;
}

.servicesad p {
	line-height: 25px;
	font-size: 12pt;
	margin: 0px;
	font-weight: bold;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.servicesad a {
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
}

.services1 {
	background-repeat: no-repeat;
	height: 263px;
}

.services2, .services3, .services4, .services5, .services6, .services7, .services8, .services9, .services10, .services11, .services12 {
	background-repeat: no-repeat;
	height: 263px;
	display: none;
}

.serviceslinks {
	height: 19px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	padding: 3px 30px;
	position: absolute;
	top: 400px;
	left: 0px;
	width: 880px;
	margin: 0 0 0 0px;

}

.serviceslinks a {
	float: right;
	display: block;
	width: 17px;
	height: 16px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
	margin: 0 0 0 5px;
	color: #555555;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
	cursor: pointer;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.serviceslinks a.active {
	background-image: none;
	background-color: #444444;
	border-bottom: 1px solid #DDDDDD;
	color: #FFFFFF;
}

.serviceslinks a:hover{
	color: #CF142B;
	text-decoration: none;
}

.serviceslinks a.active:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.serviceslinks div {
	float: right;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.contentindex {
	padding: 458px 30px 55px 0;
	background-image: url(../_images/background-content-base.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
	width: 910px;
	z-index: 20;
}

.servicescontainer {
	width: 668px;
	float: left;
	font-size: 9pt;
	line-height: 18px;
	overflow: visible;
	position: relative;
	background-color: #FFFFFF;
}

.internalcontent {
	width: 638px;
	padding: 30px 0 0 30px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 15;
}

/* Copy changes to cms-all-css */
.servicescontainer ul {
	color: #666666;
	font-size: 9pt;
	list-style-type: disc;
	list-style-position: outside;
	margin: 10px 14px 10px 16px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Copy changes to cms-all-css */
.servicescontainer ul li {
}

/* Copy changes to cms-all-css */
.servicescontainer .service {
	width: 267px;
	min-height: 118px;
	height: auto !important;
	height: 118px;
	float: left;
	margin: 1px 12px 11px 0;
	display: inline;
	background-color: #F0F0F0;
/*	background-image: url(../_images/background-services.jpg);
	background-repeat: repeat-x; 
	border: 1px solid #CCCCCC;    */
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 20px;
	position: relative;
}

/* Copy changes to cms-all-css */
.servicescontainer .service h2 {
	color: #003768;
	font-size: 12pt;
	letter-spacing: -1px;
	margin: 0 0 3px 0;
}

/* Copy changes to cms-all-css */
.servicescontainer .service p {
	color: #555555;
	font-size: 8pt;
	line-height: 20px;
	margin: 7px 0px 0px 0px;
}

/* Copy changes to cms-all-css */
.servicescontainer .service a {
	position: absolute;
	top: 105px;
	color: #052147;
	font-size: 8pt;
	font-weight: bold;
 	text-decoration: none;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.servicescontainer .service a:hover {
	color: #CF142B;
}

/* Copy changes to cms-all-css */
.servicescontainer .service span.imgcontainer {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* Copy changes to cms-all-css */
.servicescontainer .service span.imgcontainer img {
	float: left;
}

.rightcolumn {
	float: right;
	width: 215px;
	padding: 100px 0 0 0;
/*	padding: 30px 0 0 0;   */
}

.rightcolumnhigher {
	float: right;
	width: 215px;
	padding: 30px 0 0 0;
}

/* Copy changes to cms-all-css */
.existingclientscontainer {
/*	background-image: url(../_images/background-existing-client.jpg); 
	background-repeat: repeat-x;  */
	background-color: #F0F0F0;
	border-bottom: 1px solid #CCCCCC;
	width: 185px;
	height: 205px;
	padding: 15px 15px;
	position: relative;
}

.clientbox {
	height: 185px;
	position: relative;
	top: 0;
}

.existingclientscontainer h3 {
	color: #003768;
	font-size: 14px;
	letter-spacing: -1px;
	text-align: left;
}

/* Copy changes to cms-all-css */
.existingclientscontainer p {
	color: #555555;
	font-size: 8pt;
	line-height: 18px;
	padding: 84px 0 0 0;
	position: relative;
	z-index: 5;
}

.existingclientimg {
	position: absolute;
	top: 28px;
	left: 0px;
	z-index: 4;
}

.existingclientscontainer .title {
	position: absolute;
	top: 14px;
	left: 15px;
	z-index: 5;
}

.learnmore {
	position: absolute;
	top: 168px;
	bottom: 0;
	left: 0;
	width: 100%;
}

.learnmore a {
	color: #555555;
	font-size: 9pt;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #C6C6C6;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.learnmore a:hover {
	color: #CF142B;
}

.nextclient {
	font-size: 7pt;
	font-weight: bold;
	color: #555555;
	position: absolute;
	bottom: -18px;
	right: 0px;
	cursor: pointer;
	border-bottom: none;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.client2 {
	display: none;
	visibility: hidden;
}

.nextclient:hover {
	text-decoration: none;
	color: #CF142B;
}

.certifiedlogos {
	margin: 20px 0 0 0;
	width: 215px;
}

.certifiedlogos .logo1 {
	float: left;
}

.certifiedlogos .logo2 {
	float: right;
	border-left: 1px solid #CCCCCC;
	padding: 0 0 0 22px;
}

.content {
	padding: 167px 30px 55px 0;
	background-image: url(../_images/background-content-base.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
	width: 910px;
	z-index: 20;
}


.linksmenu {
	list-style: none;
	margin: 0 0 15px 0;
}

.linksmenu li {
	display: block;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #CCCCCC;
}

.linksmenu li a {
	background-color: #F3F3F3;
	color: #555555;
	font-size: 8pt;
	text-decoration: none;
	padding: 7px 5px 6px 15px;
	border-bottom: none;
	display: block;
	position: relative;
}

.linksmenu li a:hover {
	text-decoration: none;
	color: #CF142B;      
}

/* Copy changes to cms-all-css */
.packagescontainer, .testimonialscontainer {
	background-image: url(../_images/background-grey-white.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #BCBDC0;
	width: 185px;
	padding: 15px 15px;
	position: relative;
	margin: 0 0 15px 0;
}

/* Copy changes to cms-all-css */
.packagescontainer h3 {
	color: #253B67;
	font-size: 10pt;
}

/* Copy changes to cms-all-css */
.packagescontainer ul {
	list-style: none;
	margin: 10px 0;
}

/* Copy changes to cms-all-css */
.packagescontainer ul li {
}

/* Copy changes to cms-all-css */
.packagescontainer ul li a {
	font-size: 8pt;
	text-decoration: none;
	color: #666666;
}

/* Copy changes to cms-all-css */
.packagescontainer ul li a:hover {
	text-decoration: underline;
}

.testimonialscontainer p {
	margin: 0 0 5px 0;
}

.testimonialscontainer span {
	display: block;
	text-align: right;
	color: #DB093E;
	font-style: italic;
	margin: 0 0 5px 0;
}

.serviceheading {
	height: 95px;
	background-image: url(../_images/background-service-heading.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #BCBDC0;
	border-right: 1px solid #BCBDC0;
	padding: 28px 30px 27px 30px;
	margin: 0 0 0 0;
}

.serviceheading h1 {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
}

.serviceheading p {
	font-size: 12pt;
	line-height: 25px;
	width: 350px;
	margin: 0px;
}

.promoimage {
	border: 1px solid #BCBDC0;
}

.testimonialtext {
	font-size: 12pt;
	line-height: 25px;
	font-style: italic;
	color: #999999;
	margin: 0 0 15px 0;
}

.testimonialtext span {
	padding: 0 40px 0 0;
	color: #DB093E;
	font-style: normal;
}

.contactform {
/*	background-image: url(../_images/background-lightgrey-white.jpg);
	background-repeat: repeat-x;   */
	border-bottom: 1px solid #DDDDDD;
	background-color: #F0F0F0;
	overflow: hidden;
	width: 610px;
	margin: 20px 0px 0px 17px;
	padding: 12px 23px 12px 17px;
	font-weight: bold;
	font-size: 8pt;
	clear: both;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.formheading {
	font-weight: bold;
	color: #DB093E;
	margin: 0 0 5px 0;
	font-size: 14pt;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.formheading span {
	color: #999999;
}

.forminstruction {
	float: left;
}

.compulsoryinstruction {
	color: #DB093E;
}

.contactform fieldset {
	padding: 10px 0 0 0;
	clear: both;
}

.contactform fieldset div {
	overflow: hidden;
	margin: 0 0 5px 0;
}

.contactform label {
	float: left;
}

.contactform label.standardlabel {
	width: 100px;
	clear: left;
	line-height: 20px;
}

.hostingtool  label.standardlabel {
	width: 200px;
}

.hostingtool  label.standardlabel2 {
	width: 280px;
}

.contactform label.compulsory {
	color: #DB093E;
}

.contactform label.error {
	color: #DB093E;
	clear: none;
	width: 150px;
	margin: 0 0 0 5px;
}

.contactform label.permissionmarketing {
	font-weight: 400;
}

.contactform select, .contactform input, .contactform textarea, .hostingtool .textinput {
	float: left;
	font-size: 9pt;
}

.hostingtool input {
	float: none;
}

.contactform input.inputtext, .contactform textarea {
	width: 345px;
}

.contactform textarea {
	height: 100px;
}

.contactform input.checks {
	padding: 0px;
	margin: 1px 5px;
	display: inline;
	height: 13px;
	width: 13px;
}

.studylisting a, .casestudytext a {
	color: #052147;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 5px 0 2px 0;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.studylisting a:hover, .casestudytext a:hover {
	color: #CF142B;
}

.studylisting p, .casestudytext p {
	color: #666666;
}



.casestudytext {
	clear: both;
	font-size: 10pt;
	line-height: 20px;
	color: #999999;
	margin: 0 0 25px 0;
}

.casestudytext img {
	padding: 10px;
	height: 40px;
}

.casestudytext span {
	padding: 0 0 0 10px;
	display: block;
}

.newsdate {
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.existingclientslisting {
	padding: 0 0 0 10px;
}

.existingclientnotlink {
	color: #052147;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 2px;
	text-decoration: none;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.existingclienttext, .existingclienttext p {
	color: #666666;
}

.existingclientquote, .existingclientquote p {
	color: #666666;
}

.existingclientauthor, .existingclientauthor p {
	color: #666666;
	font-style: italic;
}

.existingclientpagelink {
	float: left;
	width: 80px;
}

.existingclientpagelink a {
}

.externallink {
	float: right;
	margin: 0 0 0 5px;
	display: inline;
}

.servicescontainer .shareoptionscontainer {
	border-top: 1px solid #DDDDDD;
	padding: 5px 0 0 30px;
	margin: 5px 0 0 0;
	float: left;
	width: 100%;
}

.shareoptionscontainer h2 {
	font-size: 12px;
	color: #444444;
	margin: 10px 0;
}

.servicescontainer .shareoptionscontainer h2 {
	float: left;
	width: 90px;
	clear: both;
	font-size: 10px;
	font-weight: 400;
}

ul.shareoptions {
	list-style: none;
	overflow: hidden;
}

.servicescontainer ul.shareoptions {
	margin: 0 0 10px 0;
	padding: 0px;
	float: right;
	clear: right;
	width: 548px;
}

.shareoptions li {
	float: left;
	width: 107px;
	padding: 5px 0;
}

.servicescontainer ul.shareoptions li {
	float: left;
	width: auto;
	padding: 5px 10px 5px 0;
}

.shareoptions li a {
	line-height: 19px;
	display: block;
	border-bottom: none;
}

.shareoptions li a img {
	float: left;
}

.shareoptions li a span {
	float: left;
}

li.tweetbutton {
	padding-top: 7px !important;
	padding-left: 10px;
	width: 97px;
	height: 19px;
}

#preloaddiv {
	position: absolute;
	left: -9999px;
	height: 0px;
	width: 0px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
