html {
	margin: 0;
	background: #dddce2 url(../images/bg-pattern.png) repeat left top;
}

body {
	margin: 0;
	min-width: 1110px;
	font-size: 14px;
	font-family: "Gill Sans", gill sans, Helvetica, sans-serif;
	color: #919096;
	background: transparent url(../images/bg-tall.png) repeat-x left top;
	-webkit-font-smoothing: antialiased;
}

header, footer, section, nav {
	display: block;
}

a {
	text-decoration: none;
	color: #362f47;
	transition: color .2s ease-out, opacity .2s ease-out;
	-webkit-transition: color .2s ease-out, opacity .2s ease-out;
	-moz-transition: color .2s ease-out, opacity .2s ease-out;
}

ul, nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a:hover {
	color: #919096;
}

.hidden {
	display: none;
}

header {
	height: 395px;
	width: 1110px;
	margin: 0 auto;
	background: transparent url(../images/icon-hero.jpg) no-repeat center top;
}

header h1 {
	float: left;
	height:104px;
	width: 271px;
	margin: 55px 0 0 40px;
	text-indent: -99999px;
	background: transparent url(../images/logo2.png) no-repeat center top;
}

header h2 {
	display: none;
}

a#buy {
	float: right;
	height: 69px;
	width: 231px;
	text-indent: -99999px;
	margin: 73px 40px 0 40px;
	background: transparent url(../images/sprite.png) no-repeat bottom right;
	opacity: 1;
}

a#buy:hover {
	opacity: 1;
}

header blockquote {
	display: block;
	clear: left;
	padding-top: 165px;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);	
}

section, footer {
	clear: left;
	width: 900px;
	margin: 0 auto;
}

#features {
	position: relative;
	margin: 0 auto 80px auto;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ebeaec));
	background-image: -moz-linear-gradient(-90deg, #fff 0%, #ebeaec 100%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.1), inset 0 0 1px #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.3), inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.1), inset 0 0 1px #fff;
}

#features nav {
	overflow: auto;
	width: 100%;
	text-align: center;
	background-color: #ecebed;
	border-bottom: 1px solid #dbd9dc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 1px #fff;
	-moz-box-shadow: inset 0 1px 0px #fff;
}

#features nav li {
	display: inline-block;
	margin: 20px 35px;
}

#features nav li a {
	display: block;
	text-indent: -99999px;
	height: 32px;
	width: 32px;
	background: transparent url(../images/sprite.png) no-repeat left top;	
}

#features nav li:nth-child(1) a {
	width: 40px;
	background-position: -104px top;
}

#features nav li:nth-child(3) a {
	width: 33px;
	background-position: -217px top;
}

#features nav li:nth-child(4) a {
	width: 39px;
	background-position: -323px top;
}

#features nav li:nth-child(5) a {
	width: 39px;
	background-position: -435px top;
}

#features nav li:nth-child(6) a {
	width: 46px;
	background-position: -547px top;
}

#features nav li:nth-child(7) a {
	width: 35px;
	background-position: -665px top;
}

#features nav li:nth-child(8) a {
	width: 47px;
	background-position: right top;
}

#features nav li a:hover {
	opacity: 0.65;
}

#features nav li a.active {
	background-position: left -33px;
}

#features nav li:nth-child(1) a.active {
	background-position: -104px -33px;
}

#features nav li:nth-child(3) a.active {
	background-position: -217px -33px;
}

#features nav li:nth-child(4) a.active {
	background-position: -323px -33px;
}

#features nav li:nth-child(5) a.active {
	background-position: -435px -33px;
}

#features nav li:nth-child(6) a.active {
	background-position: -547px -33px;
}

#features nav li:nth-child(7) a.active {
	background-position: -665px -33px;
}

#features nav li:nth-child(8) a.active {
	background-position: right -33px;
}

#features nav li a.active:hover {
	opacity: 1;
}

#nav_arrow, #nav_arrow span {
	position: absolute;
	float: none;
	border-color: transparent;
	border-style: solid;
	border-width: 12px;
	border-bottom-color: #dbd9dc;
	height: 0;
	width: 0;
	left: 44px;
	top: 48px;
}

#nav_arrow span {
	display: block;
	top: -9px;
	left: -11px;
	border-width: 11px;
	border-bottom-color: #fff;
}

#frames {
	min-height: 505px;
}

#frames .frame {
	position: relative;
	padding: 50px;
}

#features h3 {
	margin: 0 0 38px 0;
	padding: 0;
	color: #383148;
	font-size: 32px;
	font-weight: normal;
}

#features p {
	margin: 30px 0 0 0;
	padding: 0;
	color: #726b80;
	font-size: 14px;
	width: 400px;
	line-height: 1.7em;
}

#features p span.reverse {
	display: inline-block;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}

#features a.buynow {
	display: block;
	margin-top: 40px;
	text-indent: -99999px;
	height: 52px;
	width: 161px;
	background: transparent url(../images/sprite.png) no-repeat left bottom;	
}

#features a.buynow:hover {
	opacity: 0.8;	
}

#features .image span, #features .image em {
	position: absolute;
	right: 0;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;
	transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
}

#features .frame .switch span, #features .frame .switch em {
	top: 0;
	height: 505px;
}

#features .select span {
	top: 0;
	width: 400px;
	height: 505px;
	background-image: url(../images/feat-select.png);
}

#features .screen span, #features .screen em {
	width: 401px;
	background-image: url(../images/feat-screen.png);
}

#features .pip span, #features .pip em {
	width: 403px;
	background-image: url(../images/feat-pip.png);
}

#features .frame .switch em {
	opacity: 0;
	background-position: right top;
}

#features .frame:hover .switch span {
	opacity: 0;
}

#features .cam span {
	top: 0;
	width: 403px;
	height: 505px;
	background-image: url(../images/feat-cam.png);
}

#features .winselect span {
	top: 0;
	width: 425px;
	height: 505px;
	background-image: url(../images/feat-winselect.png);
}

#features .controls span {
	top: 0;
	width: 403px;
	height: 505px;
	background-image: url(../images/feat-controls.png);
}

#features .cloud span {
	top: 0;
	width: 400px;
	height: 505px;
	background-image: url(../images/feat-cloud.png);
}

#features .frame:hover .image em {
	opacity: 1;
}

video, iframe, .soon {
	display: block;
	margin: 0 auto;
	width: 640px;
	height: 380px;
	background-color: #000;
	border: 10px solid #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2), 0 0 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), 0 0 1px rgba(0,0,0,0.2);
}

.soon {
	text-align: center;
}
.soon div {
	margin-top:180px;
}

footer {
	padding-bottom: 40px;
	font-size: 13px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}

footer span {
	float: left;
}

footer span:nth-child(2) {
	margin-left: 120px;
}

footer span:nth-child(2) a {
	margin: 0 25px;
}

footer span:last-of-type {
	float: right;
}