body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #fafafa;
	padding-bottom: 20px;
}

ul.dd_menu {
    z-index: 2001;
    position: relative;
}

ul.spec-overview, ul.spec-features {
    padding-left:0
}

a.reseller-btn {
	display: block;
	width: 95px;
	min-width: 78px;
	height: 32px;
	border: 1px solid #009fea;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #62c5f3), color-stop(50%, #00a5ec), color-stop(100%, #008ed1));
	background-image: -webkit-linear-gradient(#62c5f3 50%, #00a5ec 50%, #008ed1);
	background-image: -moz-linear-gradient(#62c5f3 50%, #00a5ec 50%, #008ed1);
	background-image: -o-linear-gradient(#62c5f3 50%, #00a5ec 50%, #008ed1);
	background-image: linear-gradient(#62c5f3 50%, #00a5ec 50%, #008ed1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 1px 1px 4px rgba(14, 71, 97, 0.7);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 1px 1px 4px rgba(14, 71, 97, 0.7);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 1px 1px 4px rgba(14, 71, 97, 0.7);
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px #009ed8;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	right: -114px;
	position: absolute;
	margin-bottom: 0px;
	bottom: -5px;
}
a.buy-btn {
	display: inline-block;
	width: 125px;
	min-width: 78px;
	height: 32px;
	border: 1px solid #009fea;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #62c5f3), color-stop(50%, #00a5ec), color-stop(100%, #008ed1));
	background-image: -webkit-linear-gradient(#62c5f3 50%, #00a5ec 50%, #008ed1);
	background-image: -moz-linear-gradient(#62c5f3 50%, #00a5ec 50%, #008ed1);
	background-image: -o-linear-gradient(#62c5f3 50%, #00a5ec 50%, #008ed1);
	background-image: linear-gradient(#62c5f3 50%, #00a5ec 50%, #008ed1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 1px 1px 4px rgba(14, 71, 97, 0.7);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 1px 1px 4px rgba(14, 71, 97, 0.7);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 1px 1px 4px rgba(14, 71, 97, 0.7);
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px #009ed8;
	float: none;
	position: relative;
}

.nav-bar {
	height: 45px;
	margin-bottom: 20px;
}
.main-nav {
	position: relative;
    width: 960px;
    height: 34px;
    margin: 0 auto 0 auto;
    background-image: url(http://cdn.macace.net/MM/MM_Images/general/nav_bg.png);
    background-repeat: repeat-x;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0;
}
.main-nav-item {
    display: inline-block;
    width: 135px;
    list-style-type: none;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #ffffff;
}
.main-nav-item:first-of-type {
	border-left: none;
}
.main-nav-item:last-of-type {
	border-right: none;
}
.main-nav-item a {
    display: block;
    width: 135px;
    padding: 10px 0 10px 0;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    color: #707174;
}
.main-nav-item a.active {
    color: #ffffff;
    background-color: #009fdb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sub-nav {
	position: absolute;
	top: 38px;
	left: 0;
 	width: 960px;
 	height: 22px;
 	background: #009fdb;
}
.sub-nav-item {
    display: inline-block;
    width: 137px;
    list-style-type: none;
}
.sub-nav-item a {
    display: block;
    width: 137px;
    padding: 6px 0 6px 0;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}
.sub-nav-item a.active {
 	padding: 5px 0 5px 0;
 	font-weight: bold;
	font-size: 12px;
    line-height: 12px;
}

.clear {
	clear: both;
}
#container {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-bottom: 0px;
	-moz-box-shadow: 0px 0px 3px #888;
	-webkit-box-shadow: 0px 0px 3px #888;
	box-shadow: 0px 0px 3px #888;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#container strong {
	font-weight: 300;
	color: #000000;
}
#macmate-packages {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/price-table-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
		-moz-border-radius: 5px;
	border-radius: 5px;
}
#bottom-nav {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-left: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
#made-in-great-britain {
	float: right;
	font-size: 11px;
	width: 200px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/ma-icon.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 10px;
}
#bottom-links  {
	font-size: 12px;
	color: #00A0D8;
	display: block;
		padding-top: 3px;
	float: left;
}
#bottom-links a {
	font-size: 12px;
	color: #00A0D8;
	display: block;
	margin-right: 10px;
		padding-top: 3px;
	float: left;
}
#small-print {
	font-size: 8px;
	color: #666666;
	margin-top: 10px;
}
#top-section {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#strapline {
	width: 370px;
	float: right;
	margin-top: 40px;
}
.large-strap {
	font-size: 16px;
	color: #666666;
}
.med-strap {
	display: block;
	font-size: 14px;
	color: #666666;
}
#macmate-logo {
	float: left;
	width: 331px;
}
#top-small-nav {
	float: right;
	font-size: 11px;
	height: 17px;
	width: 110px;
	padding-top: 3px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/MORE-INFO-BUTTON.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 20px;
}
#top-small-nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top-small-nav li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top-small-nav a {
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#flags {
	float: right;
	height: 17px;
	width: 140px;
	margin-top: 0px;
	color: #000000;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/more-info-flag.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 20px;
	padding-top: 3px;
}
#flags a {
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#sharing {
	float: left;
	width: 160px;
	height: 20px;
}
.home-feature1 {
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 60px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/home-cloud-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
}
.home-feature2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 65px;
	padding-right: 420px;
	padding-bottom: 40px;
	padding-left: 60px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/large-hosting.png);
	background-repeat: no-repeat;
	background-position: 625px 60px;
}
.home-feature-reseller {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 50px;
	padding-right: 420px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/large-hosting.png);
	background-repeat: no-repeat;
	background-position: 625px 40px;
}
.home-feature-inset1 {
	margin-bottom: 30px;
	font-family: "Open Sans";
	font-size: 19px;
	color: #FFF;
	padding: 20px;
	font-weight: lighter;
	border: 1px solid #Ccc;
	margin-right: 130px;
	margin-left: 130px;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
	background-color: #009fda;
}
.home-feature3 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #f0f0f0;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/grey-grad-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.home-feature4 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efecef;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/tint-grad_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
	margin-bottom: 0px;
}
.home-feature5 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 70px;
	padding-bottom: 60px;
	padding-left: 60px;
}
.home-feature6 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
}
.home-feature7 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 40px 60px;
}
.home-copy-feature4 {
	float: left;
	width: 475px;
}
.home-copy-feature6 {
	float: left;
	width: 480px;
}
.home-icon-feature6 {
	float: left;
	margin-right: 80px;
	margin-left: 100px;
}
.home-copy-feature5 {
	float: left;
	width: 370px;
	margin-top: 30px;
}
.home-copy-feature8 {
	float: left;
	width: 800px;
	margin-top: 40px;
}
.home-copy-feature9 {
	float: left;
	width: 300px;
	margin-top: 25px;
}
.home-copy-feature10 {
	float: right;
	width: 130px;
	margin-top: 20px;
	color: #FFF;
	text-decoration: blink;
	text-align: right;
}
.home-copy-feature7 {
	float: right;
	width: 480px;
	margin-top: 20px;
}
#home-webhosting {
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/home-webhosting-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid e6e6e6;
	-moz-box-shadow: inset 0px 1px 3px #888;
	-webkit-box-shadow: inset 0px 1px 3px#888;
	box-shadow: inset 0px 1px 3px #888;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.home-sharing-image {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.home-gallery-image {
	float: right;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.home-hosting-icon {
	float: left;
	margin-right: 30px;
}
.home-intro-top {
	width: 460px;
}
.home-intro-copy {
	width: 380px;
	padding-bottom: 20px;
}
.large-intro {
	font-size: 14px;
	width: 400px;
	display: block;
}
.large-intro-smaller {
	font-size: 13px;
	width: 390px;
	display: block;
}
#home-features h2 {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 24px;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #4f4f4f;
	padding: 0px;
	margin-bottom: 0px;
	line-height: 30px;
}
#home-features h3 {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight:300;
	margin-bottom: 10px;
	color: #999999;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
#home-features h4 {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
			font-weight:300;

	margin-bottom: 0px;
	color: #4F4F4F;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 16px;
}
#home-features h5 {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	color: #4F4F4F;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#home-features h6 {
	font-size: 16px;
	color: #09F;
	margin-top: 30px;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
}
#home-features p {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #848484;
	line-height: 22px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#home-features a {
	color: #0099FF;
	text-align: center;
}
.home-feature-image-left {
	float: left;
	margin-right: 10px;
}
.home-feature-image-right {
	float: right;
	margin-right: 0px;
}
#home-online-storage-text {
	float: right;
	margin-top: 120px;
	width: 400px;
}
#middle-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.screenshots {
	margin-top: 40px;
	margin-left: 40px;
	width: 420px;
	float: left;
	height: 170px;
}
#container h1 {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 26px;
	color: #666666;
	font-weight: lighter;
	;
	line-height: 34px;
}
/*
#container h2 {
	color: #009FDB;
	font-size: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}*/
.screenshots img {
	float: left;
	margin-right: 20px;
}
.screenshot-text {
	float: left;
	width: 175px;
}
.screenshot-text p {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;

	font-size: 12px;
	margin: 0px;
}
.screenshot-text h4 {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;

	font-size: 12px;
	color: #009FDB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.screenborder {
	border: 4px solid #FFF;
	-moz-box-shadow:    0px 0px 2px 2px #d1d1d1;
  -webkit-box-shadow: 0px 0px 2px 2px #d1d1d1;
  box-shadow:         0px 0px 2px 2px #d1d1d1;
  -moz-border-radius: 3px;
border-radius: 3px;
}
#screenshot-feature {
	margin-top: 40px;
}
.screenshot-feature-text h3 {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;

	margin: 0px;
}
.screenshot-feature-text {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;

	float: right;
	width: 360px;
	margin-right: 40px;
}
.screenshot-feature-text p {
	font-size: 14px;
	color: #848484;
}
#screenshot-feature-2 {
	margin-top: 40px;
}
.screenshot-feature-text-left {
	float: left;
	width: 360px;
	margin-left: 40px;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	margin-right: 10px;
}
.screenshot-feature-text-left p {
	font-size: 14px;
	color: #848484;
}
.screenshot-feature-image-right {
	float: right;
	width: 523px;
}
.image-left-border {
	float: left;
	margin-right: 30px;
}
.image-right-border {
	float: right;
	margin-right: 10px;
}
.image-left-border-small {
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}
#questions-container {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    margin-right: 40px;
	margin-left: 0px;
	float: left;
	width: 600px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e1e1e1;
	padding-left: 40px;
	margin-top: 20px;
}
#questions-container h2 {
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 18px;
	color: #FFFFFF;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	display: block;
	background-color: #009FDB;
}
.questions {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
.questions h3 {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}
.questions p {
	font-size: 12px;
	color: #848484;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#question-type-tab {
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 1px none #e1e1e1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#question-type-tab ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#question-type-tab li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#question-type-tab a {
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	background-color: #F1F1F1;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 176px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#help-questions {
	float: left;
	width: 175px;
	margin-left: 40px;
	margin-top: 20px;
}
#help-questions p {
	font-size: 12px;
	margin: 0px;
	color: #666666;
}
#help-questions img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.readmore {
	color: #FFFFFF;
	background-color: #009EDB;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	display: block;
	width: 80px;
	text-decoration: none;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.hosting-feature-1 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #f0f0f0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.hosting-icon-feature1 {
	float: left;
	margin-right: 0px;
	margin-top: 40px;
	margin-left: 40px;
}
.hosting-copy-feature1 {
	float: right;
	width: 500px;
	margin-right: 40px;
	margin-top: 55px;
}
.hosting-feature-2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/lip-shadow-bg.png);
}
.hosting-feature-2ns {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 85px;
	background-repeat: no-repeat;
	background-position: center top;
}
.hosting-copy-feature2 {
	float: right;
	width: 385px;
}
.hosting-icon-feature2 {
	float: left;
	margin-right: 0px;
}
.hosting-feature-3 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #f0f0f0;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: center top;
}
#hosting-feature-3-col1 {
	width: 210px;
	float: left;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/multisite-sign.png);
	background-repeat: no-repeat;
	padding-left: 250px;
	padding-top: 0px;
	height: 250px;
	background-position: 25px 0px;
}
#hosting-feature-3-col2 {
	width: 400px;
	float: right;
}
.hosting-feature-4 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 40px;
}
.hosting-feature-5 {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.hosting-feature-6 {
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
}
.hosting-icon-feature4 {
	float: right;
	margin-left: 40px;
}
.hosting-copy-feature4 {
	float: right;
	width: 660px;
	margin-top: 10px;
}
.cloud-sharing-image {
	float: right;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.cloud-feature-1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.cloud-copy-feature1 {
	float: right;
	width: 380px;
}
.cloud-icon-feature1 {
	float: left;
	margin-right: 0px;
	margin-top: 0px;
}
.cloud-feature-2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/lip-shadow-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.cloud-copy-feature2 {
	float: left;
	width: 220px;
}
.cloud-icon-feature2 {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	margin-left: 0px;
}
.cloud-feature-3 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/cloud-storage-cloud.png);
}
.cloud-copy-feature3 {
	float: left;
	width: 400px;
}
.cloud-copy-feature3 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: disc;
}
.cloud-copy-feature3 li {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #848484;
	font-weight: 200;
	line-height: 16px;
}
.cloud-feature-4 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 220px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/file-icons.png);
	background-repeat: no-repeat;
	background-position: 550px 30px;
}
.cloud-copy-feature4 {
	float: left;
	width: 500px;
}
.cloud-feature-5 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.cloud-icon-feature5 {
	float: left;
	margin-right: 0px;
	margin-top: 20px;
}
.cloud-copy-feature5 {
	float: right;
	width: 400px;
	margin-top: 120px;
	margin-right: 60px;
}
.cloud-copy-feature7 {
	float: left;
	width: 480px;
	margin-top: 50px;
}
.cloud-column-left-top {
	float: left;
	width: 420px;
	height: 180px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	padding-right: 20px;
}
.cloud-column-right-top {
	float: left;
	width: 410px;
	height: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-left: 20px;
}
.cloud-column-left-bottom {
	float: left;
	width: 420px;
	height: 220px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	padding-right: 20px;
	padding-top: 20px;
}
.cloud-column-right-bottom {
	float: left;
	width: 410px;
	height: 220px;
	padding-left: 20px;
	padding-top: 20px;
}
.gall-feature-1 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/galleries-mac.png);
	background-repeat: no-repeat;
	height: 380px;
	background-position: 350px 60px;
}
.gall-copy-feature1 {
	float: left;
	width: 340px;
}
.gall-icon-feature1 {
	margin-top: 0px;
	text-align: center;
	float: right;
}
.gall-feature-2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/lip-shadow-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.gall-icon-feature2 {
	margin-right: 0px;
	margin-top: 20px;
}
.gall-copy-feature2 {
}

.gall-copy-feature3 {
	float: left;
	width: 260px;
	margin-top: 100px;
}
.gall-icon-feature3 {
	margin-right: 0px;
	margin-top: 0px;
	float: right;
	width: 550px;
}
.gall-feature-3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/tint-grad_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.gall-feature-4 {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	margin-bottom: 30px;
}
#features-secure {
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/home-webhosting-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid e6e6e6;
	-moz-box-shadow: inset 0px 1px 3px #888;
	-webkit-box-shadow: inset 0px 1px 3px#888;
	box-shadow: inset 0px 1px 3px #888;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.email-feature-1 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/email-graphic.png);
	background-repeat: no-repeat;
	height: 330px;
	background-position: 60px 60px;
}
.email-copy-feature1 {
	float: right;
	width: 250px;
}
.add-extra-emails {
	font-size: 12px;
	color: #4E4E4E;
	float: right;
}
.email-icon-feature1 {
	float: left;
	margin-right: 40px;
}
.email-feature-2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 60px;
	padding-left: 40px;
}
.email-copy-feature2 {
	float: left;
	width: 400px;
}
.email-icon-feature2 {
	float: right;
	margin-right: 0px;
}
.email-feature-3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/tint-grad_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.email-icon-feature3 {
	margin-right: 30px;
	margin-top: 0px;
	float: left;
}
.email-icon-feature4 {
	margin-right: 30px;
	margin-top: 0px;
	float: left;
}
.email-feature-4 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/lip-shadow-bg.png);
	background-repeat: repeat-x;
	background-position: center top;

}
.email-feature-5 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #f0f0f0;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
.email-copy-feature4 {
	float: left;
	width: 200px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/mailbox.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 230px;
	height: 190px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: -10px -15px;
}
.email-copy-feature4a {
	float: right;
	width: 170px;
	padding-left: 200px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/multisite-sign.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom: 0px;
	height: 190px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: 0px 10px;
}
.extra-features-container {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/extra-features-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	padding: 0px;
}

.extra-feature-text {
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #999999;
	display: block;
	margin-bottom: 5px;
	margin-left: 30px;
	line-height: 14px;
}
.bottom-right {
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #999999;
	display: block;
	margin-bottom: 5px;
	margin-left: 30px;
	line-height: 14px;
	text-align: left;
}
.extra-feature-header {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #666666;
	display: block;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	top: -10px;
}
.bottom-right-header {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #009fda;
	display: block;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	top: -5px;
	font-weight: bolder;
}
.newsletter {
	margin-left:30px;
	margin-right:10px;
	padding: 3px;
	width: 150px;
	float: left;
}
.newletter-button {
		-moz-box-shadow:inset 0px 1px 0px 0px #a4d9eb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4d9eb;
	box-shadow:inset 0px 1px 0px 0px #a4d9eb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77c6e0), color-stop(1, #009ed8) );
	background:-moz-linear-gradient( center top, #77c6e0 5%, #009ed8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77c6e0', endColorstr='#009ed8');
	background-color:#77c6e0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #67bedb;
	display:inline-block;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #009ed8;
}.newletter-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #009ed8), color-stop(1, #77c6e0) );
	background:-moz-linear-gradient( center top, #009ed8 5%, #77c6e0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ed8', endColorstr='#77c6e0');
	background-color:#009ed8;
}.newletter-button:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */



.extra-feature-1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
	width: 200px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 39px;
	float: left;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/money-back-icon.png);
	background-repeat: no-repeat;
	background-position: 24px 22px;
	height: 130px;
}
.extra-feature-2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
	width: 160px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	float: left;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/support-icon.png);
	background-repeat: no-repeat;
	background-position: 20px 22px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 120px;
}
.extra-feature-3 {
	width: 170px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/question-extra-icons.png);
	background-repeat: no-repeat;
	background-position: 20px 22px;
	height: 130px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
}
.extra-feature-4 {
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #f0f0f0;
	width: 190px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/support-icon.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	height: 130px;
	background-position: 20px 22px;
}
.inset-features-box {
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/home-webhosting-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid e6e6e6;
	-moz-box-shadow: inset 0px 1px 3px #888;
	-webkit-box-shadow: inset 0px 1px 3px#888;
	box-shadow: inset 0px 1px 3px #888;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 40px;
}
.inset-image {
	float: left;
	margin-right: 30px;
}
.int-pages-header {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#testimonials {
	float: right;
	width: 319px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/speech.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 40px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	height: 190px;
}
#testimonials p {
	font-size: 12px;
}
.testimonials-name {
	font-size: 11px;
	color: #999999;
}
#magazine-reviews-container {
	float: left;
	width: 550px;
}
#testimonials-rotate-container {
	float: right;
	margin-top: 0px;
	width: 400px;
}
.rounded-image {
	width: 310px;
	margin-left: 25px;
}
.rounded-image img {
-moz-border-radius: 10px;
	border-radius: 10px;
}
.review {
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
.review h3 {
	font-size: 16px;
	color: #666666;
}
#aboutus-container {
	float: left;
	width: 480px;
	margin-left: 40px;
}
.magazine-reviews {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}
.webpackages-icons {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/webapps.png);
	background-repeat: no-repeat;
	height: 280px;
	background-position: 0px 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	text-align: center;
	line-height: 25px;
}


/*CONTACT FORM */

form .field {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    width: 230px;
    background-color: #EAEAEA;
}

form .field2 {
    width: 80px;
    background-color: #EAEAEA;
}

form .box {
    width: 15px;
    background-color: #EAEAEA;
}

form ol {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}

form ol li {
    clear:left;
    margin:10px 0;
}

#buttons {
	margin-left: 150px;
}

form label {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;

	display: block;
	width: 150px;
	float: left;
	font-size: 12px;
	color: #666666;
}

form input,select,textarea {
	padding: 5px;
}

.invalid {
	color: #dd8300;
	background-color: #e4e2e2;
	display: block;
	padding: 1em;
	width: 300px;
}
#contact-right-container {
	float: right;
	margin-top: 0px;
	width: 340px;
	margin-bottom: 60px;
	padding-right: 60px;
}
.country-header-uk {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	margin: 0px;
	color: #33B2DF;
	display: block;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/ukflag.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	background-color: #D9EBF8;
}
.country-header-usa {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight:200;
	margin: 0px;
	color: #33B2DF;
	display: block;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/usflag.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	background-color: #D9EBF8;
}
.country-header-email {
	margin: 0px;
	color: #33B2DF;
	display: block;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #D9EBF8;
}
#package_disk {
	height: 319px;
	width: 265px;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
	float: left;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/package-bg-new.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 0px 1px 2px #888;
-moz-border-radius: 3px;
border-radius: 3px;
}
#package_classic {
	height: 319px;
	width: 265px;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
	float: left;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/package-bg-new.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 0px 1px 2px #888;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#package_pro {
	height: 319px;
	width: 265px;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
	float: left;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/package-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 0px 1px 2px #888;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#package_disk ul, #package_classic ul, #package_pro ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#package_disk li, #package_classic li, #package_pro li {
	text-align: center;
	display: block;
	background-color: #56A7E0;
	text-shadow: 1px 1px #0a5492;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #67B4E5;
	border-bottom-color: #469EDC;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 300;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.see-specs {
	margin-right: auto;
	margin-left: auto;
	width: 90px;
	background-color: #398AD6;
	text-align: center;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
}
.see-specs a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.buy-online-container {
	border: 1px solid #2670C1;
	width: 155px;
	float: left;
	background-color: #F2F2F2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.buy-online-button {
	float: right;
}
.buy-online-button form {
	margin: 0px;
	padding: 0px;
}
.buy-button {
	background-color: #55a145;
	color: #FFFFFF;
	text-shadow: 2px 2px #498b3b;
	border: 1px solid #48883a;
	font-size: 12px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 60px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 0px;
	height: 28px;
}
.buy-online-pricing {
	font-size: 14px;
	float: left;
	color: #13314d;
	padding-top: 8px;
	padding-left: 8px;
}
.trial-container {
    float: right;
    width: 72px;
}
.trial-container form {
	margin: 0px;
    padding: 0px;
}
.trial-button {
    background: url('http://cdn.macace.net/MM/MM_Images/general/14-free-trial.png') no-repeat ;
	color: #FFFFFF;
	text-shadow: 1px 1px rgba(109,101,101, 0.5);
	font-size: 11px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 72px;
    height: 36px;
    margin: 0;
    border: none;
}
.features-holder {
	height: 135px;
}
.features-holder  p, .features-holder-flip p {
	text-align: center;
	display: block;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
.features-holder-flip {
	height: 183px;
}
.sidelink {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.calendar-feature-1 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
}
.calendar-copy-feature1 {
	float: right;
	width: 450px;
	margin-top: 25px;
}

.calendar-icon-feature1 {
	margin-top: 0px;
	text-align: center;
	float: left;
	margin-right: 40px;
}
.calendar-feature-2 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #f0f0f0;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/lip-shadow-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.calendar-copy-feature2 {
	width: 500px;
	float: left;
	margin-top: 20px;
}
.calendar-icon-feature2 {
	margin-right: 0px;
	margin-top: 0px;
	float: right;
	width: 300px;
}
.calendar-feature-3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 40px;
}
.calendar-copy-feature3 {
	float: left;
}
.calendar-icon-feature3 {
	margin-right: 0px;
	margin-top: 0px;
}
.calendar-feature-4 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/tint-grad_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.calendar-copy-feature4 {
	float: right;
	width: 350px;
	margin-top: 60px;
}
.calendar-icon-feature4 {
	margin-right: 0px;
	margin-top: 0px;
	float: left;
}
.calendar-intro {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #999999;
	margin-top: 10px;
	line-height: 20px;
}
.howitworks-feature-1 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 40px;
}
.howitworks-copy-feature1 {
	width: 300px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/step1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-top: 0px;
	float: left;
}
.howitworks-icon-feature1 {
	margin-right: 0px;
	margin-top: 0px;
	float: right;
	margin-bottom: 0px;
	margin-left: 0px;
}
.howitworks-feature-2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 40px;
}
.howitworks-copy-feature2 {
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/step2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-top: 0px;
	float: left;
}
.howitworks-feature-3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 40px;
}
.howitworks-copy-feature3 {
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/step3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-top: 0px;
	float: left;
}
#terms {
	padding: 40px;
}
#terms li {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #848484;
	font-size: 14px;
	margin-bottom: 10px;
}
#email-feature-3-col1 {
	width: 400px;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
}
.smallprint {
	font-size: 10px;
}
.press {
	float: left;
	width: 133px;
	margin-right: 25px;
	height: 133px;
	text-align: center;
}
.press a {
	font-size: 11px;
}
#pressinfo {
	border: 1px solid #CFE0EC;
	padding: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#pressinfo p {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #33B2DF;
	font-weight: 400;
}

.features-column1 {
	width: 100px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.features-column1  p {
	padding: 0px;
	text-align: left;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 14px;
	color: #FFFFFF;
}
.upgrade-options {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: center;
}
.back-features-holder {
	height: 165px;
}

div.newsletter-feature {
    overflow: hidden;
    float: left;
    /*position: relative;*/
}

div.first {
    position: relative;
}

div.first-container,
div.second-container {
    transition: all 1.75s;
    -o-transition: all 1.75s;
    -moz-transition: all 1.75s;
    -webkit-transition: all 1.75s;
}

div.first-container {
    position: relative;
    z-index: 1;
}

div.second-container {
    opacity: 0;
    position: absolute;
    z-index: 0;
}

div.first-container.sent {
    opacity: 0;
}

div.second-container.sent {
    opacity: 1;
}

div.invalid-email {
    clear: both;
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    border-radius: 3px;
    text-shadow: 1px 1px 0 white;
    margin: 8px 0 0 30px;
    opacity: 0;
    color: #4e4e4e;
    background: none;
    padding-left: 0;
    transition: all 0.35s;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

div.invalid-email.visible {
    opacity: 1;
}

div.invalid-email.colorise {
    color: #c44444;
    background-color: #f5e1e1;
    padding-left: 8px;
}
#made-for-mac {
	float: right;
	margin-top: 10px;
}
#top-right {
	float: right;
	width: 450px;
}
#top-menus {
	float: right;
	height: 30px;
}
strong {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
	color: #666666;
}.coming-soon {
	font-size: 11px;
	color: #999999;
	display: block;
	margin-bottom: 5px;
}
.gall-feature-5 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	padding-top: 40px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/lip-shadow-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.gall-icon-feature5 {
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	width: 484px;
	margin-left: 40px;
}
.gall-copy-feature5 {
	float: right;
	width: 320px;
	margin-top: 80px;
}
.hosting-feature-7 {
	padding-top: 60px;
	padding-right: 80px;
	padding-bottom: 60px;
	padding-left: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center top;
}
.hosting-icon-feature7 {
	float: right;
	margin-right: 0px;
}
.hosting-copy-feature7 {
	float: left;
	width: 380px;
	margin-right: 0px;
	margin-top: 40px;
}
.filesharing-feature-1 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #f0f0f0;
	padding-top: 120px;
	padding-right: 80px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/file-sharing-macmate.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	height: 300px;
}
.filesharing-copy-feature1 {
	float: right;
	width: 410px;
}
.filesharing-icon-feature1 {
	float: left;
	margin-right: 40px;
}
.filesharing-feature-2 {
	padding-top: 60px;
	padding-right: 80px;
	padding-bottom: 60px;
	padding-left: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	background-position: center top;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/lip-shadow-bg.png);
	background-repeat: no-repeat;
}
.filesharing-copy-feature2 {
	float: left;
	width: 540px;
	margin-right: 0px;
	margin-top: 40px;
}
.filesharing-icon-feature2 {
	float: right;
	margin-right: 0px;
}
.filesharing-feature-3 {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
}
.filesharing-copy-feature3 {
	float: left;
	width: 400px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/file-sharing-file-recieved.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 266px;
	padding-right: 400px;
}
.small-inset-features-box {
	background-image: url(http://cdn.macace.net/MM/MM_Images/general/home-webhosting-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid e6e6e6;
	-moz-box-shadow: inset 0px 1px 3px #888;
	-webkit-box-shadow: inset 0px 1px 3px#888;
	box-shadow: inset 0px 1px 3px #888;
	float: left;
	width: 210px;
	margin-right: 20px;
	padding: 20px;
	height: 160px;
	background-color: #EFEFEF;
}
.filesharing-feature-4 {
	padding-top: 60px;
	padding-right: 80px;
	padding-bottom: 60px;
	padding-left: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
}
.filesharing-copy-feature4 {
	float: right;
	width: 600px;
	margin-right: 0px;
	margin-top: 30px;
}
.filesharing-icon-feature4 {
	float: left;
	margin-right: 0px;
}
.filesharing-feature-5 {
	padding-top: 60px;
	padding-right: 80px;
	padding-bottom: 60px;
	padding-left: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
}
.filesharing-icon-feature5 {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.filesharing-copy-feature5 {
	float: left;
	width: 300px;
	margin-right: 0px;
	margin-top: 0px;
}
.file-sharing-box-icon {
	float: right;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 6px;
}

.info-dropdown {
	position: relative;
	top: 18px;
	right: 18px;
	float: right;
	width: 125px;
	height: 32px;
}

a.info-drop-down {
	display: block;
	height: 22px;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 10px;
	padding-left: 46px;
	font-size: 11px;
	line-height: 11px;
	color: #333333;
	text-decoration: none;
}
a.info-drop-down.expand {
		background-image: url(http://cdn.macace.net/MM/MM_Images/general/how-it-works-bg.png);
}
a.info-drop-down.contract {
		background-image: url(http://cdn.macace.net/MM/MM_Images/general/how-it-works-bg-active.png);
}
.hidden {
	display: none;
}
.floating {
	width: 99px;
	border: 1px solid #c3c3c3;
	background: white;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 12px;
}
.floating a {
	display: block;
	padding: 6px 4px;
	text-align: left;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.cloud-supported-formats {
	float: right;
	margin-top: 20px;
}
#pricelist-right {
	float: right;
	margin-top: 0px;
	width: 340px;
	margin-bottom: 60px;
	padding-right: 60px;
}
#full-price-container {
	float: left;
	width: 480px;
	margin-left: 40px;
}
#full-price-container h2 {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}
.full-price-package {
	font-size: 14px;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D9EBF8;
	font-weight: 200;
}
.full-price-right {
	float: right;
}
.full-price-small-print {
	font-size: 12px;
	color: #999999;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	display: block;
	margin-top: 10px;
	line-height: 14px;
}
 .youtube-video {
     display: block;
     margin: 0 auto;
     height: 480px;
     width: 960px;
     padding: 40px 0;
     text-align: center;
     background-image: url(http://cdn.macace.net/MM/MM_Images/general/youtube-bg.png);
     background-repeat: no-repeat;
     background-position: center -30px;
     overflow: hidden;
 }
buybutton {
	color: #FFF;
}
.blog-header {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #009FDB;
	font-size: 9px;
	border: 4px;
	border-color: #009FDB;
	text-align: right;
}
.blog-header-centre {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #009FDB;
	font-size: 11px;
	border: 4px;
	border-color: #009FDB;
	text-align: centre;
}
.topbuy {
	padding-top: 25px;
	padding-bottom: 0px;
	height: 25px;
	position: relative;
	clip: rect(0px,auto,0px,auto);
	text-align: right;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-right: 190px;
	bottom: -25px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}
