/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {
	font-size:62.5%;
	color:#3f3f3f;
	background: #333233 url(../images/page-bg.png) repeat-x left top;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Base Reset * /
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #333233 url(../images/page-bg.png) repeat-x left top;
	color: #989898;
}
* html body { text-align: center }

p,pre,li {
	font-size: 1.6em;
	line-height: 1.5em;
	color: #fff;
}
*/
a {
	text-decoration: none;
}


/* Utility */
.clear-block {
	font-size: 1px !important;
	line-height: 1px !important;
	clear: both !important;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}#wrapper {
	background: transparent url(../images/wrapper-shadow.png) repeat-y center top;
	width: 968px;
	position: relative;
	margin: 0 auto;
}
* html #wrapper {
	width: 946px;
	overflow: hidden;
	background-image: none;
	border: 1px solid #000;
	border-width: 0 1px 1px;
}
* html #wrapper #center,* html #wrapper #center .column-left * { text-align: left; }
* html #wrapper #center .column-left { text-align: center; }

#center {
	background-color: #fff;
	background: #fff url(../images/center-bg.png) repeat-y left top;
	width: 946px;
	margin: 0 auto;
}
#center #content {
	background: #fff url(../images/center-bg.png) repeat-y left top;
	background: transparent url(../images/content-bg.png) no-repeat left bottom;
	overflow: hidden;
	padding-bottom:8px;
}

#header {
	background:transparent url(../images/header-drop.png) repeat-x scroll left bottom;
	height:379px;
	margin-bottom:3px;
	position:relative;
	width:946px;
	z-index:1000;
}
* html #header {
	overflow: hidden;
	height: 374px;
	margin-bottom: 8px;
}

#title {
	left: 0;
	top: 250px;
	height: 104px;
	width: 100%;
	position: absolute;
	background: url(../images/title-bg.png) repeat-x left top;
}
* html #title {
	background-position: left center;
	margin-top: 10px;
	height:94px;
}
#title img {
	position: absolute;
	top: 35px;
	left: 39px;
}
#title p.slogan {
	margin: 25px 85px 0px 279px;
	font-size: 1.6em;
	line-height: 1.4375em;
	color: #fff;
}

.column-left {
	margin-top: -7px;
	float: left;
	width: 263px;
	padding: 0 8px;
	*overflow: hidden;
}

.column-right {
	float: left;
	width: 667px;
	*overflow: hidden;
	*margin-bottom: -4px;
}

.callouts,
#callout,
#callout-bottom,
#size-chart,
#email {
	border-bottom:8px solid #FFFFFF;
	border-top:7px solid #FFFFFF;
	margin: 0;
	position:relative;
	width:263px;
	overflow: hidden;
}
#callout h2,
#callout-bottom h2,
#size-chart h2 {
	font-size: 1.9em;
	font-weight: normal;
	margin: 0;
}
#callout a,
#callout-bottom a,
#size-chart a { color: #fff; display: block; }
#callout span,
#callout-bottom span,
#size-chart span {
	left: 20px;
	top: 20px;
	position: absolute;
}
#callout img,
#callout-bottom img,
#size-chart img {
	float: left;
}
.callouts,
#callout-bottom,
#size-chart,
#email {
	border-top: 0;
	overflow: hidden;
}
#email {border:0;}
.callouts {background-color: #fff;border:0;}
html>body .callouts {*padding-bottom:8px;}
.callouts a {
	float: left;
	margin-bottom: 8px;
	line-height: 1px;
}
#email #email-form {
	margin: 16px;
	text-align: left !important;
}
#email h4 {
	color:#3e3e3e;
	font-size:15px;
	font-weight:normal;
	margin:0 0 1em;
	line-height: 1.26em;
}
#email .input-wrap {
	width: 210px;
	border: 2px solid #e5e5e5;
	margin-left: -2px;
	padding: 0;
}
#email .input-wrap .email-address {
	width: 204px;
	*position: relative;
	*left: -14px;
}
#email #submit-btn {
	width: 110px;
	height: 23px;
	color: #fff;
	border: 0;
	background: url(../images/email-button.png) no-repeat left top;
	font-size: 14px;
	margin: 16px 0;
	cursor: pointer;
	text-align: center;
}
#submit-btn {
	text-align: center !important;
}
#email .empty {
	color: #999;
}
#email a {
	color: #949494;
	font-size: 11px;
	text-decoration: underline;
}

#features {
	width: 263px;
	background: #6b6b6b;
	margin: 0px;
	border-bottom:8px solid #fff;
	overflow:hidden;
	color: #fff;
}
#features .title {
	color: #fff;
	font-size: 1.9em;
	line-height: 2.2em;
	padding-left: 20px;
	background: #424242;
	border-bottom: 1px solid #7b7b7b;
}
#features .feature-set {
	clear: both;
	margin-top: 4px;
	padding: 0px 20px 10px;
	background: url(../images/feature-arrow.png) no-repeat left top;
}

#features h2 {
	font-weight: normal;
	margin: 0 0 15px;
	color: #fff;
	font-size:1.5em;
	line-height: 2.13em;
	border-bottom: 2px dotted #fff;
}
#features .feature-set.with-float {
	margin-top: -22px;
}
#features img { margin-bottom: 10px; }
#features img.left {
	float:left;
	margin-bottom:20px;
	margin-right:23px;
}
* html body #features img.left {
	margin:0;
	padding: 0 23px 20px 0;
}
#features ul {
	margin: 0;
	padding: 0 0 0 1.25em;
}
#features li {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-bottom: .5em;
}

.main-box {
	clear: both;
	padding: 11px 9px 11px 11px;
	background: url(../images/product-border.png) repeat-x left top;
}
.main-box .product-header img {
	float: left;
}
.main-box .product-header {
	overflow: hidden;
	min-height: 51px;
	padding-bottom: 4px;
	*height: 51px;
}
.description-box { *text-align: center; padding-bottom: 0px; }
* html .description-box { padding-bottom: 0px; }
.desc-content { text-align: left; }
* html .main-box { background-image: none; border-top: 1px solid #454545; }
.main-box.first {
	padding-top: 0;
	background: none;
	border: none !important;
}
.main-box .details-box {
	background: #cfcfcf;
	overflow: hidden;
	float:right;
	margin:0;
	width:569px;
}
.main-box .details-box-wide {
	background: #cfcfcf;
	overflow: hidden;
	width: 100%;
}
.main-box img,
.main-box .details-box img { border: 0; }
.main-box .details-box img.icon {
	float: left;
	border: 5px solid #fff;
	border-width: 0px 5px 20px 0;
	margin-right: 0;
}
.main-box img.icon {
	border:0 none;
	float:left;
	padding:0 0 0;
}
.main-box .details-list { margin: 0; padding: 10px; float: left; }
.main-box .details-list li {
	background:transparent url(../images/feature-arrow.png) no-repeat scroll -297px center;
	color:#000000;
	font-size:1.2em;
	line-height:1.25em;
	list-style-type:none;
	margin:0;
	padding-left:10px;
}

.main-box .details-list-short { margin: 0; padding: 10px; width: 50%; float: left; }
.main-box .details-list-short li {
	background:transparent url(../images/feature-arrow.png) no-repeat scroll -297px center;
	color:#000000;
	font-size:1.2em;
	line-height:1.25em;
	list-style-type:none;
	margin:0;
	padding-left:10px;
}

.main-box .details-desc {
	float: left;
	width: 32%;
	font-size: 1.2em;
	line-height:1.25em;
	color: #3e3e3e;
	padding: 10px 0 0 10px;
	margin-right: 20px;
}

.price-box,
.price-box-wide {
	background-color:#fff;
	float:right;
	margin-top:0px;
	padding: 6px 0 8px;
	width:575px;
}
.price-box span,
.price-box-wide span {
	font-size: 1.5em;
	line-height: 1.86em;
	font-weight: bold;
	color: #3e3e3e;
	display: block;
	float: left;
	padding: 0 16px;
}
.price-box .money-back,
.price-box-wide .money-back {
	float: right;
}
.price-box-wide {
	width: 100%;
	margin-top: 0px;
	padding-top: 4px;
}

.description {
	margin: 0 0 0 -11px;
	background: url(../images/description-bg.png) no-repeat left top;
}
.desc-content {
	color: #fff;
	width: 86%;
	margin: 0 auto;
	padding: 40px 0 91px;
}
.desc-content p {
	font-size: 1.2em;
	line-height: 1.66em;
	padding: 0 10px;
	margin-bottom: 1em;
}
.desc-content .logo { padding-bottom: 21px; }
*html .desc-content .clear-block { display: none; }
html>body .desc-content .clear-block { display: none; }
.desc-content .tagline {
	float: left;
	font-size:1.3em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 91px;
}

.order {
	margin-top:3px;
	height: 19px;
	width: 115px;
	display: block;
	overflow: hidden;
	background: url(../images/order-button.png) no-repeat left -22px;
}
.price-box .order,
.price-box-wide .order {
	*margin-top: 10px;
}
.order:hover {
	background-position: left bottom;
}
.order img {
	visibility: hidden;
	height: 19px;
	width: 115px;
}
#footer {
	width: 968px;
	margin: 0 auto;
	padding: 13px 0px 20px;
	text-align: left;
	background: url(../images/footer-bg.png) no-repeat center top;
	_background-image: none;
	border-top: 8px;
}
#footer p {
	margin: 0;
	font-size:1.1em;
	color: #989898;
	padding: 0 10px;
}
#footer a {
	color: #989898 !important;
}

.error {
	font-size: 12px;
	color: #fb0026;
	position: absolute;
	margin-top: -1.25em;
	*margin-top: -1.5em;
}

#email div.input-wrap.bad {
	overflow: hidden;
	border: 2px solid #fb0026;
}

.price-set-title {
	margin: 0;
	background: #585858;
	padding-left: 20px;
	background: #585858 url(../images/feature-arrow.png) no-repeat scroll left center;
}
.price-set-title span {
	display: block;
	background: #585858;
	height: 45px;
	line-height: 50px;
	color: #fff;
	font-weight: normal;
	font-size: 2.083em;
}

.desc-content p.guarantee-txt,
.guarantee-txt {
	font-size: 1.1em;
	color: #828282;
}
body #content div.email-wide #email-form {
	margin: 0 0px 0 43px;
	width: 100%;
	overflow: hidden;
}
#content div.email-wide {
	position: relative;
	width: 100%;
	padding: 14px 0 8px;
}
#content div.email-wide h4 {
	width: 46%;
	padding-top: .25em;
	margin-right: 20px;
	margin-bottom: 0;
	float: left;
	font-size: 1.4em;
	line-height: inherit;
}
#content div.email-wide .input-wrap {
	border-color: #fff;
	float: left;
	_margin-right: 10px;
}
#content div.email-wide #submit-btn {
	float: left;
	margin: 2px 10px 0;
	_padding: 0 10px;
}
#content div.email-wide .error {
	background: #fff;
}
#content div.email-wide a {
	color:#949494;
	display:block;
	float:left;
	font-size:11px;
	line-height:23px;
	text-decoration:underline;
	margin-top: 3px;
}

.price-chart {
	clear: both;
}
.price-chart .order-bar td {
	text-align:right;
}
.price-chart .order-bar .order {
	float: right;
}

#email a.reloader {
	font-size: 12px;
	color: #000;
}
#content div.email-wide a.reloader {
	display: inline;
	font-size: inherit;
	color: #000;
	line-height: inherit;
	float: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#content div.email-wide h4 {
		width: 43%;
		margin-right: 0;
	}
	body #content div.email-wide #email-form {
		margin-left: 8px;
		padding-left: 40px;
		padding-top: 5px;
	}
}