@charset "utf-8";
/* CSS Layout */

body{
	background:url(../images/background_noise.png);
}

/*
	Global Classes
	*/
.clear{
	clear:both;
}

.clear-right{
	clear:right;
}

.clear-left{
	clear:left;
}

.hidden{
	display:none;
}

.fright{
	float:right;
}

.fleft{
	float:left;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.spacer-t40{
	padding-top:40px;
}

.dev-warning{
	padding:2px;
	background:#fea0a0;
	border:1px solid #f00;
}

div#body{
	width:985px;
	margin:0 auto;
	padding:20px 0;
}

div.container{
	padding:15px;
	min-height:20px;
	background:#fff;
	border:1px solid #e7e7e7;
	border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0px 1px 2px 1px #d9d9d9;
	-moz-box-shadow:-1px 1px 2px #d9d9d9;
	margin-bottom:11px;
}

div.container.first{
	box-shadow:0 -1px 2px 1px rgba(150,150,150,0.4);
	-moz-box-shadow:-1px 1px 2px #d9d9d9;
}

div.bottom-shadow{
	background:url(../images/background-bottom_shadow.png) center bottom no-repeat #fff;
	min-height:50px;
}

div.inner-container{
	border:1px solid #cdcdcd;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:35px;
}
a.blue-link{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	line-height:23px;
	height:23px;
	padding:0 28px;
	background:#0089fd;
	border-radius:12px;
	-moz-border-radius:12px;
}

a.blue-link:hover{
	background:#0071d0;
}

.addthis_toolbox{
	min-width:150px;
}

/*
	Head
	*/
div#head{
	padding-top:18px;
	height:85px;
}

div#logo{
	float:left;
}

div#top-menu{
	float:right;
	padding-right:20px;
}

div#top-menu ul{
	margin:0;
	padding:1px 0 0 0;
	list-style:none;
}

div#top-menu li{
	float:left;
	padding:0 14px;
}

div#top-menu a{
	display:block;
	font-size:12px;
	color:#82816a;
	line-height:15px;
	padding-top:9px;
	padding-right:23px;
	text-decoration:none;
}

div#top-menu a.home{
	background:url(../images/background-top_menu_home.png) right -24px no-repeat;
}

div#top-menu a.home:hover, div#top-menu a.home.current, div#top-menu a.home.selection{
	background:url(../images/background-top_menu_home.png) right 0px no-repeat;
}

div#top-menu a.about-us{
	background:url(../images/background-top_menu_about.png) right -24px no-repeat;
}

div#top-menu a.about-us:hover, div#top-menu a.about-us.current, div#top-menu a.about-us.selection{
	background:url(../images/background-top_menu_about.png) right 0px no-repeat;
}

div#top-menu a.contact-us{
	background:url(../images/background-top_menu_contact.png) right -24px no-repeat;
}

div#top-menu a.contact-us:hover, div#top-menu a.contact-us.current, div#top-menu a.contact-us.selection{
	background:url(../images/background-top_menu_contact.png) right 0px no-repeat;
}

div#head-search{
	float:right;
}

div#head-search input[name="search"]{
	width:202px;
	height:32px;
	border:1px solid #b7b7b7;
	border-radius:15px;
	-moz-border-radius:15px;
	font-size:12px;
	line-height:32px;
	color:#7f7f7f;
	padding:0 15px;
}

div#head-search input[type="submit"]{
	height:32px;
	width:55px;
	padding-left:4px;
	background:url(../images/background-search_go.png) right center no-repeat;
	border:none;
	color:#00a0ff;
	font-weight:bold;
	cursor:pointer;
}

/*
	Main Menu
	*/
div#main-menu ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	height:40px;

}

div#main-menu ul li{
	background:url(../images/background-button_darkgrey.png) repeat-x center 0px;
	float:left;
	height:40px;
	line-height:40px;
	font-size:12px;
	text-transform:uppercase;
	width:135px;
}

div#main-menu ul li.current, div#main-menu ul li.selection, div#main-menu ul li.demo.current{
	background:url(../images/background-button_darkgrey.png) repeat-x center -80px;
}

div#main-menu ul li:hover{
	background:url(../images/background-button_darkgrey.png) repeat-x center -40px;
}

div#main-menu ul li.demo{
	background:url(../images/background-button_blue.png) repeat-x center 0px;
}

div#main-menu ul li.demo:hover{
	background:url(../images/background-button_blue.png) repeat-x center -40px;
}

div#main-menu ul li.first{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

div#main-menu ul li.last{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	width:128px;
}

div#main-menu ul li.middle, div#main-menu ul li.last{
	border-left:1px solid #767777;
}

div#main-menu ul li.middle, div#main-menu ul li.first{
	border-right:1px solid #4a4a4a;
}

div#main-menu ul li a{
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

/*
	Free Demo Area
	*/
div.demo-box div.fleft, div.demo-box div.fright{
	width:50%
}

div.demo-box h2{
	font-size:36px;
}

div.demo-box p, div.product div.demo-box p{
	line-height:normal;
}

form.demo{
	width:300px;
	margin:0 auto;
	font-size:16px;

	color:#333;
}

form.demo label{
	display:block;
	float:left;
	line-height:25px;
}

form.demo label.error{
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
		width:400px;
}

form.demo input[type="text"]{
	display:block;
	float:right;
	width:160px;
	height:25px;
	line-height:25px;
	border:1px solid #a7a7a7;
}

form.demo div{
	padding:3px 0;
}

form.demo input[type="submit"]{
	margin:20px 0 0 0;
	height:60px;
	width:227px;
	border:1px solid #000;
	border-radius:5px;
	-moz-border-radius:5px;
	font-size:24px;
	color:#b5b5b5;
	background:url(../images/background-button_black.png) center 0px repeat-x #000;
}

form.demo input[type="submit"]:hover{
	background:url(../images/background-button_black.png) center -60px repeat-x #000;
}

form.demo#online-learning-demo input[type="submit"], form.demo#mobile-learning-demo input[type="submit"]{
	height:45px;
	width:180px;
	color:#fff;
}



/*
	Footer
	*/
div#footer{
}

div#footer-menu{
}

div#footer-menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}

div#footer-menu ul li{
	float:left;
}

div#footer-menu ul li a{
	display:block;
	padding:0 4px;
	font-size:10px;
	color:#876d6d;
}

/*
	Content
	*/
div.content{
	/*background:url(../images/background-seperator_large.png) top center no-repeat;*/
	padding:60px 0 41px 0;
	
	margin:0 auto;
	position:relative;
}

div.content.alt{
	padding-bottom:0;
}


/*
	Home
	*/
div#page_content{
}

div#carousel{
	margin:15px 0 0 0;
}

div#carousel img{
	border-radius:5px;
	-moz-border-radius:5px;
}

div#client-types{
	margin-top:15px;
}

div#client-types #client_types_container{
	width:580px;
	margin-left: auto ;
	margin-right: auto ;
}

div#client-types a{
	display:block;
	float:left;
	height:40px;
	width:178px;
	font-size:12px;
	line-height:40px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	background:url(../images/background-button_grey.png) center 0px repeat-x;
	color:#fff;
	margin-right:15px;
}

div#client-types a:hover{
	background:url(../images/background-button_grey.png) center -40px repeat-x;
}

ul.four-components{
	list-style:none;
	padding:0;
	margin:1em auto;
	width:890px;
}

ul.four-components li{
	float:left;
	width:190px;
	padding:0 20px;
	background:url(../images/background-divider_blue_fade_v.png) center right no-repeat;
}

ul.four-components li.first{
	padding:0 20px 0 0;
}

ul.four-components li.last{
	padding:0 0 0 20px;
	background:none;
}

ul.four-components li p{
	line-height:normal;
}

ul.four-components li h2{
	font-size:14px;
	font-weight:bold;
	margin-top:0.5em;
	color:#222;
}

ul.four-components li a{
	display:block;
	background:url(../images/background-link_arrow.png) left center no-repeat;
	padding-left:20px;
	margin-bottom:15px;
	text-decoration:underline;
}

ul.four-components li img{
	float:right;
	margin-top:0.5em;
	padding:0 0 5px 10px;
}

div.blue-divider{
	background:url(../images/background-divider_blue_fade_h.png) center center no-repeat;
	height:1px;
	padding:20px 0;
}

/*
	Product Page
	*/
div.product p{
	color:#333;
	line-height:24px;
}

div#product-top{
	padding:40px 25px 25px 25px;
}

div#product-top div.product-content{
	width:530px;
}

div#product-top div.product-content p{
	width:345px;
	float:left;
	color:#333;
	line-height:24px;
}

div#breadcrumbs{
	font-size:11px;
	color:#444;
	margin-bottom:20px;
}

div#breadcrumbs a{
	color:#444;
}

div#product-top div.order{
	border-top:1px solid #e4e4e4;
	line-height:44px;
	margin-top:25px;
}

div#product-top div.order span{
	border-right:1px solid #e4e4e4;
	width:360px;
	padding:0 5px;
	display:block;
	color:#333;
}

div#product-top div.order a{
	margin-top:12px;
	margin-left:30px;
}

div#product-top div.demo-link{
	margin-bottom:70px;
	font-size:12px;
	padding:0 5px;
}

div#product-top div.demo-link a{
	font-weight:bold;
}

div#product-top div.product-image{
	width:300px;
}

div#product-top div.product-image ul{
	padding:0 10px 0 30px;
	color:#333;
	font-size:14px;
	margin-top:40px;
}

div#product-top div.product-image ul li{
	margin:22px 0;
}

div#contact-box{
	background:url(../images/background-contact_box.png) top center repeat-x #e9f0f7;
	width:119px;
	padding:8px 17px 0 17px;
	margin:0.5em 0 20px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0 2px 2px #d5d5d5;
	-moz-box-shadow:0 2px 2px #d5d5d5;
}

div#contact-box span{
	height:34px;
	display:block;
	font-size:11px;
	color:#fff;
}

div#contact-box a{
	display:block;
	margin:15px 0px;
	font-size:11px;
	padding-left:21px;
}

a.contact-email{
	background:url(../images/icon-email.png) 0px 2px no-repeat;
}

a.contact-feedback{
	background:url(../images/icon-comment.png) 0px 2px no-repeat;
}

a.contact-demo{
	background:url(../images/icon-monitor.png) 0px 2px no-repeat;
}	

div.additional-content{
	padding:40px 0;
	margin:0 auto;
	line-height:24px;
}

div.additional-content h3{
	margin-bottom:1em;
}

div.additional-content p{
}
	
/*
	Contact
	*/
ul.contact{
	list-style:none;
	padding:0;
}

ul.contact li{
	width:340px;
	padding:10px 25px 20px 10px;
}

div.support-feedback{
	margin-top:30px;
}

div.support-feedback form{	
	width:552px;
	font-size:16px;
	color:#333;
}

div.support-feedback form div{
	padding:3px 0;
}

div.support-feedback form label{
	display:block;
	float:left;
	line-height:25px;
	padding:1px 0;
	width:150px;
	font-weight:bold;
}

div.support-feedback form label.error{
	font-size:12px;
	clear:both;
	width:auto;
	padding-left:20px;
}

div.support-feedback form input[type="text"]{
	display:block;
	float:left;
	width:200px;
	height:25px;
	line-height:25px;
	border:1px solid #a7a7a7;
}

div.support-feedback form textarea{
	display:block;
	float:left;
	width:400px;
	height:100px;
	line-height:25px;
	border:1px solid #a7a7a7;
}

div.support-feedback form input[type="submit"]{
	height:40px;
	width:178px;
	font-size:12px;
	line-height:40px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	background:url(../images/background-button_grey.png) center 0px repeat-x;
	color:#fff;
	border:none;
}

div.support-feedback form input[type="submit"]:hover{
	background:url(../images/background-button_grey.png) center -40px repeat-x;
}

/*
	Ordering & Pricing
	*/
ul#ordering-options{
	list-style:none;
	padding:0;
	margin-top:60px;
	overflow:auto;
}

ul#ordering-options li{
	padding-top:130px;
	margin-right:80px;
	width:160px;
	float:left;
}

ul#ordering-options div.title{
	height:80px;
}

ul#ordering-options div.title h2{
	text-align:center;
	font-size:30px;
	color:#ef7e23;
}

ul#ordering-options li.last{
	margin-right:0;
	padding:0 0 0 40px;
	width:380px;
	border-left:dotted #BFB7B7 1px;
}

ul#ordering-options li.phone{
	background:url(../images/background-ordering_phone.png) top center no-repeat;
}

ul#ordering-options li.email{
	background:url(../images/background-ordering_email.png) top center no-repeat;
}

ul#ordering-options li.fax{
	background:url(../images/background-ordering_fax.png) top center no-repeat;
}

ul#ordering-options li.proposal{
	height:340px;
}

ul#ordering-options div.information{
	padding:0px 5px;
	color:#5f656b;
	font-size:12px;
}

ul#ordering-options li.phone div.information, ul#ordering-options li.email div.information{
	text-align:center;
	font-size:18px;
	padding:0;
}

ul#ordering-options li.email div.information a{
	color:#5f656b;
}

ul#ordering-options span.step{
	display:block;
	margin-bottom:1em;
}

ul#ordering-options span.step strong{
	font-size:14px;
}

ul#ordering-options span.fax-number{
	font-size:18px;
}

ul#ordering-options li.fax div.information a{
	text-decoration:underline;
}

ul#ordering-options li.proposal form.proposal-form div{
	margin-bottom:0.5em;
	width:150px;
}

ul#ordering-options li.proposal form.proposal-form label.error{
	font-size:12px;
	font-weight:bold;
}

ul#ordering-options li.proposal form.proposal-form div input[type="text"]{
	width:146px;
	line-height:22px;
	height:25px;
}

ul#ordering-options li.proposal form.proposal-form div input[type="submit"]{
	background:url(../images/background-button_green.png) center 0 repeat-x;
	line-height:26px;
	height:26px;
	width:96px;
	padding:0;
	margin-top:10px;
	color:#fff;
	text-align:center;
	border:none;
}

ul#ordering-options li.proposal form.proposal-form div input[type="submit"]:hover{
	background:url(../images/background-button_green.png) center -26px repeat-x;
}

ul#ordering-options div#prop-request
{
	float:right;
	margin:20px 0 0 0;
}

ul#ordering-options li.last .title
{
	text-align:left !important;
	float:left;
	background:url(../images/background-ordering_proposal.png) 15px 0 no-repeat;
	padding:125px 0 0 0;
}

/*
	Pricing Page
	*/
div.content.includes{
	padding-right:80px;
	width:1150px;
}

div.content.includes h2{
	margin-bottom:0.5em;
	font-size:30px;
}

div.content.includes p{
	float:left;
	width:800px;
}


/*
	Products Page Redux
*/
h2.browse{
	color:#000;
	font-weight:normal;
	font-size:20px !important;
}

#browseLi {
	padding:0 35px 0 0 !important;
}

div.course-menu{
	margin:50px 0;
}

div.course-menu ul{
	list-style:none;
	padding:0;
}

div.course-menu ul li{
	font-size:14px;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #a2a2a2;
	float:left;
	width:220px;
}

div.course-menu ul li.center{
	background:url(../images/background-course_menu_center.png) 15px 2px no-repeat;
}

div.course-menu ul li a{
	text-transform:uppercase;
	color:#424242;
	text-decoration:none;
	padding-bottom:12px;
	display:block;
}

div.course-menu ul li a:hover, div.course-menu ul li.selected a{
	background:url(../images/background-arrow_link.png) bottom center no-repeat;
	color:#007bf4;
}


.featured-courses {

	height:200px;
	float:left;
	text-align:center;
	margin:20px 16px 0 16px;
	font-size:11px;
	color:#606060;
}

.featured-courses  a {
	display:block;
	text-align:center;
	color:#1b1b1b;
	font-weight:bold;
}

ul.alphabetical{
	list-style:none;
	padding:0;
	width:883px;
	margin:12px auto;
}

ul.alphabetical li{
	float:left;
	width:33px;
	text-align:center;
	color:#a2a2a2;
	font-size:13px;
}

ul.alphabetical li.first, ul.alphabetical li.middle{
	border-right:1px solid #a2a2a2;
}

ul.alphabetical li a{
	display:block;
	color:#000;
	text-decoration:underline;
}

div.courses{
	margin-top:50px;
	width:355px;
}

div.alphabetical{
	width:355px;
	margin-bottom:35px;
}

div.alphabetical h3{
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	color:#424242;
	border-bottom:2px solid #ccc;
}

div.alphabetical ul{
	list-style:none;
	padding:0;
}

div.alphabetical ul li{
	border-bottom:1px solid #ccc;
	line-height:34px;
	font-size:13px;
	color:#007bf4;
}

div.alphabetical ul li a{
	font-weight:normal;
	font-size:13px;
	line-height:16px;
	padding:9px 0;
	display:block;
}

/*
	Site Map
	*/
ul.sitemap{
}

ul.sitemap li{
	margin:3px 0;
}

ul.sitemap.top li{
	list-style:none;
	font-weight:bold;
	font-size:18px;
}

ul.sitemap.child li{
	font-size:16px;
	font-weight:normal;
}

ul.sitemap.child ul.child li{
	font-size:14px;
	font-weight:normal;
}

/*
	Online eLearning
	*/
div.online-learning{
	color:#545454;
	font-size:16px;
}

div.online-learning p{
	line-height:20px;
}

div.online-learning h1{
	padding-bottom:20px;
}

div.online-learning h1 span{
	font-size:24px;
	color:#676767;
}

div.primary{
	width:758px;
	padding-left:12px;
	padding-top:40px;
}

div.online-learning div.opening div.fright{
	padding:0 0 15px 15px;
}

h3.features{
	font-size:18px;
	color:#676767;
	margin-top:40px;
}

h3.features span{
	padding-right:238px;
	padding-left:10px;
}

ul.features{
	list-style:none;
	padding:0;
	font-size:12px;
}

ul.features li{
	border-top:1px solid #888;
	padding:0 10px 10px 10px;
}

ul.features li h4{
	float:left;
	width:275px;
	font-size:12px;
	color:#545454;
	margin-top:0.5em;
}

ul.features li p{
	float:right;
	width:260px;
}


div.side-bar{
	width:320px;
	padding-top:30px;
}

div.social{
	width:260px;
	margin:0 auto 20px 0;
}

#facebook {
	border:none;
	overflow:hidden;
	width:260px;
	height:350px;
	margin-bottom:40px;
}

div.online-learning-demo{
	width:322px/*318px*/;
	margin-bottom:40px;
}

div.online-learning-demo h2{
	background:url(../images/background-online_learning_demo_top.png) top center no-repeat;
	color:#fff;
	font-size:24px;
	line-height:60px;
	padding-bottom:16px;
	text-align:center;
}

div.online-learning-demo div.demo-main{
	padding:25px;
	background:url(../images/background-online_learning_demo_middle.png) top center repeat-y;
}

div.online-learning-demo div.demo-main h3{
	font-size:18px;
}

div.online-learning-demo div.demo-main p{
	line-height:normal;
	color:#545454;
	font-size:14px;
}

div.online-learning-demo form.demo{
	width:268px;
}

div.online-learning-demo label{
	font-weight:bold;
	color:#353535;
}

div.online-learning-demo div.demo-footer{
	background:url(../images/background-online_learning_demo_bottom.png) top center no-repeat;
	height:17px;
}

/*
	Mobile Learning
	*/
div.mobile-learning div#carousel{
	background:url(../images/mobilelearning.png) top center no-repeat;
	height:497px;
	position:relative;
}

div.mobile-learning div#carousel h1{
	position:absolute;
	top:10px;
	left:645px;
	font-size:48px;
	font-weight:normal;
	color:#000;
}

div.mobile-learning div#carousel h2{
	position:absolute;
	top:70px;
	left:600px;
	font-size:24px;
	font-weight:bold;
	color:#4b4b4b;
}

div.mobile-learning div#free-demo-link{
	position:absolute;
	top:10px;
	right:80px;
}

div.mobile-learning div#free-demo-link a{
	color:#0080fb;
	font-size:24px;
	line-height:27px;
	display:block;
	text-align:right;
	padding-right:35px;
	background:url(../images/background-free_demo_link-blue_arrow.png) center right no-repeat;
}

div.mobile-learning div.primary{
	width:780px;
	padding:0;
}

div.mobile-learning div.side-bar{
	width:325px;
	padding:0;
}

div.mobile-learning div.primary h2{
	font-size:24px;
	color:#000;
}

div.mobile-learning div.primary p, div.mobile-learning div.primary ul, div.mobile-learning div.primary ol{
	font-size:16px;
	color:#545454;
	line-height:20px;
}

div.mobile-learning div#contents{
	border:1px solid #545454;
	background:#ebebeb;
	color:#545454;
	font-size:12px;
	padding:18px;
	margin-top:40px;
	margin-bottom:40px;
	width:210px;
}

div.mobile-learning div#contents h3{
	font-size:12px;
	font-weight:bold;
}

div.mobile-learning div#contents ol{
	padding-left:18px;
}

div.mobile-learning div#contents a{
	color:#545454;
	text-decoration:underline;
}

div.mobile-learning-demo{
	margin:40px 0;
	width:564px;
}

div.mobile-learning-demo div.demo-side{
	float:left;
	width:200px;
}

div.mobile-learning-demo div.demo-side ol{
	list-style:lower-alpha;
	padding-left:20px;
	font-size:14px;
}

div.mobile-learning-demo div.demo-side ol li{
	margin-bottom:1em;
}

div.mobile-learning-demo div.demo-main{
	width:310px;
	float:right;
	padding-top:15px;
}

div.mobile-learning-demo h3{
	background:url(../images/background-mobile_learning_demo_top.png) top center no-repeat;
	color:#fff;
	height:77px;
	text-align:center;
	line-height:60px;
}


div.mobile-learning-demo div.demo-body{
	background:url(../images/background-mobile_learning_demo_body.png) top center repeat-y;
	width:510px;
	padding:0 28px 0 26px;
}

div.mobile-learning-demo div.demo-footer{
	background:url(../images/background-mobile_learning_demo_bottom.png) top center no-repeat;
	height:15px;
}

div.also-see{
	width:260px;
	margin:0 auto 40px auto;
}

div.also-see ul{
	list-style:none;
	padding-left:20px;
}

div.also-see ul li{
	margin:0.5em 0;
}

.a-list {
    margin-right:10px;
}

.a-list h3
{
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    width:90%;
    color: #424242;
    border-bottom: 2px solid #CCC;
}

.a-list span
{
    display: block;
    width:455px;
    border-bottom: 1px solid #CCC;
    padding-top:10px;
    padding-bottom: 10px;
}

#searchWrap {
	width:540px;
	padding-bottom:30px;
	float:right;
}

#searchWrap label {
	font-size:24px;
	padding-right:30px;
}

#searchWrap form input[type=text] {
	height:23px;
	width:357px;
	border:solid #999999 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#searchWrap form input[type=submit] {
	background-color:#ffffff;
	border:none;
	width:52px;
	height:29px;
	font-weight:bold;
	color:#00a0ff;
	background:url('../images/btn_go.png') no-repeat;
}

#searchWrap form input[type=submit]:hover {
	cursor:pointer;
}

	#course-special ul
	{
        list-style-type: none;
		padding:0;
		margin:0;
	}

	#course-special li
	{
		float: left;
		text-align:center;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #A2A2A2;
        padding:0 50px 0 50px;
        display:inline;
		line-height:40px;
		color: #424242;
		cursor:pointer
	}

	#course-special li:hover
	{
		color: #007BF4;
	}
	.selected
	{
	    background:url(../images/background-arrow_link.png) bottom center no-repeat;


	}
	.selected  {
		color: #007BF4 !important;
	}
.video-holder {

    
    text-align:center;

}
.wrap-video {

    
    text-align:center;


}
.video-cont {
    height:125px;
    width: 225px;
    position: relative;
    padding:5px 25px 5px 25px;
}

.play-button {
    position:absolute;
    bottom: 30px;
    left: 95px;
}
.video-title {
    color: #0d84ae;
    font-size:20px;
}
.selected-box {
    background-color: #87cefa;
	border-radius:10px;
	-moz-border-radius:10px;
}

.reqs
{
	min-height:1500px;
}

.reqs h3
{
	font-size:15px;
	font-weight:bold;
	padding-top:25px;
}

.reqs .subTopic
{
	padding-left:20px;
}

.reqs .subTopic div
{
	padding-left:15px;
}

.reqs span
{
	font-weight:bold;
	display:block;
	padding-top:10px;
	padding-left:10px;
}

.reqs ul
{
	padding-left:20px;
}

.ielist li
{
	padding-top:10px;
}

#rolloutHeader
{
	color: #0086A8;
}

@font-face {
    font-family: 'InterstateBoldCondensedRg';
    src: url('../fonts/intbdcn-webfont.eot');
    src: url('../fonts/intbdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/intbdcn-webfont.woff') format('woff'),
         url('../fonts/intbdcn-webfont.ttf') format('truetype'),
         url('../fonts/intbdcn-webfont.svg#InterstateBoldCondensedRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#page {
	margin-left:auto;
	margin-right:auto;
	width:1144px;
	padding-bottom:100px;
	padding-top:15px;
}

#pageWrap {
	margin-left:auto;
	margin-right:auto;
}

#logo {
	/*font-family:InterstateBoldCondensedRg, arial;*/
	float:left;
	padding-top:12px;
	color:#343434;
}

#logo h1 {
	padding-left:5px;
	font-size:18px;
	margin:0;
}

#logo h1 a {
	color:#000000;
	text-decoration:none;
}

#headerRight {
	float:right;
	width:600px;
}

#headerRight #homeSearchWrap {
	width:444px;
	float:right;
}

.placeholder {
	color:#0c7ed5;
}

#headerRight form input[type=text] {
	width:389px;
	height:45px;
	border:solid #d9d9d9 1px;
	border-top:solid #c0c0c0 1px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	float:left;
	padding-left:5px;
	font-size:16px;
	color:#0c7ed5;
	line-height:45px;
}

#headerRight form input[type=text]::-webkit-input-placeholder {
	color:#0c7ed5;
}

#headerRight form input[type=text]::-moz-placeholder {
	color:#0c7ed5;
}

#headerRight form input[type=text]:focus {
	outline:none;
}

#headerRight form input[type=submit] {
	width:48px;
	height:47px;
	border:solid #d9d9d9 1px;
	borer-left:none;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;

	background:url(../images/search_button.png) no-repeat;	
	float:right;
}

#headerRight form input[type=submit]:hover {
	cursor:pointer;
}

#homeContact {
	font-family:InterstateBoldCondensedRg, arial;
	width:380px;
	float:left;
}

#homeContact span {
	font-size:30px !important;
}

#homeContact div {
	font-family:arial;
	font-size:12px;
}

#homeContact img {
	float:left;
}

#callTollFree {
	float:right;
	padding-top:8px;
	padding-bottom:15px;
	font-family:InterstateBoldCondensedRg, arial !important;
	font-size:24px !important;
}

#btnTryFree {
	float:right;
	display:block;
	padding:10px 24px 10px 24px;
	margin-top:12px;
	font-size:19px;
	color:#ffffff;
	text-decoration:none;
	font-family:arial;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid #4a7603 1px;
	background:url('../images/btn-background-tall.png') repeat-x;
}

#btnTryFree:hover {
	background:#69b019;
}

#login {
	text-align:right;
	padding:2px 0 5px 0;
}

#login:hover {
	text-decoration:underline;
}

#login a {
	color:#535353;
	font-size:12px;
	text-decoration:none;
}

#mainNav {
	padding:20px 0 0 0;
	margin:0;
}

#mainNav
{
	overflow:hidden;
}

#mainNav li {
	list-style-type:none;
	display:inline;
	float:left;

}

#mainNav li a {
	display:block;
	padding-top:12px;
	padding-bottom:12px;
	font-size:21px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	border-left:solid #767777 1px;
	border-right:solid #4a4a4a 1px;
	background:url('../images/nav-background.png') repeat-x;
}

#mainNav li a:hover {
	background:#4a4a4a;
}

#navFirst {
	width:98px !important;
	border-left:none !important;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#navLast {
	width:159px !important;
	border-right:none !important;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background:url('../images/nav-background-last.png') repeat-x !important;
}

#navLast:hover {
	background:#0072e5 !important;
}

#homeRollouts {
	margin:0;
	padding:10px;
	background:url('../images/ipad-background.png') no-repeat;
	height:330px;
}

#homeRollouts h2 {
	padding:20px 0 0 20px;
	margin:0;
	color:#ffffff;
	font-family:InterstateBoldCondensedRg;
	font-size:50px;
}

#homeRolloutTxtLeft {
	padding:20px 0 0 20px;
	color:#ffffff;
	font-size:24px;
	width:380px;
}

#homeRolloutsBottomLeft {
	padding:38px 0 0 20px;
}

#tryForFree2 {
	display:inline-block;
	text-decoration:none;
	font-size:20px;
	color:#ffffff;
	padding:10px 45px 9px 45px;
	margin-left:70px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid #0360a8 1px;
	background:url('../images/btn-background-tall.png') repeat-x;
}


#tryForFree2:hover {
	background:#69b019;
}

#homeRolloutsBottomLeft span {
	color:#ffffff;
	padding-left:16px;
}

#homeRolloutsBottomLeft span a {
	text-decoration:underline;
	font-size:16px;
	color:#ffffff;
}

#homeTestimonials {
	width:700px;
	height:124px;
	border-bottom:solid #dcdcdc 1px;
	background-color:#f0f0f0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#homeVideo {
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

#homeTestimonialWrap {
	float:left;
}

#homeTestimonialsInner {
	padding:30px 10px 0 20px;
}

#homeTestimonialsInner h3 {
	font-size:24px;
	font-weight:normal;
	color:#263740;
	padding:0;
	margin:0;
}

#homeClientList {
	padding:18px 0 0 0;
	margin:0;
}

#homeClientList li {
	list-style-type:none;
	float:left;
	padding-left:42px;
}

#homeClientList li a {
	color:#0d83dd;
	text-decoration:underline;
	font-size:14px;
}

.bumpUp {
	 margin-top:-10px;
}

#homeTestimonialsBottom {
	width:700px;
	height:60px;
	border-top:solid #ffffff 1px;
	background-color:#f0f0f0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#homeTestimonialsBottomInner {
	padding:20px 0 0 20px;
	color:#0d83dd;
	font-size:15px;
}

#homeTestimonialsBottomInner a {
	color:#0d83dd;
	text-decoration:underline;
}

#homeVideoBottom {
	background-color:#f0f0f0;
	height:54px;
	margin-top:-3px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#homeVideoInner {
	padding:10px;
}

#homeVideoInner div {
	color:#4a4a4a;
	font-size:13px;
}

#homeVideoElearning {
	color:#0086a8;
	font-size:22px;
	font-family:InterstateBoldCondensedRg;
}

#homeVideoVideo {
	color:#000000;
	font-size:22px;
	font-family:InterstateBoldCondensedRg;
}

#homeElearningHubLeft {
	width:745px;
	height:620px;
	float:left;
	background:url('../images/elearning-hub.png') no-repeat;
}

#homeElearningHub {
	padding-top:40px;
}

#homeElearningHubTopWrap {
	width:560px;
}

#homeElearningHubLogo {
	padding:61px 0 0 46px;
	font-family:InterstateBoldCondensedRg;
	font-size:28px;
	float:left;
}

#homeElearningHubLogo div {
	font-size:11px !important;
	font-family:arial;
}

#homeElearningHubTopRight {
	float:right;
	width:320px;
	font-size:18px !important;
	padding:45px 5px 0 0;
}

#homeElearningHubR2 {
	padding:25px 0 0 332px;
	font-size:16px;
	width:150px;
}

#homeElearningHubR3C1 {
	width:135px;
	float:left;
	text-align:right;
	padding:75px 0 0 0px;
	font-size:16px;
}

#homeElearningHubR3C2 {
	font-size:11px;
	float:left;
	color:#ffffff;
	padding:77px 0 0 140px;
	width:60px;
	text-align:center;
}

#homeElearningHubR3C3 {
	font-size:11px;
	float:left;
	color:#ffffff;
	padding:77px 0 0 35px;
	width:80px;
	text-align:center;
}

#homeElearningHubR3C4 {
	width:100px;
	float:left;
	padding:75px 0 0 172px;
	font-size:16px;
}

#homeElearningHubR4C1 {
	float:left;
	width:75px;
	text-align:right;
	font-size:16px;
	padding:47px 0 0 43px;
}

#homeElearningHubR4C2 {
	float:left;
	width:90px;
	text-align:center;
	font-size:11px;
	color:#ffffff;
	padding:38px 0 0 145px;
}

#homeElearningHubR4C3 {
	float:left;
	width:72px;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	padding:48px 0 0 30px;
}

#homeElearningHubR4C4 {
	float:left;
	font-size:16px;
	padding:57px 0 0 140px;
}

#homeElearningHubR5C1 {
    font-size:16px;
    float:left;
    text-align:right;
    width:110px;
    padding:81px 0 0 155px;
}

#homeElearningHubR5C2 {
    float:left;
    font-size:16px;
    width:115px;
    padding:80px 0 0 178px;
}

#homeLearningHubBottom {
	font-size:18px;
	padding:45px 0 0 158px;
	display:inline-block;
}

#homeLearningHubBottom a {
	color:#000000;
	border-bottom:solid #787878 1px;
	text-decoration:none;
}

#homeElearningHubRight {
	float:right;
	width:214px;
}

#homeElearningHubRightBorder {
	border-left:solid #eeeff0 1px;
	height:465px;
}

#homeElearnHubBlue {
	width:71px;
	height:40px;
	background-color:#0079c0;
	float:left;
}

#homeElearnHubGreen {
	width:71px;
	height:40px;
	background-color:#6cc00e;
	float:left;
}

#homeElearnHubYellow {
	width:71px;
	height:40px;
	background-color:#e7d400;
	float:left;
}

.homeElearningHubRightContent {
	padding:0 0 0 15px;
}



.homeElearningHubRightContent p {
	color:#0079c0;
	font-size:12px;
	padding:0;
	margin:0;
}

.homeElearningHubRightContent h4 {
	color:#0079c0;
	font-size:18px;
	padding:20px 0 10px 0;
	margin:0;
	font-weight:normal;
}

.homeElearnHubRightLink {
	text-align:right;
	padding-top:10px;
}

.homeElearnHubRightLink a {
	font-size:12px;
	color:#63900e;
}

.homeElearnHubRightLink span {
	color:#63900e;
	font-size:12px;
}

#homeWhatThisMeansWrap {
	padding-bottom:60px;
}

#homeWhatThisMeansLeft {
	float:left;
	width:200px;
	padding:40px 0 0 20px;
}

#homeWhatThisMeansLeft h5 {
	color:#638e0e;
	font-size:30px;
	font-weight:normal;
	width:200px;
	margin:0;
	padding:0;
}

#homeWhatThisMeansLeft p {
	font-size:13px;
	width:170px;
	padding:10px 0 0 0;
	margin:0;
}

#homeWhatThisMeansLeft a {
	color:#000000;
	text-decoration:underline;
}

#homeWhatThisMeansRight {
	float:right;
	width:730px;
	padding:40px 0 0 0;
}

.homeWhatThisMeansBlock {
	float:left;
	width:210px;
	height:150px;
	padding-left:30px;
}

.homeWhatThisMeansBlock h6 {
	font-family:InterstateBoldCondensedRg;
	font-size:20px;
	font-weight:bold;
	padding:0;
	margin:0;
}

.homeWhatThisMeansBlock p {
	padding:10px 0 0 0;
	margin:0;
	font-size:13px;
	line-height:20px;
}

.homeTourTrialDivider {
	background-color:#fffbe1;
	border:solid #e4dfbe 1px;
}

.homeTourTrialLinks {
	padding:10px 0 10px 280px;
	float:left;
}

.homeTourTrialLinks a {
	display:inline-block;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	width:360px;
	text-align:center;
	padding:8px 0 8px 0;
	border:solid #4a7603 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:url('../images/btn-gradient.png') repeat-x;
}

.homeTourTrialLinks a:hover {
	background:#6ab119;
}

.homeTourTrialLinks span {
	padding:0 20px 0 20px;
	font-size:18px;
}

.homeTourTrialRight {
	float:right;
	font-size:11px;
	padding:10px 50px 10px 0;
}

#homeUserTestimonials {
	padding-top:60px;
	padding-bottom:60px;
}

#homeUserTestimonialsLeft {
	float:left;
	width:230px;
	height:415px;
	padding-left:10px;
}

#homeUserTestimonialsLeft h5 {
	font-size:30px;
	font-weight:normal;
	color:#638e0e;
	padding:0;
	margin:0;
}

#homeUserTestimonialsLeft p {
	padding:20px 45px 0 0;
	margin:0;
	font-size:13px;
}

#homeUserTestimonialsMid {
	float:left;
	width:470px;
	height:415px;
}

.testimonialPhoto {
	float:left;
	padding:0 10px 70px 10px;
	font-size:12px;
}

#homeUserTestimonialsMid p {
	font-size:14px;
	float:right;
	width:290px;
	margin:0;
	padding:0px 10px 0 10px;
	line-height:25px;
}

#homeUserTestimonialsRight {
	float:left;
	padding-left:20px;
}

#homeUserTestimonialsRightTop {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom:solid #dcdcdc 1px;
	background-color:#f2f2f2;
	width:215px;
	height:60px;
}

#homeUserTestimonialsRightTop h6 {
	color:#0d83dd;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	padding:20px 0 0 0;
	margin:0;
}

#homeUserTestimonialsRightMid {
	border-bottom:solid #dcdcdc 1px;
	border-top:solid #ffffff 1px;
	background-color:#f2f2f2;
	padding-top:20px;
	padding-bottom:20px;
	width:215px;
}

.homeUserTestimonialWrap img {
	float:left;
	padding-left:20px;
}

.homeUserTestimonialWrap .homeUserTestimonialText {
	float:right;
	width:105px;
	padding-right:18px;
	font-size:12px;
	line-height:18px;
}

#homeUserTestimonialsRightBottom {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top:solid #ffffff 1px;
	background-color:#f2f2f2;
	width:215px;
	padding-top:20px;
	padding-bottom:40px;
}

#homeBottom {
	padding-top:20px;
}

#homeBottomLeft {
	float:left;
	width:230px;
	
}

#homeBottomLeft h5 {
	color:#638e0e;
	font-size:30px;
	padding:40px 0 0 0;
	margin:0;
}

#homeBottomLeft p {
	padding-left:10px;
	width:178px;
	font-size:14px;
	margin:0;
}

#homeBottomMid {
	float:left;
	padding:20px 10px 0 25px;
	width:420px;
	margin-right: 30px !important;
}

#homeBottomMid p {
	font-size:13px;
	padding:10px 30px 10px 10px;
	margin:0;

}

#homeBottomRight {
	float:left;
}

#homeBottomRightTop1 {
	background-color:#0d83dd;
	width:210px;
	text-align:center;
	margin-top:20px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: solid #0a79ce 1px;
}

#homeBottomRightTop1 h5 {
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:15px 0 15px 0;
}

#homeBottomRightBottom1 {
	width:210px;
	background-color:#0d83dd;
	border-top:solid #0f95e2 1px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#homeBottomRightBottom1 div a {
	color:#ffffff;
	text-decoration:underline;
}

#homeBottomRightBottom2 div a {
	color:#000000;
	text-decoration:underline;
}

#homeBottomRightBottom1 div, #homeBottomRightBottom2 div {
	padding:3px 5px 15px 15px ;
	font-size:13px;
}

#homeBottomRightTop2 {
	background-color:#f2f2f2;
	width:210px;
	margin-top:20px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: solid #dcdcdc 1px;
}

#homeBottomRightTop2 h5 {
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:15px 0 15px 15px;
}

#homeBottomRightBottom2 {
	width:210px;
	background-color:#f2f2f2;
	border-top:solid #ffffff 1px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#homeBottomDemoBar {
	
	padding-top:50px;
	height:50px;
}

#homeBottomDemoBarLeft {
	float:left;
	color:#263740;
	font-size:24px;
	padding-left:20px;
}

#homeBottomDemoBarRight {
	float:right;
	margin-right:20px;
}

#homeBottomDemoBarRight a {
	background:url('../images/btn-background-short.png') repeat-x;
	display:inline-block;
	padding:9px 15px 8px 15px;
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	border:solid #4a7603 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#homeBottomDemoBarRight a:hover {
	background:#6ab119;
}

#footer {
	border-top:solid #bcd8ef 1px;

}

#footerInner {
	padding:10px;
	border-bottom:solid #d1d1d1 1px;
}

.footerBlock {
	width:180px;
	padding:20px;
	float:left;
}

.footerBlock div {
	font-size:14px;
	line-height:18px;
}

.footerBlock h5 {
	padding:0;
	margin:0 0 5px 0;
	font-size:20px;
}

.footerBlock a {
	display:block;
	line-height:18px;
	text-decoration:underline;
	font-size:14px;
	color:#0000ff;
}

#copyright {
	font-size:11px;
	padding:20px 0 0 20px;
}

.a-list {
	padding:0 0 0 0;
	margin:0;
}

.a-list li {
	list-style-type:none;
	padding:5px 0 0 0;
}

.inner-list {
	padding:0;
	margin:0;
}


.inner-list li {
	list-style-type:none;
	float:left;
}

.buyNow {
	width:80px;
	background:url('../images/buynow.png');
	color:#ffffff;
	height:22px;
	line-height:22px;
	font-size:12px !important;
	text-align:center;
	display:inline-block;
	margin-top:12px;
	margin-left:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.buyNow:hover {
	text-decoration:none;
	cursor:pointer;
}

#home-sec1
{
	overflow:auto;
}

#home-sec1-left {
	float:left;
	width:492px;
	margin:80px 0 0 0;
}

#home-sec1-left p
{
	width:410px;
}

#home-sec1-right {
	float:left;
	width:608px;
	margin:50px 0 0 0;
}

#home-sec1-left h1 {
	font-weight:bold;
	font-size:50px;
	letter-spacing:-2px;
	margin:0;
	padding:0;
}

#home-sec1-left p {
	font-size:21px;
}

#home-sec1-left ul {
	padding:0;
	margin:0;
}

#home-sec1-left ul li {
	list-style-type:none;
}

#home-sec1-left ul li.home-sec1-list-nolink, #home-sec1-left ul li a
{
	color:#343434;
	padding:8px 0 0 50px;
	margin:0;
	font-size:21px;
	height:40px;
}

#home-sec1-left ul li a
{
	display:inline-block;
}

#home-sec1-left-li1.home-sec1-list-nolink, #home-sec1-left-li1 a
{
	background:url(../images/button1.png) no-repeat;
}

#home-sec1-left-li2.home-sec1-list-nolink, #home-sec1-left-li2 a
{
	background:url(../images/button2.png) no-repeat;
}

#home-sec1-left-li3.home-sec1-list-nolink, #home-sec1-left-li3 a
{
	background:url(../images/button3.png) no-repeat;
}

#home-trial1 {
	margin:100px 0 20px 0;
}

#trial-banner-1 a
{
	background:url(../images/demo_step_1.png) no-repeat;
	width:186px;
	height:64px;
	padding:25px 0 0 90px;
	float:left;
	margin:0 -2px 0 0;
}

#trial-banner-1 a
{
	display:block;
	color:#ffffff;
	font-size:16px;
	display:block;
}

#trial-banner-2 {
	background:url(../images/demo_step_2.png) no-repeat;
}

#trial-banner-3 {
	background:url(../images/demo_step_3.png) no-repeat;
}

#trial-banner-4 {
	background:url(../images/demo_step_4.png) no-repeat;
}

#trial-banner-5 {
	background:url(../images/demo_step_5.png) no-repeat;
}

#trial-banner-2, #trial-banner-3, #trial-banner-4 {
	float:left;
	width:143px;
	height:61px;
	background-position:15px 16px;
	border-top:solid #d4d4d4 1px;
	border-bottom:solid #d4d4d4 1px;
	padding:25px 0 0 85px;
	color:#0d80d9;
}

#trial-banner-4
{
	width:195px !important;
}

#trial-banner-1 span, #trial-banner-2  span, #trial-banner-3  span, #trial-banner-4  span {
	font-size:20px;
	font-weight:bold;
}

.demo-divider {
	width:42px;
	height:86px;
	float:left;
	background:url(../images/trial_step_divider.png);
	border-top:solid #d4d4d4 1px;
	border-bottom:solid #d4d4d4 1px;
	display:block;
}

#last-demo-divider {
	border-top:none !important;
	border-bottom:none !important;
	background:url(../images/last_demo_divider.png) no-repeat;
}

#home-block2
{
	border-bottom:solid #d4d4d4 1px;
	margin:60px 0 60px 0;
}

.home-block2-left
{
	float:left;
}

.home-block2-right
{
	float:right;
}

.home-block2-right, .home-block2-left
{
	font-size:21px;
	color:#343434;
	width:550px;
	margin:0 0 60px 0;
}

#home-block3 h2
{
	font-size:48px;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	color:#343434;
}

#home-block3-left
{
	float:left;
}

#home-block3-left, #home-block3-right
{
	width:550px;
	font-size:18px;
	color:#343434;
	margin:10px 0 10px 0;
}

#home-block3-right
{
	float:right;
}

#home-block3-lists
{
	margin:20px 0 10px 0;
	padding: 0 0 40px 0;
	border-bottom:solid #d4d4d4 1px;
}

.home-block3-list
{
	float:left;
	margin:35px 26px 0 0;
}

.home-block3-list h3
{
	color:#343434;
	margin:0 0 0 0;
	padding:20px 0 0 80px;
	width:180px;
	height:46px;
	font-size:24px;
	
}

#home-block3-list1
{
	background:url(../images/button5.png) no-repeat;
}

#home-block3-list2
{
	background:url(../images/button6.png) no-repeat;
}

#home-block3-list3
{
	background:url(../images/button7.png) no-repeat;
}

#home-block3-list4
{
	background:url(../images/button8.png) no-repeat;
}

.home-block3-list h3.home-block3-h3-mod
{
	padding:10px 0 0 80px;
	height:56px;
}

.home-block3-list ul
{
	padding:0 0 0 25px;
	margin:20px 0 0 0;
}

.home-block3-list ul li
{
	padding:8px 0 8px 0;
}

#home-block4
{
	border-bottom:solid #d4d4d4 1px;
	margin:0 0 50px 0;
	padding:0 0 60px 0;
}

#home-block4 h4
{
	font-size:48px;
	margin:20px 0 10px 0;
	padding:0 0 0 0;
}

#home-block4-right
{
	float:right;
}

#home-block4-left
{
	float:left;
	margin:0 0 0 -30px;
}

#home-block4-trial
{
	background:url(../images/block4-trial.png) no-repeat;
	width:166px;
	height:74px;
	padding:15px 0 0 20px;
	margin:18px 0 0 0;
	letter-spacing:-1px;
	line-height:28px;
	display:block;
	color:#ffffff;
	font-size:18px;
}

#home-block4-trial span
{
	font-weight:bold;
	font-size:30px;
}

#home-block4-right iframe
{
	margin:40px 0 0 0;
}

#home-block5
{
	margin:0 0 50px 0;
}

#home-block5 h5
{
	font-size:48px;
	color:#343434;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#home-block5-left
{
	float:left;
	width:465px;
	padding:0 0 0 10px;
}

.home-block5-right
{
	float:right;
	margin:18px 0 0 0;
}

.home-block5-left2
{
	float:left;
	margin:20px 0 0 0;
	color:#343434;
}

.home-block5-left2 img
{
	display:block;
}

.home-block5-right2
{
	float:right;
	width:300px;
	margin:30px 0 0 0;
	line-height:22px;
	color:#343434;
}

.home-block5-author
{
	margin:5px 0 0 0;
	font-size:14px;
}

.searchSpacing
{
	margin:0 0 40px 0;
}

#course-cover
{
	height:351px;
	width:505px;
	overflow:auto;
}

#cover-title1, #cover-title2
{
	color:#686868;
}

#cover-title1
{
	font-size:17px;
	margin:105px 0 0 110px;
	width:205px;
}

#cover-title2
{
	font-size:11px;
	margin:50px 0 0 380px;
	width:100px;
}