body, input, td, tt {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #464646;
}

body {
	margin: 0;
	padding: 0;
	background-color: #3e95cd;
}

img {
	border: 0;
}

h1, h2 {
	margin-top: 6px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 19px;
	color: #009fc5;
}

h3 {
	margin-top: 6px;
}

h4 {
	margin-top: 0;
	margin-bottom: 3px;
}

hr {
	/*height: 1px;
	color: #464646;
	background-color: #464646;
	border: none;*/
	height: 0;
	line-height: 0;
	background: transparent;
	border: none;
	border-bottom: 1px dotted #009FC5;
}

ul, ol {
	margin-top: 4px;
}

ul li,
ol li {
	line-height: 20px;
}

a:link,
a:visited {
	color: #009fc5;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
}

a:active {
	color: #FF7200;
}

a.no-underline {
	text-decoration: none;
}

a.no-underline:hover {
	text-decoration: underline;
}

a.white:link,
a.white:visited {
	color: white;
}

a.compare:link,
a.compare:visited {
	color: white;
	text-decoration: none;
}

a.compare:hover,
a.compare:active {
	text-decoration: underline;
}

a.compare_fn:link,
a.compare_fn:visited {
	color: #0B4D73;
	text-decoration: none;
}

a.compare_fn:hover,
a.compare_fn:active {
	text-decoration: underline;
}

.Container {
	height: 100%;
	background: #4888C7 url(../images/body_bg.png) repeat-x left bottom;
	/*padding-top: 5px;*/
}

.main {
	width: 996px;
	height: 100%;
}

.Spc {
	width: 1px;
	height: 1px;
}

/*
	Header styles
*/
.HeadMain {
	background: url(../images/head_bg.jpg) no-repeat left top;
	vertical-align: top;
	height: 115px;
}

.HeadLogoBox {
	padding: 31px 0 12px 32px;
	vertical-align: top;
	text-align: left;
}

.HeadRightBox {
	vertical-align: top;
}

.HeadMenu {
	display: block;
	padding: 0;
}

.HeadMenuLinks {
	background: url(../images/top_menu.png) no-repeat left bottom;
	margin: 0 0 0 100px;
	vertical-align: top;
	text-align: center;
	height: 38px;
	width: 333px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

a.HeadMenuLinks1:link,
a.HeadMenuLinks1:visited {
	color: #ffffff;
	font-size: 15px;
	text-decoration: underline;
	padding: 7px 10px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

a.HeadMenuLinks1:hover,
a.HeadMenuLinks1:active {
	text-decoration: none;
}

.HeadMenuIcons {
	display: inline-block;
	*display: inline;
	zoom: 1;
	border: 0 none;
	margin: 8px 0 0 140px;
	text-align: right;
	vertical-align: top;
}

.HeadMenuIcons a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 32px;
	height: 32px;
}

.HeadMenuIcons a.twitter {
	background: url(../images/twitter.png) no-repeat;
	padding-right: 3px;
}

.HeadMenuIcons a.rss {
	background: url(../images/rss.png) no-repeat;
}

/*
	center styles
*/
.MainArea {
	background-color: #ffffff;
	vertical-align: top;
}

.VertMenuColumn {
	vertical-align: top;
	padding-right: 12px;
	padding-top: 15px;
}

.MainSpace {
	vertical-align: top;
	padding: 15px 17px 30px 22px;
	text-align: left;
}

.MainSpace p {
	text-align: justify;
}

.MainSpace p,
div.news-content {
	line-height: 20px;
}

/*
	bottom styles
*/
.BottomBg {
	background: url(../images/bottom_bg.png) no-repeat left top;
	vertical-align: top;
}

.CopyRightBox {
	padding: 30px 0 0 0;
	color: #292828;
	font-size: 16px;
	text-align: center;
}

.BottomLinkBox {
	padding: 2px 0 0 13px;
	color: #292828;
	font-size: 16px;
	text-align: center;
}

.BottomLink {
	color: #292828;
	font-size: 16px;
}

a.BottomLink:link,
a.BottomLink:visited {
	color: #292828;
	font-size: 16px;
	text-decoration: none;
}

a.BottomLink:hover,
a.BottomLink:active {
	color: #009fc5;
}

/*
	top menu styles
*/
ul.MainMenu {
	background: url("../images/topmenu_bg.png") repeat-x;
	height: 53px;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

ul.MainMenu li {
	float: left;
	padding: 0 27px 0 26px;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

ul.MainMenu li a:link,
ul.MainMenu li a:visited {
	color: #fff;
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	text-decoration: none;
	text-shadow: #6c6c6c 0 -1px 1px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

ul.MainMenu li.selected,
ul.MainMenu li:hover {
	background: url("../images/topmenusel_bg.png") repeat-x;
	padding: 0 27px 0 26px;
	position: relative;
}

* html ul.MainMenu li.selected {
	background: none;
}

ul.MainMenu li.selected span.left,
ul.MainMenu li:hover span.left {
	width: 23px;
	height: 53px;
	top: 0;
	left: 0;
	position: absolute;
	background: url("../images/topmenuleft_bg.png") no-repeat left;
}

* html ul.MainMenu li.selected span.left {
	background: none;
}

ul.MainMenu li.selected span.right,
ul.MainMenu li:hover span.right {
	width: 24px;
	height: 53px;
	top: 0;
	right: 0;
	position: absolute;
	background: url("../images/topmenuright_bg.png") no-repeat right;
}

* html ul.MainMenu li.selected span.right {
	background: none;
}

ul.MainMenu li.selected a,
ul.MainMenu li:hover a {
	color: #464646;
	text-shadow: #ffffff 0 -1px 1px;
}

* html ul.MainMenu li a:hover {
	text-decoration: underline;
}

/*
	vertical menu styles
*/
table.VertMenuTitle {
	background: #fff url(../images/vert_menu_title_bg.gif) repeat-x left bottom;
	border: #d9d9d9 1px solid;
}

td.VertMenuTitle {
	font-size: 14px;
	color: #FF7200;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-align: left;
}

.VertMenuBox {
	border: #d9d9d9 1px solid;
	border-top: none;
	background: url(../images/vert_menu_box_bg.gif) repeat-x left bottom;
	padding: 8px 8px 15px 8px;
}

.VertMenuLink {
	color: #3378a7;
	font-size: 13px;
	background: url(../images/menu_bullet.gif) 3px 7px no-repeat;
	text-align: left;
	line-height: 19px;
}

a.VertMenuLink:link,
a.VertMenuLink:visited {
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding-left: 18px;
}

a.VertMenuLink:hover,
a.VertMenuLink:active {
	text-decoration: underline;
}

.VertSubMenuLink {
	color: #3378a7;
	font-size: 13px;
	background: url(../images/submenu_bullet.gif) 20px 7px no-repeat;
	text-align: left;
	line-height: 19px;
}

a.VertSubMenuLink:link,
a.VertSubMenuLink:visited {
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding-left: 32px;
}

a.VertSubMenuLink:hover,
a.VertSubMenuLink:active {
	text-decoration: underline;
}

.FSBox {
	background: url(../images/fs-box.jpg) no-repeat;
	width: 180px;
	height: 249px;
	position: relative;
}

.FSUserManualBox {
	background: url(../images/fs-user-manual.jpg) no-repeat;
	width: 180px;
	height: 250px;
	position: relative;
}

.TransparentBuyButton {
	position: absolute;
	top: 215px;
	left: 20px;
	width: 66px;
	height: 24px;
}

.TransparentDemoButton {
	position: absolute;
	top: 215px;
	right: 20px;
	width: 66px;
	height: 24px;
}

.TransparentDownloadButton {
	position: absolute;
	top: 215px;
	left: 52px;
	width: 79px;
	height: 27px;
}

table.FSTable td.TableHead {
	background: #04ade3 url(../images/table_bg.png) repeat-x;
	height: 30px;
	/*border-bottom: #ffffff 1px solid;*/
	border-right: #ffffff 1px solid;
	color: #ffffff;
	padding: 0 7px;
}

table.FSTable td.TableHeadLeft {
	background: #04ade3 url(../images/tableleft_bg.png) no-repeat left top;
}

table.FSTable td.TableHeadRight {
	background: #04ade3 url(../images/tableright_bg.png) no-repeat right top;
	border-right: none;
}

table.FSTable td {
	color: #0e4e74;
	text-align: left;
	background-color: #d8f0fc;
	padding: 3px 10px 3px 8px;
	height: 21px;
}

table.FSTable tr.FSTableOdd td {
	color: #0e4e74;
	text-align: left;
	background-color: #caebfb;
	padding: 3px 10px 3px 8px;
	height: 21px;
}

table.FSTable td.TableSubHead {
	height: 21px;
	background: #04ADE3;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	color: #ffffff;
	padding: 2px 2px 2px 10px;
}

.ContactInfo {
	display: block;
	text-align: right;
	margin: 15px 20px 15px 0;
}

.ContactInfo span.Phone,
.ContactInfo a.Email:link,
.ContactInfo a.Email:visited {
	margin-top: 2px;
	/*display: block;*/
	color: #292828;
	font-size: 16px;
	padding: 0;
	line-height: 22px;
}

.ContactInfo a.Email:link,
.ContactInfo a.Email:visited {
	text-decoration: underline;
}

.ContactInfo a.Email:hover,
.ContactInfo a.Email:active {
	text-decoration: none;
}

.banner {
	margin: 2px 0 0 10px;
	float: right;
}

* html .banner {
	display: none;
}

.banner-ie6 {
	display: none;
	margin: 2px 0 0 10px;
	float: right;
}

* html .banner-ie6 {
	display: inline-block;
}

.TestVersionBanner {
	margin: 0 0 14px 0;
	border: 1px solid #A6C2DA;
	width: 178px;
	height: 89px;
	padding: 0;
	text-align: left;
}

.TestVersionBannerInner,
.TestVersionBannerLinkLayer {
	position: absolute;
	margin: 0;
	padding: 0;
}

.TestVersionBannerInner {
	z-index: 1;
}

.TestVersionBannerLinkLayer {
	z-index: 2;
}

* html .TestVersionBanner {
	display: none;
}

.TestVersionBanner-ie6 {
	display: none;
	margin: 0 0 14px 0;
	width: 178px;
	height: 89px;
	padding: 0;
}

.TestVersionBanner-ie6 img {
	border: 1px solid #A6C2DA;
}

* html .TestVersionBanner-ie6 {
	display: inline-block;
}

.text {
	border: 1px solid #009FC5;
	width: 350px;
}

#reviews {
	display: none;
}

#reviews li {
	text-align: justify;
}

#reviews li div {
	text-align: right;
	font-weight: bold;
	font-style: normal;
	color: #ff7200;
}

.promo-top,
.promo-bottom {
	height: 18px;
	text-align: center;
	display: none;
	color: #009fc5;
	font-weight: bold;
	font-size: 16px;
}

.promo-top div,
.promo-bottom div {
	width: 100%;
}

*:focus {
	outline: none;
}

#reformal-widget {
	display: none;
}

img.team-photo {
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-box-shadow: 2px 2px 5px #aaaaaa;
	-webkit-box-shadow: 2px 2px 5px #aaaaaa;
	box-shadow: 2px 2px 5px #aaaaaa;
}

img.portfolio-screen {
	-moz-box-shadow: 4px 4px 5px #aaaaaa;
	-webkit-box-shadow: 4px 4px 5px #aaaaaa;
	box-shadow: 4px 4px 5px #aaaaaa;
}

.partner-logo {
	border: 1px solid #d9d9d9;
	width: 200px;
	height: 140px;
	-moz-box-shadow: 2px 2px 5px #d9d9d9;
	-webkit-box-shadow: 2px 2px 5px #d9d9d9;
	box-shadow: 2px 2px 5px #d9d9d9;
}

.hidden {
	display: none;
}



div#preload1 {
	background: url(../images/body_bg.png) no-repeat -9999px -9999px;
}

div#preload2 {
	background: url(../images/bottom_bg.png) no-repeat -9999px -9999px;
}

div#preload3 {
	background: url(../images/button_opinion.png) no-repeat -9999px -9999px;
}

div#preload4 {
	background: url(../images/buy-button-trans.png) no-repeat -9999px -9999px;
}

div#preload5 {
	background: url(../images/demo-button-trans.png) no-repeat -9999px -9999px;
}

div#preload6 {
	background: url(../images/download-button-trans.png) no-repeat -9999px -9999px;
}

div#preload7 {
	background: url(../images/fs_logo.png) no-repeat -9999px -9999px;
}

div#preload8 {
	background: url(../images/fs-box.jpg) no-repeat -9999px -9999px;
}

div#preload9 {
	background: url(../images/fs-user-manual.jpg) no-repeat -9999px -9999px;
}

div#preload10 {
	background: url(../images/head_bg.jpg) no-repeat -9999px -9999px;
}

div#preload11 {
	background: url(../images/top_menu.png) no-repeat -9999px -9999px;
}

div#preload12 {
	background: url(../images/topmenu_bg.png) no-repeat -9999px -9999px;
}

div#preload13 {
	background: url(../images/topmenuleft_bg.png) no-repeat -9999px -9999px;
}

div#preload14 {
	background: url(../images/topmenuright_bg.png) no-repeat -9999px -9999px;
}

div#preload15 {
	background: url(../images/topmenusel_bg.png) no-repeat -9999px -9999px;
}
