body { background-color: #fbdfb7; }
.wrapper {min-height: 100%; height: auto !important; height: 100%; /* the bottom margin is the negative value of the footer's height */  width: 960px; margin: 0 auto -89px; }
.content { width: 70%; margin: 20px auto; border: 1px solid #DaDaDa; padding: 13px 20px; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(40%, #f9f9f9), color-stop(100%, #f5f5f5)); background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%); background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%); background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%); background: linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%); -pie-background: linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%); behavior: url(/shen/assets/js/pie/PIE.htc); -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -pie-border-radius: 10px; behavior: url(/shen/assets/js/pie/PIE.htc); -webkit-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1); -o-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1); -pie-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1); behavior: url(/shen/assets/js/pie/PIE.htc); }
.content.wide { width: 100%;  border: none; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -pie-border-radius: 0; behavior: url(/shen/assets/js/pie/PIE.htc); -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.content.buy-now { position: relative; margin-bottom: 100px; }
.video-page { margin: 20px 0; }
/* Header image */ header { padding-top: 1px; background: transparent url(../images/header.jpg) center no-repeat; }
/* Navigation */
nav { height: 40px; margin-top: 291px; text-align: center;}
.main-nav { display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; }
.main-nav li { display: block; float: left;  position: relative; padding-right: 20px; }
.main-nav li a { font-size: 14px; line-height: 3; }
.main-nav li a.active { color: #F95A09; }
.main-nav li a:hover { color: #999999; }
.main-nav form { margin-top: 2px; line-height: 3; }
	.sub-nav { position: absolute; display: none; text-align: left; z-index: 100; }
	.sub-nav li { float: none; background-color: transparent; padding: 0; display: block; }
	.sub-nav li a { line-height: 1.2; padding: 8px 16px; display: block; width: 210px; color: #999999; background-color: #eeecea; margin-bottom: 1px; }
	.sub-nav li a:hover { color: #333; }
/* Nivo slider */ 
.sliderWrapper { border: 5px solid #E8E8E8; position: relative; margin-bottom: 25px; width: 914px; height: 374px; }
.sliderShadow { position: absolute; bottom: -60px; width: 100%; background: transparent url(../images/sliderShadow.png) center no-repeat; height: 60px; z-index: -1; }
.nivoSlider { position: relative; background: url(../images/loading.gif) no-repeat 50% 50%; width: 904px; height: 364px; }
.nivoSlider img { position: absolute; top: 0px; left: 0px; display: none; }
.nivoSlider a { border: 0; display: block; }
.nivo-controlNav { padding: 0; position: absolute; bottom: 0; z-index: 7; display: none; margin-bottom: 10px; left: 50%; margin-left: -36px; }
.nivo-controlNav a { display: inline-block; background: transparent url(../images/nivo-controlNav.png) 0 0 no-repeat; width: 20px; height: 20px; text-indent: -99999px; margin-left: 3px; }
.nivo-controlNav a.active { background-position: 0 -20px; }

div.alignleft { float: left; }
div.alignright { float: right; }

p.aligncenter { text-align: center; }
p.alignboth { text-align: justify; }

span.bg-colored { background: #ff0; }

.welcome-box div.alignleft { width: 62.5%; margin-right: 4.1666667%; }
.welcome-box div.alignright { width: 29.1666667%; }

.welcome-title { color: #333; margin-top: 0; font-size: 36px; font-weight: normal; }
.newsletter-box { margin-top: 20px; font-size: 22px; text-align: right; font-style: italic; }
.newsletter-box a { display: block; float: right; font-size: 12px; color: #FE5E08; font-style: normal; }

/* Video boxes */
.videos { margin: 30px -20px -2.0833333%; }
.video-box { float: left; width: 29.1666667%; margin: 0 2.0833333% 2.0833333%; border: 1px solid #BBB; background: -moz-linear-gradient(center top, #FFFFFF, #F2f2f2) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#F2f2f2)); background: -o-linear-gradient(top, #FFFFFF 0%, #F2f2f2 99%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #FFFFFF 0%, #F2f2f2 99%); /* IE10+ */ background: linear-gradient(to bottom, #FFFFFF 0%, #F2f2f2 99%); -pie-background: linear-gradient(#FFFFFF 0%, #F2f2f2 99%); behavior: url(/shen/assets/js/pie/PIE.htc); }
/*.vp .video-box { background: #fff; -pie-background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -pie-border-radius: 10px; behavior: url(/shen/assets/js/pie/PIE.htc); margin-bottom: 30px; margin-right: 30px; padding: 13px 20px; width: 236px; }*/
.video-box p { width: 80%; margin: 0 auto; text-align: center; }
.box-title { color: #000; font-size: 23px; text-align: center; line-height: 1.2; margin-top: 15px; }
.video-title { font-family: "Architects Daughter", cursive; color: #FE5E08; font-size: 23px; font-weight: bold; text-align: center; display: block; line-height: 1.2; margin-top: 17px; }
.video-title:hover { color: #333; }

.btnPlay { background: transparent url(../images/btnBg.jpg) top left repeat-x; height: 41px; display: block; border: 1px solid #b65200; line-height: 41px; width: 114px; text-transform: uppercase; text-align: center; margin: 14px auto 21px; border-radius: 15px; color: #333; text-shadow: 1px 1px 1px #fbd76e; font-weight: bold; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; -pie-border-radius: 15px; behavior: url(/shen/assets/js/pie/PIE.htc); font-size: 20px; font-family: 'Open Sans Condensed', sans-serif; }
.btnPlay:ho ver { color: #212121; background-position: bottom left; }
.flowplayer { width: 920px; height: 650px; background: #fff; }


.site-title { color: #FE5E08; font-size: 30px; margin-bottom: 7px; font-weight: normal; }
.buy { text-align: center; }
.buy u { color: #000; }

p.offer { text-align: center; }
p.offer a, p a { color: #FE5E08; }
p.offer a:hover, p a:hover { color: #000; }

.list-title { font-size: 20px; color: #FE5E08; font-family: "Architects Daughter", cursive; }
.content p { margin-bottom: 10px; }

.section-title { color: #FE5E08; font-family: "Architects Daughter", cursive; font-size: 23px; margin-bottom: 9px; }
.section-title .icon { background: transparent url(../images/icon-sprites.png) 0 no-repeat; display: inline-block; width: 32px; height: 32px; margin: 0 20px; vertical-align: middle; }
.section-title .icon.books { background-position: 0 0; }
.section-title .icon.yinyang { background-position: -32px 0; }
.section-title .icon.billing { background-position: -64px 0; }
.section-title .icon.people { background-position: -96px 0; }
.section-title .icon.calendar { background-position: -128px 0; }
.section-title .icon.diagnosis { background-position: -160px 0; }
.section-title .icon.acupuncture { background-position: -192px 0; }
.section-title .icon.wordexport { background-position: -224px 0; }
.section-title .icon.arrows-circle { background-position: -256px 0; }
.section-title .icon.patientfolder { background-position: -288px 0; }

ul.arrow { margin-bottom: 6px; }
ul.arrow li { background: transparent url(../images/arrow.png) 0 center no-repeat; padding-left: 25px; margin-left: 30px; }
ul.arrow li a { font-weight: bold; color: #fe5e08; }
ul.arrow li a:hover { font-weight: bold; color: #333; }
ul.arrow.blue { margin-bottom: 100px; position: relative; }
ul.arrow.blue li { background: transparent url(../images/arrow-blue.png) 0 top no-repeat; margin-bottom: 12px; position: relative; }
img.buy-now { position: absolute; right: 55px; bottom: -72px; }

.collapsible { margin: 15px 0 18px; }
.toggle { color: #333; font-weight: bold; }
.toggle:hover { color: #333; }
.toggle .icon.collapsed { display: inline-block; background: transparent url(../images/toggle-sprites.png) 0 0 no-repeat; width: 16px; height: 15px; vertical-align: middle; margin-right: 10px; }
.toggle .icon.expanded { background-position: 0 -15px; }
.read-more { display: none; margin: 15px 0; }
.read-more img { display: block; margin: 0 auto 50px; }

.to-top { border-bottom: 1px solid #D0D0D0; text-align: right; padding-bottom: 3px; display: block; font-size: 10px; color: #FE5E08; line-height: 1; margin-bottom: 25px; }
.to-top:hover { color: #333; }

ul.check { margin-left: 30px; }
ul.check li { background: transparent url(../images/check.png) 0 center no-repeat; display: block; vertical-align: middle; padding: 8px 0 5px 35px; }
ul.check li a { font-weight: bold; color: #fe5e08; }
ul.check li a:hover { font-weight: bold; color: #333; }
ul.check.support { margin-bottom: 30px; margin-top: 10px; }
ul.check.support li { padding-bottom: 0; }

.newsletter ul li { font-weight: bold; padding-top: 2px; }

a.download { text-align: center; margin: 0 auto 35px; display: block; color: #FE5E08; font-size: 23px; font-weight: bold; width: 50%; }
a.download  img { display: block; margin: 17px auto 17px; }
a.download:hover { color: #000; }



h3.buynow { margin-bottom: 10px; }
.buynow-offer { border: 3px dashed #dadada; padding: 13px 20px; background-color: #f5f5f5; 	width: 77%; margin: 45px auto 45px; }
.buynow-offer p { font-size: 18px; color: #000; font-weight: bold; line-height: 1.2; text-align: center; }
.buynow-offer p del { color: #f00; }
.circle { width: 254px; height: 97px; padding-top: 14px; background: transparent url(../images/blue-circle.png) center no-repeat; margin: 40px auto 15px; }
.btnBuy { background: transparent url(../images/btnBigBg.png) top left repeat-x; height: 69px; display: block; border: 1px solid #b65200; line-height: 69px; width: 254px; text-transform: uppercase; text-align: center; border-radius: 15px; text-shadow: 1px 1p x 1px #fbd76e; font-weight: bold; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; -pie-border-radius: 15px; behavior: url(/shen/assets/js/pie/PIE.htc); font-size: 28px; font-family: 'Open Sans Condensed', sans-serif; }
.btnBuy:hover { color: #2f2f2f; background-position: bottom left; }
.cc-pay { display: block; margin: 0 auto; }

p.temp-offer { color: #808080; font-size: 12px; margin: 15px 0; font-weight: normal; line-height: 1.7; }
p.temp-offer strong { color: #888; }

form dd { margin: 10px 0 50px; }
form label {
	display: inline-block;
	width: 125px;
}
form input[type=text] {
	width: 230px;
}
form textarea {
	display: block;
}
form.newsletter {
	margin-top: 35px;
	margin-bottom: 35px;
}
form.newsletter input {
	display: block;
	margin: 3px auto;
	width: 227px;
	padding: 7px;
	border: 1px solid #808080;
	color: #595959;
	font-weight: 700;
	font-size: 14px;
	font-family: arial, verdana, helvetica, sans-serif;
	-webkit-box-shadow: inset 0px 1px 4px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 4px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0px 1px 4px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0px 1px 4px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 4px 2px rgba(0, 0, 0, 0.2);
	-pie-box-shadow: inset 0px 1px 4px 2px rgba(0, 0, 0, 0.2);
	behavior: url(/shen/assets/js/pie/PIE.htc);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-pie-border-radius: 5px;
	behavior: url(/shen/assets/js/pie/PIE.htc);
}
form.newsletter input[type=submit] {
	height: 48px;
	border: 1px solid #5a9915;
	border-bottom-color: #5ea016;
	background: transparent url(../images/btnNewsletterBg.png) top left repeat-x;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	color: #fff;
}
form.newsletter input[type=submit]:hover {
	border-top-color: #5ea016;
	border-bottom-color: #5a9915;
	background-position: bottom;
}
.privacy_notice span {
	background: #ff0;
}
.misc-box {
	float: left;
	width: 20%;
	margin: 30px 2.25% 60px;
	padding: 13px 20px;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(40%, #f9f9f9), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%);
	background: linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%);
	-pie-background: linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%);
	behavior: url(/shen/assets/js/pie/PIE.htc);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-pie-border-radius: 10px;
	behavior: url(/shen/assets/js/pie/PIE.htc);
	-webkit-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	-pie-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	behavior: url(/shen/assets/js/pie/PIE.htc);
}
.misc-box h3 {
	font-size: 18px;
	color: #F95A09;
	font-weight: normal;
	margin-bottom: 10px;
}
.misc-box p {
	margin-bottom: 50px;
	min-height: 80px;
}
.btn {
	margin: 0 auto;
	display: block;
	background: transparent url(../images/btnBg.jpg) top left repeat-x;
	height: 41px;
	line-height: 41px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-pie-border-radius: 10px;
	behavior: url(/shen/assets/js/pie/PIE.htc);
	border: 1px solid #b65200;
	font-size: 20px;
	text-align: center;
}
.btn:hover {
	color: inherit;
	background-position: bottom;
}
table.features {
	width: 100%;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	margin-top: 50px;
	margin-bottom: 10px;
}
table.features thead {
	border-bottom: 2px solid #999;
}
table.features thead th {
	padding: 12px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
table.features .aligncenter {
	text-align: center;
}
table.features tbody tr {
	background-color: #e9e9e9;
}
table.features td {
	padding: 12px 12px;
	border-top: 1px solid #fff;
	
	vertical-align: top;
}
table.features tbody tr:hover {
	background-color: #f2f2f2;
}
table.features a, table.features td.free {
	color: #F95A09;
	font-size: 12px;
	font-weight: bold;
}
table.features a:hover {
	color: #333;
}
ul.classic {
	list-style-type: disc;
	margin-bottom: 30px;
}
ul.classic li {
	list-style-position: inside;
	margin-left: 30px;
}
ul.classic li a {
	color: #F95A09;
}
ul.classic li a:hover {
	color: #000;
}
.lang-box {
	float: left;
	width: 25%;
	margin: 30px 3.333333% 60px;
	border: 1px solid #ccc;
	background: #fff url(../images/tiled.png) top left repeat;
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%) url(../images/tiled.png) top left repeat;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(40%, #f9f9f9), color-stop(100%, #f5f5f5)) url(../images/tiled.png) top left repeat;
	background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%) url(../images/tiled.png) top left repeat;
	background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%) url(../images/tiled.png) top left repeat;
	background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%) url(../images/tiled.png) top left repeat;
	background: linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%) url(../images/tiled.png) top left repeat;
	-pie-background: linear-gradient(top, #ffffff 0%, #f9f9f9 40%, #f5f5f5 100%) url(../images/tiled.png) top left repeat;
	behavior: url(/shen/assets/js/pie/PIE.htc);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-pie-border-radius: 8px;
	behavior: url(/shen/assets/js/pie/PIE.htc);
	-webkit-box-shadow: inset 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: inset 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	-pie-box-shadow: inset 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	behavior: url(/shen/assets/js/pie/PIE.htc);
}
.lang-box h4 {
	padding: 10px 0;
	font-size: 18px;
	color: #333;
	text-align: center;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	-pie-background: linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	behavior: url(/shen/assets/js/pie/PIE.htc);
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-pie-border-radius: 8px 8px 0 0;
	behavior: url(/shen/assets/js/pie/PIE.htc);
}
.lang-box ul {
	padding: 10px 25px;
}
.media {
	margin: 10px;
}
.media, .mb {
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
}
.media img {
	display: block;
	float: left;
	margin-right: 10px;
}
footer, .push {
	height: 89px;
	/* .push must be the same height as .footer */
}
footer {
	background: #464646;
	padding: 37px 0 12px;
}
footer .wrapper {
	margin: 0 auto;
	width: 960;
	padding-bottom: 0;
}
footer .copy {
	float: left;
	font-size: 12px;
	color: #797979;
}
footer a {
	float: right;
	color: #F95A09;
	text-decoration: underline;
}
footer a:hover {
	color: #000;
}
/* Print styles!
 -------------------------------------------------------------------------------*/
@media print {
}
/* Media queries!