/* trainers.view.php */
.trainers_image{
	position: absolute; 
	top: 10px; left: 5px;
	padding: 2px; 
	border: 1px solid #f8f8f8;
	line-height: 0;
}

.trainers{
	position: relative; 
	height: 150px;
}

.trainers_text{
	position: absolute; 
	top: 10px; 
	left: 140px; 
	width: 430px;
}

.trainers_name{
	padding: 0px 0px 2px 0px; 
	font-size: 14px; 
	border-bottom: 1px solid #dddddd;
}

.trainers_view{
	position: absolute; 
	top: 32px; 
	right: 10px;
}

.trainers_blurb{
	position: relative; 
	padding: 10px; 
	width: 290px; 
	line-height: 18px; 
	font-size: 12px; 
	color: #444444;
}

/* trainer.view.php */


/*trainer styles */
.trainer_image{
	position: absolute; 
	top: 30px; 
	left: 10px;
	padding: 2px; 
	border: 1px solid #dddddd;
	line-height: 0;
}

.trainer{
	position: relative; 
	height: 180px;
}

.trainer_text{
	position: absolute; 
	top: 30px; 
	left: 140px; 
}

.trainer_name{
	padding: 0px 0px 2px 0px; 
	font-size: 14px; 
	border-bottom: 1px solid #dddddd;
	
}

.trainer_blurb{
	position: relative; 
	padding: 10px; 
	line-height: 20px; 
	font-size: 1.1em; 
	color: #444444;
}

.trainer_bio{

}

/*tutorial styles */
.tutorials{
	float: right; 
	margin: 0 5px;
}

.tutorial{
	position: relative; 
	margin: 0 0 0 0; 
	min-height: 80px; 
	border: 1px solid #f8f8f8;
}

.tutorial ul{
	margin: 10px 10px 10px 50px; 
	list-style-type: none;
}

.tut_title{
	margin: 0 0 10px 0; 
	font-size: 1.3em; 
	line-height: 1.2em;
}

.tutorial_box{
	border-bottom: 1px solid rgb(153, 153, 153);
	border-left: 1px solid rgb(153, 153, 153);
	border-right: 1px solid rgb(153, 153, 153);
	font-size: 11px;
	height: 150px;
	line-height: 14px;
	padding: 10px 0px 0px 0px;
	position: relative;
}

.tut_num{
	margin: 0; 
	color: #444; 
	font-size: 1.1em;
}

.tut_image{
	position: absolute; 
	top: 0; 
	left: 10px; 
	line-height: 0;
}

.tut_price{
	position: absolute; 
	left: 80px; 
	top: 10px; 
	font-size: 13px; 
	font-weight: bold; 
	color: #333333;
}

.tut_blurb{
	margin: 0 0 10px 0; 
	font-size: 1em; 
	color: #666; 
	line-height: 1.3em;
}

.tut_view{
	position: absolute; 
	right: 8px; 
	bottom: 4px;
}

/*biography styles */

.bio_info{
	line-height: 20px; 
	padding-left: 20px;
}

/*blog styles */

.blog_title{
	padding: 5px 0 5px 0; 
	font-size: 1.1em; 
}

.blog_content{
	line-height: 1.8em;
	padding: 0px 10px;
}

.blog_post{
	padding: 0.5em 0 1em 1em;
}

.blog_date{
	float: right; 
	color: #888;
}

.blog ul{
	margin: 0 15px 25px 40px; 
	list-style-type: square; 
	line-height: 1.7em;
}

.blog_signed{
	font-style: italic; 
	font-size:0.9em;
	padding: 5px 0px 10px 5px;
}

/* about.view.php */
.indent-left{
	margin-left: 20px;
}
.indent-bottom{
	margin-bottom: 20px;
}

/* ned.view.php */
.caption{
	text-align: center;

}

#ned_header, #nedi_header, #nedweb_header{
	text-align: center;
	width: 300px;
	cursor: pointer;
}

.ned_list{
	list-style: none;
	line-height: 1.5em;
	padding-left: 10px;
}

.ned_blurb{
	 width: 265px;
}

/* howitworks.view.php */

/*
#content {
	padding: 1px;
}
*/

hr.rule {
	height: 10px;
	background: url("/about_area/img/hr-v2.png") 50% 0 no-repeat;
	border: 0;
	margin: 20px 0;
}

.left {
	float: left;
}

.right {
	float: right;
	clear: right;
}

.container {
	width: 897px;
	overflow: hidden;
	margin: 0 auto;
}

.btn {
	background: url('/about_area/img/button-sprites.png') no-repeat;
}

.btn:hover {
	opacity: 0.8;
}

.container h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 40px;
}

#comparison.container {
	margin-top: 5px;
}

.col-hdr h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px #913b0a;
	text-align: center;
}

.left.col-hdr h3 {
	margin: 18px 0 18px 35px;
}

.right.col-hdr h3 {
	margin: 18px 25px 18px 0;
}

.left.col-hdr {
	width: 404px; height: 64px;
	background: url('/about_area/img/left-table-hdr-v2.png') 44px 0 no-repeat;
	padding: 0 0 0 44px;
}

.right.col-hdr {
	width: 405px; height: 64px;
	background: url('/about_area/img/right-table-hdr-v2.png') 0 0 no-repeat;
	padding: 0 44px 0 0;
}

.shadow-wrapper {
	width: 897px;
	background: url('/about_area/img/lr-shadow-bg.png') 28px 0 no-repeat;
	overflow: hidden;
}

.left.wrapper {
	width: 448px;
	background: url('/about_area/img/left-shadow.png') 0 0 no-repeat;
}

.left.content {
	width: 316px;
	background: url('/about_area/img/left-content-bg-v2.png') 62px 0 repeat-y;
	padding: 0 35px 0 97px;
}

.right.wrapper {
	width: 449px;
	background: url('/about_area/img/right-shadow.png') 100% 0 no-repeat;
}

.right.content {
	width: 317px;
	background: url('/about_area/img/right-content-bg-v2.png') 0 0 repeat-y;
	padding: 0 35px 0;
	float: left;
}

.content h1, #stream-info h1, #download-info h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 25px;
}

.content p {
	font-family: 'Helvetica Neue';
	font-size: 15px;
	color: #333;
	line-height: 22px;
}

.content img {
	display: block;
	margin: 0 auto;
}

p.compat {
	font-size: 14px;
	color: #888;
	font-weight: 600;
	margin-bottom: 0;
}

.icon {
	background: url('/about_area/img/compat-icons.png') no-repeat;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 3px;
	*display: inline;
	zoom: 1;
}

.apple-windows.icon {
	width: 54px; height: 21px;
}

.apple.icon {
	width: 17px; height: 21px;
}

#ribbon {
	width: 897px; height: 77px;
	background: url('/about_area/img/ribbon.png') no-repeat;
	clear: both;
	overflow: hidden;
}

#btn-wrapper {
	width: 773px;
	background: url('/about_area/img/bottom-bg.png') no-repeat;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

a.browse {
	background: url('/about_area/img/button-sprites.png') no-repeat;
	width: 269px; height: 37px;
	font-family: 'Helvetica Neue';
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px #062a43;
	text-align: center;
	margin: 8px auto 0;
	padding-top: 20px;
	display: block;
}

#btn-wrapper a.browse {
	margin-top: 50px;
}

#apps.container {
	margin-top: 35px;
}

.app-info {
	background: url('/about_area/img/iphone-ipad.png') 10px 0 no-repeat;
	width: 275px;
	min-height: 193px;
	float: left;
	padding: 0 18px;
}

.app-info.first {
	background: url('/about_area/img/macbook.png') no-repeat;
	background: url('/about_area/img/divider.png') 100% 0 no-repeat, url('/about_area/img/macbook.png') no-repeat;
	padding-left: 0;
}

.app-info.last {
	background: url('/about_area/img/browser.png') 10px 0 no-repeat;
	background: url('/about_area/img/divider.png') 0 0 no-repeat, url('/about_area/img/browser.png') 10px 0 no-repeat;
	padding-right: 0;
}

.app-info h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0;
	margin-left: 140px;
}

.app-info.first h3 {
	margin-left: 150px;
}

.app-info.last h3 {
	margin-left: 135px;
}

.app-info a.learn {
	margin-left: 135px;
}

.app-info.first a.learn {
	margin-left: 145px;
}

.app-info.last a.learn {
	margin-left: 130px;
}

a.learn {
	width: 115px; height: 26px;
	background-position: 0 -50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-align: center;
	margin: 8px auto 0;
	padding-top: 9px;
	display: block;
}

.app-info p {
	font-family: 'Helvetica Neue';
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin: 30px 0;
}

.feature {
	float: left;
	padding-top: 3px;
}

.feature p {
	color: #333;
	line-height: 18px;
	margin-top: 6px;
}

#hrs-content.feature {
	width: 160px;
	background: url('/about_area/img/star.png') no-repeat;
	padding-left: 60px;
}

#learn-on-the-go.feature {
	width: 160px;
	background: url('/about_area/img/iphone.png') no-repeat;
	margin-right: 15px;
	padding-left: 52px;
}

#connect.feature {
	width: 160px;
	background: url('/about_area/img/quote.png') no-repeat;
	margin-right: 18px;
	padding-left: 65px;
}

#control.feature {
	width: 160px;
	background: url('/about_area/img/keynote.png') no-repeat;
	padding-left: 47px;
}

#support {
	background: #fbfbfb url('/about_area/img/hr-v2.png') 50% 0 no-repeat;
	font-size: 18px;
	border-radius: 0 0 13px 13px;
	padding: 25px 30px;
	margin-top: 35px;
}

a.click {
	width: 107px; height: 27px;
	background-position: -125px -50px;
	font-family: 'Helvetica Neue';
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-align: center;
	margin: 0 2px;
	padding-top: 9px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#support p {
	color: #4a4a4a;
	font-weight: lighter;
	text-align: center;
	margin: 0;
}

#support p strong {
	font-weight: bold;
}

#matrix {
	overflow: auto;
}

#stream-info {
	width: 201px; height: 488px;
	background: url('/about_area/img/left-col.png') no-repeat;
	padding: 35px 20px 0 25px;
	float: left;
}

#matrix img {
	margin: 0 auto;
	display: block;
}

#matrix h1 {
	font-size: 24px;
	line-height: 28px;
	margin: 12px 0;
}

#matrix p {
	font-family: 'Helvetica Neue';
	font-size: 14px;
	color: #333;
	line-height: 22px;
	margin: 0;
}

#stream-col {
	width: 253px;
	min-height: 523px;
	float: left;
}

#stream-col .col-hdr {
	width: 253px; height: 65px;
	background: url('/about_area/img/left-hdr.png') no-repeat;
}

#matrix .col-hdr h3 {
	margin: 0;
	padding: 17px 0 0 0;
}

#stream-col .btn-wrapper {
	width: 253px; height: 61px;
	background: url('/about_area/img/left-btn-bg.png') no-repeat;
	padding-top: 11px;
}

a.pricing, a.library {
	width: 167px; height: 26px;
	background-position: 0 -100px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px #345801;
	text-align: center;
	margin: 0 auto;
	padding-top: 9px;
	display: block;
}

#stream-col .features {
	width: 253px; height: 386px;
	background: url('/about_area/img/left-list-bg.png') no-repeat;
}

#matrix .features ul {
	list-style-type: none;
	padding: 5px 12px 0;
	margin: 0;
}

#matrix .features ul li {
	background: url('/about_area/img/bullet.png') 6px 8px no-repeat;
	font-family: 'Helvetica Neue';
	font-size: 14px;
	border-bottom: 1px solid #f2f2f2;
	padding: 8px 0 9px 32px;
}

#matrix .features ul li:last-child {
	border-bottom: 0;
}

#matrix .features ul li.no-bullet {
	background: none;
	font-weight: bold;
	padding-left: 8px;
}

#download-col {
	width: 254px;
	min-height: 523px;
	float: left;
}

#download-col .col-hdr {
	width: 254px; height: 65px;
	background: url('/about_area/img/right-hdr.png') no-repeat;
}

#download-col .btn-wrapper {
	width: 254px; height: 61px;
	background: url('/about_area/img/right-btn-bg.png') no-repeat;
	padding-top: 11px;
}

a.library {
	width: 193px;
	background-position: -180px -100px;
}

#download-col .features {
	width: 254px; height: 386px;
	background: url('/about_area/img/right-list-bg.png') no-repeat;
}

#download-info {
	width: 200px; height: 488px;
	background: url('/about_area/img/right-col.png') no-repeat;
	padding: 35px 20px 0 25px;
	float: left;
}

#apps.container {
	margin-top: 45px;
}

a.browse, a.prices {
	font-family: 'Helvetica Neue';
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 8px auto 0;
	padding-top: 12px;
	display: block;
}

a.browse {
	background-position: 0px -150px;
	width: 177px; height: 29px;
	text-shadow: 1px 1px #062a43;
}

a.prices {
	background-position: -190px -150px;
	width: 205px; height: 29px;
	text-shadow: 1px 1px #284700;
}

#btn-wrapper a.btn {
	margin-top: 35px;
}

#btn-wrapper .btn-col {
	width: 385px;
	float: left;
}

/* complete.view.php */

a.launch {
	width: 253px; height: 32px;
	background-position: -210px 0;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px #062a43;
	text-align: center;
	padding-top: 8px;
	display: block;
}

a.arrow-link {
	background: url('/about_area/img/link-arrow.png') 0 5px no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding-left: 13px;
}

#main-content {
	width: 620px;
	background: url('/about_area/img/streaming-icon.png') 15px 0 no-repeat;
	float: left;
}

#main-content h1 {
	margin-bottom: 25px;
}

#main-content #get-started, #main-content #mobile-apps {
	margin-left: 20px;
}

#main-content #get-started {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #ebebeb;
	padding: 5px 0 20px 200px;
}

#main-content #mobile-apps {
	padding: 25px 0 0 0;
}

#mobile-apps .app-blurb {
	width: 470px;
	font-size: 14px;
	line-height: 18px;
	padding: 15px 0 0 115px;
}

#mobile-apps .app-blurb h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0;
}

#mobile-apps #iphone-app {
	background: url('/about_area/img/iphone-app.png') 5px 12px no-repeat;
}

#mobile-apps #ipad-app {
	background: url('/about_area/img/ipad-app.png') 5px 15px no-repeat;
}

#invoice-details {
	width: 255px;
	background: url('/about_area/img/shadow-bg.png') 0 20px no-repeat;
	padding: 11px 10px 0 35px;
	float: right;
}

#invoice-details h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

#invoice-details h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

#invoice-details p {
	font-size: 14px;
	margin-top: 0;
}

#invoice-details .arrow-link {
	margin-bottom: 20px;
}

#invoice-details p.aside {
	font-size: 12px;
	margin-top: 25px;
}
