@charset "UTF-8";
/* CSS Document Created by jfgodin@revenuewire.com  Booyeah */


/* =GLOBAL STYLES
------------------------------ */
body {
	background:#efefef;
	margin:20px 0 0;
	padding:0;
	font-size:14px;
	color:#424242;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	text-align:center;
}

a img {border:none}

a {color:#08bef2}

a:visited {color:#0787ac}

h1 {
	font-size:26px;
	font-weight:normal;
}

h2 {
	font-size:20px;
	margin:0 0 2px;
}

p {margin-top:0}

.centered {
	margin:0 auto;
	display:block;
}

.wrapper {
	width:923px;
	margin:0 auto;
	text-align:left;
}

.hr {
	height:1px;
	background:#c7c7c7;
	display:block;
	margin:20px 0;
	clear:right;
}

blockquote {
	font-style:italic;
	margin:0;
	padding:0;
}

.author {
	font-style:normal;
	font-weight:bold;
}

.float-left {float:left}

.clear-left {clear:left}

.block {display:block}

/* =HEADER STYLES
------------------------------ */
#logo {
	float:left;
	margin:0 0 20px;
}

#ms-cert {
	float:right;
}

#nav {
	clear:both;
	height:35px;
	margin:0 0 20px;
	padding:1px 0 1px;
	list-style-type:none;
	background:url(../images/bg-nav.png) no-repeat 0 0;
}

#nav li {
	float:left;
}

#nav li a {
	float:left;
	height:27px;
	background:url(../images/bg-nav-pipe.png) no-repeat top right;
	padding:8px 16px 0 12px;
	text-decoration:none;
	color:#434343;
}

#nav li.first a {
	padding-left:16px;
}

#nav li a:visited {
	color:#434343;
}

#nav li a:hover {
	text-shadow:1px 1px 0px #EDEDED;
}
	
/* =INTRO STYLES
------------------------------ */
#intro {
	height:236px;
	margin-bottom:20px;
	padding:40px 90px 0 400px;
	background:url(../images/bg-feature.jpg) no-repeat 0 0;
}

#intro h1 {
	font-style:italic;
	color:#fff;
	text-shadow:1px 1px 2px #333;
	margin:0 0 30px;
}

/* =MAIN CONTENT STYLES
------------------------------ */
.box {
	background:#fff;
	border:1px solid #a3caf3;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.sidebar {
	width:220px;
	padding:10px 20px;
}

.copy {
	width:636px;
	float:right;
}

#features-benefits {
	margin:0 0 20px;
	padding:0;
	list-style-type:none;
	background:url(../images/icon-features.png) no-repeat 0 0;
}

#features-benefits li {
	padding-left:75px;
	margin:23px 0;
}

.copy-buttons {margin-left:75px}

.sidebar-buttons {
	margin:10px auto;
	display:block;
}

.margin-right {margin-right:15px}

.inline-box {
	width:255px;
	height:98px;
	margin-bottom:20px;
	padding:10px 20px;
}

.steps {
	margin:10px 0 0;
	padding:0;
	list-style-type:none;
}

.steps li {
	padding-left:60px;
}

.steps li.download {
	background:url(../images/icons-steps.png) no-repeat 0 0;
}

.steps li.scan {
	background:url(../images/icons-steps.png) no-repeat 0 -81px;
}

.steps li.repair {
	background:url(../images/icons-steps.png) no-repeat 0 -160px;
}

/* =FOOTER STYLES
------------------------------ */
#footer {
	background:#2681d9;
	margin-top:20px;
	padding:10px 0;
	clear:right;
}

#footer-nav {
	margin:0 0 0 10px;
	padding:0;
	list-style-type:none;
}

#footer-nav li {display:inline}

#footer-nav li a {
	display:inline;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
	text-decoration:none;
}