@font-face {
    font-family: 'helveticaneuelt_std_cnregular';
    src: url('helveticaneueltstd-cn-webfont-webfont.eot');
    src: url('helveticaneueltstd-cn-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneueltstd-cn-webfont-webfont.woff') format('woff'),
         url('helveticaneueltstd-cn-webfont-webfont.ttf') format('truetype'),
         url('helveticaneueltstd-cn-webfont-webfont.svg#helveticaneuelt_std_cnregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin:0;
	color: #1b4159; /*color:#777;*/
	font:14px/24px Arial, Helvetica, sans-serif;
	background:#e7eaeb url(bg-body.gif) repeat-x 0 100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	min-width:1000px;
   /* line-height: 1.4em;  MRP */
}
img {border-style:none;}
a {
	color:#1b4159;
	text-decoration:underline;
	cursor:pointer;
}
a:hover {
	color:#1c2a30;
	text-decoration:underline;
}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
fieldset.upgrade    /* MRP */
{
    border-color: #000000;
    margin: 0;
    padding: 0;
    border-style: solid;
}
#copy fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px solid #000000;
}

#copy fieldset legend {
	color:#0055CC;
	background-color:#FFFFFF;
}

* html #copy legend {
	padding:0.5em;
}

fieldset.dataentry    /* MRP */
{
    border-color: #808080;
    margin: 0;
    padding: 0;
    border-style: solid;
    line-height:1.2em;
}
q {quotes:none;}
q:before {content:''}
q:after {content:''}
header, footer, article, section, hgroup, nav, figure, aside { display: block; }
figure {
	margin:0;
	padding:0;
}
input[type="submit"]:hover,
input[type="submit"]{cursor:pointer;}
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="file"],
textarea{
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
input[type="image"]{
	padding:0;
	border:none;
}
[type="submit"]::-moz-focus-inner {
	padding:0;
	border:0;
}
p::selection {
	background:#49677a;
	color:#fff;
}
p::-moz-selection {
	background:#49677a;
	color:#fff;
}
p::-webkit-selection {
	background:#49677a;
	color:#fff;
}
#bg 
{
    background: #122e3a;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	max-height:1359px;
	/*
	background-size: cover;
*/
}
#bg img 
{
    position: absolute;
}
/*
#bg {
  background: #122e3a;
  overflow: hidden;
  position: fixed; 
  top: 0; 
  left: 0; 
  min-width: 100%; 
  min-height: 100%;
	max-height:1200px;
	height:100%;
	width:100%;
}
#bg img 
{
    position: absolute;
}
*/

#xg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

#page{
	position:relative;
	width:100%;
	overflow:hidden;
	background:#000;
}
#page.inner{background:#122e3a;}
#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
#header{
	overflow:hidden;
	padding: 47px 0 52px; /*17px 0 22px MRP*/
	font-family:'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
.logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(logo.png) no-repeat;
	width:87px;
	height:24px;
}
.logo a{
	display:block;
	height:100%;
}
.nav-holder{
	height:1%;
	text-transform:uppercase;
	text-align:right;
}
.nav-holder:after{
	content:'';
	display:block;
	clear:both;
}
#nav,
.subnav{
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:26px;
}
*+html #nav{display:inline;}
*+html .subnav{
	display:inline;
	padding:0 0 0 27px; /* 0 0 0 37px; */
}
#nav li,
.subnav li{
	display:inline;
	margin:0 16px 0 0; /* 0 33px 0 0; */
	white-space:nowrap;
}
#nav li a{
	text-decoration:none;
	color:#d4d4d5;
}
#nav li:hover a,
#nav .active a{
	color:#fff;
	border-bottom:3px solid rgb(255,255,255);
	border-bottom:3px solid rgba(255,255,255,0.3);
}
.subnav{padding:0 0 0 33px;}
.subnav li{margin:0 16px 0 20px;}
.subnav li a{
	color:#fff;
	text-decoration:none;
}
.subnav li:hover a,
.subnav .active a{
	color:#fff;
	border-bottom:3px solid #68676a;
}
.inner .subnav{
	position:relative;
	top:-2px;
}
.inner .subnav li{margin:0 0 0 6px;}
.inner .subnav a{
	background:rgb(65,99,131);
	background:rgba(27,65,89,0.2);
	line-height:30px;
	display:inline-block;
	vertical-align:top;
	padding:0 10px;
	min-width:38px;
	text-align:center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
*+html .inner .subnav a{display:inline;}
.inner .subnav .active a,
.inner .subnav a:hover{
	border:none;
	text-decoration:underline;
}
#mainheader{width:100%;}
#mainheader .heading-block .buttons a{vertical-align:middle;}
.heading-block .btn-cart{
	border:1px solid #269bf0;
	background:#269bf0 url(sprite.png) no-repeat 8px -712px;
	color:#fff;
}
#mainheader .heading-block .btn-download{
	border:1px solid #269bf0;
	background:url(sprite.png) no-repeat 1px -787px;
	background-color:#aabacb;
	border-color:rgb(168,185,203);
	border-color:rgba(255,255,255,0.1);
	color:#4a5356;
}
#mainheader .photo-info{
	padding:0 30px 20px;
	position:relative;
	z-index:20;
}
#mainheader .photo-info .tooltip{
	width:18px;
	height:14px;
	position:relative;
	margin:0 0 0 auto;
}
/*
#mainheader .tooltip .info{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(sprite.png) no-repeat 0 -662px;
	width:18px;
	height:14px;
}
#mainheader .tooltip:hover .info,
#mainheader .tooltip .info:hover{background-position:0 -679px;}
#mainheader .tooltip-holder{
	display:none;
	position:absolute;
	z-index:100;
	width:160px;
	bottom:14px;
	right:-30px;
	color:#777;
	font-size:11px;
	line-height:16px;
	padding:0 0 22px;
	background:url(none.gif);
}
#mainheader .tooltip-holder .arrow{
	position:absolute;
	bottom:8px;
	right:28px;
	background:url(sprite.png) no-repeat 0 -867px;
	width: 18px;
	height: 14px;
}
#mainheader .tooltip-holder .tooltip-content{
	padding:17px 18px;
	background:#fff;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}
#mainheader .tooltip-holder p{margin:0 0 3px !important;}
#mainheader .tooltip-holder .title{
	background:#f5f7f7;
	margin:-17px -18px 11px;
	padding:13px 21px;
	color:#1b4159;
	text-transform:uppercase;
	font:14px/16px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
#mainheader .tooltip.hover .tooltip-holder{display:block;}
*/

#main{width:100%;}
#main:after{
	content:'';
	display:block;
	clear:both;
}
.cycle-gallery{
	position:relative;
	width:960px;
	margin:0 0 87px; /*0 0 20px; MRP */
	padding:64px 0 0; /* 0 0; MRP */
}
.cycle-gallery .mask{
	width:640px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.cycle-gallery .btn-prev,
.cycle-gallery .btn-next{
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	height:79px;
	width:57px;
	background:url(arrows.png) no-repeat;
	left:0;
	top:179px;
}
.cycle-gallery .btn-next{
	background-position:100% 0;
	left:auto;
	right:0;
}
.cycle-gallery .mask ul{
	padding:0;
	margin:0;
	list-style:none;
	width:9999px;
	text-align:center;
}
.cycle-gallery .mask ul li{
	float:left;
	width:624px;
	padding:0 8px;
}
#main .cycle-gallery h1{
	color:#fff;
	font:30px/40px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	margin:0 0 5px;
	font-weight:normal;
	text-shadow:1px 0 #000;
}
.cycle-gallery .text{
	color:#b5b4b6; /*#ffffff; MRP*/
	text-shadow:1px 0 #000;
	position:relative;
	z-index:2;
}
.cycle-gallery .teaser{
	color:#b5b4b6; /*#ffffff; MRP*/
	text-shadow:1px 0 #000;
	position:relative;
	z-index:2;
}
.cycle-gallery p{margin:0 0 24px;}
.cycle-gallery .text a{color:#b5b4b6;}
.cycle-gallery .image{margin:-65px 0 -55px;}
.cycle-gallery img{vertical-align:top;}
.cycle-gallery .video{
	margin:0 auto 25px;
	overflow:hidden;
	position:relative;
	height:270px;
	width:550px;
}
.video .btn-play{
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	background:url(btn-play.png) no-repeat;
	width:74px;
	height:64px;
	z-index:10;
	left:50%;
	top:50%;
	margin:-32px 0 0 -37px;
}
.button-holder{margin:0 0 10px;}
.button{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#d4d7df;
	height:30px;
	cursor:pointer;
	text-transform:uppercase;
	font:12px/31px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	color:#1c2a30;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	min-width:83px;
	padding:0 17px 0 15px;
}
.button span{
	display:block;
	padding:0 18px 0 0;
	background: url(sprite.png) no-repeat 100% -188px;
}
.button2{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#1b4159;
	height:30px;
	cursor:pointer;
	text-transform:uppercase;
	font:12px/31px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	color:#fff !important;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	min-width:83px;
	padding:0 12px 0 15px;
}
.button2 span{
	display:block;
	padding:0 44px 0 0;
	background: url(sprite.png) no-repeat 100% -608px;
}
.button3{
	text-align:center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#fff;
	height:28px;
	cursor:pointer;
	text-transform:uppercase;
	font:12px/29px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	color:#9b9b9b;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	padding:0 18px;
	border:1px solid #fbfbfc;
}
.button3:hover{
	color:#fff;
	text-decoration:none;
	background:#269bf0;
	border:1px solid #269bf0;
}
.button3.alt:hover{
	color:#1b4159;
	background:#eff2f3;
	border:1px solid #e2e6e8;
}
.cycle-gallery .more{
	padding:0 20px 0 0;
	background: url(sprite.png) no-repeat 100% 5px;
}
.buttons{
	text-align:center;
	letter-spacing:-10px;
	font-size:0;
	position:relative;
	z-index:10;
}
.btn-cart{
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #d9d7d7;
	background:#d9d7d7 url(sprite.png) no-repeat 8px -38px;
	color:#1c2a30;
	font:14px/35px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	height:34px;
	min-width:69px;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 9px 0 41px;
	margin:0 5px;
}
.btn-cart:hover{color:#1c2a30;}
.btn-download{
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #5c5d61;
	background:url(sprite.png) no-repeat 1px -114px;
	color:#d3d3d3;
	font:14px/35px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	height:34px;
	min-width:69px;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 18px 0 31px;
	margin:0 5px;
}
.btn-download:hover{color:#d3d3d3;}
.btn-download2{
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #5c5d61;
	background:url(sprite.png) no-repeat 1px -114px;
	background-color:#1c2a30;
	color:#d3d3d3;
	font:14px/35px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	height:34px;
	min-width:69px;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 18px 0 31px;
	margin:0 5px;
}
.btn-download2:hover{color:#ffffff;}
*+html .button,
*+html .button3,
*+html .btn-cart,
*+html .btn-download{display:inline;}
.columns-holder{overflow:hidden;}
.column,
.widget{
	float:left;
	width:270px;
	padding:32px 25px 25px;
	background:#162226;
	color:#fff;
	font-family: 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
.quote{
	background:#5b75b7 url(bg-quote-col.jpg) repeat-y;
	padding:32px 31px 25px;
	width:258px;
}
#main .showcase{
	width:270px;
	padding:32px 25px 25px;
	background:#162226;
	font-family: 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
#main .blog{
	width:270px;
	padding:32px 25px 25px;
	background:#183a50;
	font-family: 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
.column blockquote{
	font-size:30px; /* 18px; MRP */
	line-height:36px; /* 22px; MRP */
	margin:0 0 20px;
}
.column blockquote q{
	display:block;
	margin:0 0 9px;
}
.column blockquote cite{
	display:block;
	font:12px/20px Arial, Helvetica, sans-serif;
}
.column .heading,
.widget .heading{
	overflow:hidden;
	padding:18px 25px 17px 28px;
	margin:-32px -25px 0;
}
.showcase .heading{background:#162226;}
.blog .heading{background:#1b4159;}
.heading .view{
	white-space:nowrap;
	float:right;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	line-height:20px;
	margin:2px 0 0;
	border-bottom:3px solid #fff;
	opacity:0.2;
	filter: alpha(opacity=20);
}
.heading .view:hover{
	opacity:1;
	filter: alpha(opacity=100);
}
.column .post,
.widget .post{
	background:#1c2a30;
	padding:18px 18px 36px;
}
.column .post .image,
.widget .post .image{
	text-align:center;
	margin:-18px -18px 17px;
	position:relative;
}
.column .post img,
.widget .post img{vertical-align:top;}
.column .post h3,
.widget .post h3{
	font-size:20px;
	line-height:24px;
	margin:0;
	font-weight:normal;
	color:#fff;
}
.column .post h3 a,
.widget .post h3 a{
	text-decoration:none;
	color:#fff;
}
.column .post h3 a:hover,
.widget .post h3 a:hover{text-decoration:underline;}
.column .post .autor,
.widget .post .autor{
	text-transform:uppercase;
	display:block;
	color:#a8b5ba;
	font-size:14px;
	line-height:26px;
}
.column .heading h2,
.widget .heading h2{
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	overflow:hidden;
	margin:0;
}
#main .showcase .heading h2{color:#fff;}
#main .blog .heading h2{color:#fff;}
.blog-list{
	padding:0;
	margin:0 -25px;
	list-style:none;
	font-size:20px;
	line-height:30px;
}
.blog-list li{
	overflow:hidden;
	border-top:1px solid #1b4159;
	background:#183a50;
}
.blog-list li:first-child{border:none;}
.blog-list li:first-child a{padding-top:12px;}
.blog-list li a{
	display:block;
	padding:8px 20px 12px 25px;
	color:#526c7c;
	text-decoration:none;
	cursor:pointer;
}
.blog-list .date{
	float:left;
	width:40px;
	height:44px;
	background:#8c9da8;
	text-align:center;
	font-style:normal;
	font-size:10px;
	line-height:13px;
	color:#183a50;
	text-transform:uppercase;
	margin:8px 21px 0 0;
}
.blog-list .date span{
	display:block;
	background:#80929e;
	height:14px;
}
.blog-list .date strong{
	display:block;
	font-weight:normal;
	font-size:18px;
	line-height:30px;
}
.blog-list .text{overflow:hidden;}
.blog-list h3{
	font-size:20px;
	line-height:30px;
	margin:0;
	font-weight:normal;
}
.blog-list li:hover a{
	background:#17374c;
	color:#fff;
}
.blog-list li:hover .date{background:#cdd4d8;}
.blog-list li:hover .date span{background:#e2e6e9;}
.heading-block{
	text-align:center;
	font:60px/60px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	padding:0 0 11px;
}
.heading-block h1,
.heading-block .slogan{
	display:block;
	font-size:60px; /* 40px; MRP */
	line-height:60px; /* 40px; MRP */
	font-weight:normal;
	margin:0;
	color:#fff;
	text-shadow:0 1px rgba(0,0,0,0.2);
}
.heading-block .slogan{
	color:#d4dfec;
	margin:0 0 10px;
}
#main .heading-block .buttons a{vertical-align:middle;}
.heading-block .btn-cart{
	border:1px solid #269bf0;
	background:#269bf0 url(sprite.png) no-repeat 8px -712px;
	color:#fff;
}
#main .heading-block .btn-download{
	background:url(sprite.png) no-repeat 1px -787px;
	background-color:#aabacb;
	border-color:rgb(168,185,203);
	border-color:rgba(255,255,255,0.1);
	color:#4a5356;
}
.photo-info{
	padding:0 30px 20px;
	position:relative;
	z-index:20;
}
.photo-info .tooltip{
	width:18px;
	height:14px;
	position:relative;
	margin:0 0 0 auto;
}
.tooltip .info{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(sprite.png) no-repeat 0 -662px; /* dim camera icon */
	width:18px;
	height:14px;
}
.tooltip:hover .info,
.tooltip .info:hover{background-position:0 -679px;}  /* camera icon */
.tooltip-holder{
	display:none;
	/*visibility:hidden;*/
	position:absolute;
	z-index:100;
	width:160px;
	bottom:14px;
	right:-30px;
	color:#777;
	font-size:11px;
	line-height:16px;
	padding:0 0 22px;
	background:url(none.gif);
}
.tooltip-holder .arrow{
	position:absolute;
	bottom:8px;
	right:28px;
	background:url(sprite.png) no-repeat 0 -867px;  /* downward arrow */
	width: 18px;
	height: 14px;
}
.tooltip-holder .tooltip-content{
	padding:17px 18px;
	background:#fff;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}
.tooltip-holder p{margin:0 0 3px !important;}
.tooltip-holder .title{
	background:#f5f7f7;
	margin:-17px -18px 11px;
	padding:13px 21px;
	color:#1b4159;
	text-transform:uppercase;
	font:14px/16px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
.tooltip-holder:hover 
{
    display:block;
    /*visibility:visible;*/
}
.panel{
	background:rgb(28,42,48);
	background:rgba(28,42,48,0.5);
	overflow:hidden;
	padding:0 13px 0 0;
}
.panel .link{float:right;}
.panel .link a{color:#fff;}
.btn-support{
	white-space:nowrap;
	color:#fff;
	font:14px/36px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	background:url(sprite.png) no-repeat 2px -938px;
	padding:0 0 0 19px;
	text-transform:uppercase;
	text-decoration:none;
}
.panel .btn-cart{
	color:#fff;
	font:14px/36px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	background:url(sprite.png) no-repeat 2px -711px;
	padding:0 0 0 34px;
	text-transform:uppercase;
	text-decoration:none;
	margin:0;
	border:none;
	height:auto;
	min-width:40px;
}
.panel .link a:hover,
.btn-support:hover{
	color:#fff;
	text-decoration:underline;
}
.tabset{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	text-transform:uppercase;
	font:14px/16px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
.tabset li{float:left;}
.tabset li a{
	display:block;
	padding:10px 19px;
	text-decoration:none;
	color:#fff;
}
.tabset .active a{
	background:#fff;
	color:#1b4159;
}
.tabset li a:hover span{
	border-bottom:3px solid #8695a0;
}
.container{
	background:#fff;
	position:relative;
	overflow:hidden;
}
.content{
	overflow:hidden;
	padding:38px 30px 59px;
}
.content-text{
	width:580px;
	padding:0 0 24px;
}
.content p{ margin:0 0 12px;}
.content h1{
	color:#1b4159;
	font:24px/24px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
.content h2{
	color:#1b4159;
	font:20px/20px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
.content h3{
	color:#1b4159;
	font:16px/16px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
.content h4{
	color:#1b4159;
	text-transform:uppercase;
	font:14px/14px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
.content ul{
	list-style:none;
}
.content ul li
{

}
.content table{
	width:100%;
	border-collapse:collapse;

}
.content table td,
.content table th{

}
.content table th{
	color:#1b4159;
	font-weight:bold;
}
.content table thead th{
	padding:0 5px 18px 0;
	font:20px/20px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	border-bottom:3px solid #e7eaeb;
}
.content table ul{padding:0;}
.content table ul li{
	padding:0;
	background:none;
}
.content .note{
	font-size:12px;
	line-height:18px;
}
.headline{
	overflow:hidden;
	padding:11px 0 26px;
}
.headline .box{
	float:right;
	width:280px;
	padding:0 10px 0 0;
	line-height:20px;
}
.more{
	text-decoration:none;
	background:url(sprite.png) no-repeat 100% -195px;
	padding:0 16px 0 0;
	line-height:20px;
}
.content .button-holder {
	margin: 0;
	padding: 13px 0 38px;
}
.content .image{
	width:580px;
	/*height:326px;*/
	overflow:hidden;
	margin:0 0 30px;
}
.image img{vertical-align:top;}
.content-block{
	overflow:hidden;
	padding:0 0 16px;
}
.content .content-block .image{
	float:right;
	width:290px;
	height:auto;
	margin:0 0 30px 30px;
}
.content .section
{
    padding:0 0 35px; /*0 0 15px; MRP */
    }
.content .section .heading h3{
	line-height:28px;
	margin:0;
}
.content .heading{
	padding:0 0 2px;
	margin:0 0 19px;  /*0 0 9px; MRP*/
	border-bottom:3px solid #e7eaeb;
}
.content .article-list,
.content .accordion{
	padding:0 0 3px;
	margin:0;
	list-style:none;
	border-bottom:1px solid #e7eaeb;
}
.content .article-list li,
.content .accordion li{
	background:none;
	padding:0 0 18px;
	overflow:hidden;
}
#main .article-list p{margin:0;}
.article-list figure,
.content .accordion figure{
	float:left;
	width:120px;
	height:68px;
	overflow:hidden;
	margin:0 20px 4px 0;
}
.content .article-list h4,
.content .accordion h3{
	text-transform:none;
	font:bold 14px/24px Arial, Helvetica, sans-serif;
	margin:0;
}
.content .article-list h4 a{text-decoration:none;}
.content .accordion .opener{
	display:block;
	text-decoration:none;
	overflow:hidden;
	padding:20px 140px 4px 30px;
}
.btn-open{
	position:absolute;
	right:46px;
	top:45px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(bg-opener.png) no-repeat;
	height:21px;
	width:39px;
}
.content .accordion li:hover .btn-open{background-position:0 -41px;}
.content .accordion .active .btn-open{
	background-position:-41px -41px;
	top:40px;
}
.content .accordion .active:hover .btn-open{background-position:-41px 0;}
.content .accordion{
	padding:24px 0 0;
	margin:0 -30px 22px;
}
.content .accordion li:hover{background:#fafbfb;}
.content .accordion li{
	position:relative;
	border-top:1px solid #e7eaeb;
	padding:0;
	overflow:hidden;
	vertical-align:top;
}
.accordion .slide{
	padding:5px 30px 20px;
}
.accordion .image{margin:0 0 5px;}
.main-post{
	margin:0 -30px;
	overflow:hidden;
	border-top:1px solid #ececec;
	background:url(bg-post.gif) repeat-x;
	padding:31px 30px;
}
.main-post .holder{overflow:hidden;}
.main-post a{text-decoration:none;}
.main-post .image-holder{
	float:left;
	width:580px;
	margin:0 30px 0 0;
}
.main-post .image{margin:0 0 13px;}
.main-post .post-content{
	overflow:hidden;
	padding:6px 0 0;
}
.content .main-post h3{
	color:#1b4159;
	font:28px/42px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	margin:0 0 8px;
}
.main-post address{
	padding:12px 0 12px 2px;
	font-style:normal;
}
.main-post address span{display:block;}
.main-post address .heading{
	text-transform:uppercase;
	margin:0;
	padding:0;
	border:none;
	color:#1b4159;
	font:14px/24px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
.main-post .meta{
	padding:0 0 0 16px;
	font-size:12px;
	line-height:14px;
}
.main-post .meta a{color:#8fa3ad;}
.main-post .meta a:hover{color:#1b4159;}
.meta .tags{
	background:url(ico-tags.png) no-repeat;
	padding:0 0 12px 33px;
	margin:0;
	list-style:none;
}
.meta .tags li{
	display:inline;
	padding:0 15px 0 0;
	background:none;
}
.main-post .more-content{padding:19px 40px 15px 0;}
.product{margin:0 -30px;}
.product .header{
	position:relative;
	height:42px;
	color:#fff;
	z-index:1;
	padding:49px 30px;
}
.product .header h2{color:#fff;}
.product .header img{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.product .more{
	display:none;
	font-size:12px;
	line-height:30px;
	background-position:100% -188px;
	margin-left:17px;
}
.product table{margin:0 0 -1px;}
.product table th{
	vertical-align:middle;
	padding:19px 10px 19px 0;
	width:200px;
}
.product table td{
	vertical-align:middle;
	padding:19px 10px 19px 0;
	width:120px;
}
.product table th{
	width:280px;
	padding-left:30px;
	font:20px/31px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
.product table tr:hover th,
.product table tr:hover td{background:#fafbfb;}
.product table tr:hover .more{display:inline-block;}
.product table .actions{
	padding:0;
	margin:0;
	list-style:none;
	width:310px;
}
.tabel-footer{
	overflow:hidden;
	padding:37px 0 25px;
}
.tabel-footer .note{
	overflow:hidden;
	font-size:12px;
	line-height:18px;
}
.tabel-footer .pay-cards{
	float:right;
	padding:6px 0 0 120px;
}
.tabel-footer .pay-cards img{vertical-align:top;}
.sidebar{
	float:right;
	width:320px;
	background:#f5f7f7;
	padding:0 0 9999px;
	margin:0 0 -9999px;
}
.sidebar .widget{
	float:none;
	background:#f5f7f7;
	padding: 32px 28px 25px;
	width:264px;
}
.widget .heading,
.widget .heading h2{color:#1c2a30;}
.visual{
	padding:0;
	margin:0;
	list-style:none;
	color:#fff;
	text-transform:uppercase;
	font:20px/26px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.visual li{
	float:left;
	height:128px;
	width:114px;
	position:relative;
	z-index:1;
	padding:22px 23px 10px;
}
.visual li .mouse-over{
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(visual-hover.png);
}
.visual li:hover .mouse-over{display:block;}
.visual li .bg{
	position:absolute;
	top:0;
	left:0;
	height:auto;
	width:100%;
}
.visual li .text{
	position:relative;
	z-index:1;
}
.visual .title{
	display:block;
	min-height:90px;
}
.visual .btn-download{
	opacity:0.5;
	margin:0;
	padding:0 0 0 17px;
	border:none;
	line-height:20px;
	height:auto;
	background-position:-15px -121px;
}
.visual .btn-cart{
	color:#fff;
	opacity:0.5;
	margin:0;
	padding:0 0 0 19px;
	line-height:20px;
	height:auto;
	border:none;
	background-position:-12px -718px;
	background-color:transparent;
}
.visual .btn-download span,
.visual .btn-cart span{border-bottom:3px solid #fff;}
.visual .btn-download:hover,
.visual .btn-cart:hover{text-decoration:none;}
.social-widget{
	padding:20px 14px;
	overflow:hidden;
	background: transparent; /*#fff ? */
}
.social-widget .heading{
	color: #183a50;
	float:left;
    font: 16px/30px 'helveticaneuelt_std_cnregular',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.social-widget .social-network{
	float:right;
	padding:0;
}
.social-widget .social-network li{margin:0 10px 0 0;}
.social-widget .social-network li a{
	height:30px;
	width:30px;
	background:url(icons.png) no-repeat;
}
.social-widget .social-network .vimeo a{background-position:0 0;}
.social-widget .social-network .youtube a{background-position:-40px 0;}
.social-widget .social-network .vk a{background-position:-80px 0;}
.social-widget .social-network .twitter a{background-position:-120px 0;}
.social-widget .social-network .facebook a{background-position:-160px 0;}
.social-widget .social-network .vimeo:hover a{background-position:0 -40px;}
.social-widget .social-network .youtube:hover a{background-position:-40px -40px;}
.social-widget .social-network .vk:hover a{background-position:-80px -40px;}
.social-widget .social-network .twitter:hover a{background-position:-120px -40px;}
.social-widget .social-network .facebook:hover a{background-position:-160px -40px;}
.blockquote{
	color:#888;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
.blockquote .arrow{
	position:absolute;
	bottom:-23px;
	right:0;
	height:23px;
	width:23px;
	background:url(sprite.png) no-repeat 0 -1002px;
}
.blockquote blockquote{	margin:-4px 0 4px 3px;}
.blockquote blockquote q{
	display:block;
	border-bottom:1px solid #dcdede;
	margin:0 0 13px;
	padding:0 0 12px;
}
.blockquote blockquote p{margin:0 0 12px;}
.blockquote blockquote cite{
	display:block;
	font-style:normal;
	/* font-size:10px; MRP */
}
blockquote .autor{
	display:block;
	text-transform:uppercase;
	font-size:10px;
}
blockquote .name{
	vertical-align:middle;
	color:#269bf0;
	font:14px/19px 'helveticaneuelt_std_cnregular',Arial,Helvetica,sans-serif;
	padding-right:8px;
}
blockquote .city{
	display:block;
	font-size:12px;
	line-height:16px;
}
.blockquote h2{
	color:#269bf0;
	font: 24px/30px 'helveticaneuelt_std_cnregular',Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin:0 0 13px;
}
.btn-play2{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	font: 12px/30px 'helveticaneuelt_std_cnregular',Arial,Helvetica,sans-serif;
	background:url(btn-play2.png) no-repeat;
	width:104px;
	height:30px;
	margin:-15px 0 0 -52px;
}
.image:hover .btn-play2{display:block;}
.list{
	padding:0;
	margin:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}
.list li{
	vertical-align:top;
	height:1%;
	background:url(icons2.png) no-repeat;
	padding:0 0 12px 17px;
}
.list .link1{background-position:-96px 7px;}
.list .link2{background-position:-61px -22px;}
.list .link3{background-position:-32px -48px;}
.list .link4{background-position:3px -76px;}
#footer{
	width:960px;
	margin:0 auto;
	font-size:12px;
	line-height:18px;
	color:#1c2a30;
	padding:25px 0 0;
	position:relative;
	z-index:2;
}
#footer .columns{
	overflow:hidden;
	border-bottom:1px solid #d2d9dc;
	padding:0 0 29px;
}
#footer .columns .col{
	float:left;
	width:300px;
	padding:0 20px 0 0;
}
#footer .columns .center-col{
	padding:0 20px 0 26px;
	width:274px;
}
#footer .text{font-family:Arial, Helvetica, sans-serif;}
#footer .text p{margin:0 0 10px;}
#footer .heading{
	text-transform:uppercase;
	font:14px/32px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
	color:#183a50;
	display:block;
	font-weight:normal;
}
.social-network{
	padding:3px 0 0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.social-network li{
	float:left;
	margin:0 15px 0 0;
}
.social-network li a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:24px;
	width:24px;
	background:url(sprite.png) no-repeat 0 -260px;
}
.social-network .vimeo a{background-position:0 -260px;}
.social-network .youtube a{background-position:0 -292px;}
.social-network .vk a{background-position:0 -324px;}
.social-network .twitter a{background-position:0 -356px;}
.social-network .facebook a{background-position:0 -388px;}
.social-network .vimeo:hover a{background-position:0 -420px;}
.social-network .youtube:hover a{background-position:0 -452px;}
.social-network .vk:hover a{background-position:0 -484px;}
.social-network .twitter:hover a{background-position:0 -516px;}
.social-network .facebook:hover a{background-position:0 -548px;}
.signup-form{
	width:320px;
	padding:2px 0;
}
.signup-form:after{
	content:'';
	display:block;
	clear:both;
}
.signup-form input[type="text"]{
	float:left;
	background:#fff;
	border:none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#999;
	margin:0 10px 0 0;
	padding:4px 8px;
	height:16px;
	width:99px;
}
.signup-form input[type="text"].long{width:109px;}
.signup-form input[type="submit"]{
	float:left;
	width:60px;
	height:24px;
	border:none;
	margin:0;
	padding:1px 2px 0;
	background:#1b4159;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-transform:uppercase;
	color:#fff;
	font:12px/24px 'helveticaneuelt_std_cnregular', Arial, Helvetica, sans-serif;
}
*+html .signup-form input[type="submit"]{line-height:23px;}
.footer-bottom{
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#b2bbbf;
	padding:11px 0 80px;
}
.footer-bottom a{color:#b2bbbf;}
.footer-bottom a:hover{text-decoration:none;}
.footer-bottom .link{float:right;}
.footer-bottom .copy,
.footer-nav,
.footer-nav ul,
.footer-nav ul li{display:inline;}
.footer-bottom .copy{margin:0;}
.footer-nav ul{
	padding:0;
	margin:0;
	list-style:none;
}
.footer-nav ul li{
	border-left:1px solid #b2bbbf;
	padding:0 7px 0 11px;
}
.footer-nav ul li:first-child{border:none;}
/* ------- from old web site -------------------------- */
#copy .teaser
{
    margin-top: -0.2em;
    color: #1b4159;
    font-weight: normal;
    font-size: larger;
}
/* ---  Main Table for displaying content ----------------------------------------- */
.newtable {
	border:1px solid #c0c0c0;
	border-collapse: collapse;
    margin: 0px;
    padding: 5px;
	line-height: 1.4em;
}
TD.newtable {
	border:1px solid #c0c0c0;
	border-collapse: collapse;
    margin: 0px;
	padding : 5px;
	line-height: 1.4em;
}
/*
TH.newtable {
	border:1px solid #c0c0c0;
	border-collapse: collapse;
    margin: 1px;
    padding: 1px;
	line-height: 1.2em;
}
*/
/* ---  Main Table for displaying content ----------------------------------------- */
.maintable {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border : none;   /*border : 1px solid Black;*/
	padding : 0 0 0 0;
	line-height: 1.2em;
	/*border-collapse : collapse;*/
}
TH.maintable {
	border : none;
	padding : 0 0 0 0;
	line-height: 1.2em;
}
TD.maintable {
	border : none;
	padding : 8 8 8 8;
	line-height: 1.2em;
}
/* ---  Activation Table for trial activation ----------------------------------------- */
table.dataform {
	background : #ffffff;
	border: none;
	border-collapse: collapse;
    margin: 1px;
    padding: 1px;
    line-height: 1.2em;
}
table.dataform th{
	background : #cccccc;
	border: none;
    margin: 2px;
    padding: 2px;
    vertical-align:top;
}
table.dataform td{
	background : #ffffff; 
	border: none;
    margin: 2px;
    padding: 2px;
    vertical-align:bottom;
}
table.dataform label, input[type="radio"] 
{
  /*  font-size:12pt;*/
  vertical-align:middle;
}
table.dataform button, input[type="radio"] 
{
  vertical-align:middle;
}

/* --- Data table for displaying general purpose stuff in table form ----------------------------------*/
table.datatable {
	background : #ffffff;
	border : 1px solid Black;
	border-collapse: collapse;
    margin: 1px;
    padding: 1px;
    line-height: 1.2em;
}
table.datatable th{
	background : #cccccc;
	border : 1px solid Black;
    margin: 2px;
    padding: 2px;
    vertical-align:middle;
}
table.datatable td{
	background : #ffffff; 
	border: 1px solid black;
    margin: 2px;
    padding: 2px;
    vertical-align:middle;
}
table.purchase
{
    border-width: 1px;
    border-spacing: 4px;
    border-style: outset;
    border-color: #666666;
    border-collapse: separate;
    background-color: #99CCFF;
    margin: 1px;
    padding: 1px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
table.purchase th
{
    border-width: 1px;
    padding: 0px;
    border-style: inset;
    border-color: gray;
    background-color: #99CCFF;
    font-weight: bold;
}
table.purchase td
{
    border-width: 1px;
    padding: 0px;
    border-style: inset;
    border-color: gray;
    background-color: #444444;
}
/*
*/
#recaptchaDiv #recaptcha_response_field {
    position: static !important;
}

#recaptchaDiv td
{
    border: 0 none !important;
    border-collapse: collapse !important;
    margin: 0 !important;
    vertical-align: middle !important;
    background: #5e7c98;
    /*
    float: left;
    */
}

/*echo '<style type="text/css"> 
.recaptchatable .recaptcha_image_cell {
    background-color: white;
    height: 40px;
    padding: 7px !important;
    width: 150px;
}
.recaptchatable .recaptcha_image_cell center img {
    height: 40px;
    width: 150px;
}
.recaptchatable #recaptcha_image {
    border: medium none !important;
    float: left;
    margin: auto;
    width: 150px !important;
}

#recaptcha_logo, #recaptcha_tagline {
    display:none;
}
.recaptchatable #recaptcha_response_field {
    font-size: 9pt;
    left: 30px;
    position: absolute;
    top: -50px;
    width: 120px !important;
}






*/

/*</style>';*/
