body {
	background-color:#FFF;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.4em;
}

h1, h2, p, body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, normal;
}

a { color:#2A3282; font-family:Arial,Helvetica,Sans-Serif;}
a:hover {color:#82322A; text-decoration:underline;}
a:link, a:visited { background-color:transparent; text-decoration:underline; }

h1.tecit {
	margin: 14px 0 0 20px;
	font-size: 50px;
	line-height: 50px;
	color:#FFF;
}

#ActionBlock {
	clear: both;	
}

#left {
	float: left;
	height: 623px;
	width: 304px;
	background-image: url("../../images/bg/lp1-bg-left.jpg");
	background-repeat: repeat-x;
	border: none;
	margin-right: 10px;
	text-align: left;
	padding: 0px 18px 0px 18px;
	margin-top: 18px;
}

div.testimonial p {
	font-size: 1.1em;
}

#right h1,
div.testimonial p {
	color:#CE191F;
}

p.customername {
	text-align: right;
	margin-right: 5px;
}

#left p {
	margin-top: 14px;
	margin-bottom: 10px;
}

#left,
#bottom {
	color:#666;
	text-align: left;
}

cite {
	font-style: italic;
}

.reg, 
.tm{color:#B0B0B0}

.reg{font-size:10px}
.tm{font-size:0.9em}

#right {
	width: 602px;
	float: left;
	text-align: left;
}

#right h1 {
	margin-left: 0px;
	font-weight: bolder;
	text-align: left;
	font-size: 32px;
	font-style: italic;
	line-height: 1.1em;
	margin-top: 17px;
	margin-bottom: 0px;
	height: 90px;
}

#product {
	height: 390px;
	width: 602px;
	float: left;
	background-image: url("../../images/bg/lp1-bg-right.jpg");
	background-repeat: repeat-x;
	padding: 18px;
	text-align: left;
	margin-top: 0px;
	font-weight: bold;
}

#product h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4em;
	background-color:#2C4484;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#FFF;
}

#product p {
	padding-bottom: 10px;
}

#product div#trybuy {
	margin-left: 22px;
	margin-top: 25px;
}

#product a:link,
#product a:visited
{
	text-decoration: none;
}

#product a:hover {
	text-decoration: underline;
}

#product table {
	width: 100%;
	border-style: none;
	text-align: left;
	margin-left: 10px;
}

#product table td {
	padding-right: 10px;
	padding-left: 20px;
	width: 50%;
	background: url("../../images/list.png") left no-repeat;
}

table#download td {
	background: none;
	font-style: normal;
}

table#download p 
{
	padding: 0 0 0.2em 0;
	margin: 0 0 0 0;
}

#product,
#product h2,
#product a:link,
#product a:visited,
#video a:link,
#video a:visited,
#video {
	color:#FFF;
}
#video a:hover {
	color:#FED;
}

#video 
{
	float:left;
	width: 608px;
	height: 21px;
	margin-top: 0px;
	background-color:#CE191F;
	padding: 5px 15px 5px 15px;
}

#bottom {
	background-color:#DEDEDE;
	text-align: left;
	padding: 15px;
	padding-top: 10px;
	margin: 10px 0 0 0;
	float: left;
}

#right div#bottom 
{
	height: 42px;
	width: 608px;	
}

#bottom p {
	margin: 0 0 5px 0;
}

#bottom p.contact {
	margin-bottom: 0;
}

#copyright
{
	clear: left;
	padding: 10px 5px 10px 0;
}

small {font-size: 8pt; line-height: 1.3em;}
p.smallgray { font-size: 8pt; line-height: 1.3em; margin-top: 0em; margin-bottom: 1em;}

#copyright p
{
	font-size: 8pt;
	line-height: 9pt;
	text-align:right;
	margin: 0;
	padding: 0;
}


#copyright p,
#copyright a:link,
#copyright a:visited,
p.smallgray {
	color:#888;
}

#EntryPage div.Plain {clear: left; margin:0px; padding:0px; width: 100%}
#EntryPage div.Plain #bottom { width: 960px }

/* nav path */
#nav-path{text-align:center;color:#eee;font-size:0.9em;font-family:Arial,Helvetica,sans-serif; font-weight:normal;text-decoration:none;margin-top:4px;padding-right:5px;float:right}
.nav-path-item ul{display:inline;list-style-type:none}
.nav-path-item li{background-image:url('../../../images/arrow.png');background-position:0px center;background-repeat:no-repeat;padding:0 4px 0 8px;display:inline;left:8px}
/* gray links */
.nav-path-item a:link, 
.nav-path-item a:visited{color:#888;text-decoration:none}
.nav-path-item a:hover  {text-decoration:underline}

pre {font-size:0.9em;font-family:Arial,Helvetica,Sans-Serif;margin-top:0em;margin-bottom:1em; background:#EFE;border:1px solid #809080;padding:0.2em 0.3em 0.2em 0.3em}
.gray{color:Gray}


/*#region cookieConsent*/
.cookieConsent {
  display: none;
  /*position: fixed;*/
  top: 0;
  left: 0;
  right: 0;
  background-color: #3C4664;
  color: #FFF;
  z-index: 10000;
  /*box-shadow: 0px 3px 10px 0px #1a1a1a;*/
  opacity: 0.98;
}

  .cookieConsent a {
    color: #FFF;
    text-decoration: underline;
  }

.cookieConsentContent {
  position: relative;
  text-align: center;
}

  .cookieConsentContent span {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    margin: 5px 10px;
    line-height: 1.3;
  }

  .cookieConsentText {
    max-width: 800px;
    font-size: 0.89em;
    font-size: 0.89rem;
  }

  .cookieConsentButtons a {
    cursor: pointer;
    margin-left: 10px;
    padding: 0 6px;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .cookieConsentButtons a:visited {
    text-decoration: none;
  }

.cookieAccept {  
  text-transform: uppercase;
}

.cookieRefuse {
  display: none;
}

/*#endregion*/

/*#region serviceNotice */
.serviceNotice {
  /*display: none;*/
  /*position: fixed;*/
  top: 0;
  left: 0;
  right: 0;
  background-color: #FD6A00;
  color: #FFF;
  z-index: 10000;
  /*box-shadow: 0px 3px 10px 0px #1a1a1a;*/
  opacity: 0.98;
}

  .serviceNotice a {
    color: #FFF;
    text-decoration: underline;
  }

.serviceNoticeContent {
  position: relative;
  text-align: center;
}

  .serviceNoticeContent span {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    margin: 5px 10px;
    line-height: 1.3;
  }

  .serviceNoticeContent .icon {
    font-size: 200%;
    /* display: table-cell; */
    padding-right: 0.6rem;
  }

.serviceNoticeText {
  max-width: 840px;
  font-size: 0.9em;
  font-size: 0.9rem;
}

/*#endregion*/