body {
	color: #333333;
	background: #faf9ea url(../images/top_bg.gif) repeat-x top;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden
	}

div#header {
	position: relative;
	height: 189px;
	width: 976px;
	margin: 0 auto;
	padding: 0;
	}
	#header a#banner {
		display: block;
		position: absolute;
		left: -120px;
		background: url(../images/recorder_header.jpg) no-repeat left top;
		width: 849px;
		height: 189px;
		border: none;
		}

	#header div#nav {
		position: absolute;
		bottom: 26px;
		right: 8px;
		padding: 24px 20px 0 20px;
		background: url(../images/redrule.gif) repeat-x top center;
		}
		#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active  {
			display: block;
			float: left;
			margin: 0 13px;
			padding: 7px 0;
			line-height: 18px;
			font-size: 18px;
			color: white;
			text-decoration: none;
			text-shadow: #410a0a 0px -1px 0px;
			font-weight: bold;
			}
			#nav #appstoreLink {
				padding-right: 55px;
				background: url(../images/appstore_icon.png) no-repeat right center;
				}

div#main {
	background: transparent url(../images/content_bg.png) repeat-y top center;
	margin: 0 auto;
	padding: 0;
	width: 976px;
	}
	div.content {
		background: white;
		margin: 0 8px;
		padding: 18px 20px 60px 20px;
		}
		#main .column {
			margin: 0;
			padding: 45px 0 0 0;
			float: left;
			width: 275px;
			}
		#main .centerColumn {
			padding-top: 20px;
			margin: 0 15px;
			width: 322px;
			}


		#testimonials #main .column {
			padding-top: 20px;
			}
		#testimonials #main .centerColumn {
			padding-top: 20px;
			margin: 0 30px;
			width: 292px;
			}

	div#announce {
		position: relative;
		background: #fffec2;
		padding: 20px;
		margin: 0 0 10px 0;
		font-size: 12px;
		border-right: 1px #b9b88d solid;
		border-bottom: 1px #b9b88d solid;
		}
		#announce img.icon {
			position: relative;
			top: -4px;
			float: left;
			margin: 0 5px 0 0;
			border: 0;
			}
			#announce p {
				font-size: inherit;
				line-height: inherit;
				margin: 0 0 10px 0;
				}

	div.movieWrapper {
		width: 640px;
		margin: 30px auto;
		}

	img.watchvid {
		border: 0;
		display: block;
		margin: 10px auto 10px auto;
		}


h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
	}
h2 {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
p, ul {
	font-size: 14px;
	margin: 0 0 20px 0;
	line-height: 18px;
	}
p.level1 {
	font-size: 16px;
	line-height: 22px;
	}
	.atrb {
		font-size: 10px;
		text-align: right;
		}


img.versionIcon {
	margin: 20px 10px 10px 10px;
	}

div#footer {
	background: url(../images/content_foot.png) no-repeat top center;
	margin: 0 auto 50px auto;
	padding: 0;
	width: 976px;
	}
	#footer .content {
		margin: 0 8px;
		padding: 30px 10px 18px 10px;
		background: transparent;
		}


div#retlogo {
	float: left;
	background: url(../images/retlogo.png) no-repeat left center;
	padding: 25px 0 25px 70px;
	margin: 0 10px 0 70px;
	font-size: 10px;
	}
div#facebook {
	float: left;
	margin: 0 10px;
	padding: 14px 0;
	}
	#facebook img {
		border: 0;
		}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	height: 1px;
	}




ul.faq {
	width: 65%;
	}




div.youtube {
	text-align: center;
	margin: 30px;
	}

.end-of-recorder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
}
#support-message {
	width: 480px;
	height: 260px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 1;
}
#support-message p {
	padding: 40px 40px 10px 40px;
	font-size: 20px;
	line-height: 28px;
}
#support-message #thanks {
	padding: 0;
	width: 100%;
	text-align: center;
}
#bg-overlay {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.75;
	z-index: 0;
}
