/* CSS Document */


html,body { 
    margin:0;
	padding:0;	
	font: 13px arial, tahoma, georgia, verdana; 
	line-height: 18px; 
}

td { 
	font: 13px arial, tahoma, georgia, verdana; 
	line-height: 18px; 
	color: #000000;
}

p {
	margin:0 0 10px 0;
	padding:0;
}

#header {
	margin:0;
	padding:0;
	background:#fff url(../images/header.jpg);
	height:112px;
	width:760px;
	}
.spacer {
	clear:both;
	}
#domaincheckwrap {
	margin:10px;
	border:1px solid #ccc;
	background:#ff9900;
	}
#domaincheck {
	margin:10px 0 10px 25px;
	padding:0;
	}
#domaincheck label {
	font-weight: bold;
	vertical-align:middle;
	font-size:120%;
	}
#domaincheck input.m2submit {
	padding: 4px;
	background:#666;
	vertical-align:middle;
	color:#fff;
	font-size:120%;
	cursor:pointer;
	}
#domaincheck input.m2submit:hover {
	background:#000;
	}
#domaincheck input.m2search {
	padding: 5px;
	border:1px solid #ccc;
	width:220px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	vertical-align:middle;
	}
#domaincheck select {
	padding: 6px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	vertical-align:middle;
	}
#sitemapwrap {
	margin:10px 0 10px 100px;
	padding-left:20px;
	border-left:1px solid #ccc;
	}
	
.leftbox {
	margin:20px;
	padding:10px;
	border:1px solid #ccc;
	}
.leftboxnoborder {
	margin:15px 10px;
	padding:5px;
	}
.box {
	margin:20px;
	padding:10px;
	border:3px solid #ffcc00;
	background-color:#fff6e0;
	}

#sitemap ul li {
	margin:10px 0 10px 0;
	}
#menu-left {
	margin:12px 0 12px 5px;
	padding-left:0;
	}
#menu-left ul li {
	margin:7px 0 7px 0;
	}

a:link, a:active, a:visited  {	
	color: #62ac1c;	
	text-decoration: underline;
	font-weight:bold;
	}
a:hover {
	color: #540070;
	text-decoration:none;
	text-align: center;
	} 
a.homelink {display:block;height:112px;width:760px;}
.red { color: #ff0000;}

.white { color: #fff;}

.footer {  
	font:10px arial, tahoma, verdana; 
	line-height: 16px; 
	color: #737373
	}
.footer a:link,
.footer a:active, 
.footer a:visited {
	color: #737373; 
	font-weight:bold; 
	text-decoration:underline;
	}
.footer a:hover {
	color: #73b116; 
	text-decoration:none;
	}

/******************************
*	  SITE MENU               *
******************************/
	
div#navwrap {
	width:178px;  
	margin:1px 2px 0 0; 
	float:right;
	display:inline; 
}

ul#navigation{
	font-family: Tahoma,Helvetica, Arial,sans-serif;
	font-size: 12px;
	line-height:14px; 
	float:left;
}
ul#navigation, ul#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #6dab13;
	border-top: 1px solid #6dab13;
}
ul#navigation li { 
	position: relative;
	float: left;
}
ul#navigation>li li { 
	float: none;
}
#navigation li a {
	display: block;
	text-decoration: none;
	text-align:left;
	color: #fff;
	background-color: #7bc111;
	width: 173px; 
	padding: 5px 0 5px 4px;
	border-bottom: 1px solid #6dab13;
	border-right: 1px solid #6dab13;
}
ul#navigation li li a {
	width: 173px; 
	text-align:left;
}
ul#navigation li li li a {
	width: 173px; 
}
ul#navigation li a:hover, ul#navigation ul li:hover a:hover { 
	color: #fff;
	background-color: #5e1c70;
}
ul#navigation li ul { 
	position : absolute;
	left: -999em;
}
#navigation li:active ul ul, #navigation li:active ul ul ul, #navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -999em; 
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	top: -1px;  
	left: -1px; 
	margin-left: -100%; 	
}
#navigation li:hover a, #navigation li.sfhover a {
	color: #000;
	background-color: #b0f149;
}
ul#navigation li ul li:hover a, ul#navigation li ul li.sfhover a {
	color: #000;
	background-color: #B0D797;
}
ul#navigation li ul ul li:hover a, ul#navigation li ul ul li.sfhover a {
	color: #000;
	background-color: #A7CD89;
}
div#navwrap ul#navigation li ul li:hover, div#navwrap ul#navigation li ul li.sfhover, div#navwrap ul#navigation li li a:hover {
	color: #fff;
	background-color: #5e1c70;
}
body div#navwrap ul#navigation li li a:hover {
	color: #fff;
}
a.exlink {
	background-color: #ff9900;
}
div#navwrap ul#navigation li a.exlink:hover {
	background-color: #ff6600
}
	
/******************************
*	  CONTENT BOXES           *
******************************/

#content { 
	margin: 5px;
	width: 100%;
	padding: 0; 
	}

.content-box a:link, .content-box a:active, .content-box a:visited  {	
	color: #ff6600;	
	text-decoration: underline;
	font-weight:bold;
	}
.content-box a:hover {
	color: #fff;
	background: #ff6600;
	text-decoration:none;
	text-align: center;
	}
#content h4 {
	background: #7ecf38;
	color: #fff;
	padding: 6px 0px 6px 15px;
	font: bold 14px Tahoma, Verdana, "Times New Roman", Arial;
	margin: 10px 0px 3px 0px;
	}
#content h5, h5 {
	background: #5e1c70;
	color: #fff;
	padding: 6px 0px 6px 15px;
	font: bold 14px Tahoma, Verdana, "Times New Roman", Arial;
	margin: 10px 0px 3px 0px;
	}
.content-box h3 {
	font: bold 14px Arial, Tahoma, Verdana;
	margin: 0px 0px 3px 0px;
	}
.content-box {
	background: #f0f0f0;
	color: #414141;
	padding: 8px;	
	margin: 0px 0px 10px 0px;
	border:1px solid #ccc;
	}
.whitebox {background:#fff;}

.point10bk {  font-family: arial, verdana; font-size: 10px; line-height: 15px; color: #989898}
.point10bk a:link {color: #989898; font-weight:bold; text-decoration:underline;}
.point10bk a:visited {color: #989898; font-weight:bold; text-decoration:underline;}
.point10bk a:active {color: #989898; font-weight:bold; text-decoration:underline;}
.point10bk a:hover {color: #000000; font-weight:bold; text-decoration:none;}

.point11bk {  font-family: arial, verdana; font-size: 11px; line-height: 15px; color: #000000}
.point11bk a:link {color: #62ac1c; font-weight:bold; text-decoration:underline;}
.point11bk a:visited {color: #62ac1c; font-weight:bold; text-decoration:underline;}
.point11bk a:active {color: #62ac1c; font-weight:bold; text-decoration:underline;}
.point11bk a:hover {color: #000000; font-weight:bold; text-decoration:none;}

.point12bk {  font-family: arial, verdana; font-size: 12px; line-height: 16px; color: #000000}
.point12bk a:link {color: #62ac1c; font-weight:bold; text-decoration:underline;}
.point12bk a:visited {color: #62ac1c; font-weight:bold; text-decoration:underline;}
.point12bk a:active {color: #62ac1c; font-weight:bold; text-decoration:underline;}
.point12bk a:hover {color: #540070; font-weight:bold; text-decoration:none;}

.point12wt {  font-family: arial, verdana; font-size: 12px; line-height: 16px; color: #ffffff}
.point12wt a:link {color: #ffffff; font-weight:bold; text-decoration:underline;}
.point12wt a:visited {color: #ffffff; font-weight:bold; text-decoration:underline;}
.point12wt a:active {color: #ffffff; font-weight:bold; text-decoration:underline;}
.point12wt a:hover {color: #000000; font-weight:bold; text-decoration:none;}

.point13bk {  font-family: arial, verdana; font-size: 13px; line-height: 17px; color: #000000}
.point13bk a:link {color: #73b116; font-weight:bold; text-decoration:underline;}
.point13bk a:visited {color: #73b116; font-weight:bold; text-decoration:underline;}
.point13bk a:active {color: #73b116; font-weight:bold; text-decoration:underline;}
.point13bk a:hover {color: #000000; font-weight:bold; text-decoration:none;}

.point13wt {  font-family: arial, verdana; font-size: 13px; line-height: 17px; color: #ffffff}
.point13wt a:link {color: #73b116; font-weight:bold; text-decoration:underline;}
.point13wt a:visited {color: #73b116; font-weight:bold; text-decoration:underline;}
.point13wt a:active {color: #73b116; font-weight:bold; text-decoration:underline;}
.point13wt a:hover {color: #000000; font-weight:bold; text-decoration:none;}

.point16wt {  font-family: arial, verdana; font-size: 15px; line-height: 20px; color: #ffffff; letter-spacing:-1px; margin-left:10px;}
.point16wt a:link {color: #540070; font-weight:bold; text-decoration:underline; letter-spacing:-1px; margin-left:10px;}
.point16wt a:visited {color: #540070; font-weight:bold; text-decoration:underline; letter-spacing:-1px; margin-left:10px;}
.point16wt a:active {color: #540070; font-weight:bold; text-decoration:underline; letter-spacing:-1px; margin-left:10px;}
.point16wt a:hover {color: #ffffff; font-weight:bold; text-decoration:none; letter-spacing:-1px; margin-left:10px;}

.point16bk {  font-family: arial, verdana; font-size: 16px; line-height: 20px; color: #000000; letter-spacing:-1px; margin-left:10px;}
.point16bk a:link {color: #62ac1c; font-weight:bold; text-decoration:none; letter-spacing:-1px; margin-left:10px;}
.point16bk a:visited {color: #62ac1c; font-weight:bold; text-decoration:none; letter-spacing:-1px; margin-left:10px;}
.point16bk a:active {color: #62ac1c; font-weight:bold; text-decoration:none; letter-spacing:-1px; margin-left:10px;}
.point16bk a:hover {color: #540070; font-weight:bold; text-decoration:none; letter-spacing:-1px; margin-left:10px;}

.point11rd {  font-family: arial, verdana; font-size: 11px; line-height: 15px; color: #cc2626}
.point11rd a:link {color: #cc2626; text-decoration:underline;}
.point11rd a:visited {color: #cc2626; text-decoration:underline;}
.point11rd a:active {color: #cc2626; text-decoration:underline;}
.point11rd a:hover {color: #1096c6; text-decoration:none;}

.borderdashedgn {border-width:2px; border-style:dashed; border-color:#62ac1c;}

.borderdashedbk {border-width:1px; border-style:dashed; border-color:#000000;}
.borderdottedbk {border-width:1px; border-style:dotted; border-color:#000000;}
.bordersolidbk {border-width:1px; border-style:solid; border-color:#000000;}

.borderdashedwt {border-width:1px; border-style:dashed; border-color:#ffffff;}
.borderdottedwt {border-width:1px; border-style:dotted; border-color:#ffffff;}
.bordersolidwt {border-width:1px; border-style:solid; border-color:#ffffff;}

.tdbg0 { background-image: url(../images/txtbg_index.jpg); background-repeat: no-repeat; background-position: top;}

.tdbg1 { background-image: url(../images/bg_index_ltcol.jpg); background-repeat: no-repeat; background-position: top;}

.hostingpkg1top {
	background-image: url(../images/hosting/header-pkg1.jpg);
	background-repeat: no-repeat;
	background-position: top;  
	PADDING: 4px 0px 4px 0px; 
}

.hostingpkg1bot {
	background-image: url(../images/hosting/header-pkg1b.jpg);
	background-repeat: no-repeat;
	background-position: top;
	PADDING: 6px 0px 6px 0px;
}

.hostingpkg2top {
	background-image: url(../images/hosting/header-pkg2.jpg);
	background-repeat: no-repeat;
	background-position: top;  
	PADDING: 4px 0px 4px 0px; 
}

.hostingpkg2bot {
	background-image: url(../images/hosting/header-pkg2b.jpg);
	background-repeat: no-repeat;
	background-position: top;
	PADDING: 6px 0px 6px 0px;
}

.hostingpkg3top {
	background-image: url(../images/hosting/header-pkg3.jpg);
	background-repeat: no-repeat;
	background-position: top;  
	PADDING: 4px 0px 4px 0px; 
}

.hostingpkg3bot {
	background-image: url(../images/hosting/header-pkg3b.jpg);
	background-repeat: no-repeat;
	background-position: top;
	PADDING: 6px 0px 6px 0px;
}
.hostingbullets {
	list-style: square;
	PADDING: 0px 0px 0px 0px; 
	MARGIN: 10px 0px 10px 20px;
}

h1 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
  	letter-spacing:-2.2px;
	margin: 0px 10px 0px 0px;
  	text-align:right;
  	color:#333333;
	}

h2 {
	font-size: 26px;
	font-family: Arial, Helvetica, Tahoma, georgia, Verdana;
	font-weight: normal;
  	margin:15px 0 15px 0;
  	padding: 0;
  	letter-spacing:-1.0px;
  	line-height:32px;
  	text-align:left;
  	border-bottom: 1px solid #666666;
  	color:#666666;
	clear:both;
	}
span.highlight,p.highlight {
	font: 22px/28px Arial, Helvetica, Tahoma, georgia, Verdana;
	font-weight: normal;
  	margin:15px 0;
	padding:0;
	color:#66a020;
	letter-spacing:-1.0px;
}
	
h2 span {
	font-size:14px;
	margin: 0 0 0 10px;}

h3 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: bold;
  	margin:0;
  	padding: 0 0 0 0;
  	letter-spacing:-2.0px;
  	line-height:32px;
  	text-align:left;
  	color:#565656;
	}

h3.features {font-size:160%;letter-spacing:-1.0px;line-height:150%; color:#004d8d;}

h3.comments {font-size:140%;letter-spacing:-1.0px;line-height:150%; color:#7c7c7c;}

/*.h3green {color:#90CA27;}
.h3green {color:#7ecf38;}*/
.h3green {color:#72be2a;}
.h4green {color:#A0CC00;}
.h4orange {color:#FF720D;}
.h4aqua {color:#17C7EB;}
.h4purple {color:#BA80E0;}

.h3smaller {font-size:80%;}


.text {
	font-size:12px;
	font-weight:bold;
	color: #555;
	vertical-align: top;
	}
textarea { 
	font: 14px arial, verdana;
	padding: 2px;
	background-color:#fff;
	color:#555;
	border: solid 1px #999;
}

select { 
	font-family: arial, verdana;
	padding: 0px;
	background-color:#ffffff;
	color:#555;
	font-size: 12px;
	font-weight: normal;
	border: solid 1px #333333;
}

.forminput {
	background-color:#ffffff;
	color:#000000;
	font-size: 12px;
	font-weight: normal;
	border: solid 1px #333333;
}
#formcontent{
    background-color: #f0f0f0;
    margin: 0;
	padding:0; 
	color:#555;
	vertical-align:top;
	}
select, input, .inputLine, td .inputLine, input[type="text"] {
	font-size: 15px;
	border: 1px solid #999;
	padding:6px;
	color:#555;
	}
.inputButton {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	background-color:#ffcc00;
	margin:0 10px 0 0;
	font-weight:bold;
	cursor:pointer;
	}

.mandatory, .error {
	color: #cc0000;
	}
hr {
	border-style:solid;
	border-width: 1px;
	border-color:#ccc;
	clear:both;
	}
.textcenter {text-align:center;}
.textright {text-align:right;}

div#bodycontent {padding:10px 10px 15px 20px;}

table.frame,table.data,table.kbtable,table.modal {border-collapse:collapse; margin:10px 0;}
table.data{border:1px solid #ccc;border-bottom:0;}
table.data tr th{background:#444; color:#fff; padding:5px 0 5px 0;font:bold 13px Helvetica, Arial, sans-serif;letter-spacing:normal;border-bottom:none;}
table.data tr td{background-color:#FFF;border-bottom:1px solid #ccc;border-right:none;border-left:none;color:#666;padding:10px;text-align:center;}
table.data tr td.textleft {text-align:left;}
table.data tr.odd td {background:#ebebeb;}
table.data tr td.pkgsblue {background:#378fe0;color:#fff;font-weight:bold;}
table.data tr td.pkgspurple {background:#660066;color:#fff;font-weight:bold;}
table.data tr td.pkgsorange {background:#ff9900;color:#fff;font-weight:bold;}
table.data tr td.pkgsgreen {background:#7ecf38;color:#fff;font-weight:bold;}
table.data tr td.pkgsyellow {background:#ffcc00;color:#fff;font-weight:bold;}

.imageleft {float:left;margin:3px 10px 10px 0;border:1px solid #ccc;}
.iconleft {float:left;margin:0 5px 5px 0;border:none;}

/**************************************************
	Tables
**************************************************/
table.pricing {border-collapse:collapse;} /* IE */
table.pricing{border:1px solid #ccc;border-bottom:0;padding:0;margin:10px 0;}
table.pricing tr th{border:1px solid #ff9900; background:#ff9900; padding:5px 0 5px 8px;font:bold 15px Helvetica, Arial, sans-serif;letter-spacing:normal;color:#fff;}
table.pricing tr td{background-color:#FFF;border-bottom:1px solid #ccc;border-right:1px dotted #ccc;border-left:1px dotted #ccc;font-size:12px;padding:10px;text-align:center;}
table.pricing tr td.textleft {text-align:left;}

table.zebra tr.even td {background: #FFF;}
table.zebra tr.odd td {background: #f3f3f3;}

table.packages {width:100%;} /* IE */
table.packages tr td {
	border-bottom:1px solid #dcdcdc;
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
	font-size:90%;
	line-height:150%;
}

/**************************************************
	Togglers
**************************************************/

h3.toggler {font:bold 16px arial, Helvetica, sans-serif;margin:20px 0;padding:0 0 0 35px;background:#fff url(../images/bg-toggler.jpg) top left no-repeat;letter-spacing:-0.5px;cursor:pointer;color:#000;text-decoration:none;line-height:40px;height:40px;}
h3.toggler.it {width:99%;}
h3.toggler:hover {color:#fff;cursor:pointer;}
h3.toggler.active {color:#fff;background:#fff url(../images/bg-toggler.jpg) bottom left no-repeat;}
div.toggled {margin:0 0 10px 0;padding:0;}
div.toggled div {padding:1px 0;}
div.toggled div.togglecontent {padding:15px;border:1px solid #ccc;}
div.toggled table {margin:0;width:500px;}


/**************************************************
	Accordions
**************************************************/

dl.accordion  {
	margin:0;
	padding:0;
	width:100%; /* Full Width Link */
	
	position:relative; /* PREVENTS HOP BEST */
	}
.accordion dt {
	margin: 2px 0;
	padding: 6px 0px 6px 30px;
	background:#f0f0f0 url(../images/bg-accordion.png) bottom left no-repeat;
	display:block;
	cursor:pointer;
	font: bold 14px Tahoma, Verdana, "Times New Roman", Arial;
	color: #666;
	border:1px solid #ccc;
}
.accordion dt.selected {
	background:#ff9900 url(../images/bg-accordion.png) top left no-repeat;
	color:#fff;
	border:none;
	border:1px solid #f09000;
}
.accordion dd {
	margin:-2px 0 0 0;
	padding:0;
	position:relative; 
	overflow: auto;
	border:1px solid #ccc;
	border-top:none;
}
.accordion dd span { 
	margin:0;
	padding:10px;
	display:block;
}
.accordionclear {clear:both;padding-bottom:30px;}


/**************************************************
	M2 Tabs
**************************************************/

ul.tabmenu {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #999;
	}
ul.tabmenu li {
	display: inline;
	}
ul.tabmenu li a {
	padding: 7px 10px 7px 10px;
	background-color: #7ecf38;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
	border-bottom:none;
	}
ul.tabmenu li a:hover {
	background-color: #333;
	color: #fff;
	padding: 10px 10px 7px 10px;
	}
ul.tabmenu li a.selected {
	background-color: #fff;
	color: #000;
	padding: 10px 10px 7px 10px;
	border-bottom: 1px solid #fff;
	}
ul.tabmenu li a:focus {
	outline: 0;
	}
div.tabs > div.tabcontent {
	padding:0;
	margin: 3px 0 0 10px;
	border:none;
	}
div.tabs > div.tabcontent h2 {
	margin-top: 0;
	}


/**************************************************
	Hosting Boxes
**************************************************/

.planbox {
	margin:20px 8px 20px 0;
	padding:0;
	width:156px;
	float:left;
	display:inline;
	}
.planbox h2 {border:none; margin:0;padding:7px 7px;}	
.planbox h2 a {
	font:bold 16px arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	letter-spacing:normal;
	cursor:pointer;
	color:#000;
	border:none;
	}
.planbox h2 a:hover {color:#fff;}

.planbox h2.capper  {
	font:bold 16px arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	letter-spacing:normal;
	cursor:auto;
	color:#000;
	border:none;
	}
	
.planbox h3 {
	font:bold 22px arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
	padding:7px 7px;
	letter-spacing:-1px;
	color:#000;
	border:none;
	text-align:right;
	}
.planbox.purple {border:2px solid #9f4a9b;-moz-border-radius:5px;-webkit-border-radius:5px;}
.planbox.yellow {border:2px solid #ffc003;-moz-border-radius:5px;-webkit-border-radius:5px;}
.planbox.green {border:2px solid #73be2d;-moz-border-radius:5px;-webkit-border-radius:5px;}

.planbox.purple h2, .planbox.purple h3 {background: #9f4a9b;}
.planbox.yellow h2, .planbox.yellow h3 {background: #ffc003;}
.planbox.green h2, .planbox.green h3 {background: #73be2d;}

.planbox.last {margin-right:0;}

.webpricing {
	color:#F60;
	font-size:230%;
	letter-spacing:-1px;
	font-weight:bold;
}
	
/**************************************************
	Sprites Images Icons
**************************************************/

.sprites-services{background:#fff url(../images/sprites-services.png) no-repeat;margin:0;padding:0;}
.sprites-services a {display:block;padding:0px;margin:0;float:left;}

.designindex {width:125px; height:125px; background-position:1px -1170px;float:left;margin:0 10px 10px 0;}
.exchangeindex {width:125px; height:133px; background-position:1px 1px;float:left;margin:0 10px 10px 0;}
.hostingindex {width:125px; height:125px; background-position:1px -218px;float:left;margin:0 10px 10px 0;}
.spamatronindex {width:125px; height:133px;background-position:1px -428px;float:left;margin:0 10px 10px 0;}
.itindex {width:125px; height:125px;background-position:1px -642px;float:left;margin:0 10px 10px 0;}
.coloindex {width:125px; height:125px;background-position:1px -830px;float:left;margin:0 10px 10px 0;}
.cloudindex {width:125px; height:125px;background-position:1px -1000px;float:left;margin:0 10px 10px 0;}


.sprites-exchange{background:transparent url(../images/sprites-exchange.png) no-repeat;margin:0;padding:0;}
.sprites-exchange a {display:block;padding:0px;margin:0;float:left;}

.featuredocuments {width:90px; height:92px; background-position:1px 1px;float:left;margin:0 10px 10px 0;}
.featureactivesync {width:90px; height:140px; background-position:1px -137px;float:left;margin:0 10px 10px 0;}
.featureowa {width:90px; height:100px; background-position:1px -303px;float:left;margin:0 10px 10px 0;}
.featurescheduling {width:90px; height:100px; background-position:1px -441px;float:left;margin:0 10px 10px 0;}
.featuresearch {width:90px; height:85px; background-position:1px -571px;float:left;margin:0 10px 10px 0;}

span.buttonlink a{padding:5px 10px; margin:10px 0;float:right; display:block; border:1px solid #ccc; background:#7bc111; color:#fff; font-size:12px; clear:both;text-decoration:none;}
span.buttonlink a:hover{background:#000;}

/**************************************************
	DIVS
**************************************************/

div.fifty {width:230px;float:left;margin-right:15px;}
div.fifty.last {margin-right:0;}

p.contactheading {background:#777;padding:5px 0 5px 5px;color:#fff;}


/**************************************************
	CLOUD SPRITE
**************************************************/

ul.m2securecloud {list-style:none;margin:0;padding:0;}

li.iconcloud {background:#fff url(../images/cloud/icon-cloud-sprite.png) no-repeat; padding:0 0 20px 70px; margin:0;}

li.savings {background-position:0px 30px;}
li.hardware {background-position:0px -143px;}
li.secure {background-position:0px -350px;}
li.green {background-position:0px -540px;}
li.access {background-position:0px -715px;}

