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 {
	color: #000;
	font-family: Helvetica Neue, Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
}
ul {
	list-style: square;
	margin-left: 2em;
}
	#nav ul,
	.sidebar ul {
		list-style: none;
		margin-left: 0;
	}
ol {
	margin-left: 2em;
}
li {
	line-height: 24px;
}
ol li, ul li {
	line-height: 18px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
code {
	background-color: #f4f4f4;
	font-family: Menlo, 'Panic Sans', monospace;
	font-size: 0.875em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong, .strong {
	font-weight: bold;
}
p {
}
h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em;
}

h1 {
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin-bottom: 42px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #f08421;
	text-transform: uppercase;
}

h4 {
	font-size: 1em;
	font-weight: normal;
}

h5, h6 {
	font-size: 1em;
}

p+p, h3+p, p+ul, p+ol, ol+p, h3+ol, ol li+li, h3+ul, h3+div, ul li+li, h3+h4  {
	margin-top: 1em;
}
	#nav ul li+li {
		margin-top: 0;
	}

p+h3, ol+h3, ul+h3, h3+div {
	margin-top: 2em;
}

a, a:link, a:visited {
	color: #00aeef;
	text-decoration: none;
	border-bottom: 1px solid #00aeef;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

a:hover, a:active {
	border-color: #e35908;
	color: #e35908;
}

h1 a, a.noborder {
	border: 0px none !important;
}

img {
	max-width: 100%;
}

.black-bg {
	background-color: #000;
}

.gutter {
	padding-left: 20px !important;
	padding-right: 20px;
}

.red {
	color: #e35908;
}

.black {
	color: #000;
}

.orange {
	color: #f08421;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.caps {
	text-transform: uppercase;
}

.top-round {
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

.bottom-round {
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

.margin42 {
	margin: 42px 0 42px 0;	
}

.margin-bottom {
	margin: 0 0 42px 0;	
}

.pad20 {
	padding: 20px;
}

.center {
	text-align: center;
}

.shadow {
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

div.hr {
	clear: both;
	margin: 1.5em 0 1.5em 0;
	height: 1px;
	background: url(../images/hr.gif) repeat-x;
	width: 100%;
}
	div.hr > hr {
		display: none;
	}

.float-right {
	float: right;
	margin-left: 20px;
}

.float-left {
	float: left !important;
	margin-right: 20px !important;
	margin-left: 0px !important;
}

/* -- NAV -- */

#nav > a {
	display: none;
}

nav ul {
	width: 100%;
	position: relative;
	text-align: left;
	display: inline;
}

nav ul li {
	width: auto;
	display: inline-block;
}

nav ul li:hover {
	background: #000;
	color: #fff;
}

.menu-active {
	background: #e35908 !important;
	color: #fff;
}

nav ul li .dropDown {
	padding: 0;
	position: absolute;
	left: 0;
	width: 677px;
	display: none;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	background: #000; 
	z-index: 999;
}
	nav ul li .droppedDown {
	padding: 0;
	position: absolute;
	left: 0;
	width: 677px;
	text-align: left;
	background: #e35908; 
	z-index: 50;
}

nav ul li .listItem { 
	display: inline-block; 
	color: #fff;
}

nav ul li .listItem a:hover { 
	color: #e35908;
}

nav ul li:hover .dropDown {
	display: block;
	opacity: 1;
	visibility: visible;
}

@media only screen and ( max-width: 40em ) /* 640 */ {
	html {
		font-size: 75%; /* 12 */
	}

	#nav {
		position: relative;
		top: auto;
		left: auto;
	}
		#nav > a {
			width: 3.125em; /* 50 */
			height: 3.125em; /* 50 */
			text-align: left;
			text-indent: -9999px;
			background-color: #e15a1f;
			position: relative;
		}
			#nav > a:before,
			#nav > a:after {
				position: absolute;
				border: 2px solid #fff;
				top: 35%;
				left: 25%;
				right: 25%;
				content: '';
			}
			#nav > a:after {
				top: 60%;
			}

		#nav:not( :target ) > a:first-of-type,
		#nav:target > a:last-of-type {
			display: block;
		}
}
		
		
/* Menu styles follow */
.menu a, .menu a:link, .menu a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px none;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.menu a:hover, .menu a:active {
	color: #fff;
}

.listItem a:hover {
	color: #000;
}

.droppedDown a:hover, div.thispage a {
	color: #000 !important;
}


/*-- Content -- */

.banner-wrap {
	text-align: center;
	background: #f08421;
}

.tagline {
	background-color: #000;
	padding: 20px 0 20px 0;
	text-align: center;
}

.sidebar .slot-0-1 {
	padding: 20px 20px 40px 20px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 32px;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

div.timeline, 
div.howto,
div.troubleshooting {
	margin-bottom: 47px;
}

div.timeline h4, 
div.howto h4,
div.troubleshooting h4,
div.contact-list h4 {
	font-size: 15px;
	color: #fff;
	background-color: #f08421;
	padding: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin-bottom: 1em;
}

div.timeline figure,
.how-it-works figure,
.testimonials figure {
	margin-top: 1em;
}

.how-it-works .float200 figure {
	width: 180px;
	padding: 0 10px 0 10px;
}

.how-it-works .float200 figcaption {
	text-align: center;
	padding-bottom: 5px;
}

div.timeline figure {
	margin-right: 20px;
}

.how-it-works figure.pad20 {
	width: 201px;
	padding: 20px;
	margin-bottom: 20px;
}

.how-it-works figure.pad20 figcaption {
	margin-bottom: 20px;
}

.how-it-works h3 {
	clear: right;
}

.how-it-works figure img {
	margin-bottom: 2em;
}

.how-it-works figure.pad20 img {
	margin-bottom: 0;
}

figcaption {
	font-size: 14px;
	color: #f08421;
}

.howto figure {
	margin-bottom: 2.5em;	
}

.how-it-works figure+p {
	margin-top: 1em;
}

table.chart {
	font-size: 12px;	
}

td, {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

tr.head {
	background-color: #f08421;
	line-height: 18px;
	font-weight: bold;
}

table .pad {
	padding: 5px 6px 8px 6px;
}

tr.nooski {
	font-weight: bold;
}

td+td, th+th {
	border-left: 1px solid #000;
	padding: 5px;
}

tr.odd {
	background-color: #f3f3f3;
}

tr.lineheight14 {
	line-height: 14px;
}

div.question {
	margin-bottom: 42px;
}

iframe {
	width: 320px;
	height: 180px;
}

.float200 {
	float: left;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 47px;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	text-align: center;
}

.float200 figure {
	text-align: center;
}

.float200 img {
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

.float200 p {
	padding: 15px;
}


/*-- Footer --*/

.footer-wrap {
	clear: both;
	width: 100%;
	background-color: #000;
	color: #fff;
}

.footer-wrap .slot-0-1 {
	background-color: #f08421;
	text-align: center;
}

.footer {
	padding: 18px 0 18px 0;
}

.footer a {
	color: #f08421;
	border: none;
}

.footer p {
	margin-left: 40px;
}

.footer p+p{
	margin-top: 4px;
}