/* CSS RESET */

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
/*
	text-decoration: none;
	color: inherit;
*/
}
a:hover {
	color: black;
}
.menu li a {
	height: 33px;
	padding: 5px 25px;
	border: 1px solid #aaa;
	width:100px;
	background-color: #ddd;
	text-align:center;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 18px;
	margin: 0 1em;

}
.menu li a:hover {
	color: black;
}
.menu ul {
	list-style: none;
}
.menu ul li, .learnmore {
	display: inline-block;
}
ol li {
	padding: 3px 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

html {
	background: #F7F6F6 url('images/background.png') repeat;
}

p, ol, li {
	color: #777;
	font-size: 14px;
	margin: 10px 0;
	line-height: 130%;
}

strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	font-style: normal;
}
body {
	background: url('images/header-bg.png') repeat-x;
	min-height: 400px;
}

.container, .header, .divider-2, .footer {
	width:  830px;
	margin: 0 auto;
}
.menu {
	text-align: center;
	width: 100%;
	height: 33px;
}
.learnmore {
	position: relative;
}
.header {
	width: 100%;
	height: 60px;
	background: url('images/divider-1.png') no-repeat bottom;
	margin-bottom: 20px;
}

h1 {
	color: #474747;
	font-size: 29px;
	padding: 12px 10px;
	font-weight: bold;
	text-shadow: 0px 1px 2px #bbb;
}

h2 {
	font-size: 2em;
	padding: 12px 10px;
	font-weight: bold;
	text-shadow: 0px 1px 2px #bbb;
}

h3 {
	font-size: 1.5em;
	padding: 15px 0;
	font-weight: bold;
	text-align: center;
}

h4 {
	color: #474747;
	font-size: 17px;
	font-weight: bold;
	margin-left: 5px;
}

.intro h2 {
	text-align: center;
	color:#333333;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #fff, 2px 2px 5px #000;
}

.intro p.tagline {
	text-align: center;
	color: #777;
	font-size: 24px;
	text-shadow: 0px 1px 0px #fff;
}

.mask-container-large {
	position: relative;
	width: 800px;
	height: 500px;
	padding: 2px;
	margin: 30px 0 0 0;
}

.mask-gloss-large {
	width: 800px;
	height: 500px;
	position: absolute;
	z-index: 5000;
	background: url(images/gloss-large.png);
	top: 0px;
	left: 0px;
}

.divider-2 {
	height: 10px;
	background: url('images/divider-2.png') no-repeat;
	margin-top: 60px;
}

.inset {
	width: 960px;
	padding: 1px 0 0 0;
	background: url('images/inset-mid.png') repeat-y;
}

.inset-top {
	width: 960px;
	height: 13px;
	margin: 20px 0 0 0;
	padding: 0;
	background: url('images/inset-top.png') no-repeat;
}

.inset-btm {
	width: 960px;
	height: 9px;
	margin: 0 0 30px 0;
	padding: 0;
	background: url('images/inset-btm.png') no-repeat;
}

.inset .row {
	border-bottom: 1px solid #E0E0E0;
}

.inset .row:first-child {
	margin-top: -13px;
}
.inset .row:last-child {
	border-bottom: none;
}

.col {
	width: 440px;
	margin: 20px 20px 10px 20px;
	float: left;
}

.sections {
	border:1px solid #aaa;
	padding:20px;
	-webkit-box-shadow: 0px 0px 10px 4px rgba(255, 128, 0, .3);
	-moz-box-shadow: 0px 0px 10px 4px rgba(255, 128, 0, .3);
	box-shadow: 0px 0px 10px 4px #aaa;
	background-color: #fff;
	border-radius: 20px;
	margin:30px 0;
}

.sections p, ol li {
	color: #000;
	opacity:1;
	margin-left:5px;
}

table.demotable p {
  margin-left: 0px;
}
.testimonials p {
  line-height: 140%;
}
.mask-container-thumbnail {
	position: relative;
	width: 100px;
	height: 100px;
	padding: 2px 3px 4px 3px;
}

.mask-gloss-thumbnail {
	width: 106px;
	height: 106px;
	position: absolute;
	background: url('images/gloss-thumbnail.png');
	top: 0;
	left: 0;
}

.mask-gloss-thumbnail:hover {
	background: url('images/gloss-thumbnail-hover.png');
}

.feature-image {
	float: left;
	margin: 0 10px 0 0;
}

.description {
}

.description p {
	margin-bottom: 3px;
}
.quote {
	width: calc(42%);;
	min-height: 180px;
	margin: 20px 0px 10px 0px;
	padding: 20px 30px 20px 20px;
	background-color: white;
	position: relative;
	border: 1px solid #aaa;
	border-radius: 15px;
	box-shadow: 0px 0px 15px #aaa;
	position: relative;
}
.quote:nth-child(even) {
	float: right;
}
.quote:nth-child(odd) {
	float: left;
}
.quote p {
	font-family: Georgia, Times, serif;
	font-style: italic;
}
.quote a {
	float: right;
	padding: 5px;
}
.quotation-mark {
	float: left;
	margin: 0 10px 0 5px;
}

.footer {
	height: 100px;
	background: url('images/divider-1.png') no-repeat top;
	padding: 30px 0 10px 0;
}

.footer p {
	margin: 10px;
	text-align:center;
}

.footer .free-trial-button, .footer .buy-it-button {
	margin: 32px 10px 0 10px;
}

.slider-wrapper {
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .2);
	background-color: #ccc;
	margin-right:auto;
	margin-left:auto;
}

table.features td {
	vertical-align:top;
	padding:10px;
	width:25%;
}
.demos {
	padding: 20px;
}
table.demotable {
	text-align: left;
	width: 400px;
	color: #000;
	font-size: 14px;
	line-height: 120%;
}
table.demotable td {
	vertical-align:middle;
	padding:10px;
}
table.demotable td.t {
  border-top: 1px solid #cccccc;
}
td.b {
  border-bottom: 2px solid #ddd;
}
td.r {
  border-right: 2px solid #ddd;
}
table.demotable h3 {
	padding-left:0px;
}
.learnmore {
 float:right;
 margin:-36px 5px 0px 0px;
}
.speaker {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
}
.is-none {display: none;}

.easter_egg + span {
	display: none;
}
.easter_egg:hover + span {
	display: inline;
	font-weight: bold;
}
