/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	-webkit-apperance: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	outline: none;
	padding: 5px;
}
input.placeholder, textarea.placeholder {color: #ccc;}

/* Fonts and Line Spacing */
body, input, textarea {font-family: "Helvetica", sans-serif; font-size: 15px; line-height: 1.6429em}
h1, h2, h3, h4 {font-family: "Century Gothic"}
h1 {color: #1eaedb; font-size: 36px; font-weight: bold; line-height: 1.0455em}
h2 {font-size: 1.4286em; font-weight: normal; line-height: 1.1500em}
h3 {font-size: 1.2857em; font-weight: normal; line-height: 1.2778em}
h4, input, textarea, label {font-size: 1.1429em; font-weight: normal; line-height: 1.4375em}
p {margin-bottom: 1.6429em}

em {font-style: italic}
strong {color: #1eaedb; font-weight: bold}
sup {font-size: .6em; vertical-align: super}

a img, :link img, :visited img {border: none}
a:link, a:visited {color: #f37932; outline: none; text-decoration: none}
a:hover, a:active {color: #f37932; outline: none; text-decoration: underline}


/* Layout */
body {
	background: #f7f7f7;
	color: #333;
}

div.section {
	clear: both;
	padding: 46px 92px;
}
div.section:nth-child(odd) {
	background: #fff;
	box-shadow: 0px 0px 10px 0 #999;
}
div.section:before,
div.section:after {
    content: " ";
    display: table;
}
div.section:after {
    clear: both;
}

button, .button {
	background: #1eaedb;
	border: 0;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	display: block;
	float: left;
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 150px;
}
a.button:link, a.button:visited, a.button:hover, a.button:active {color: #fff; text-decoration: none}
span.or {
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: normal;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 50px;
}

/* Confirm */
#confirm {
	text-align: center;
}
#confirm h1 {
	margin-bottom: 23px;
}

/* About */
#header {
	border-bottom: 1px solid #ccc;
	height: 16px;
	margin-bottom: 69px;
	text-align: center;
}

#about img.cover {
	border: 1px solid #ccc;
	box-shadow: 0 0 30px #b1b1b1;
	float: left;
	height: auto;
	display: block;
	margin: 0 46px 23px 0;
	width: 40%;
}
#about h1 {margin-left: 48%; margin-top: 23px}
#about h2 {margin-left: 48%; margin-top: 46px}
#about a.video {display: block; margin-left: 56%; margin-top: 23px}
#about div.actions {margin-left: 48%; margin-top: 69px}


/* Features */
#features div.feature {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	float: left;
	margin-bottom: 46px;
	width: 50%;
}
#features div.feature:nth-child(odd) {
	clear: left;
	padding-right: 23px;
}
#features div.feature:nth-child(even) {
	padding-left: 23px;
}
#features div.feature h3 {color: #666}

#features a {
	box-shadow: 0px 0px 10px 0 #999;
	display: block;
	margin: 0 auto;
	width: 60%;
}
#features img {
	border: 1px solid #ccc;
	display: block;
	height: auto;
	width: 100%;
}

/* Samples */
#samples a {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	display: block;
	float: left;
	padding: 10px;
	width: 25%;
}
#samples img {
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px 0 #999;
	display: block;
	height: auto;
	width: 100%;
}

/* Order */
#order fieldset {
	clear: left;
	float: left;
	width: 400px;
}
#order fieldset.cc {
	text-align: center;
	margin-top: 20px;
}
#order fieldset li {margin-top: 23px}
#order fieldset li:before,
#order fieldset li:after {
    content: " ";
    display: table;
}
#order fieldset li:after {
    clear: both;
}
#order label {
	float: left;
	line-height: 24px;
	padding: 6px;
}
#order input {
	display: block;
	height: 36px;
	margin: 0;
	width: 400px;
}
#order textarea {
	display: block;
	height: 110px;
	width: 400px;
}

#order li.method {
	text-align: center;
}
#order li.method input {
	border: 0;
	display: inline;
	height: auto;
	margin-left: 20px;
	width: auto;
}
#order li.method label {display: inline; float: none; margin-right: 20px;}

#order input.qty {
	border-radius: 5px;
	float: right;
	text-align: right;
	width: 90px;
}
#order #sh {
	float: right;
}
#order #total {
	color: #1eaedb;
	font-weight: bold;
	float: right;
}
#order li.training {
	padding-left: 6px;
	position: relative;
}
#order li.training span {
	left: 5px;
	line-height: 24px;
	position: absolute;
	top: 0px;
}
#order li.training input {
	border: 0;
	display: inline;
	height: auto;
	width: auto;
}
#order li.training label {
	float: left;
	margin-left: 18px;
	padding-top: 0;
}
#order div.directions {
	/*margin-left: 446px;*/
	width: 400px;
}
#order p.included {
	color: #666;
	font-size: 30px;
	margin: 23px 0;
	white-space: nowrap;
}
#order img {
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px 0 #999;
	display: inline;
	vertical-align: middle;
}

#footer div.authors {
	float: left;
	width: 400px;
}
#footer div.author {
	margin: 23px 0 46px 0;
}
#footer div.author:before,
#footer div.author:after {
    content: " ";
    display: table;
}
#footer div.author:after {
    clear: both;
}

#footer div.author img {
	float: left;
	margin-right: 23px;
}
#footer div.author h4 {
	margin-top: 11px;
}
#footer div.author a {
	display: block;
}
#footer div.author p {
	margin-bottom: 0;
}

#footer div.company {
	margin: 0 0 0 423px;
}
#footer div.company img {
	display: block;
	margin-bottom: 23px;
}

/* Downloads */
#downloads div.download {
	float: left;
	margin-bottom: 46px;
	width: 50%;
}

#downloads div.gbg,
#downloads div.tkn,
#downloads div.rs {
	clear: left;
	padding-right: 23px;
}
#downloads div.lm,
#downloads div.to {
	padding-left: 23px;
}
#downloads div.download h3 {color: #666; margin-bottom: 24px;}

#downloads div.download a {
	box-shadow: 0px 0px 10px 0 #999;
	display: block;
	margin: 0 auto;
	width: 60%;
}
#downloads div.download img {
	border: 1px solid #ccc;
	display: block;
	height: auto;
	width: 100%;
}