@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #d6d6d6 url('../images/body_bg.gif') repeat-x;
	font: normal 10pt/13pt Arial, Helvetica, sans-serif;
	color: #444;
}

h1,
h2,
h3.title {
	float: left;
	margin: 0;
	padding: 0;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-indent: -9999px;
}

h4 {
	margin: 0;
	padding: 0;
	font: bold 12pt Arial, Helvetica, sans-serif;
}

a {
	color: #d31111;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0;
}

img {
	border: none;
}

ul {
	margin: 0 0 1em 30px;
	padding: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 4px 16px;
	background: url('../images/bullet.gif') no-repeat left 6px;
}

ol li {
	list-style: decimal;
	background: none;
	padding-left: 0;
	}

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}

.hidden {
	display: none;
}

.scanButton {
	float: right;
}

.backTop {
	padding: 4px 0 30px;
	border-top: 1px solid #bbb;
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
	}
	
#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 62px;
	background: url('../images/header_quad_logo.jpg') no-repeat;
}

#header .nav {
	float: right;
	margin: 16px 0 0;
	padding: 0;
}

#header .nav li {
	list-style: none;
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
}

#content {
	min-height: 300px;
	padding: 0 0 26px;
}

#content h3.title {
	float: none;
	width: 220px;
	height: 30px;
}

#content div.smallHr {
	width: 550px;
	height: 13px;
	margin: 22px 0 44px;
	background: url('../images/hr.gif') no-repeat 50% 50%;
}

#content div.smallHr hr {
	display: none;
}

#content span.date {
	display: block;
	margin-top: -8px;
	font: italic 9pt Arial, Helvetica, sans-serif;
	color: #888;
	}

#introBox {
	width: 850px;
	height: 203px;
	margin: 20px 0;
	padding: 70px 25px 0;
	background: url('../images/quad_intro_box.jpg') no-repeat;
	font-size: 12pt;
}

#rightColumn {
	float: right;
	width: 550px;
}

#benefits {
	margin-top: 20px;
}

#benefits h3.title {
	background: url('../images/title_h3.gif') no-repeat 0 0;
}

#benefits .right {
	float: right;
}

#moreInfo h3.title {
	background: url('../images/title_h3.gif') no-repeat 0 -30px;
}

#functions {
	position: relative;
	width: 265px;
	height: 824px;
	padding: 0 25px;
	background: url('../images/quad_functions_box.jpg') no-repeat;
	color: #fff;
	line-height: 13pt;
	text-align: justify;
}

#functions div {
	position: absolute;
	width: 265px;
}

#functions h3.title {
	float: left;
	width: auto;
	height: auto;
}

#functions .scan {
	top: 90px;
}

#functions .backup {
	top: 334px;
}

#functions .clean {
	top: 595px;
}

#faq h3.title {
	background: url('../images/title_h3.gif') no-repeat 0 -60px;
}

#faq ol.questions li {
	padding-bottom: 2px;
}

#faq ol.questions li a {
	color: #444;
}

#faq ol.questions li a:hover {
	color: #d31111;
}

#customerLogin h3.title {
	background: url('../images/title_h3.gif') no-repeat 0 -90px;
}

#support h3.title {
	background: url('../images/title_h3.gif') no-repeat 0 -120px;
}

#privacy h3.title {
	background: url('../images/title_h3.gif') no-repeat 0 -150px;
}

#footer {
	padding: 20px 0 100px;
	background: url('../images/footer_bg.png') no-repeat 50% top;
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}

#footer .nav {
	margin: 0 0 12px;
	padding: 0;
}

#footer .nav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	border-left: solid 1px #999;
	background: none;
}

#footer .nav li.first {
	border-left: none;
}

#footer .nav li a {
	margin: 0 10px 0 13px;
	color: #666;
}

#footer .nav li a:hover {
	color: #d31111;
}