#slider {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
}
#howitworks-body {
	display: block;
	margin-right: 45px;/* Padding + border*/
}
#comparison-container {
	overflow: hidden;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	min-width: 800px;
	margin: 10px auto;
	background-color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	z-index: 3001;
}
#comparison-header {
	margin-bottom: 30px;
	margin-top: 30px;
	width: 680px;
	float: right;
}
#comparison-header h1 {
	font-size: 26px;
	padding: 0px;
	font-weight: 400;
	color: #008ED1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#comparison-header p {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#comparison-banner {
	float: left;
	margin-top: 28px;
}
#comparison-content {
	margin-bottom: 20px;
	moz-box-shadow:    inset 0 0 10px #c9c9c9;
	-webkit-box-shadow: inset 0 0 10px #c9c9c9;
	box-shadow:         inset 0 0 10px #c9c9c9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
#comparison-content table {
	font-size: 12px;
}
#comparison-content td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbeff9;
	padding: 3px;
}
.cell-dark-blue h5, .cell-light-blue h5 {
	font-size: 12px;
	color: #009fea;
	font-weight: 400;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#comparison-content h4 {
	font-size: 14px;
	color: #009FEA;
	margin-top: 10px;
	margin-bottom: 5px;
}
#cell-macmate-head h5 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	text-align: center;
	margin: 0px;
}
#comparison-content .cell-dark-blue {
	background-color: #E8F6FD;
	text-align: center;
}
#comparison-content  .cell-light-blue {
	background-color: ##f5fbfe;
	text-align: center;
}
#comparison-content  .cell-white {
	background-color: #FFFFFF;
}
#comparison-content .cell-macmate {
	background-color: #009FEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #24abea;
	text-align: center;
	color: #FFFFFF;
}
#cell-macmate h5 {
	color: #FFFFFF;
	font-size: 14px;
}
#comparison-content h3 {
	font-size: 16px;
	font-weight: 700;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#comparison-content p {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
#howitworks-image {
	margin-bottom: 40px;
}
#steps {
	float: right;
	width: 210px;
	text-align: right;
}
#steps h2 {
	font-size: 14px;
	padding: 0px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 300;
}
#steps a{
	color:#FFF;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background-color: #d4ecf8;
	text-decoration: none;
	width: 30px;
	height: 30px;
	padding: 5px 10px 5px 10px;
}
#left-nav {
	float: left;
}
#right-nav {
	float: right;
}
#left-nav a {
	font-size: 12px;
	color: #008ED1;
	text-decoration: none;
	display: block;
	padding-left: 32px;
	font-weight: 400;
	background-image: url(../http://cdn.macace.net/MM/MM_Images/general/left-arrow.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 24px;
	padding-top: 5px;
}
#right-nav a {
	font-size: 12px;
	color: #008ED1;
	text-decoration: none;
	display: block;
	background-image: url(../http://cdn.macace.net/MM/MM_Images/general/right-arrow.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 32px;
	height: 24px;
	padding-top: 5px;
	text-align: right;
}
.clear {
	clear: both;
}
#comparison-content .cell-macmate-head {
	background-color: #009FEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #24abea;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-top: 10px;
}
#comparison-container p.disclaimer {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

