@charset "utf-8";
/* CSS Document */

html,
body
{
   background: url(/images/en/background.png) repeat-x;
   background-color: #effaff;
   color: #333;
   padding: 0;
   margin: 0;
}
img
{
   border: 0;
}
a
{
   color: #3373b7;
   text-decoration: none;
}
a:hover
{
   text-decoration: underline;
}
h1
{
   padding: 0;
   margin: 0;
}
.clearCols
{
   clear: both;
}
.content .pageTitle,
#contentRightColumn .pageTitle
{
   display: none;
}
#mainDiv
{
   width: 940px;
   margin: 0 auto;
   font: 1em/1.5em Arial, Helvetica, Verdana, sans-serif;
}
#topBar
{
   height: 48px;
   text-align: right;
}
#header
{
   position: relative;
   height: 75px;
}
#logo
{
   position: absolute;
   top: 20px;
   left: 0;
   width: 237px;
   height: 55px;
}
#navigation
{
   position: absolute;
   top: 20px;
   right: 0;
   width: 547px;
   height: 40px;
   text-align: right;
}
#mainImg
{
	position: relative;
   width: 940px;
   height: 268px;
}
#mainButtons
{
	position: absolute;
   right: 74px;
   bottom: 31px;
   width: 255px;
   height: 29px;
   z-index: 10;
}
#mainImgRotate
{
	position: absolute;
   top: 0;
   left: 0;
   width: 940px;
   height: 268px;
   z-index: 1;
}
#actionBtns
{
}
#btn1,
#btn2,
#btn3
{
   float: left;
   margin-right: 20px;
}
#btn3
{
   margin-right: 0;
}
#contentTop
{
   background: url(/images/en/content_back.gif) repeat-y;
}
#bodyContent
{
   background: url(/images/en/content_top.png) no-repeat;
   min-height: 608px;
   padding-bottom: 15px;
}
#contentBottom
{
   background: url(/images/en/content_bottom.png) top center no-repeat;
   height: 8px;
}
#leftNavColumn
{
   float: left;
   width: 240px !important;
   padding: 0;
   margin: 0;
   overflow: hidden;
}
h1#leftNavTitle,
#leftNavTitle .pageTitle
{
   background: url(/images/en/left-nav_divider-line.png) bottom no-repeat;
   padding: 20px 25px 15px 25px;
   font-size: 18px;
   font-weight: bold;
   color: #f68e3c;
}
.navMenu
{
   float: left;
   width: 240px;
   padding: 0;
   margin: 0;
   margin-bottom: 20px;
   font-size: 13px;
}
.navMenu li
{
   float: left;
   display: block;
   background: url(/images/en/left-nav_off.png) no-repeat;
   width: 100% !important;
   height: 39px !important;
   padding: 0;
   margin: 0;
   list-style-type: none;
   color: #333;
   font-weight: bold;
   line-height: 18px;
}
.navMenu li a
{
   float: left;
   display: block;
   text-decoration: none;
   width: 100% !important;
   height: 39px !important;
   padding: 6px 0 0 25px;
   /* IE6 hack to fix double-padding bug */

   _height: 90%;
   _width: 92%;
   color: #333;
}
.navMenu li.active a,
.navMenu li a:hover
{
   float: left;
   background: url(/images/en/left-nav_on.png) no-repeat;
   text-decoration: none;
   list-style-type: none;
   cursor: pointer;
   color: #fff;
}
.content,
#contentRightColumn
{
   float: left;
   width: 650px;
   padding: 25px;
   overflow: hidden;
}
#contentRightColumn .content
{
	float: left;
	width: auto;
	padding: 0;
   margin: 0;
}
#contactForm
{
   margin: 20px auto;
   width: 350px;
}
#contactForm input,
#contactForm textarea
{
   border: 1px #ccc solid;
}
#contactForm .submit:hover
{
   background: #ccc;
   color: #fff;
}
#testimonialBlock
{
   background: url(/images/en/testimonial_back.png) no-repeat;
   margin: 20px 0;
   height: 177px;
}
#testimonial
{
	position: relative;
   float: left;
   width: 640px;
   height: 177px;
   color: #333;
}
#testimonialText
{
	background: url(/images/en/img_testimonial-quote.png) no-repeat;
	float: left;
   width: 590px;
   height: 132px;
   padding: 15px 25px 15px 15px;
   margin: 5px 0 0 10px;
   font: 16px/21px Georgia, "Times New Roman", Times, serif;
   font-style: italic;
}
#testimonialName
{
   float: right;
	width: 350px;
   font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
   font-style: normal;
   padding-top: 10px;
}
#testimonialLink
{
	position: absolute;
   right: 25px;
   bottom: 5px;
   text-align: right;
}
#clientLogos
{
   float: right;
   width: 289px;
}
#actionBtn
{
	background: url(/images/en/btn_view-demo-free-trial.png) no-repeat;
	position: relative;
	width: 206px;
   height: 128px;
   margin: 0 auto;
   overflow: hidden;
}
#actionViewDemo
{
	position: absolute;
   top: 16px;
   left: 0;
}
#actionFreeTrial
{
	position: absolute;
   top: 82px;
   left: 0;
}
#actionViewDemo a,
#actionFreeTrial a
{
	display: block;
   width: 206px;
}
#actionViewDemo a
{
	height: 66px;
}
#actionFreeTrial a
{
	height: 46px;
}
#flashBlock
{
   width: 215px;
   height: 141px;
   margin: 0 auto;
   margin-top: 35px;
}
#footer
{
   text-align: center;
}