@charset "utf-8";
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, /**********reset.css**************/
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
img {
	vertical-align: top;
	border: none;
}
embed {
	vertical-align: top;
}
/* * { border:none} */
input, textarea {
	outline: none !important
}
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress,  section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/**********end reset.css**************/

/* Global properties ======================================================== */
html, body {
	height: 100%;
	width: 100%;
}
html {
	min-width: 960px;
}
body {
	font-family: 'Helvetica', 'arial';
	font-size: 14px;
	min-width: 960px;
	background: #fff url(/SiteData/images/Backgrounds/MainTopBg.png) repeat-x top;
	padding: 0;
}
sup {
	font-size: 12px;
}
a {
	color: #0066CC;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	width: 100%;
	line-height: 0;
	font-size: 0;
}
h1 {
	font-size: 50px;
	color: #000;
	margin: 25px 0 0 0;
	line-height: 55px;
	font-family: 'helveticaneuelt_std_med_cnRg', sans-serif;
	font-weight: normal !important;
}
h2 {
	font-size: 36px;
	color: #000;
	margin: 25px 0 0 0;
	line-height: 35px;
	font-family: 'helveticaneuelt_std_med_cnRg', sans-serif;
	font-weight: normal !important;
}
h3 {
	font-size: 26px;
	color: #000;
	margin: 25px 0 0 0;
	line-height: 30px;
	font-family: 'helveticaneuelt_std_med_cnRg', sans-serif;
	font-weight: normal !important;
}
p {
	font-size: 15px;
	color: #000;
	margin: 10px 0 0 0;
	line-height: 18px;
	font-family: 'helvetica', 'arial';
}
span.SubMenuImg {
	position: absolute;
	display: block;
	top: 0px;
	left: 15px;
	z-index: 1100;
}
/* Sidelinks*/
h4 {
	font-size: 24px;
	color: #000;
	margin: 10px 0 0 0;
	line-height: 30px;
	font-family: 'helveticaneuelt_std_med_cnRg', sans-serif;
	font-weight: normal !important;
}
ul.sidelinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.sidelinks a {
	font-family: 'helveticaneuelt_std_med_cnRg', sans-serif;
	font-size: 16px;
	color: #0066CC;
	display: block;
	line-height: 18px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.sidelinks a:hover {
	background-color: #DCDCDC;
}
/*****************FAQ*********************/
ul.faq li {
	padding: 35px 0 0px 0;
	margin-left: 20px;
}
/***************** Container *******************/
div.mainLeftCol {
	padding-left: 20px;
}
.Wrapper {
	width: 960px;
	margin: 0 auto;
}
.SubWrapper {
	width: 1022px;
	padding: 0;
	margin: 30px auto 30px auto;
}
.titlemain {
	padding-left: 32px;
	padding-top: 20px;
}
.LeftSide {
	width: 520px;
	float: left;
	padding-left: 35px;
}
.fullwidth {
	padding-left: 35px;
}
.fullwidth ul {
	font-size: 15px;
	margin-left: 20px;
	margin-top: 10px;
}
.fullwidth li {
	list-style: disc;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 5px 0 10px 0;
}
.LeftSide ul {
	font-size: 15px;
	margin-left: 20px;
	margin-top: 10px;
}
.LeftSide ul li ul {
	margin-top: 0px;
}
.LeftSide ul.nostyle li {
	list-style-type: none;
}
.LeftSide li {
	list-style: disc;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 2px 0 2px 0;
}
.RightSide {
	margin-left: 40px;
	margin-top: 15px;
	width: 360px;
	float: right;
}
.RightSide img {
	margin-bottom: 10px;
}
.callout {
	padding: 15px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*.RightSide a{
	margin-top:20px;
	display:block;
	width:245px;
	height:150px;
	overflow:hidden;
}*/

div.header {
	height: 80px;
	width: 988px;
	position: relative;
	margin: 0 auto;
	z-index: 1000;
}
.Logo {
	top: 0px;
	left: 0px;
	display: block;
	position: absolute;
}
ul.Butns {
	width: 600px;
	height: 59px;
	margin: 0 auto;
}
ul.Butns li {
	float: left;
	height: 59px;
	margin: 0 0 0 10px;
}
ul.Butns li span.bannerText {
	width: 243px;
	height: 59px;
	display: block;
	color: white;
	text-align: right;
	padding-top: 11px;
	font-family: 'helveticaneuelt_std_med_cnRg', sans-serif;
}
span.bannerTextHeader {
	font-size: 18px;
	font-weight: bold;
}
a.ScheduleDemo {
	width: 160px;
	height: 42px;
	background: url(/SiteData/images/buttons/ScheduleDemo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin-top: 9px;
}
a.LearnMoreHome {
	width: 160px;
	height: 42px;
	background: url(/SiteData/images/buttons/LearnMore.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin-top: 9px;
}
a.RequestInfoLanding {
	width: 160px;
	height: 42px;
	background: url(/SiteData/images/buttons/MoreInfo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin-top: 9px;
}
/*ul.Butns li:nth-child(1) a{
	width:243px;
	height:59px;
	background:url(/SiteData/images/buttons/SignUp.png) no-repeat;
	display:block;
	text-indent:-9999px;
}
ul.Butns li:nth-child(2) a{
	width:160px;
	height:42px;
	background:url(/SiteData/images/buttons/CreateAcc.png) no-repeat;
	display:block;
	text-indent:-9999px;
	margin-top:9px;
}
ul.Butns li:nth-child(3) a{
	width:160px;
	height:42px;
	background:url(/SiteData/images/buttons/LearnMore.png) no-repeat;
	display:block;
	text-indent:-9999px;
	margin-top:9px;
}*/


a.ContactUsToday {
	width: 160px;
	height: 42px;
	background: url(/SiteData/images/buttons/ContactUsToday.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin-top: 9px;
	margin-left: 10px;
}
#HomeWrapper {
	width: 960px;
	padding: 0;
	margin: 75px auto 50px auto;
}
.VideoRap {
	width: 312px;
	height: 191px;
	float: left;
	position: relative;
}
.Adj {
	margin: 0px 12px;
}
.VShadow {
	width: 312px;
	height: 31px;
	background: url(/SiteData/images/videos/VideoShawdow.png) bottom center no-repeat;
	display: block;
	position: absolute;
	bottom: -55px;
}
/*Vertical Ticker*/
#NewStrip {
	height: 63px;
	width: 100%;
	background: url(/SiteData/images/news/NewsStripBg.png) 0 8px repeat-x;
	position: absolute;
	left: 0px;
	margin-top: -23px;
}
.EssentBtn {
	float: left;
	width: 189px;
	height: 62px;
	overflow: hidden;
}
.NewsWrapper {
	width: 763px;
	height: 55px;
	float: left;
	margin: 10px 0 0 7px;
	overflow: hidden !important;
}
.NewsWrapper ul {
}
.NewsWrapper ul li {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 52px;
}
.NewsWrapper ul li a {
	color: #000;
}
.NewsWrapper ul li a:hover {
	text-decoration: none;
}
.IconMenu {
	height: 42px;
	width: 768px;
	float: right;
	margin: 9px 0 0 0;
}
.IconMenu li {
	float: left;
	width: 153px;
	height: 42px;
}
.IconMenu li a {
	display: block;
	width: 153px;
	height: 42px;
	text-indent: -9999px;
}
.IconMenu li:nth-child(1) {
	background: url(/SiteData/images/slider/Slide-Btn1.png) left top no-repeat;
}
.IconMenu li:nth-child(2) {
	background: url(/SiteData/images/slider/Slide-Btn2.png) left top no-repeat;
}
.IconMenu li:nth-child(3) {
	background: url(/SiteData/images/slider/Slide-Btn3.png) left top no-repeat;
}
.IconMenu li:nth-child(4) {
	background: url(/SiteData/images/slider/Slide-Btn4.png) left top no-repeat;
}
.IconMenu li:nth-child(5) {
	background: url(/SiteData/images/slider/Slide-Btn5.png) left top no-repeat;
}
.IconMenu li:hover {
	background-position: left bottom;
}
/*End*/
/*Footer*/
.pressfooter {
	min-height: 100%;
}
.FooterP-Fix {
	height: 610px;
}
/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
/
}
div.footer {
	background: #000 url(/SiteData/images/FBg.png) repeat-x;
	width: 100%;
	height: 610px;
	padding: 30px 0 0 0;
	margin: -570px 0 0 0;
	position: absolute;
	left: 0px;
	right: 0px;
	clear: both;
}
#divPoweredByEssent {
	text-align: center;
}
#divPoweredByEssent a {
	color: #CCCCCC;
	font-size: 11px;
	font-weight: normal;
}
.BlueTxt h1 {
	width: 960px;
	line-height: 36px;
	margin: 30px auto;
	font-size: 28px;
	color: #01B3EB;
	font-family: 'helveticaneuelt_std_med_cnRg', sans-serif;
}

.footer_main {
	width: 960px;
	line-height: 36px;
	margin: 30px auto;
	font-size: 28px;
	color: #01B3EB;
	font-family: 'helveticaneuelt_std_med_cnRg', sans-serif;
}
.BlueTxt p {
	margin: 14px 0 0 0;
	font-size: 15px;
	color: #FFF;
	line-height: 22px;
	font-family: 'helveticaneuelt_std_cnregular', sans-serif;
}
.FooterLinks {
	margin: 10px 15px 0 0px;
	float: left;
	padding: 0 30px 0 0;
	border-right: 1px solid #CCCCCC;
	min-height: 152px;
}
.FooterLinks li {
	font-family: 'helveticaneuelt_std_cnregular', sans-serif;
	color: #01B3EB;
	font-size: 16px;
	line-height: 20px;
}
.FooterLinks li a {
	font-family: 'helveticaneuelt_std_cnregular', sans-serif;
	color: #CCCCCC;
	font-size: 16px;
	line-height: 21px;
}
ul.FooterLinks li:nth-child(1) {
	margin-bottom: 5px;
}
footer ul:nth-child(2) {
	margin-left: 170px;
}
footer ul:nth-child(4) {
	border: none;
}
.FooterRight {
	width: 850px;
	height: 50px;
	margin: 20px auto 0 auto;
	/*background: url(/SiteData/images/logos/Flogo.png) left top no-repeat;*/
	padding: 50px 0 0 10px;
	text-align: center;
	font-family: 'helveticaneuelt_std_cnregular', sans-serif;
	color: #CCCCCC;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
}
.FooterRight span {
	font-size: 14px;
	display: block;
	margin: 2px 0 0 0;
}
.FooterRight a {
	color: #CCCCCC;
}
.Mfix {
	margin-left: 160px;
}
/******************header *****************/
#divProductNav {
	margin-top: 83px;
	margin-right: 15px;
	position: relative;
}
/*****************home*******************/
div.homeslidercont {
	background: #fff url(/SiteData/images/Backgrounds/BgBlue.png) repeat-x top;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 416px;
	margin-top: -20px;
}
div.landingPageBanner {
	background: url(/SiteData/images/slider/SlideMainBg.png) center bottom no-repeat;
	width: 966px;
	height: 342px;
	margin: 15px auto 0 auto;
	padding-top: 8px;
	position: relative;
}
/**************OrderTrax***********************/
.learn-more-ordertrax {
	position: absolute;
	right: -170px;
	bottom: -10px;
}
.ordertraxtext {
	height: 230px;
	width: 250px;
	margin-left: 20px;
	position: relative;
}
/************ sf-menu *********************/
div.nav {
	width: 750px;
	height: 52px;
	padding: 28px 0 0 0;
	margin-right: 25px;
	float: right;
background:#;
}
.sf-menu {
	padding: 0px;
	height: 35px;
	margin: 0 auto;
	float: right;
	position: relative;
background:#;
}
.sf-menu li {
	float: left;
	position: relative;
	z-index: 997;
	margin: 0 0 0 2px;
	list-style: none;
}
.sf-menu li.first {
	margin: 0px;
}
.sf-menu li.active, .sf-menu li.active > a {
	background: url(/SiteData/images/menu/MenuListIcon.png) no-repeat 6px 11px;
	color: #F8D14C;
	border: none;
}
.sf-menu li:hover {
	color: #000;
}
.sf-menu a {
	display: block;
	height: 27px;
	padding: 7px 18px 0 18px;
	color: #fff;
	font-size: 18px;
	font-family: 'helveticaneuelt_std_med_cnRg', sans-  serif;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.sf-menu a:hover, .sf-menu li.active > a:hover {
	color: #000;
	text-decoration: none;
	height: 27px;
	padding: 6px 17px 0 17px;
	background: #feb702  url(/SiteData/images/menu/MenuBg.png) repeat-x;
	border: 1px solid #fec558;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
border-  radius:6px;
}
.sf-menu li ul a:hover {
	color: #666;
}
.sf-menu em {
	position: relative;
	z-index: 5;
	top: 12px;
	color: #fff;
	font-style: normal;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 999;
	padding: 0px;
}
.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em
}
ul.sf-menu li.sfHover span.SubMenuImg {
	height: 7px;
}
.sf-menu li ul {
	margin: 0px;
	width: 200px;
	background: #fce361 url(/SiteData/images/menu/SubMenuBg.png) repeat-x;
	padding: 12px 0 15px 0 !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: none;
}
.sf-menu li ul li {
	float: none;
	margin: 0 0 0 10px;
	padding: 3px 0;
	width: 180px;
	height: 18px;
	border-bottom: 1px solid #000;
}
.sf-menu li ul.wide {
	margin: 0px;
	width: 255px;
	background: #fce361 url(/SiteData/images/menu/SubMenuBg.png) repeat-x;
	padding: 12px 0 15px 0 !

important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.sf-menu li ul.wide li {
	float: none;
	margin: 0 0 0 10px;
	padding: 3px 0;
	width: 235px;
	height: 18px;
	border-bottom: 1px solid #000;
}
.sf-menu li ul.narrow {
	margin: 0px;
	width: 185px;
	background: #fce361 url(/SiteData/images/menu/SubMenuBg.png) repeat-x;
	padding: 12px 0 15px 0 !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.sf-menu li ul.narrow li {
	float: none;
	margin: 0 0 0 10px;
	padding: 3px 0;
	width: 165px;
	height: 18px;
	border-bottom: 1px solid #000;
}
.sf-menu li ul li a {
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 0px !important;
	text-align: left;
	width: 180px;
	border: none !important;
font-  size:16px;
	background: none;
}
.sf-menu li ul.wide li a {
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 0px !important;
	text-align: left;
	width: 235px;
	border: none !important;
font-  size:16px;
	background: none;
}
.sf-menu li ul.narrow li a {
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 0px !important;
	text-align: left;
	width: 165px;
	border: none !important;
	font-size: 16px;
	background: none;
}
.sf-menu li ul li a:hover {
	background: none !important;
	padding: 0px 0 0px 0px !important;
	margin: 0 auto;
	border: none !important;
	height: 21px;
	border: none !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #666;
}
.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 100%;
	top: 0;
	background: none;
	padding: 0;
}
.sf-menu li li a {
	height: auto;
	color: #fff;
}
.sf-menu li.sfHover li a em {
	color: #fff;
}
.sf-menu li.sfHover li a:hover em, .sf-menu li.sfHover li.sfHover a em, .sf-menu li.sfHover li.active a em {
	color: #bd0305;
	background-position: 22px  bottom;
	position: relative;
	z-index: 5;
}
.sf-menu li li li {
	float: none;
	background: #d21011;
	color: #fff;
	margin-bottom: 1px;
}
.sf-menu li.sfHover li.sfHover li a em {
	color: #fff;
	position: relative;
	z-index: 5;
	padding: 9px 0 9px 21px;
background:url  (/SiteData/images/menu/marker-menu-1.png) 12px 15px no-repeat;
}
.sf-menu li.sfHover li.sfHover li a:hover em, .sf-menu li.sfHover li.sfHover li.active a em {
	color: #fff;
	position: relative;
	z-index: 5;
}
.sf-menu li li li a i {
	position: absolute;
	width: 100%;
	z-index: 4;
	top: 0;
	left: 0;
	background: #3c3f46;
	visibility: hidden;
}
/************ end sf-menu *********************/

/***************tm-slider ***********************/
* {
	padding: 0;
	margin: 0;
}
#sliderDiv {
	background: url(/SiteData/images/slider/SlideMainBg.png) center bottom no-repeat;
	width: 966px;
	height: 342px;
	margin: 15px auto 0 auto;
	padding-top: 8px;
	position: relative;
}
.slider-wrapper {
	width: 927px;
	height: 306px;
	padding: 0px;
	margin: 0px 0 0 20px;
	position: relative;
	z-index: 1;
}
.slider-wrapper-landingPage {
	width: 927px;
	height: 306px;
	padding: 0px;
	margin: 0px 0 0 20px;
	position: relative;
	z-index: 1;
}
.slider {
	width: 927px;
	height: 306px;
	margin: 0 auto;
	position: relative;
	overflow: visible !important;
	padding: 0px;
	z-index: 2;
}
.items {
	display: none;
}
.banner {
	width: 350px;
	min-height: 258px;
	padding: 0;
	position: absolute;
	right: 45px;
	top: 25px;
	z-index: 9998;
	text-align: left;
	z-index: 1;
}
a.prev {
	display: block;
	height: 80px;
	width: 55px;
	bottom: 130px;
	left: -38px;
	text-indent: -5000px;
	background: url(/SiteData/images/slider/controls.png) left top no-repeat;
	position: absolute;
	z-index: 9;
}
a.prev:hover {
	background-position: left bottom;
}
a.next {
	display: block;
	height: 80px;
	width: 55px;
	text-indent: -5000px;
	background: url(/SiteData/images/slider/controls.png) right top no-repeat;
	position: absolute;
	bottom: 130px;
	right: -38px;
	z-index: 9;
}
a.next:hover {
	background-position: right bottom;
}
.pagination {
	position: absolute;
	top: -74px;
	right: 1px;
	padding: 0;
	z-index: 900;
}
.pagination li {
	float: left;
	padding: 0;
	margin-left: 2px;
}
.pagination li:nth-child(1) {
	background: url(/SiteData/images/slider/Slide-Btn1.png) left top no-repeat;
}
.pagination li:nth-child(2) {
	background: url(/SiteData/images/slider/Slide-Btn2.png) left top no-repeat;
}
.pagination li:nth-child(3) {
	background: url(/SiteData/images/slider/Slide-Btn3.png) left top no-repeat;
}
.pagination li:nth-child(4) {
	background: url(/SiteData/images/slider/Slide-Btn4.png) left top no-repeat;
}
.pagination li:nth-child(5) {
	background: url(/SiteData/images/slider/Slide-Btn5.png) left top no-repeat;
}
.pagination li:hover {
	background-position: left bottom;
}
.pagination li.current {
	background-position: left bottom;
}
.pagination li a {
	color: #fff;
	font-size: 0px;
	line-height: 0px;
	display: block;
	width: 153px;
	height: 42px;
}
.play.paused {
	color: #f00;
}
.progbar {
	display: none;
	background: #ff0;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 20px;
	z-index: 999;
}
.numStatus {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	z-index: 999;
}
.BannerTxt {
	color: #004B92;
	font-family: 'Economica', sans-serif;
	font-size: 56px;
}
.LearnMore {
	cursor: pointer;
	display: inline-block;
	background: url(/SiteData/images/buttons/LearnMore.png) no-repeat;
	width: 186px;
	height: 45px;
	text-indent: -9999px;
	position: absolute;
	bottom: 0px;
	right: -30px;
}
.button-4 {
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	color: #3c3f46;
	padding: 13px 18px 15px 19px;
	text-align: left;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #fcfcfc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f1f1f1));
	background: -moz-linear-gradient(#fff, #f1f1f1);
	background: linear-gradient(#fff, #f1f1f1);
	-pie-background: linear-gradient(#fff, #f1f1f1);
	background-image: -o-linear-gradient(#fff, #f1f1f1);
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
.button-4:hover {
	background: #d10e0f;
	border: 1px solid #d10e0f;
	color: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d61416), to(#c90b0c));
	background: -moz-linear-gradient(#d61416, #c90b0c);
	background: linear-gradient(#d61416, #c90b0c);
	-pie-background: linear-gradient(#d61416, #c90b0c);
	background-image: -o-linear-gradient(#d61416, #c90b0c);
}
/***************tm-slider end***********************/
/***************Fonts ******************************/
@font-face {
	font-family: 'helveticaneuelt_std_cnregular';
	src: url('/SiteData/Fonts/helveticaneueltstd-cn-webfont.eot');
	src: url('/SiteData/Fonts/helveticaneueltstd-cn-webfont.eot?#iefix') format('embedded-opentype'),  url('/SiteData/Fonts/helveticaneueltstd-cn-webfont.woff') format('woff'),  url('/SiteData/Fonts/helveticaneueltstd-cn-webfont.ttf') format('truetype'),  url('/SiteData/Fonts/helveticaneueltstd-cn-webfont.svg#helveticaneuelt_std_cnregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helveticaneuelt_std_med_cnRg';
	src: url('/SiteData/Fonts/helveticaneueltstd-mdcn-webfont.eot');
	src: url('/SiteData/Fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),  url('/SiteData/Fonts/helveticaneueltstd-mdcn-webfont.woff') format('woff'),  url('/SiteData/Fonts/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),  url('/SiteData/Fonts/helveticaneueltstd-mdcn-webfont.svg#helveticaneuelt_std_med_cnRg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/***************Fonts End******************************/

canvas {
	-ms-touch-action: double-tap-zoom;
}



/***************Mobile******************************/
@media screen and (max-device-width: 480px),  screen and (max-device-width: 800px) {
/*home*/
#NewStrip {
	position: relative;
}
div.homeslidercont {
	position: relative;
	width: 1022px;
}
#sliderDiv {
	padding-top: 25px;
}
/*footer*/
div.footer {
	margin-top: -610px;
	width: 1022px;
}
/*landing page banners */
div.landingPageBanner {
	height: 358px;
}
div.slider-wrapper-landingPage {
	margin-top: 15px;
}
}
/***************Mobile End******************************/


#ControlZones1_rprRight_ctl01_ctl00_1002323_pnlDefaultBody {
	width: 350px;
	float: right;
	padding-right: 35px;
	margin-top: 20px;
}
#ControlZones1_pnlRightCol {
	float: right;
	width: 390px;
}
h4, .PanelHeader {
	color: #000000;
	font-family: 'helveticaneuelt_std_med_cnRg', sans-serif;
	font-size: 24px;
	font-weight: normal !important;
	line-height: 30px;
	margin: 10px 0 0;
}

table.blogNavList td {
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #DCDCDC;
}
.blogNavList a {
	font-family: 'helveticaneuelt_std_med_cnRg', sans-serif;
	display: block;
	font-size: 16px;
	line-height: 18px;
}
