/* @override http://prognomix.dev.ock.am:8080/css/style.css */

/* @group Reset */
/* ----------------------------
simple reset
http://www.maxdesign.com.au/articles/css-reset/
Author: Russ Weakley
http://www.maxdesign.com.au/about/russweakley/
---------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
fieldset,img { border: 0; }
legend { color: #000; }
li { list-style: none; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select
{
	font-size: 110%;
	line-height: 1.1;
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

/* @end */

/* @group Font-face */

@font-face {
	font-family: 'ZagRegularRegular';
	src: url('/fonts/Zag_Regular-webfont.eot');
	src: local('☺'), url('/fonts/Zag_Regular-webfont.woff') format('woff'), url('/fonts/Zag_Regular-webfont.ttf') format('truetype'), url('/fonts/Zag_Regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ZagBoldRegular';
	src: url('/fonts/Zag_Bold-webfont.eot');
	src: local('☺'), url('/fonts/Zag_Bold-webfont.woff') format('woff'), url('/fonts/Zag_Bold-webfont.ttf') format('truetype'), url('/fonts/Zag_Bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group General */

body {
	background: url(/img/body-bg.png) 0 0 repeat;
	color: #5c5c5c;
	font: 14px/1.4 Helvetica, Arial, "Lucida Grande", sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: ZagBoldRegular, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #5190cd;
	}
h3 {
	border-bottom: 2px solid #5c5c5c;
	clear: both;
	font-size: 2em;
	position: relative;
	left: -4px;
	line-height: 1.1;
	margin: -2px 0 0.5em;
	padding: 0 0 4px 4px;
	}
h4 {
	clear: both;
	font-size: 1.4em;
	line-height: 1.1;
	margin: 1em 0 1em;
	}
h4 span {
	color: #5c5c5c;
	font-size: .75em;
	}
h4 strong {
	font-size: 1.2em;
	font-weight: normal;
	}
p {
	margin-bottom: 1em;
	}
table {
	margin-bottom: 1em;
	}
a {
	color: #e56a00;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

sup {
	font-size: 65%;
	}

.textwrap {
	margin-bottom: 1em;
	}
.doctype {
	color: #999;
	font-size: .85em;
	}
.hide {
	display: none;
	}
.note {
	font-size: .8em;
	}
.right {
	float: right;
	margin: 0 0 10px 15px;
	}
.align-center {
	text-align: center;
	}
.align-right {
	text-align: right;
	}
.align-left {
	text-align: left;
	}

#main ul {
	padding-left: 20px;
	margin-bottom: 1em;
	}
#main ul li {
	list-style-type: disc;
	}
#main ol li {
	list-style-type: decimal;
	}

#wrapper {
	background: url(/img/wrapper-bg.png) center top repeat-y;
	}
#page {
	background: white;
	margin:0 auto;
	overflow: hidden;
	width: 960px;
	}

/* @end */

/* @group Header */

#header {
	background: url(/img/header-bg.png) center top no-repeat;
	height: 194px;
	position: relative;
	}
#header h1 {
	position: absolute;
	top: 27px; left: 60px;
	}
#header h1 a {
	display: block;
	height: 145px;
	width: 272px;
	text-indent: -9999px;
	}
#topnav {
	font-size: 0.9em;
	position: absolute;
	top: 10px;right: 20px;
	text-align: right;
	}
#topnav li {
	display: inline;
	margin-left: 40px;
	}
#topnav a {
	color: #5190cd;
	text-decoration:none;
	}
#topnav a:hover {
	text-decoration: underline;
	}

/* @end */

/* @group Nav */

#nav {
	background: #5190cd;
	height: 38px;
	width: 960px;
	}
#nav li {
	float: left;
	height: 38px;
	line-height: 38px;
	margin: 0;
	position: relative;
	z-index: 1000;
	}
#nav a {
	background: #5190cd url(/img/nav.png) 0 0 no-repeat;
	color: #fff;
	display: block;
	height: 38px;
	line-height: 38px;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-indent: -9999px;
	}
.en #b-about-us a {
	background-position: 0 0;
	width: 214px;
	}
.en #b-business a {
	background-position: -214px 0;
	width: 302px;
	}
.en #b-technology a {
	background-position: -516px 0;
	width: 230px;
	}
.en #b-products a {
	background-position: -746px 0;
	width: 214px;
	}
.en #b-about-us a:hover, .en #b-about-us:hover a, .en #b-about-us.hover a {
	background-position: 0 -38px;
	}
.en #b-business a:hover, .en #b-business:hover a, .en #b-business.hover a {
	background-position: -214px -38px;
	}
.en #b-technology a:hover, .en #b-technology:hover a, .en #b-technology.hover a {
	background-position: -516px -38px;
	}
.en #b-products a:hover, .en #b-products:hover a, .en #b-products.hover a {
	background-position: -746px -38px;
	}

#nav ul ul {
	background: #666;
	display: none;
	padding: 10px 0;
	position: absolute;
	top: 38px;
	width: 260px;
	z-index: 100;
	}
#nav ul li:hover ul, #nav ul li.hover ul {
	display: block;
	}
.en #b-about-us ul {
	left: 53px;
	}
.en #b-business ul {
	left: 53px;
	}
.en #b-technology ul {
	left: 53px;
	}
.en #b-products ul {
	left: -46px;
	}

#nav ul ul li {
	height: auto;
	width: 210px;
	}
#nav ul ul a {
	background: #666;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	line-height: 2;
	height: 2em;
	padding: 0 25px;
	text-align: left;
	text-indent: 0;
	width: 210px !important;
	}
#nav ul ul a span {
	font-family: ZagBoldRegular, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1;
	}
#nav ul ul a:hover {
	background: #e56a00;
	}
#nav ul ul a {
	position: static;
	}
	
#navfr {
	background: #5190cd;
	height: 38px;
	width: 960px;
	}
#navfr li {
	float: left;
	height: 38px;
	line-height: 38px;
	margin: 0;
	position: relative;
	z-index: 1000;
	}
#navfr a {
	background: #5190cd url(../img/navfr.png) 0 0 no-repeat;
	color: #fff;
	display: block;
	height: 38px;
	line-height: 38px;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-indent: -9999px;
	}
#b-aprop a {
	background-position: 0 0;
	width: 214px;
	}
#b-envir a {
	background-position: -214px 0;
	width: 302px;
	}
#b-about-us a {
	background-position: 0 0;
	width: 214px;
	}
#b-business a {
	background-position: -214px 0;
	width: 302px;
	}
#b-technology a {
	background-position: -516px 0;
	width: 230px;
	}
#b-products a {
	background-position: -746px 0;
	width: 214px;
	}
#b-aprop a:hover, #b-aprop:hover a, #b-aprop.hover a {
	background-position: 0 -38px;
	}
#b-envir a:hover, #b-envir:hover a, #b-envir.hover a {
	background-position: -214px -38px;
	}
#b-about-us a:hover, .en #b-about-us:hover a, .en #b-about-us.hover a {
	background-position: 0 -38px;
	}
#b-business a:hover, .en #b-business:hover a, .en #b-business.hover a {
	background-position: -214px -38px;
	}
#b-technology a:hover, .en #b-technology:hover a, .en #b-technology.hover a {
	background-position: -516px -38px;
	}
#b-products a:hover, .en #b-products:hover a, .en #b-products.hover a {
	background-position: -746px -38px;
	}

#navfr ul ul {
	background: #666;
	display: none;
	padding: 10px 0;
	position: absolute;
	top: 38px;
	width: 260px;
	z-index: 100;
	}
#navfr ul li:hover ul, #navfr ul li.hover ul {
	display: block;
	}
.en #b-about-us ul {
	left: 53px;
	}
.en #b-business ul {
	left: 53px;
	}
.en #b-technology ul {
	left: 52px;
	}
.en #b-products ul {
	left: -46px;
	}
#b-aprop ul{
	left: 27px;
	}
#b-envir ul{
	left: 40px;
	}
#navfr ul ul li {
	height: auto;
	width: 210px;
	}
#navfr ul ul a {
	background: #666;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	line-height: 2;
	height: 2em;
	padding: 0 25px;
	text-align: left;
	text-indent: 0;
	width: 210px !important;
	}
#navfr ul ul a span {
	font-family: ZagBoldRegular, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1;
	}
#navfr ul ul a:hover {
	background: #e56a00;
	}
#navfr ul ul a {
	position: static;
	}

/* @end */

/* @group Intro */
	
#intro {
	background: url(/img/intro-bg.jpg) 30px 0 no-repeat #1d1d1d;
	clear: both;
	}
#intro h2 {
	color: white;
	font-family: ZagBoldRegular, Helvetica, Arial, sans-serif;
	line-height: 1;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
	padding: 30px 0 10px 60px;
	text-transform: uppercase;
	}
#intro strong {
	color: #94c3f1;
	font-family: ZagBoldRegular, Helvetica, Arial, sans-serif;
	font-weight: normal;
	}

/* @end */

/* @group Content */

#content {
	padding: 20px 0 20px 20px;
	overflow: hidden;
	width: 940px;
	}
#main {
	float: right;
	width: 600px;
	padding: 12px 120px 0 0;
	}
#main .full-width {
	position: relative;
	left: -240px;
	width: 960px;
}
#aside {
	display: inline;
	float: left;
	padding: 14px 0 0;
	margin-left: 15px;
	width: 170px;
	}
#aside ul {
	padding: 0;
	}
#aside li {
	line-height: 1.2;
	list-style: none;
	padding-left: 20px;
	background: url(/img/subnav-dot.png) 0 .3em no-repeat;
	margin-bottom: 1em;
	}
#aside li span {
	display: block;
	}
#aside li a {
	color: #1d1d1d;
	}

/* @end */

/* @group Footer */

#footer-wrapper {
	background: url(/img/footer-wrapper-bg.png) center bottom no-repeat;
	padding-bottom: 158px;
	}
#footer {
	background: url(/img/logo-footer.png) 880px center no-repeat #323232;
	border-top: 15px solid #5190cd;
	color: #bfbfbf;
	font-size: 0.85em;
	margin:0 auto;
	padding: 20px 0 26px;
	overflow: hidden;
	text-align: center;
	width: 960px;
	}
#footer a {
	color: #e56a00;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer-nav {
	margin-bottom: 1.6em;
	}
#footer-nav li {
	display: inline;
	background: url(/img/footer-nav-dash.png) right center no-repeat;
	padding-right: 9px;
	}
#footer-nav li.last-child {
	background: none;
	padding: 0;
	}
#copyright {
	clear: both;
	}

/* @end */
			
/* @group Home */

.home #intro {
	background-image: url(/img/intro-bg-long.jpg);
	}
.home #intro h2 {
	font-family: ZagRegularRegular, Helvetica, Arial, sans-serif;
	padding: 40px 450px 30px 60px;
	}
.home #content {
	color: #616161;
	font-family: ZagRegularRegular, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	padding: 40px 20px 60px 20px;
	width: 920px;
	}
.home #content p {
	margin-bottom: 2em;
	}
.home .no-announcement #main {
	float: none;
	padding: 0;
	width: auto;
	}
.home #page .no-announcement {
	padding: 40px 30px 0px 120px;
	width: 810px;
	}
.home #main {
	width: 540px;
	padding-right: 40px;
	}
.home h3 {
	font-size: 1.2em;
	margin-top: 1em;
	}
.home h4 {
	color: #135eab;
	font-size: 1.6em;
	margin: 0 0 .25em;
	}
.home #main p {
	color: #5190cd;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 0.7em;
	margin-bottom: .75em;
	}
.home #main .download {
	color: #616161;
	}
.home #aside {
	width: 240px;
	}
.home #aside p {
	margin-bottom: 0.6em;
	line-height: 1.3;
	}
.home #aside li {
	background-position: 0 .5em;
	float: left;
	font-family: ZagBoldRegular, Helvetica, Arial, sans-serif;
	margin: 0 0 .4em;
	width: 100px;
	}
.announcement {
	margin-bottom: 1.5em;
	}

/* @end */

/* @group Products */

.products .full-width {
	background: url(/img/full-width-noise-bg.jpg) center center repeat-y;
	padding: 25px 0 15px;
	margin-bottom: 2em;
	}
.products .full-width .pipeline {
	margin-left: 140px;
	}

/* @end */

/* @group pipeline */

table.pipeline {
	font-family: ZagRegularRegular, Helvetica, Arial, sans-serif;
	text-align: center;
	}
.home table.pipeline {
	margin-bottom: 2em;
	}
.pipeline .title {
	font-family: ZagBoldRegular, Helvetica, Arial, sans-serif;
	font-size: 25px;
	}
.pipeline .products {
	padding-right: 10px;
	text-align: right;
	width: 90px;
	font-size: 18px;
	}
.pipeline th.products {
	font-family: ZagBoldRegular, Helvetica, Arial, sans-serif;
	font-size: 24px;
	}
.pipeline th.milestone {
	background-color: #629bd2;
	color: white;
	}
.pipeline th {
	font-size: 20px;
	padding: 6px 0;
	vertical-align: bottom;
	}
.pipeline th, .pipeline td {
	line-height: 1;
	text-align: center;
	}
.pipeline td {
	font-size: 20px;
	height: 50px;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: 112px;
	}
.pipeline .odd {
	background: #dad9d8;
	}
.pipeline .text-over {
	position: relative;
	}
.pipeline .text-over span {
	position: absolute;
	left: 0; top: -25px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	width: 112px;
	}
.pipeline img + .text-over span {
	top: -35px;
	}
.pipeline td.note {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: .8em;
	padding: .5em 0 0 100px;
	width: auto;
	}
#main .pipeline td.note p {
	color: #5c5c5c;
	margin: 0 0 .5em;
	}

/* @end */


