@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

html
	{
		height: 100%;
	}

body
	{
		height: 100%;
	}

	#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

	* html #nonFooter
	{
		height: 100%;
	}

a:link.pp
{
        color: white;
        text-decoration: underline;
}

a:visited.pp
{
        color: white;
        text-decoration: underline;
}


/*
a:link
{
	color: #3C78B5;
	text-decoration: none;
}

a:visited
{
	color: #9F65B2;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}
*/

body
{
	background-color: #DBDBDA;
/*	background-image: url(/i/body_bg.jpg); */
	background-position: top center;
	background-repeat: repeat-y;
	color: #4C4C4C;
	line-height: 1.4em;
	font-family: verdana,'Lucida Grande','Hiragino Kaku Gothic Pro','MS P Gothic',sans-serif;
	font-size: 75%;
	text-align: center;
}

#wrapper
{
	width: 760px;
	/*margin: 0 auto -1.7em auto;*/
	/*margin: 0 auto -5.5em auto; */
	margin: 0 auto -9.4em auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
   background: #ffffff;
}

* html #wrapper
{
	height: 100%;
}

#logo
{
  margin-left: 15px;
}


.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -10000px;
}

img
{
	border: 0 none transparent;
}


/* HEADER */


#header_logo
{
    text-align: left;
  border-color:  #0068B7;
  border-style:  solid;
  border-width: 8px 0 2px 0;
  padding-top: 5px;
  padding-bottom: 3px;
/*  margin: 5px 0 5px 0; */
}

#header
{
	height: 50px;
	margin: 1em 0 0 0;
	text-align: left;
  /*font-size: 150%; */
  color: #ffffff;
	background-color: #ffffff;
}

#logo
{
	position: absolute;
	z-index: 20;
	width: 250px;
	height: 68px;
	overflow: hidden;
	margin-top: 0;
}

#logo a
{
	display: block;
	height: 68px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 150%;
	line-height: 68px;
}

#logo a:hover
{
	cursor: pointer;
}

#logo span.replacement
{
	display: none;
	position: absolute;
	top: 0;
	width: 250px;
	height: 68px;
	background-repeat: no-repeat;
}

* h\tml #logo span.replacement
{
	display: block;
	z-index: 30;
/*	background-image: url(/i/logo_placeengine.gif); */
}

#logo a span.replacement
{
	display: block;
	z-index: 35;
/*	background-image: url(/i/logo_placeengine.gif); */
}

#logo span.linkText
{
	position: relative;
	z-index: 25;
}

/* HEADER MENU*/
#menu
{
	position: absolute;
	z-index: 10;
	top: 0;
	width: 760px;
	height: 68px;
	margin-top: 0;
	margin-left: 0;
	list-style: none;
}

#menu li
{
	position: absolute;
	top: 0;
	height: 68px;
}

#menu a
{
	display: block;
	height: 68px;
	overflow: hidden;
	color: #FFFFFF;
	line-height: 68px;
}

#menu a:hover
{
	cursor: pointer;
}

#menu a:hover span.replacement
{
	background-position: 0 -68px;
}

#menu li.on a span.replacement, #menu li.on a:hover span.replacement
{
	background-position: 0 -136px;
}

#menu span.replacement
{
	display: none;
}

* h\tml #menu span.replacement
{
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	height: 68px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu a span.replacement
{
	display: block;
	position: absolute;
	z-index: 15;
	top: 0;
	height: 68px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu span.linkText
{
	position: relative;
	z-index: 5;
}

#menuAbout
{
	width: 86px;
	margin-left: 624px;
}

#menuAbout span.replacement
{
	width: 86px;
/*	background-image: url(/i/menu_about.gif); */
}

#menuSupport
{
	width: 100px;
	margin-left: 524px;
}

#menuSupport span.replacement
{
	width: 100px;
/*	background-image: url(/i/menu_support.gif);  */
}

/* MAIN MENU */

	
#mainnav {
  border-color:  #0068B7;
  border-style:  solid;
  border-width: 0 0 2px 0;
  margin: 0; 
}
	
#mainnavBox ul {
	border:0;
	/*margin:8px 50px 0 50px;*/
	margin: 4px 0 0 3px;
	padding: 0 0 2em 0;
	list-style-type:none;
/*
  border-color:  #0068B7;
  border-style:  solid;
  border-width: 0 0 2px 0;
*/
}
#mainnavBox ul li {
	display:block;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
}
#mainnavBox ul li a {
	width:125px;
	height:2em;
	padding:0;
	text-decoration:none;
	display:block;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	line-height:2em;
	margin:0;
	border-right: 1px solid #fff;
	background-color:#5dc2e6;
	color:#fff
	}	

#mainnavBox a:hover {
	color:#FFFFFF;
	background-color:#3ea6cb;
	}

#mainnavBox a.selected:visited {
	color:#FFFFFF;
	background-color:#3ea6cb;
	}



#mainnavBoxZh ul {
	border:0;
	/*margin:8px 50px 0 50px;*/
	margin: 4px 0 0 3px;
	padding: 0 0 2em 0;
	list-style-type:none;
/*
  border-color:  #0068B7;
  border-style:  solid;
  border-width: 0 0 2px 0;
*/
}
#mainnavBoxZh ul li {
	display:block;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
}
#mainnavBoxZh ul li a {
	width:150px;
	height:2em;
	padding:0;
	text-decoration:none;
	display:block;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	line-height:2em;
	margin:0;
	border-right: 1px solid #fff;
	background-color:#5dc2e6;
	color:#fff
	}	

#mainnavBoxZh a:hover {
	color:#FFFFFF;
	background-color:#3ea6cb;
	}

#mainnavBoxZh a.selected:visited {
	color:#FFFFFF;
	background-color:#3ea6cb;
	}

/* CONTENT */

#content
{
  clear: both;
  padding: 0 0 0 0;
}

#contentLinks
{
	clear: both;
	/*float: right; */
/*	margin-right: 25px; */
	width: 760px;
	text-align: center;
  font-size: 100%;
}

#contentMain
{
/*  padding: 1em 2em 2em 2em; */
  /*margin: auto auto auto auto;*/
/*  border-width: 0 2px 0 2px;
  border-color:  #0068B7;
  border-style:  solid;
*/
	float: right;
	margin-right: 25px;
	width: 500px;
/*	text-align: center; */
  /*font-size: 100%;*/
}

/* IE hack below */

* html #contentMain {
  margin-right: 12px;
}

#contentLinks hr
{
  text-align: center;
  margin: auto auto auto auto;
}

h1
{
/*	clear: both;
	position: relative;
*/
	/*width: 500px;*/
	margin-top: 25px;
	margin-bottom: -0.25em;
	padding: 10px;
	background-color: #1090ff;
/*	background-image: url(/i/heading_top.gif); */
	background-repeat: no-repeat;
        color: #ffffff;
	font-size: 150%;
	line-height: 1.2;
/*
	text-indent: 18px;
	letter-spacing: -0.05em;
*/
}


h1 .subTitle
{
	display: block;
	margin-top: 8px;
	padding-bottom: 16px;
	/*background-image: url(/i/heading_bottom.gif);*/
	background-repeat: no-repeat;
	background-position: 0 100%;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
}


h2
{
	clear: both;
	margin-top: 1.5em;
	margin-bottom: -0.25em;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 0.2em;
	color: #3C78B5;
	font-size: 120%;
}

#contentMain h2
{
	margin-left: 0;
}


h3
{
	margin-top: 1.5em;
	margin-bottom: -0.75em;
	padding-left:12px;
	color: #3C78B5;
	font-size: 100%;
}

#contentMain h3
{
	margin-left: 0;
	font-size: 100%;
}


h4
{
	margin-top: 1.5em;
	margin-bottom: -0.75em;
	padding-left:12px;
	color: #868686;
	font-size: 95%;
}

#contentMain h4
{
	margin-left: 0;
}


ol
{
	margin-top: 1.5em;
	margin-left: 1.5em;
}

#contentMain ol
{
	list-style: outside decimal;
	margin-left: 24px;
}



#contentMain ol li
{
	margin-top: 1.5em;
	margin-left: 24px;
}

#contentMain p {
	padding-left:12px;
}


p
{
	margin-top: 1.5em;
}

ul
{
	margin-top: 1.5em;
}

ul ul
{
	margin-top: 0em;
}

#contentMain ul
{
	margin-left: 28px;
	margin-right: 20px;
}


/* TOPPAGE SPECIFIC */
#catch {
	/*margin-top:12px;*/
	margin-top:20px;
	text-align: center;
	}
	
#catch img {
	border:none;
	}


/* FLASH CONTENT */

#flash {
	margin-top:18px;
	}

#mainFlash {
	margin-top:20px;
	margin-bottom: 8px;
	}

/* download button */

#downloadBox div {
	margin-top:10px;
	margin-left:18px;
	}

#downloadBox a { 
	display: block;
	width: 163px;
	height: 38px;
	/*background: transparent url(/i/download_btn.gif); */
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}

#downloadBox a:hover { 
	display: block;
	width: 163px;
	height: 38px;
	/*background: transparent url(/i/download_btn.gif); */
	background-position: 0px -38px;
	background-repeat: no-repeat;
	}


/* WHAT'S NEW BOX*/
.contentsBox {
	margin-bottom: 10px;
	padding:0;
	}
	
.contentBoxInner {
	/*background:#f7f7f7 url(/i/box_top.gif) no-repeat left top;*/
	background:#f7f7f7;
	margin:0;
	padding:0;
}

.contentsBox h3 {
	color:#339900;
	/*padding-top: -40px;*/
	margin-top: -4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}

.contentsBoxMessage {
	/*background: transparent url(/i/box_bottom.gif) no-repeat left bottom;*/
	padding: 12px 20px 12px 20px;
}



/*tabele for download page*/
table {
        font-size: 100%;
	color: #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 12px;
	margin-bottom: 10px;
	table-layout:auto;
	border:0;
	}
td.ttm {
	padding:4px;
	font-weight:bold;
	color:#000000;
	}

td.nm {
	/*font-size:120%; */
	color:#074932;
	font-weight: bold;
	background-color: #E0F1E4;
	padding:8px;
	color: #006600;
}
td.tts {
padding:4px;
}



/* SUBCONTENT */


#contentSub
{
	display: inline;
	float: left;
	width: 200px;
	margin-left: 25px;
	font-size:92%;
	font-weight:normal;
}

#contentSub p {
	margin-left:16px;
	margin-right:16px;
	margin-bottom:4px;
	}

.subImage
{
	margin-top: 25px;
}

.subItem
{
	margin-top: 25px;
	padding-bottom: 6px;
	background-color: #f7f7f7;
	/* background-image: url(/i/sidebar_bottom.gif); */
	background-repeat: no-repeat;
	background-position: bottom left;
}

.subTop
{
	margin-top: 20px;
	padding-bottom: 6px;
	background-color: #f7f7f7;
	/* background-image: url(/i/sidebar_bottom.gif); */
	background-repeat: no-repeat;
	background-position: bottom left;
}

.submenu
{
	background-color: #f7f7f7;
/*	background-image: url(/i/submenu_bottom.gif); */
}

#contentSub .submenu h2
{
	color:#990000;
	background-image: url(/i/submenu_heading_bg.gif);
	margin-bottom: -0.4em;
}


#contentSub .submenu ul
{
	list-style: none;
	margin-top: 4px;
	margin-right: 16px;
	margin-left: 16px;
	margin-bottom:4px;
}

* html #contentSub .submenu ul
{
	margin-top: 2px;
}

#contentSub .submenu ul
{
  list-style-type: none;
  margin-left: 22px;
}

#contentSub .submenu li
{
	margin-top: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#contentSub .submenu li a
{
	color: #000000;
	text-decoration: none;
}

#contentSub .submenu li a:visited
{
	color: #4C667F;
}

#contentSub .submenu li a:hover
{
	color: #a8a5a5;
}

#contentSub .submenu li.first
{
	border-top: 0 none transparent;
}

#contentSub .submenu li ul
{
	margin-top: 4px;
}

#contentSub .submenu li li
{
	border-top: 0 none transparent;
	padding-top: 0;
}

#contentSub h2
{
	border-bottom: 0 none transparent;
	padding: 14px 14px 0px 14px;
	/* background-image: url(/i/sidebar_heading_bg.gif); */
	background-repeat: no-repeat;
	font-size: 100%;
	color: #990000;
	font-family: verdana,'Lucida Grande','Hiragino Kaku Gothic Pro','MS P Gothic',sans-serif;
}

#contentSub h2 a
{
	color: #333;
	text-decoration: none;
}

#contentSub h3
{
    font-size: 130%;
}

#contentSub .solutions h2
{
    margin-left: -10px;
    color: #3C78B5;
    font-size: 170%;
}

#contentSub .solutions h3
{
    padding: 14px 14px 0px 8px;
    font-size: 130%;
}

#contentSub h3 a
{
	color: #3C78B5;
	text-decoration: none;
}

#contentSub h3 a:hover
{
	color: #3C78B5;
	text-decoration: underline;
}



/* FOOTER */

#bottomLinks
{
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 1.5em;
	background-image: url(/i/footer_bg.gif);
	background-repeat: no-repeat;
}

#bottomLinks li
{
	display: inline;
	border-left: 1px solid #e4f8d9;
	padding-right: 1em;
	padding-left: 1em;
}

#bottomLinks li.first
{
	border-left: 0 none transparent;
}

#bottomLinks a
{
	color: #e4f8d9;
}

#bottomLinks a:hover
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e4f8d9;
}

#footer p
{
	margin-top: 1.5em;
}


#footer
{
	width: 760px;
	padding: 5px 0px 0px 0px;
	background-color: #0068B7;
	color: #e4f8d9;
	text-align: center;
	vertical-align: bottom;
	line-height: 1.5em;
	margin: auto;
	height: 6.2em;
}

#push {
	height: 9.2em;
  /* .push must be the same height as .footer */
}

#footer img
{
	vertical-align: bottom;
}

#footer_logo {
  background-color: #ffffff;
  /*border-color:  #99CC33;*/
  border-color:  #ffffff;
  border-style:  solid;
  border-width: 0px 1em 0px 0;
  text-align: right;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

#all {
  height: 100%;
}

#pressrelease {
  padding: 0em 0.5em 0em 0.5em;
}

#pressrelease dt {
  font-weight: bold;
  padding: 1em 1em 0em 1em;
}

#pressrelease dd {
  padding: 0em 0em 0em 2em;
  background: url("/i/tb_line.png") repeat-x bottom;
}

#news {
  padding: 0.5em 1em 0.5em 1em;
/*  padding: 10px 5px 10px 5px; */
}

#news dt {
  font-weight: bold;
  padding: 1em 0em 0em 0em;
}

#news dd {
  padding: 1em 1em 1em 2em;
  background: url("/i/tb_line.png") repeat-x bottom;
}

#news p {
  margin: 0.2em 0em 0em 0em;
}

#history table {
  border: 0pt;
  border-spacing: 3pt;
}

#history tr {
  text-align: left;
  vertical-align: top;
  font-size: 8pt;
}

div.center {
  text-align: center;
}

div.solution_link {
  text-align: right;
  font-size: 120%;
}

blockquote {
	width: 400px;
	border: 1px solid #666666;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}

blockquote p {
	display: block;
	background: url(/i/quotes1.png) no-repeat scroll top left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
        text-indent: 10px;
}

blockquote cite {
	display: block;
	background: url(/i/quotes2.png) no-repeat scroll bottom right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

dl.normal {
  padding: 1em 1em 1em 2em;
}
dt.normal {
  padding: 0.5em 0em 0em 0em;
}
dd.normal {
  padding: 0.5em 0em 0em 2em;
}

table.recruit {
  border: solid 1px;
  rules: all;
  background: #3C78B5;
}

table.recruit th {
  white-space: nowrap;
  text-align: right;
  border: solid 1px;
  padding: 5px;
  background: #b8ebff;
}

table.recruit td {
  text-align: left;
  border: solid 1px;
  padding: 5px;
  background: #ffffff;
}

table.recruit ul {
	margin-top: 0em;
}

#pressrelease {
  padding: 0em 0.5em 0em 0.5em;
}

#pressrelease dt {
  font-weight: bold;
  padding: 1em 1em 0em 1em;
}

#pressrelease dd {
  padding: 0em 0em 0em 2em;
  background: url("/i/tb_line.png") repeat-x bottom;
}

#news {
  padding: 0.5em 1em 0.5em 1em;
/*  padding: 10px 5px 10px 5px; */
}

#news dt {
  font-weight: bold;
  padding: 1em 0em 0em 0em;
}

#news dd {
  padding: 1em 1em 1em 2em;
  background: url("/i/tb_line.png") repeat-x bottom;
}

#news p {
  margin: 0.2em 0em 0em 0em;
}

#news ul {
  margin: 0.2em 0em 0em 3em;
}

