<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background:url(../images/bg-body.jpg) repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#626566;
}

h1, h2, h3, h4, h5, h6{
	margin:0 0 15px 0;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4696c3;
	font-size:28px;
	font-weight:normal;
	font-style:italic;
	border-bottom:1px solid #e3e7eb;
	padding:0 0 10px 0;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4696c3;
	font-size:24px;
	font-weight:normal;
	font-style:italic;
	border-bottom:1px solid #e3e7eb;
	padding:0 0 10px 0;	
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4a4848;
	font-weight:normal;
}

h3 span{
	font-weight:bold;
}

p{
	margin:0 0 25px 0;
	line-height:20px;
}

input[type="submit"]{
	cursor:pointer;
}

a{
	text-decoration:none;
	color:#4696c3;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:0;
}

ul{
	list-style:none;
}

.clr{
	clear:both;
	line-height:0;
	height:0;
	font-size:0;
}

.img-alignright{
	float:right;
	margin:0 0 10px 10px;
}

.img-alignleft{
	float:left;
	margin:0 10px 10px 0;
}

.container{
	width:972px;
	margin:0 auto;
	padding:0 14px;
	position:relative;
}

.header, .menu, .banner, .content, .footer{
	float:left;
	width:100%;
}

/* wrapper */

.wrapper{
/*	background:url(../images/bg-clouds.jpg) no-repeat center top;*/
}

/* wrapper End */

/* header */

.header{
	background:url(../images/bg-header.jpg) repeat-x left top #fafbfb;
	height:110px;	
}

.logo{
	position:absolute;
	left:18px;
	top:33px;
}

.logo a{
	display:block;
}

.top-links{
	background:url(../images/bg-toplinks.png) no-repeat left top;
	position:absolute;
	right:0;
	top:0;
	width:156px;
	height:29px;
	padding:10px 0 0 0;
	color:#FFFFFF;
	text-align:center;
	display:none;
}

.top-links a{
	color:#fff;
	display:inline-block;
}

.top-links .seperator{
	display:inline-block;
	padding:0 10px;
}

.search{
	position:absolute;
	right:0;
	top:66px;
	width:248px;
}

.search input[type="text"]{
	background:url(../images/search-input.png) no-repeat left top;
	width:199px;
	line-height:35px;
	height:35px;
	float:left;
	border:0;
	padding:0 10px;
}

.search input[type="submit"]{
	background:url(../images/btn-search.png) no-repeat left top;
	width:29px;
	height:35px;
	float:right;
	border:0;
}

/* header End */


/* Menu */

.menu{
	background:url(../images/bg-menu.jpg) repeat-x left top;
	height:52px;
}

.menu ul{
	padding:0;
	margin:0;
	text-align:center;
}

.menu ul li{
	display:inline;
}

.menu ul li a{
	background:url(../images/seperator-menu.jpg) no-repeat left top;
	display:inline-block;
	padding:18px 35px;
	margin:0 1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
}

.menu ul li a.nobg{
	background:none;
}

.menu ul li a:hover,
.menu ul li.active a{
	background:url(../images/bg-menuhover.jpg) repeat-x left top;
	color:#383838;
	text-decoration:none;
}


/* Menu End */

/* Banner */

.banner .container{
	background:url(../images/bg-banner.jpg) repeat-x left top #FFFFFF;
	padding-top:15px;
	padding-bottom:20px;
}

.banner .container #banner-slider div{
	display:none;

}

.banner.pricing-banner .container #banner-slider div{
	display:block;
	}

.banner .container #banner-slider div .inner-banner{
	position:relative;
	display:block;
}

.banner .container #banner-slider div a.link-pro,
.banner .container #banner-slider div a.link-free,
.banner .container #banner-slider div a.link-learmore,
.banner .container #banner-slider div a.link-taketrial{
	position:absolute;
	height:44px;
	background:url(../images/bg-linkplayer.png) repeat left top;
	display:block;
}

.banner .container #banner-slider div a.link-pro{
	width:210px;
	bottom:50px;
	left:265px;
}

.banner .container #banner-slider div a.link-free{
	width:210px;
	bottom:50px;
	left:45px;
}

.banner .container #banner-slider div a.link-learmore{
	width:250px;
	bottom:70px;
	left:50px;
}


.banner .container #banner-slider div a.link-taketrial{
	width:175px;
	bottom:70px;
	left:75px;
}


/* Banner End */

/* Content */

.content {
}


.content .left ul li{
	background:url(../images/bullet1.png) no-repeat 30px top;
	padding:0 0 15px 70px;
	line-height:20px;
}

.content .left ul.left{
	float:left;
	width:60%;
}

.content .left ul.ulstyle1 li{
	background:url(../images/bullet.png) no-repeat 15px 3px;
	padding:0 0 15px 30px;
}
.content .left ul.ulstyle1 li span{
	border-bottom:1px solid #e1e3e6;
	display:block;
	padding:0 0 10px 0;
}

.content .box{
	float:left;
	width:99%;
}

.content .box.paddbtm{
	padding:0 0 50px 0;
}

.content .container{
	padding:0;
	width:1000px;
	background:#FFFFFF;	
}

.content .container .inner-content{
	float:left;
	width:972px;
	padding:40px 14px 20px 14px;
	background:#FFFFFF;	
}

.content .container .inner-content.nopaddtop{
	padding-top:0;
}

.content .box.snapshot{
	background:#f6f7f7;
	border:1px solid #e1e3e6;
	padding:20px 0;
	margin:0 0 30px 0;
}

.snapshot h3{
	padding:0 0 0 20px;
}

.content .box.snapshot img{
	margin:0 0 0 10px;
}

.container .inner-content.pricing-div{
	padding-top:0;
}

.pricing{
	border-top:1px solid #e8eaec;
	border-left:1px solid #dde0e4;
	margin:0 0 10px 0;
}

.pricing thead{
	background:#616368;

}

.pricing thead th{
	padding:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
}

.pricing tbody th{
	background:url(../images/bg-thpricing.jpg) repeat-x left top #e9e9e9;
	border-bottom:1px solid #e8eaec;
	border-right:1px solid #dde0e4;	
	font-weight:normal;
	padding:8px 20px;
	font-size:12px;
}

.pricing tbody th.selected{
	background:url(../images/bg-tbodyth.jpg) repeat-x left top #4d8b13;
}

.selected-wrap{
	position:relative;
}

.selected-wrap img.populartag{
	position:absolute;
	right:-20px;
	top:-10px;
}

.pricing tbody th.no-padd{
	padding:0;
}

.pricing tbody th .monthly-txt{
	color:#272727;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	display:block;
}

.pricing tbody th .digit{
	color:#478b0c;
	font-family:"Trebuchet MS", Arial, sans-serif, serif;
	font-size:60px;
	font-weight:normal;
}

.pricing tbody th .dollar{
	color:#478b0c;
	font-family:"Trebuchet MS", Arial, sans-serif, serif;
	font-size:40px;
	font-weight:normal;
}

.pricing tbody th.selected .monthly-txt,
.pricing tbody th.selected .digit,
.pricing tbody th.selected .dollar{
	color:#FFFFFF;
}

.pricing tbody td{
	border-bottom:1px solid #e8eaec;
	border-right:1px solid #dde0e4;
	padding:10px 20px 10px 20px;
}

.pricing tbody tr.odd td{
	background:#fff;
}

.pricing tbody tr.even td{
	background:#f8f8f8;
}

.pricing tbody tr.heading td{
	background:#cee6b7;
	color:#488c0c;
}

.pricing tbody tr.selected td{
	background:#e4f5d4 !important;
}

.pricing tbody td.selected{
	background:#f2faeb !important;
}

.pricing thead th.selected{
	background:#478b0c !important;
}

.green-txt{
	color:#488c0c;
	font-weight:bold;
}

.box.brandseals{
	background:url(../images/bg-brandseals.jpg) repeat-x left top #f4f4f4;
	border:1px solid #e3e7eb;
	text-align:center;
	width:100%;
	padding:10px 0;
}

.seperator{
	background:url(../images/seperator.jpg) no-repeat left top;
	height:11px;
	line-height:0;
	font-size:0;
	width:100%;
	float:left;
	margin:0 0 25px 0;
}
/* Left */

.left{
	float:left;
	width:707px;
}

/* feature-keyword */

.feature-keyword{
	float:left;
	padding:0 0 10px 0;
}

.feature-keyword .box{
	background:#f6f7f7;
	border:1px solid #e1e3e6;
	width:314px;
	padding:20px 15px;
	margin:0 13px 13px 0;
	float:left;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.feature-keyword .box.even{
	margin:0;
}

.feature-keyword .box a{
	background:url(../images/btn-more.jpg) repeat-x left top #2373a1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:normal;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	padding:5px 15px;
}

.feature-keyword .box a:hover{
	text-decoration:none;
}

.generalparameter{
}

.generalparameter .generalparameter-inner{
	background:#f6f7f7;
	border:1px solid #e1e3e6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:25px 20px;
	float:left;
	width:92%;
}

.generalparameter .generalparameter-inner ul{
	float:left;
	width:28%;
	margin:0 30px 0 0;
}

.generalparameter .generalparameter-inner ul.last{
	margin:0;
}

.generalparameter .generalparameter-inner ul li{
	border-bottom:1px solid #dde0e4;
	padding:0;
	background:none;
}

.generalparameter .generalparameter-inner ul li a{
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:10px 12px;
	padding:12px 0 12px 30px;
	display:block;
	color:#626566;
}

.generalparameter .generalparameter-inner ul li a:hover{
	background-color:#fff;
	text-decoration:none;
}

/* feature-keyword End */

.screenshot-wrap{
	background:url(../images/middle-sreenshot.jpg) repeat-y left top;
	float:left;
	width:102.5%;
	margin:0 0 25px 0;
}

.screenshot-container{
	background:url(../images/top-screenshot.jpg) no-repeat left top;
	float:left;
	width:99.5%;
}

.screenshot-inner{
	background:url(../images/btm-screenshot.jpg) no-repeat left bottom;
	float:left;
	padding:20px;
	width:93.5%;
}

.ulstyle2 li .screenshot-wrap{
	background:url(../images/middle-sreenshot.jpg) repeat-y left top;
	float:left;
	width:102.5%;
}

.ulstyle2 li .screenshot-wrap{
	background:url(../images/middle-sreenshot.jpg) repeat-y left top;
	float:left;
	width:112.5%;
	margin:0 0 0 -70px;
}

.ulstyle2 li .screenshot-container{
	background:url(../images/top-screenshot.jpg) no-repeat left top;
	float:left;
	width:102.5%;
}

.ulstyle2 li .screenshot-inner{
	background:url(../images/btm-screenshot.jpg) no-repeat left bottom;
	float:left;
	padding:20px;
	width:99%;
}

.ulstyle2{
}

.ulstyle2 li{
	float:left;
	width:635px;
}

/* Left End */

/* Download */

.content .container .inner-content.download{
}

.content .box.downloadinner{
	background:url(../images/bg-downloadinner.jpg) repeat-x left top #fff;
	width:100%;
}

.box.downloadinner h3{
	font-size:24px;
}

.box.downloadinner .left,
.box.downloadinner .right{
	float:left;
	width:42.5%;	
	padding:80px 50px 50px 20px;
	min-height:273px;
	position:relative;
	border-right:1px solid #e3e7eb;
}

.box.downloadinner .right{
	float:right;
	border:0;
}

.box.downloadinner .right .tag,
.box.downloadinner .left .tag{
	position:absolute;
	right:105px;
	top:24px;
}

.box.downloadinner .left .btn,
.box.downloadinner .right .btn{
	position:absolute;
	left:20px;
	bottom:0;
	display:inline-block;
}

/* Download End */

/* Player */

.box.howtodo{
	position:relative;
	height:335px;
}

.box.howtodo img{
	position:absolute;
}

.box.howtodo a{
	position:absolute;
	right:200px;
	bottom:30px;
	width:163px;
	height:42px;
	display:block;
	text-indent:-9999px;
	background:url(../images/bg-linkplayer.png) repeat left top; /* For IE7 Fix */
}

.overlay {
    padding:188px 272px 288px 272px;
    width:57%;
	height:57%;
    display:none;
/*    background-image:url(/media/img/overlay/white.png);*/
/*	background:#000;
	opacity:.5;
	filter: alpha(opacity=50) !important;*/
	background:url(../images/bg-overlay.png) repeat left top;
	top:0 !important;
}

.close {
    background:url(../images/fancy_closebox.png) no-repeat;
    position:absolute;
    top:155px;
    right:242px;
    display:block;
    width:35px;
    height:35px;
    cursor:pointer;
}

#player {
    height:560px;
	width:720px;
    display:block;
}

/* Player End */

.box.contact{
}

.box.contact form{
}

.box.contact form fieldset{
	border:0;
}

.box.contact form label{
	float:left;
	display:inline-block;
	padding:10px 20px;
	width:150px;
	text-align:right;
}

.box.contact form input[type="text"],
.box.contact form input[type="password"],
.box.contact form textarea{
	float:left;
	display:inline-block;
	padding:10px;
	border:1px solid #E3E7EB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#626566;
	background:#F2FAFF;
}

.box.contact form input[type="text"],
.box.contact form input[type="password"]{
	width:350px;
}

.box.contact form textarea{
	width:450px;
	overflow:hidden;
}

.box.contact form input[type="submit"],
.box.contact form input[type="reset"]{
	float:left;
	display:inline-block;
	padding:0px;
	background:#2f86b7;
	color:#FFFFFF;
	padding:10px;
	border:0;
	margin:0 0 0 190px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border:1px solid #97c2db;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.box.contact form p.row{
	float:left;
	width:100%;
}

.box.faq{
}

.box.faq .question{
	margin:0 0 10px 0;
	color:#4696C3;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-style:italic;
}

/* testimonial */

.testimonial{
}

.testimonial .box{
}

.testimonial .box .image{
	float:left;
	width:120px;
}

.testimonial .box .description{
	float:left;
	width:550px;
}

.testimonial .box .description h2{
	font-size:20px;
	border-bottom:0;
	padding:0;
	margin:0 0 5px 0;
}

.testimonial .box .description h3{
	font-size:14px;
	margin:0 0 8px 0;
}

/* testimonial end */

/* tutorials */

.tutorials{
}

.box.video-wrap{
	text-align:center;
}

.box.video-wrap p{
	margin:0;
    color: #4696C3;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    padding: 20px 0 20px 0;
}

.tutorials .box.most-viewed p{
	margin:0 0 10px 0;
}

.tutorials .box.most-viewed .box-inner{
	width:220px;
	text-align:center;
	float:left;
}

/* tutorials End */

/* Sidemenu */

.sidemenu{
	float:right;
	width:252px;
}

.sidemenu .widget{
	margin:0 0 10px 0;
	float:left;
}

.widget .textwidget{
	float:left;
	border:1px solid #dde0e4;
	border-top:0;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius:0 0 3px 3px;
}

.widget.latestnews,
.widget.testimonial{
	font-size:12px;
}

.widget.latestnews h3,
.widget.testimonial h3{
	height:31px;
	overflow:hidden;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding:5px 0 0 45px;
	margin:0;
	*width:100%;
}

.widget.latestnews h3{
	background:url(../images/bgheading-latestnews.jpg) no-repeat left top;
}

.widget.testimonial h3{
	background:url(../images/bgheading-testimonail.jpg) no-repeat left top;
}

.widget.latestnews span{
	display:block;
	color:#4696c3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	padding:0 0 10px 0;
}

.widget.latestnews ul li{
	border-bottom:1px solid #e3e7ec;
	padding:8px 20px;
}


.widget.testimonial ul li{
	padding:8px 10px;
	float:left;

}

.widget.testimonial ul li img{
	float:left;
	margin:0 10px 0 0;
}

.widget.testimonial ul li span{
	line-height:18px;
}

.widget.testimonial ul li.odd{
	background:#FFFFFF;
}

.widget.testimonial ul li.even{
	background:#f2faff;
}

.widget.download{
	background:#e9e9e9;
	-webkit-border-radius: 3px;
	border-radius:3px;
	text-align:center;
	width:100%;
	padding:28px 0;
}

.widget.download ul{
	padding:0px 0 5px 50px;
	width:auto;
	margin:0 auto;

}

.widget.download ul li{
	background:url(../images/bullet2.png) no-repeat left top;
	padding:0 0 10px 25px;
	text-align:left;
}


/* Sidemenu End */

/* Content End */

/* Footer */

.footer{
/*	background:url(../images/bg-footer.jpg) no-repeat center top #282828;*/
	background:#3a3c42;
	padding:20px 0 0 0;
}

.footer ul{
	padding:0 0 20px 0;
	margin:0;
	text-align:center;
}

.footer ul li{
	display:inline;
	color:#6b6b6b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


.footer ul li a{
	display:inline-block;
	padding:8px 20px;
	color:#c3c3c3;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.footer ul li a:hover{
	background:#1d1d1d;
	text-decoration:none;
	color:#cfcfcf;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
}

.footer .cpyright{
	background:#53555a;
	border:1px solid #2a2b2f;
	text-align:center;
	padding:20px 0;
}

.footer .cpyright p{
	text-align:center;
	padding:0;
	margin:0;
	color:#a0a2a8;
	font-size:12px;
}

/* Footer End */</pre></body></html>