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

body{
	width: 100%;
}

/*
	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:1000px;
	margin:0 auto;
	padding:20px 0;
}

div.container{
	min-height:20px;
	background:#fff;

}

div.container.first{

}

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;
    width:875px;
}
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:150px;
    width:100%;
}

div#logo{
	float:left;
}

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

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{

    position: relative;
    top:105px;
	left:175px;
}

div#head-search input[name="search"]{
	width:360px;
	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:12px;
	background:url(../images/background-search_go.png) right center no-repeat;
	border:none;
	color:#00a0ff;
	font-weight:bold;
	cursor:pointer;
}

/*
	Main Menu
	*/
#main-menu {
    padding:0 !important;
    margin:0 !important;

}
div#main-menu ul{
	list-style:none;
	margin:0;
	padding:0;
	height:40px;

}
.end {
    width: 207px;
}

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 !important;
    font-weight:normal;
	text-transform:uppercase;

	
}

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;
}

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;
}

.end:hover {
   background-image: none !important;
    background:url(../images/background-button_darkgrey.png) repeat-x center 0px !important;

}
/*
	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:280px;
	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:180px;
	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-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;

	font-size:10px;
	color:#876d6d;
}

/*
	Content
	*/
div.content{
	padding:20px 0 41px 0;
	width:980px;
	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{
	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;
}

.product-image {
	margin-left: 10px;
	margin-top: 1px;

}

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;
	width:880px;
	margin:0 auto;
}

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

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

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

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:396px;
	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;
}

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;
}

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{
	background:url(../images/background-ordering_proposal.png) top center no-repeat;
}

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;
}

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;
}

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

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

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


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

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:12px;
}

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:588px;
	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;
}

#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.jpg) top center no-repeat;
	height:497px;
	position:relative;
}

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

div.mobile-learning div#carousel h2{
	position:absolute;
	top:70px;
	left:500px;
	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:580px;
	padding:0;
}

div.mobile-learning div.side-bar{
	width:260px;
	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:12px;
	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;
}

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

div.mobile-learning-demo div.demo-main{
	width:280px;
	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;
    margin-top: 70px;
    width: 950px;
    

}
.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:315px;
    border-bottom: 1px solid #CCC;
    padding-top:10px;
    padding-bottom: 10px;

}

	#course-special ul
	{
        width:800px;
        list-style-type: none;
        margin-left:20px;

	}

	#course-special li
	{
		float: left;
		text-align:center;

		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #A2A2A2;
        padding-left:28px;
        padding-right:28px;
        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 {

    width: 970px;
    text-align:center;

}
.wrap-video {

    width: 970px;
    text-align:center;



}
.video-cont {

    height:125px;
    width: 225px;
    position: relative;
    padding:5px;

}

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

#main-banner {
    width:955px;
    height: 400px;
    margin-top:20px;
    background-color: #2c93c2;
    border-radius:5px;
	-moz-border-radius:5px;
}

#stick-people {
    width: 433px;
    height: 353px;
    background:url(../images/stick-people.png) bottom center no-repeat;
    float:left;
}
#error-background {
    width: 700px;
    height: 453px;
    background:url(../images/404-back.png) bottom center no-repeat;
    margin: auto;
}
#computer-man {
    width: 433px;
    height: 353px;
    margin-top: 30px;
    background:url(../images/computer-man.png) bottom center no-repeat;
    float:left;
}
#video-holder {
    width: 478px;
    height: 281px;
    border: 5px solid #bfbebe;
    background-color: #000;
    float:left;
    border-radius:5px;
    margin-top:60px;
	-moz-border-radius:5px;
}
.play-button-home {
    position:relative;
    top:75px;
    left:170px;
}
.play-text {
    position:relative;
    top:60px;
    left:185px;
}
#error-text {
    margin-top:280px;
    color: #000;
    font-weight: bold;
}
#error-text a {
    color: #fff;
}
.play-text strong {
    color: #fff;
    font-size:18px;
}
.play-text span {
    color: #5b7d8c;
}

.featured-block {
    height: 520px;
    width: 935px;
    background-color: #e6e6e6;
    margin-top: 10px;
	border-radius:5px;
	-moz-border-radius:5px;
    padding: 10px;
}

.feature-container {
    width: 303px;
    margin-left:10px;
    height: 220px;
    border-radius:5px;
	-moz-border-radius:5px;
    background-color: #fff;
    -moz-box-shadow: 0 0 1px 1px #888;
    -webkit-box-shadow: 0 0 1px 1px#888;
    box-shadow: 0 0 1px 1px #888;
    float:left;
    text-align:center;
}
.feature-container a {
    text-decoration:none;
    margin:0 10px 0 10px;
}

.inner-about p {
	
	line-height: 20px;
}

.feature-container-lower {
    width: 600px;
    margin-left:2px;
    padding-top:10px;
    min-height: 209px;
    border-radius:5px;
	-moz-border-radius:5px;
    background-color: #fff;
    -moz-box-shadow: 0 0 1px 1px #888;
    -webkit-box-shadow: 0 0 1px 1px#888;
    box-shadow: 0 0 1px 1px #888;
    margin-top:15px;
    float:left;
}
.feature-container-lower span {
    color: #55b800;
    font-weight: bold;
    font-size:18px;
    margin-left:20px;
}
.feature-container-lower  li {
    display: inline;
    float:left;
    width: 125px;
    margin-right: 10px;
    text-align:center;
}
.feature-container-lower li a {
    color: #1b1b1b !important;
    font-size: 12px;
    text-decoration:none;
}
.home-demo {
    float: right;
    width: 300px;
    margin-top: 10px;
    padding-top:20px;
    
}

.home-demo span {
    color: #55b800;
    font-weight: bold;
    font-size:22px;
}
.home-demo label {
    color: #505050;
    font-weight: bold;
    font-size:22px;
    margin-top:15px;
}
.home-demo input[type="text"] {
    width: 170px;
}
.home-demo input[type="submit"] {
    background-color: #55b800;
    height: 25px;
    border-radius:30px;
	-moz-border-radius:30px;
    border: 0;
    color: #fff;
    font-weight: bold;

}
#footer
{
    margin-top: 20px;
    border: 1px solid #888;
    width:75%;
    float:left;
    min-height:200px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

#footer p
{
    margin-left: 0px;
}

#footer div
{
    margin: 10px 10px 10px 78px;
}
#footer ul
{
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 3px;
    width:50px;
}
#footer li
{
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 3px;
    width:180px;
    list-style-type:none;
    font-size: 11px;
}

#footer a
{
    color: #888888;
    text-decoration:none;
}

#footer-right span {
    color: #505050;
    font-weight: bold;
    margin-left:20px;
    margin-top:20px;
    font-size: 12px;
}

#footer-right a {
    margin-right: 10px;
    margin-left: 10px;
}
#footer-right {
    float:right;
    border: 1px solid #888;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    min-height:229px;
    width: 201px;
    margin-top: 20px;
    margin-right: 46px;
    border-left: 0;
}

.facebook {
    background:url(../images/facebook-icon.png) left center no-repeat;
    color: #5b7d8c;
    float:left;
    font-size: 11px;
    text-decoration:none;
    float:left;
    padding-left: 35px;
    height:20px;
    padding-top:10px;

}

.digg {
    background:url(../images/digg-icon.png) left center no-repeat;
    color: #5b7d8c;
    float:left;
    font-size: 11px;
    text-decoration:none;
    float:left;
    padding-left: 35px;
    height:20px;
    padding-top:10px;

}

.youtube {
    background:url(../images/youtube-icon.png) left center no-repeat;
    color: #5b7d8c;
    float:left;
    font-size: 11px;
    text-decoration:none;
    float:left;
    padding-left: 35px;
    height:20px;
    padding-top:10px;

}
.twitter {
    background:url(../images/twitter-icon.png) left center no-repeat;
    color: #5b7d8c;
    float:left;
    font-size: 11px;
    text-decoration:none;
    float:left;
    padding-left: 35px;
    height:20px;
    padding-top:10px;

}
.flicker {
    background:url(../images/flicker-icon.png) left center no-repeat;
    color: #5b7d8c;
    float:left;
    font-size: 11px;
    text-decoration:none;
    float:left;
    padding-left: 35px;
    height:20px;
    padding-top:10px;

}
.anchors
{
    width:875px;
    margin: 0 auto;

}
.active{
    color: #000 !important;
    text-decoration: underline !important;
}
.deactive {
    color: #A2A2A2 !important;
}
.anchors ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width:850px;

}
.anchors li {
    float: left;
    color: #A2A2A2;
    width: 30px;
    font-size: 13px;
    border-right: 1px solid #A2A2A2;
    text-align:center;
    padding: 0 !important;

}
.a-list {
    margin-right:10px;
    margin-left:20px;
    width: 1000px;

}
.a-list h3
{
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    width:90%;
    color: #424242;
    border-bottom: 2px solid #CCC;
}
#search-results .a-list span
{
    display: block;
    border-bottom: 1px solid #CCC;
    line-height: 10px;

}
.a-list span
{
    display: block;
    border-bottom: 1px solid #CCC;
    line-height: 33px;

}

.a-list a
{
    color: #4589AA !important;
    text-decoration: none;

}
li {
    list-style-type: none;
}

.inner-list li a {
    text-decoration:none;
}
inner-list ul {
    width: 1000px;
}
inner-list p {
	width: 450px;
	line-height: 15px;
	margin-top: 0 !important;
	padding-top: 0 !important;

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

}
.inner-list .buyNow
{

	font-size: 12px !important;
	margin-top: 6px !important;
    color: #fff !important;

}

img {
    border: none;
}

.buyNow{
    font-weight: bold;
    float:left;
    height: 22px;
    width:80px;
    line-height:22px;
    text-align:center;
    margin-left:10px;
    font-size:12px !important;
    background-color: #55b800;
    text-decoration:none;
    border-radius: 10px;
    -moz-border-radius: 10px;
	cursor:pointer;
}
.inner-list p {
    width: 325px;
    line-height: 15px;
    margin-right: 30px;
    margin-left: 30px;

}


.inner-list span {
    margin-top: 15px;
    margin-bottom: 15px;
}
.productTitle {
	font-size: 24px !important;
	font-weight: normal;
	color: #263740;

}
.feedbackText {
    font-size: 18px;
    padding-top: 120px;
    padding-right: 30px;
    color: #fff;
}
.feedbackText a {
    color: #585858;
    text-decoration: none;
}
.feedbackText a {
    color: #000 !important;
}
.infoList {
	border-right: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	width: 265px;
	height: 212px;
	margin:0 !important;
    padding-top:20px;

}

.infoList li {
	list-style-type: square !important;
	color: #55b800;
	width: 240px;
	margin-left: 15px !important;
	font-size: 16px;
	height: 20px;
}
.infoList li span {
	color: #263740;
	font-size: 12px;
	margin-left: 10px;

}
.productCover {
	width:300px;


}
.infoBlock {
	width: 600px;
}
.orderBlock {
	margin-top: 0px;
	margin-left: -3px;
	width:200px;
	float:right;
	margin-right: 55px;
	height: 212px;
	border-top: 1px solid #dbdbdb;
	padding: 20px;
	display: inline !important;

}

.orderBlock span {
	font-size: 14px;
	color: #263740;

}
.orderNow
{
	font-weight: normal !important;
	margin-top:20px !important;
	margin-left: -5px !important;

}
.price {
	font-size: 30px !important;
	margin-top: 20px;
	float: left;

}
.dSign {
	float: left;
	margin-right:2px;
	margin-top: 23px;
}
.productTitle {
	font-size: 24px !important;
	font-weight: normal;
	color: #263740;

}
.orderInfo {
	font-size: 10px !important;
	float: left;
	display: block;
	margin-top: 5px;

}
.free-sample-text a {
	font-size: 24px !important;
	float: left;
	display: block;
	margin-top: 20px;
    text-decoration: none;
	color: #0089fd !important;
	background:url(../images/sampleArrow.png) center left no-repeat;
	padding-left: 20px;

}
.productButtons {
	margin-left: -15px;
	margin-top:30px;

}
.productCover
{
	background:url(../images/cover-back.png) center left no-repeat;
	height:314px;
	margin-bottom:20px;
	margin-left:-25px;
	margin-top:25px;
	width:295px;
}
.orderBlock .buyNow
{

	font-size: 12px !important;
	margin-top: 6px !important;
		color: #fff !important;
	}

	.about-block {
	border-bottom: 1px solid #E5E5E5;
	margin-left: -50px;
	min-height: 400px;
	padding-bottom: 25px;
	padding-top: 0;
	width: 950px;
}
.inner-about {
	width:600px;
	color: #263740;
	font-size: 12px;

	padding-right: 15px !important;

}
.inner-about li {
	list-style-type: square !important;
	margin-left: 35px !important;
	padding-left: -10px !important;

}
.product-aboutTitle {
	font-size: 20px !important;
	font-weight: normal;
	color: #263740;

}
.breadcrumbs {

	margin-left: 30px;
	margin-top: 10px !important;
}
.social-media {

	color:#263740;
	margin-top:40px;
	padding-left:70px;
	padding-top:15px;
	width:340px;
}
.bundles-block {
	padding-top: 50px;

}

.bundleList {
	width:400px;
	padding-left: 40px;
	color: #263740;
}

.productBundle {
	width:600px;
	color: #263740;
	font-size: 12px;
	padding-right: 15px !important;

}
.productBundle h2 {
	font-weight: normal;

}
.productBundle li {
	padding-left: 0 !important;


}
.productBundle li strong {
	text-align: right;

}
.other-bundles {

	font-size: 24px;
	color: #263740;

}

.bundle-products li {
	border-bottom: 1px solid #dbdbdb;
    width: 500px;
	position: relative;
    font-size: 12px;
    line-height: 18px;
}
.bundle-products li span {
	position: absolute;
	right: 20px;

}
.bundle-products li a {
    text-decoration:none;
}
.bundlesList a {
	color: #263740 !important;
	text-decoration: underline !important;

}
.strike {
	text-decoration: line-through !important;
}

.free-demo-block {
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	width: 950px;
	margin-left: -50px;
	margin-top: 25px;
	padding-bottom:25px;
}

.demo-form-container {
	width: 565px;
	height: 302px;
	margin-top: 35px;
	margin-right: 20px;
	background:url(../images/demoBack.png) center left no-repeat;
	position: relative;
}
.demo-form-container  strong {
	font-size: 22px !important;
	color: #fff !important;
	position: relative;
	top: 17px;
	left: 20px;

}
.demo-form {
	position: absolute;
	top: 80px;
	right: 70px;

}
.demo-text {
	position: absolute;
	top: 90px;
	width: 200px;
	left: 20px;
	color: #545454 !important;
	font-size: 12px;

}
.strong-demo {
    position: static !important;
}
.demo-link {
	position: absolute;
	top: 150px;
	width: 230px;
	left: 20px;
	color: #545454 !important;
	font-size: 12px;

}
.submit-demo {
	height: 49px;
	width: 185px !important;
	background:url(../images/submit-img.png) center left no-repeat;
	border: 0 !important;
	margin-top: 7px;

}
.demo-info {
	position: absolute;

}
.aboutT p{
	margin-top: 20px !important;
}
.aboutT a {
	font-size: 24px !important;
}

.fLink {

	width:232px;
	float:left;
	text-align:center;
}
.trial-selected a {
	color: #fff000 !important;
	text-shadow: #6374AB 5px 0px 5px;
}
.linkBlock
{
    border: 1px solid #CCC;

    padding: 5px 10px 5px 10px;
    width: 210px;
    margin-right: 50px;
    margin-top: 50px;
}

.linkBlock ul
	{
		width: 210px;
		margin:0;
		padding:0;

	}
 .linkBlock li
	{
		padding-top: 5px;
		padding-bottom: 5px;
        padding-left: 0px;
		width: 190px;


	}

.linkBlock a
	{
		font-size: 11px;
		font-weight: bold;
        text-decoration:none;
		color: #666;
		padding: 0px 0px 0px 0px;
	}

.linkBlock .liActive
	{
		background-color: #f1f1f1;
	}

 .helpBlock
	{
		margin-top: 20px;
		border: 1px solid #CCC;
         margin-right: 50px;

		padding: 10px 10px 20px 17px;
		width: 203px;
	}

.helpBlock h2
{
    color: #585757;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.helpBlock p
{
    color: #585757;
    margin-left: 0;
}

.helpLink
{
    color: #00afff;
    font-weight: bold;
}
.clients-image {
    margin-left:10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#faqList li {
    min-height: 30px;
    width: 85%;
}
#faqList a {
    text-decoration:none;
}
#faqList li div {
    padding: 5px;
    color: #fff;
    width: 800px;
    background-color: #2d93c3;
    border:1px solid #cdcdcd;
    border-radius:5px;
	-moz-border-radius:5px;
    margin-top:5px;
    margin-bottom:5px;
}
#demo-form-f {
    position: relative;
    left: 345px;
    top:75px;
}
#demo-form-f label {
  color: #fff;
}

#demo-form-back {
    width: 600px;
    height: 569px;
    background:url(../images/demo-form-back.png) bottom center no-repeat;
    float:left;
}
#demo-form-text {
    position: relative;
    left: 305px;
    top:150px;
    font-size: 12pt;
    width: 500px;
}
#demo-form-text strong {
    color: #fff;
}

.softSkillsH1
{
	color:#263740;
}

#aboutFeatures
{
	color:#263740;
	font-size:14px;
	line-height:28px;
}

#aboutFeatures h3
{
	color:#0086A8;
}

#custReceive li
{
	list-style-type:disc;
}

.pageContentHolder
{
	padding-left:50px;
	width:920px
}

#dlText
{
	font-size: 20px;
	position:absolute;
	text-align:center;
	top: 150px;
	width:150px;
	left:10px;
	color: #263740
}

#aboutBody
{
	float:left;
	width:620px;
	margin-left:20px;
}

.home-form input[type="text"]
{
	width: 130px;
}

.productDemo input[type=text]
{
	width:150px;
}
