
/* General stuff */
HTML
{
  margin: 0;
  padding: 0; 
}

BODY 
{
  background-color    : #ffffff;
  font-family         : Tahoma,Arial,Helvetica,san-serif;
  font-size           : small;
  color               : #202020;
  padding             : 0.0em;
  margin              : 0.0em;
}

#container
{
  width: 1280px;
  margin: auto;
}

H1
{
  font-family         : "Humanst521 BT",Tahoma,Arial,Helvetica,san-serif;
  font-size           : large;
  font-weight         : bold;
  text-decoration     : underline;
  color               : #003070;
  text-align          : left;
}

H2 
{
  font-family         : "Humanst521 BT",Tahoma,Arial,Helvetica,san-serif;
  font-size           : 110%;
  font-weight         : bold;
  color               : #003070;
  border-top: solid 1px #003070;
}

H3, H3 A
{
  font-size           : 100%;
  font-weight         : bold;
  margin: 0;
  color               : #003070;
}

P
{
  margin-top:  0.5em;
  margin-bottom: 0.5em;
  text-align: justify; 
  line-height: 140%;
}

A IMG
{
  border              : none; 
}

/* Banner */
DIV.banner
{
  height: 120px;
  background-color:  #80c0c0;
  background-image:  url(bubbles.jpg);
  background-position: -500px 0px;
  background-repeat: repeat-x;
  position: relative;
  overflow: hidden;
}

H1.logo
{
  margin: 0;
  padding: 0;
  float: left;
  width: 33%;
  color: white;
  text-decoration: none;
  font-size: 150%;
  line-height: 100%;
}
  
DIV.banner IMG.logo
{ 
  margin-left: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
}

DIV.heading
{
  position: absolute;
  top: 16px;
  left: 1000px;
  width: 260px;
  height: 80px;
  background-color:  transparent;
  background-image:  url(ps-strap.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

DIV.heading div.title
{
  display: none;
}

DIV.bigheading
{
  position: absolute;
  top: 28px;
  left: 1000px;
  width: 260px;
  font-size: 36px;
  line-height: 36px;
  text-align: right;
  font-family: "Humanst521 BT",Tahoma,Arial,Helvetica,san-serif;
  color: #4060a0;
}


/* Options bar */
DIV.options
{
  clear: both;
  padding-left: 20px;
}

DIV.option, DIV.option-current
{ 
  display: inline;
  margin              : 0.0em;
  text-align          : center;
  font-family         : "Humanst521 BT",Tahoma,Arial,Helvetica,san-serif;
  font-weight         : bold;
  font-size: 115%;
  padding-right: 0.5em;
}

DIV.options A
{
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;

  text-decoration     : none;
}

DIV.option-current A
{
  color: #80f0f0;
}

DIV.option A
{
  color: white; 
}

DIV.options A:hover 
{
  color    : #80ff80;
  background-color: transparent;
}

/* Main body */
DIV.main
{
  width: 1240px;
  min-height: 500px;
  padding: 2em;
}

TABLE.twocolumn
{ 

}

TD.leftside
{ 
  vertical-align: top;
  width: 70%;
  text-align: center;
}

TD.leftside DIV.content
{
  margin: 0 auto;
  width: 80%;
  text-align: left;
}

TD.rightside
{ 
  padding-left: 2em;
  vertical-align: top;
  width: 30%;
}


DIV.single
{ 
  text-align: center;
}

DIV.single DIV.content
{
  margin: 0 auto;
  text-align: left;
  width: 60%;
}

div.diagram
{
  text-align: center;
}

div.montage
{
  text-align: center;
  margin-top: 1em;
  margin-bottom: 4em;
}

img#architecture-diagram
{
  margin: auto;
}

P.elevator
{ 
  color: #003070;
  font-family         : "Humanst521 BT",Tahoma,Arial,Helvetica,san-serif;
  font-size: 180%;
  line-height: 140%;
  text-align: center;
  margin-bottom: 1em;
}

img.picture
{
  float: right;
  margin-top: 4px;
  margin-left: 2em;
  margin-bottom: 1em;
  max-width: 33%;
}

A
{ 
  color               : #4080C0;
  text-decoration     : none;
}

A:hover 
{
  background-color    : #c0e0ff;
}

UL, OL
{
  border: 1px solid #003070;
  margin-right:  2em;
  margin-left:   2em;
  background-color    : #e0fff0;
  padding: 4px;
}

/* Suppress background/border if already in box */
DIV.box UL, DIV.box OL
{
  border: none;
  background-color: transparent;
  margin: 0;
  margin-bottom: 1em;
}

DIV.listbox
{
  margin-top: 1em;
  margin-bottom: 1em;

  margin-left: 10%;
  margin-right: 10%;
}

LI
{
  font-weight: bold;
  list-style-position : inside;
  line-height         : 160%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}

UL LI
{
  list-style-type     : disc;
}  

P.intro
{
  line-height: 150%;
  font-size: 130%;
  margin-bottom: 1em;
}

/* News sidebar */
DIV#newsbar H2
{ 
  font-size: 160%;
  border: 0;
  margin: 0;
  padding: 0.2em;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: normal;
}

DIV#newsbar H3
{
  font-weight         : bold;
  color               : #003070;
  margin-top: 0.5em;
}

DIV.newsabstract
{ 
  border-top: solid 1px #003070;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

DIV.newsabstract IMG.bullet
{
  float: left; 
  margin-bottom: 1em;
}

DIV.newsabstract P
{ 
  clear: both;  
}
SPAN.date
{ 
  font-weight: bold;
}

DIV.more P.more
{
  font-weight: bold;
  text-align: right;
  margin-bottom: 1em;
}

IMG.bullet
{
  margin-right: 0.5em;
  vertical-align: middle;
}

DIV.intro
{ 
  position: relative;
}

DIV.product
{ 
  margin-bottom: 2em;
  position: relative;
}

DIV.product H2
{ 
  padding-top: 8px;
  margin-bottom: 16px;
  font-size: 120%;
}

SPAN.product-name
{
  font-family: "Calisto MT", "URW Palladio L", "Century Schoolbook L", "Times New Roman", serif;
  font-style: italic;
  font-size: 120%;
  font-weight: normal;
}

IMG.product-icon
{ 
  vertical-align: middle;
  margin-right: 4px;
}

div.pdf
{
  position: absolute;
  right: -150px;
}

IMG.thumbnail
{
  border: solid 1px #402000;
}

/* News */
DIV.newsitem
{
  margin-top: 1em;
  padding-top: 1em;
}

DIV.newsitem H2
{
  padding-top: 12px;
}

/* Partners */
DIV.partner-category
{
  margin-top: 2em;
  margin-left: 2em;
  margin-bottom: 2em;
}

DIV.partner
{
  vertical-align: middle;
  display: inline;
  margin-right: 3em;
}

DIV.partner IMG
{
  vertical-align: middle;
  margin-bottom: 2em;
}

DIV.partner A:hover
{
  background-color: transparent;
}

/* Contact */
TH
{  
  text-align: right;
}

DIV#legal
{
  width: 50%;
}

TABLE.contact TD, TABLE.contact TH
{  
  padding: 0.5em;
  font-size: 120%;
  vertical-align: top;
}

TABLE.legal
{
  margin-bottom: 1em;
}

TABLE.legal TD, TABLE.legal TH
{  
  padding: 0.5em;
  font-size: 80%;
  vertical-align: top;
}

/* Footer */
DIV.footer
{ 
  background-image:  url(bubbles.jpg);
  background-position: -500px -40px;
  background-repeat: repeat-x;
  color: #003070;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
}

DIV.footer P
{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: right;
}



/* Rounded corner box */
DIV.box
{
  padding: 0.5em;
  background-color: #f0f8ff;
  border: solid 1px #404080;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

