
#intro {
	display: block;
	padding: 40px 0 0 0;
	margin: 0;
	height: 100%;
	min-height: 190px;
	background: #efefef url(/images/intro-bg.gif) 0 0 repeat-x;
}
#intro .wrapper {
	position: relative;
}
#intro h1 {
	margin: 0;
	width: 200px;
}
#intro p {
	color: #959e29;
	font-size: 1.4em;
	margin: 0 0 20px;
	text-transform: lowercase;
	margin: 0 0 28px;
	width: 400px;
}
#intro p.patent {
	font-size: 1em;
	color: #939393;
	margin: 0 0 28px;
}
#intro p a {
	display: block;
	padding: 0;
	margin: 0;
	width: 119px;
	height: 42px;
	overflow: hidden;
	background: url(/images/bttn-view-details.jpg) 0 0 no-repeat;
	text-indent: -10001em;
}
#presentation {
	position: absolute;
	top: -129px;
	right: 0;
	width: 483px;
	height: 273px;
	background: transparent url(/images/presentation/canvas.png) no-repeat 0 0;
}
#presentation img { position: absolute; top: 16px !important; left: 76px !important; }
#features {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 4px;
	background: #ededed url(/images/features-bg-bottom.gif) 0 100% repeat-x;
}
#features .features-wrap {
	padding: 60px 0;
	background: #ededed url(/images/features-bg-top.gif) 0 0 repeat-x;
}
#features .features-list {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	min-height: 90px;
	background: url(/images/features-sep.gif) 100% 0 repeat-y;
}
#features .features-list div {
	position: relative;
	float: left;
	overflow: hidden;
	width: 211px;
	min-height: 90px;
	padding: 6px 10px 6px 19px;
	background: url(/images/features-sep.gif) 0 0 repeat-y;
}
#features .features-list div h2 {
	margin: 0 0 6px;
}
#features .features-list div p {
	margin: 0 0 10px;
	line-height: 1.4em;
	color: #939393;
}
#features .features-list div p.more {
	position: absolute;
	bottom: 10px;
	margin: 0;
}