@charset "UTF-8";
/* 
  @project  oliro
  @name main.css
  @created  2008-12-10, 11:08:17
  @author lukasz.tyrala
  @license  default
  @description  Cascading Style Sheet for
*/

/* GENERAL INFORMATIONS
-----------------------------------------------------------------------------



*/

/* Section [section]
----------------------------------------------------------------------------- */

body {
  font-family: Arial, Helvetica, sans;
  background: url('/images/bg-body.png') repeat-x 0 0;
  margin: 0;
  padding: 0;
  }

a {
  color: #bd000a;
  text-decoration: underline;
  padding: 2px;
  }

a:hover {
  background: #efacaf;
  text-decoration: none;
  }

#header,
#content,
#footer {
  margin: 0 auto;
  padding: 0;
  width: 800px;
  }

.main {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  }

.main h3,
.marginalia h3 {
  display: block;
  border-bottom: 1px solid #aeaeae;
  color: #aeaeae;
  padding: 0;
  margin: 9px 0 9px 0;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
  line-height: 36px;
  }

.main p + h3,
.marginalia p + h3 {
  margin: 27px 0 9px 0;
  }

.main h4,
.marginalia h4 {
  text-transform: uppercase;
  margin: 18px 0 0 0;
  padding: 0;
  font-weight: normal;
  font-size: 11px;
  }

.main p,
.main address {
  color: #3e3e3e;
  font-size: 11px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 18px 0;
  line-height: 18px;
  }

.main ul,
.marginalia ul {
  margin: 0 0 18px 0;
  }

.main ul li {
  color: #3e3e3e;
  font-size: 11px;
  list-style: inside;
  }

.marginalia {
  width: 30%;
  float: right;
  margin: 0;
  padding: 0;
  }

.marginalia p {
  color: #808080;
  font-size: 9px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 12px;
  }

.marginalia ul li {
  color: #808080;
  font-size: 9px;
  list-style: inside;
  }

#header:after,
#content:after,
#footer:after,
.services:after,
.teaser:after,
.team-memebr:after,
#services .services ul:after,
#services .services .service-type:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  width: 100%;
  }

#header {
  height: 108px;
  }

#header h1 {
  display: block;
  float: left;
  height: 88px;
  margin: 10px 0;
  padding: 0;
  width: 165px;
  }

#header h1 a {
  background: url('/images/bg-logo.png') no-repeat 0 0;
  display: block;
  height: 88px;
  padding: 0;
  text-indent: -999em;
  width: 165px;
  }

#header h1 a:hover {
  background-position: 0 100%;
  text-decoration: none;
  }

#header ul {
  display: block;
  float: right;
  font-size: 12px;
  height: 108px;
  line-height: 108px;
  margin: 0;
  padding: 0;
  width: 600px;
  }

#header ul li {
  float: right;
  margin: 0 3px 0 0;
  /* Overwriting browser-core.css specificity. Without browser-core.css this can be moved to ul */
  list-style: none inside;
  }

#header ul li a,
#header ul li.current a {
  cursor: pointer;
  display: inline;
  padding: 6px;
  font-weight: bold;
  text-decoration: none;
  color: #808080;
  background: transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  }

#header ul li.current a {
  color: #fbfbfb;
  background: #808080;
  }

#header ul li a:hover {
  text-decoration: underline;
  color: #999;
  }

/* Content > Paragraphs [section]
  --------------------------------------------------------------------------- */

.teaser {
  background: url('/images/bg-teaser.png') no-repeat 0 0;
  color: #adadad;
  font-size: 11px;
  line-height: 14px;
  margin: 36px 0 0 0;
  padding: 0;
  width: 800px;
  }

.teaser h3 {
  color: #fcfcfc;
  padding: 27px 36px 9px 36px;
  margin: 0;
  }

.teaser p,
.teaser ul {
  padding: 9px 36px 27px 36px;
  margin: 0;
  }

.teaser h3 + p {
  padding-top: 0;
  }

.teaser ul {
  padding-left: 36px;
  list-style-position: inside;
  list-style-type: disc;
  }

#company .teaser ul {
  display: block;
  float: left;
  padding: 9px 18px;
  width: 766px;
  height: 100%;
  }

#company .teaser ul li {
  border-bottom: 1px solid #989898;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  padding: 0;
  width: 766px;
  height: 35px;
  line-height: 35px;
  }

#company .teaser ul li.last {
  border-bottom: none;
  height: 36px;
  line-height: 36px;
  }

#company .teaser ul li span {
  display: block;
  float: left;
  font-weight: normal;
  padding: 0;
  width: 300px;
  height: 36px;
  line-height: 36px;
  }

.teaser-bottom { /* Appended via jQuery */
  background: url('/images/bg-teaser-bottom.png') no-repeat 0 0;
  height: 4px;
  margin: 0 0 32px 0;
  padding: 0;
  position: relative;
  top: -4px;
  width: 800px;
  z-index: 99;
  }

#network .main {
  width: 500px;
  float: left;
  margin: 9px 0 0 0;
  }

#contact .main {
  width: 800px;
  }

#contact p span {
  display: block;
  width: 200px;
  float: left;
  }

/* Content > Various styles [section]
  --------------------------------------------------------------------------- */

.team-member {
  width: 50%;
  float: left;
  padding: 0 0 18px 0;
  }

.team-member img {
  display: block;
  background: #aeaeae;
  padding: 2px;
  margin-right: 18px;
  float: left;
  }

.team-member h4 {
  padding-bottom: 18px;
  font-weight: normal;
  font-size: 16px;
  }

.team-member em {
  color: #808080;
  }

.team-member a {
  text-decoration: none;
  }

.marginalia {
  float: right;
  width: 249px;
  }

#home .news h3,
#home .clients h3,
#services .services .service-type h3,
#company h3,
.marginalia h3 {
  display: block;
  border-bottom: 1px solid #aeaeae;
  color: #aeaeae;
  padding: 0;
  margin: 9px 0 9px 0;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
  line-height: 36px;
  }

#company h3 {
  clear: both;
  }

#home .news h3,
#home .clients h3 {
  border-bottom: 1px solid #bd000a;
  color: #bd000a;
  width: 100%;
  margin: 0;
  }

*+html #home .news h3,
*+html #home .clients h3 {
  margin-top: 27px;
  }

#home .clients h3 {
  width: 349px;
  }

/* Content > Services [section]
  --------------------------------------------------------------------------- */

#home .services {
  margin: 36px 0;
  }

#home .services ul.tabs {
  background: #f4f4f4 url('/images/bg-services-ul.jpg') repeat-x 0 0;
  float: right;
  height: 222px;
  margin: 0;
  padding: 0;
  width: 363px;
  }

#home .services ul.tabs li {
  display: block;
  height: 74px;
  line-height: 74px;
  list-style: none;
  margin-left: 14px;
  }

#home .services ul.tabs li a {
  cursor: pointer;
  color: #000;
  display: block;
  font-size: 14px;
  height: 74px;
  line-height: 74px;
  list-style: none;
  padding: 0 0 0 36px;
  text-decoration: none;
  }

#home .services ul.tabs li a:hover  {
  background: none;
  text-decoration: none;
  }

#home .services ul.tabs li.active a {
  margin-left: 14px;
  }

#home .services ul.tabs li.active:hover,
#home .services ul.tabs li.active {
  background: url('/images/bg-services-pointer.gif') no-repeat 0 50%;
  margin-left: 0;
  }

#home .services .service-type {
  background: url('/images/bg-services.png') no-repeat 0 0;
  float: left;
  height: 222px;
  width: 437px;
  }

#home .services .service-type h3,
#home .services .service-type p,
#home .services .service-type ul {
  padding: 27px 36px 9px 36px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  }

#home .services .service-type h3 + ul,
#home .services .service-type h3 + p,
#home .services .service-type p+ h3,
#home .services .service-type ul {
  padding: 0 36px 0 36px;
  margin: 0;
  }

* html #home .services .service-type ul,
* html #home .services .service-type h3 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  }

#home .services .service-type ul li {
  list-style-position: inside;
  }

#services .services ul {
  background: #efefef;
  color: #585858;
  clear: both;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 800px;
  height: 36px;
  line-height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  }

#services .services ul li {
  display: block;
  float: left;
  list-style: none;
  height: 36px;
  line-height: 36px;
  margin: 0;
  }

#services .services ul li a {
  display: block;
  color: #585858;
  cursor: pointer;
  float: left;
  list-style: none;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  text-decoration: none;
  }

#services .services ul li a:hover {
  color: #fff;
  background: #808080;
  }

#services .services ul li.active a {
  cursor: default;
  background: #bd000a;
  color: #fff;
  }

#services .services ul li.active a.first {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  }

#services .services .service-type {
  clear: both;
  padding-top: 18px;
  }

*+html #services .services .service-type {
  padding-top: 0;
  }

#services .services .service-type h3 {
  margin-top: 0;
  }

#home .news ul,
#services .services .service-type ol {
  display: block;
  float: left;
  line-height: 18px;
  clear: both;
  margin: 0;
  padding: 0 223px 18px 0;
  }

#home .news ul {
  width: 100%;
  padding-right: 0;
  float: left;
  clear: none;
  margin: 18px 0 0 0;
  }

#home .news ul li,
#services .services .service-type ol li {
  float: left;
  line-height: 18px;
  margin: 0;
  padding: 0 0 18px 36px;
  font-size: 11px;
  color: #808080;
  list-style-position: inside;
  list-style-type: decimal;
  display: block;
  width: 100%;
  }

#home .news ul li  { background-image: url('/images/icons/item.png');  }
#services .services .service-type ol li.item-1  { background-image: url('/images/icons/item-1.png');  }
#services .services .service-type ol li.item-2  { background-image: url('/images/icons/item-2.png');  }
#services .services .service-type ol li.item-3  { background-image: url('/images/icons/item-3.png');  }
#services .services .service-type ol li.item-4  { background-image: url('/images/icons/item-4.png');  }
#services .services .service-type ol li.item-5  { background-image: url('/images/icons/item-5.png');  }
#services .services .service-type ol li.item-6  { background-image: url('/images/icons/item-6.png');  }
#services .services .service-type ol li.item-7  { background-image: url('/images/icons/item-7.png');  }
#services .services .service-type ol li.item-8  { background-image: url('/images/icons/item-8.png');  }
#services .services .service-type ol li.item-9  { background-image: url('/images/icons/item-9.png');  }
#services .services .service-type ol li.item-10 { background-image: url('/images/icons/item-10.png'); }

#home .news ul li {
  background-repeat: no-repeat;
  background-position: 12px 12px;
  width: auto;
  padding-bottom: 0;
  }

#services .services .service-type ol li {
  background-repeat: no-repeat;
  background-position: 3px 5px;
  }

#services .services .service-type ol li p {
  text-align: justify;
  }

#home .news ul li strong,
#services .services .service-type ol li strong {
  color: #bd000a;
  line-height: 36px;
  }

#home .clients {
  width: 349px;
  float: right;
  margin: 0;
  padding: 0;
  }

#home .news {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  }

#network .marginalia ul,
#home .clients ul {
  width: 100%;
  float: right;
  display: block;
  margin: 0;
  padding: 0;
  }

#network .marginalia ul li,
#home .clients ul li {
  display: block;
  float: right;
  width: 100%;
  float: right;
  list-style: none inside;
  margin: 0;
  padding: 18px 0;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  }

#network .marginalia ul li {
  border: none;
  text-align: left;
  }

#network .marginalia ul li a,
#home .clients ul li a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  }

#network .marginalia ul li a:hover, 
#home .clients ul li a:hover {
  background: none;
  }

#home .clients ul li.last {
  border-bottom: none;
  }

/* Footer [section]
  --------------------------------------------------------------------------- */

#footer {
  margin-top: 36px;
  }

#footer ul {
  border-top: 1px solid #b5b5b5;
  display: block;
  float: right;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin: 0 0 108px 0;
  padding: 0;
  width: 800px;
  }

#footer ul li {
  float: right;
  margin: 0 0 6px 0;
  /* Overwriting browser-core.css specificity. Without browser-core.css this can be moved to ul */
  list-style: none inside;
  }

#footer ul li a,
#footer ul li.current a {
  border-top: 1px solid #b5b5b5;
  cursor: pointer;
  display: block;
  font-size: 11px;
  padding: 0 6px;
  text-decoration: none;
  height: 21px;
  line-height: 21px;
  color: #898989;
  position: relative;
  top: -1px;
  }

* html #footer ul li a {
  width: 50px;
  text-align: center;
  }

#footer ul li.current a {
  border-top: 2px solid #bd000a;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #898989;
  }

#footer ul li a:hover {
  border-color: #bd000a;
  text-decoration: none;
  color: #bd000a;
  background: none;
  }

