html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
}

h1 {
	margin: 0 0 20px 0;
	color: #333;
	font: normal 41px/40px "gnuolane-1", "gnuolane-2", "Arial Narrow", Tahoma, sans-serif;
}
h2 {
	color: #df5900;
	font: normal 14px "gnuolane-1", "gnuolane-2", "Arial Narrow", Tahoma, sans-serif;
}
p {
	color: #444;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
p.p1 {
	font-size: 14px;
}
a, a:link, a:visited {
	color: #ff7c00;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	outline: none;
}

a.orange-button,
a.orange-button:link,
a.orange-button:visited {
	margin: 0;
	padding: 0 14px 0 16px;
	color: #fff;
	font: normal 14px/29px "gnuolane-1", "gnuolane-2", "Arial Narrow", Tahoma, sans-serif;
	text-shadow: 1px 1px 0 rgba(51, 51, 51, 0.6);
	letter-spacing: 1px;
	display: inline-block;
	height: 29px;
	background: #ff7c00 url(/images/homepage/button-orange.png) repeat-x left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	cursor: hand;
}
a.orange-button:hover {
	background-position: left -29px;
	text-decoration: none;
}
a.orange-button:active {
	position: relative;
	top: 2px;
	left: 1px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

/*
a.orange-button {
	padding: 0 1px 3px 1px;
	display: inline-block;
}
a.orange-button:hover {
	text-decoration: none;
}
a.orange-button span,
a.orange-button:link span,
a.orange-button:visited span {
	padding: 0 14px 0 16px;
	color: #fff;
	font: normal 14px/29px "gnuolane-1", "gnuolane-2", "Arial Narrow", Tahoma, sans-serif;
	text-shadow: 1px 1px 0 rgba(51, 51, 51, 0.6);
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	height: 29px;
	background: #ff7c00 url(/images/homepage/button-orange.png) repeat-x left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	cursor: hand;
}
a.orange-button:hover span {
	background-position: left -29px;
}
a.orange-button:active span {
	position: relative;
	top: 2px;
	left: 1px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
*/
a.newsletter-button {
	margin: 1px;
	padding: 0 1px 3px 1px;
	display: inline-block;
}
a.newsletter-button:hover {
	text-decoration: none;
}
a.newsletter-button span,
a.newsletter-button:link span,
a.newsletter-button:visited span {
	padding: 0 13px 0 15px;
	color: #fff;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	display: inline-block;
	height: 17px;
	background: #555 url(/images/homepage/button-newsletter.png) repeat-x left top;
	-moz-border-radius: 2px/2px;
	-webkit-border-radius: 2px 2px;
	border-radius: 2px/2px;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
a.newsletter-button:hover span {
	background-position: left -17px;
}
a.newsletter-button:active span {
	position: relative;
	top: 1px;
	left: 1px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.body {
/*	margin: 0 auto;*/
/*	width: 1000px;*/
}
.body .header {
	height: 95px;
}
.body .header .breadcrumbs {
	margin-top: 0;
	padding-top: 15px;
	padding: 0;
	height: 36px;
}
.body .header .breadcrumbs a,
.body .header .breadcrumbs a:link,
.body .header .breadcrumbs a:visited,
.body .header .breadcrumbs span {
	display: block;
	float: left;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 5px 0 0;
	text-decoration: none;
}
.body .header .breadcrumbs a:hover {
	text-decoration: underline;
}
.body .header .nav-bar {
	margin-top: 5px;
	display: block;
	background: #fff;
	height: 50px;
	position: relative;
	z-index: 5;
	/*-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);*/
}
.body .header .nav-bar > ul {
	margin: 0 4px;
	padding: 0;
	background: #fff;
}
.body .header .nav-bar > ul > li {
	margin: 0 -4px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	position: relative;
}
.body .header .nav-bar > ul > li > a {
	margin: 0;
	padding: 0 12px;
	display: inline-block;
	background: #fff;
}
.body .header .nav-bar > ul > li > a > span {
	padding: 0;
	display: block;
	border: none;
	height: 50px;
	color: #969696;
	font: normal 14px/52px "gnuolane-1", "gnuolane-2", "Arial Narrow", Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.body .header .nav-bar > ul > li > a.selected > span {
	border-bottom: 3px solid #ff7c00;
	height: 47px;
	color: #404040;
}
.body .header .nav-bar > ul > li > a:hover,
.body .header .nav-bar > ul > li:hover > a {
	padding: 0 11px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	background: #f4f4f4;
	text-decoration: none;
}
.body .header .nav-bar > ul > li > a:hover > span,
.body .header .nav-bar > ul > li:hover > a > span {
	border: none;
	height: 50px;
	color: #404040;
	text-decoration: none;
}
.body .header .nav-bar > ul > li > a.free-trial > span {
	margin: 0;
	padding: 0 7px;
	border: 1px solid #d5e6ec;
	height: 25px;
	color: #df5900;
	line-height: 26px;
}
.body .header .nav-bar > ul > li > a.free-trial:hover {
	padding: 0 12px;
	border: none;
	background: #fff;
}
.body .header .nav-bar > ul > li > a.free-trial:hover > span {
	border-color: #f5cdb2;
}
.body .header .nav-bar > ul > li > a.free-trial.selected > span {
	margin: 0 8px;
	padding: 0;
	border: none;
	border-bottom: 3px solid #ff7c00;
	height: 47px;
	color: #404040;
	line-height: 52px;
}
.body .header .nav-bar > ul > li > a.free-trial.selected:hover > span {
	margin: 0;
	padding: 0 7px;
	border: 1px solid #f5cdb2;
	height: 25px;
	color: #df5900;
	line-height: 26px;
}
.body .header .nav-bar > ul > li > .shadow {
	display: none;
	position: absolute;
	width: 247px;
	height: 1px;
	left: 0;
	top: 30px;
/*	-moz-box-shadow: 0px 1px 4px #000;
	-webkit-box-shadow: 0px 1px 4px #000;
	box-shadow: 0px 1px 4px #000;*/
	z-index: -1;
}
.body .header .nav-bar > ul > li:hover > .shadow {
	display: block;
} 
.body .header .nav-bar > ul > li > ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	background: #f4f4f4;
	border: 1px solid #d9d9d9;
/*	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	box-shadow: 0 1px 5px #333;*/
	z-index: -2;
}
.body .header .nav-bar > ul > li:hover > ul {
	display: block;
	width: 245px;
}
.body .header .nav-bar > ul > li > ul > li {
	margin: 0;
	display: block;
	height: 27px;
	border-top: 1px solid #d9d9d9;
}
.body .header .nav-bar > ul > li > ul > li:first-child {
/*	border: none;*/
}
.body .header .nav-bar > ul > li > ul > li > a {
	padding: 5px 5px 5px 20px;
	color: #404040;
	font-size: 13px;
	display: block;
	height: 17px;
}
.body .header .nav-bar > ul > li > ul > li > a:hover,
.body .header .nav-bar > ul > li > ul > li:hover > a {
	background: #f98d2e;
	background: -moz-linear-gradient(-90deg, #f98d2e, #e07f29);
	background: -webkit-gradient(linear, left top, left bottom, from(#f98d2e), to(#e07f29));
	color: #fff;
	text-decoration: none;
}
.body .header .nav-bar > ul > li > ul > li.separator > a {
	background: #fff;
	color: #69b9d2;
	font: normal 14px "gnuolane-1", "gnuolane-2", "Arial Narrow", Tahoma, sans-serif;
	text-transform: uppercase;
}
.body .header .nav-bar > ul > li > ul > li.separator > a:hover,
.body .header .nav-bar > ul > li > ul > li.separator:hover > a {
	background: #fff;
	color: #69b9d2;
	text-decoration: none;
	cursor: default;
}
.body .header .nav-bar .logo {
	padding: 15px 15px 13px 0;
	position: absolute;
	right: 0;
	top: 0;
}

.body .content {
	margin-top: 0;
	margin-bottom: 25px;
}

/* Homepage */
.homepage .topBox {
	position: relative;
	padding-top: 65px;
	padding-bottom: 20px;
}
.homepage .topBox p {
	color: #6a6a6a;
	font: normal 19px/23px Arial, Helvetica, sans-serif;
}
.homepage .topBox p.customer {
	margin-top: 20px;
	font-size: 15px;
}
.homepage .topBox p.customer a {
	font-size: 15px;
}
.homepage .topBox .fullscreen {
	background: url(/images/homepage/fullscreen-imac.jpg) no-repeat left top;
	height: 440px;
}
.homepage .topBox .fullscreen .screenarea {
	position: absolute;
	margin-top: 17px;
	margin-left: 18px;
	width: 427px;
	height: 242px;
	overflow: hidden;
}
.homepage .topBox .fullscreen .screen {
	position: absolute;
	width: 220px;
	height: 132px;
/*	width: 427px;*/
/*	height: 242px;*/
	overflow: hidden;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.homepage .topBox .fullscreen .screen img.bar-right {
	position: absolute;
	right: 0;
	top: 0;
}
html.ie7 .homepage .topBox .fullscreen .screen img.bar-right {
	top: 1px;
}
.homepage .topBox .fullscreen .screen .contents {
	width: 100%;
	background-color: #fff;
	bottom: 0;
}
.homepage .topBox .fullscreen .screen .contents img {
	width: 100%;
	position: relative;
	bottom: 0;
}
html.ie7 .homepage .topBox .fullscreen .screen .contents img {
	bottom: 3px;
}
.homepage .topBox .fullscreen img.pointer {
	margin-top: 128px;
	margin-left: 216px;
	z-index: 1;
	position: absolute;
}
.homepage .topBox .fullscreen img.mouse {
	margin-top: 385px;
	margin-left: 330px;
}

.homepage .recent {
	padding-top: 4px;
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
	height: 28px;
}
.homepage .recent h2 {
	margin: 0 6px 0 10px;
	display: inline;
	font-size: 24px;
	color: #84b6c8;
}
.homepage .recent p {
	display: inline;
	vertical-align: top;
	font: normal 12px/32px Arial, Helvetica, sans-serif;
	color: #6a6a6a;
}
html.ie7 .homepage .recent p {
	position: relative;
	top: 8px;
}
.homepage .recent .ticker {
	position: relative;
	margin-right: 10px;
	width: 620px;
	float: right;
	overflow: hidden;
}
html.ie7 .homepage .recent .ticker {
	position: absolute;
	top: -3px;
	right: 10px;
}
.homepage .recent .ticker .ticker-content {
	position: relative;
}
.homepage .recent .ticker .ticker-content p {
	position: relative;
	display: inline;
	white-space: nowrap;
}
.homepage .recent p > a {
	vertical-align: top;
	line-height: 32px;
}

.homepage .features {
/*	width: 940px;*/
}
.homepage .features .feature .content {
	margin: 2px;
	height: 216px;
	background: #f8f8f8;
	background: -moz-linear-gradient(100% 100% 90deg, #f4f4f4, #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#fff));
	position: relative;
}
.homepage .features .feature.black .content {
	background: #333;
	background: -moz-linear-gradient(100% 100% 90deg, #222, #444);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#444));
}
.homepage .features .feature h3 {
	margin-bottom: 2px;
	padding: 10px 6px 0 10px;
	color: #6a6a6a;
	font: normal 24px/36px "gnuolane-1", "gnuolane-2", "Arial Narrow", Tahoma, sans-serif;
	text-align: center;
}
.homepage .features .feature h3 span {
	color: #ff7c00;
}
.homepage .features .feature p {
	padding: 0 10px 0 10px;
	margin-bottom: 6px;
	color: #6a6a6a;
	font: normal 13px/16px Arial, Helvetica, sans-serif;
	text-align: center;
}
.homepage .features .feature.black p {
	color: #eaeaea;
}
.homepage .features .feature img {
	margin: 0 auto;
	display: block;
}
.homepage .features .feature .more {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.homepage .features .feature .more a {
	color: #df5900;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.homepage .features .feature.black .more a {
	color: #388fc5;
}
.homepage .features .feature .more.img {
	bottom: 0;
	right: 10px;
}
.homepage .features .feature .more.img img {
	float: right;
}
.homepage .features .feature .video-slides img {
	position: absolute;
	display: none;
}
/*.homepage .features .feature .video-slides img:first-child {
	display: block;
}*/

html.ie7 .homepage .footer {
	margin-top: 8px;
}
.homepage .footer .social {
	float: right;
	width: 136px;
	margin-left: 10px;
}

.homepage .footer .social .st_sharethis .stButton {
	margin: 0;
	width: 24px;
}
.homepage .footer .social .st_sharethis .stButton .sharethis {
	height: 24px;
	line-height: 24px;
	padding-left: 21px;
	background: url(/images/homepage/icon-sharethis.png);
}
html.ie7 .homepage .footer .social .st_sharethis .stButton {
	position: absolute;
}
.homepage .footer .social .st_sharethis .stButton .chicklets:hover {
	opacity: 1;
}

.homepage .footer .gray {
	padding: 1px 10px 0 10px;
	margin-top: 1px;
	height: 21px;
	width: 770px;
	background-color: #e5e4e2;
}
html.ie7 .homepage .footer .gray {
	padding-top: 0;
}
.homepage .footer .gray a {
	color: #6a6a6a;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.homepage .footer .gray a:hover {
	text-decoration: underline;
}
.homepage .footer .gray p {
	margin: 5px 0 0 0;
	color: #6a6a6a;
	font: normal 10px Arial, Helvetica, sans-serif;
	float: right;
}
html.ie7 .homepage .footer .gray p {
	margin-top: -17px;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10;
	display: none;
}
#overlay.show {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	display: block;
}
#video-popup {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -480px;
	z-index: 10;
	display: none;
}
.popup-box {
	position: absolute;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
}
.popup-box .close-button {
	position: absolute;
	top: -17px;
	right: -17px;
	cursor: pointer;
	cursor: hand;
}
html.ie7 .popup-box .close-button {
	position: relative;
	margin-top: 0;
	margin-left: 800px;
}
.popup-box h3 {
	margin: 20px 0 6px 0;
	color: #6a6a6a;
	font: normal 19px/36px "gnuolane-1", "gnuolane-2", "Arial Narrow", Tahoma, sans-serif;
}
html.ie7 .popup-box h3 {
	margin-top: 0;
}
#video-popup .popup-box #video {
	margin-bottom: 40px;
	border: 1px solid #e9e8e6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 700px;
	height: 394px;
}
.popup-box .bottom {
	border-top: 1px solid #ccc;
	background: #f4f4f4;
	background: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#eaeaea), to(#fff));
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
html.ie7 .popup-box .bottom {
	height: 150px;
}
#video-popup .popup-box .bottom img {
	margin-top: 16px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
#video-popup .popup-box .bottom img:hover {
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	cursor: hand;
}
#video-popup .popup-box .bottom h4 {
	margin: 10px 0 0 0;
	color: #6a6a6a;
	font: normal 17px/19px "gnuolane-1", "gnuolane-2", "Arial Narrow", Tahoma, sans-serif;
}
#video-popup .popup-box .bottom p {
	color: #6a6a6a;
	font: normal 12px Arial, Helvetica, sans-serif;
	font-style: italic;
}


#recent-popup {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -480px;
	z-index: 10;
	display: none;
}
#recent-popup .popup-box h3 {
	margin-bottom: 0;
	color: #84b6c8;
}
#recent-popup .popup-box hr {
	background-color: #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
#recent-popup .popup-box .examples {
	overflow: hidden;
}
#recent-popup .popup-box .examples .pages {
	margin: 0;
	width: 2800px;
}
#recent-popup .popup-box .examples .pages .page {
	margin: 0;
	display: block;
	width: 700px;
	float: left;
}
#recent-popup .popup-box .examples .pages .page h4 {
	color: #797979;
	font: normal 17px/17px "gnuolane-1", "gnuolane-2", "Arial Narrow", Tahoma, sans-serif;
	margin: 20px 0 2px 0;
}
#recent-popup .popup-box .examples .pages .page p {
	color: #797979;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	font-style: italic;
}
html.ie7 #recent-popup .popup-box .bottom {
	height: 34px;
}
#recent-popup .popup-box .bottom .pagination {
	margin: 6px 0 3px 0;
	text-align: center;
}
#recent-popup .popup-box .bottom .pages {
	display: inline;
	top: 2px;
}
#recent-popup .popup-box .bottom a.dot > div {
	margin-bottom: 4px;
/*	float: left;*/
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(/images/homepage/button-page.png) no-repeat left top;
}
html.ie7 #recent-popup .popup-box .bottom a.dot > div {
	display: inline;
}
#recent-popup .popup-box .bottom a.dot:hover > div {
	background-position: 0 -12px;
}
#recent-popup .popup-box .bottom a.dot.selected > div {
	background-position: 0 -24px;
}
#recent-popup .popup-box .bottom a.dot.selected:hover > div {
	background-position: 0 -24px;
}

.isBox {
	margin-top: 0px;
	margin-bottom: 12px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/*ie6-outdated widget */
.ie6_outdated {
	background: #fefaea; 
	text-align: center; 
	clear: both; 
	height: 75px; 
	position: relative; 
	width: 1000px; 
	height: 110px; 
	margin: 0 auto;
}

.ie6_outdated .close_button {
	position: absolute; 
	right: 1px; 
	top: 2px; 
	font-family: courier new; 
	font-weight: bold;
}

.ie6_outdated .content {
	background: #fefaea;
	width: 960px; 
	margin: 0 auto; 
	text-align: left; 
	padding: 0; 
	overflow: hidden; 
	color: black;
}

.ie6_outdated .content .warning {
	width: 77px; 
	float: left;
}

.ie6_outdated .content .text {
	width: 518px; 
	float: left; 
	font-family: Arial, sans-serif;
}

.ie6_outdated .content .text .title {
	color: #1d1d1d; 
	font-size: 16px; 
	margin-top: 30px;
}

.ie6_outdated .content .text .message {
	color: #6a6a6a; 
	font-size: 12px; 
	margin-top: 6px; 
	line-height: 12px;
}

.ie6_outdated .content .firefox {
	width: 121px; 
	float: left;
}

.ie6_outdated .content .ie8 {
	width: 112px; 
	float: left;
}

.ie6_outdated .content .safari {
	width: 73px; 
	float: left;
}


