/*****************************************************************************/
/* Global  */
/*****************************************************************************/
* { margin: 0 ; padding: 0; }

body {
  background: white;
  font: 11px Tahoma, Arial, Verdana, sans-serif;
  color: #707070;
  line-height: 1.35;
  background: #fff url("/images/archidea/bg.gif") repeat-x left 35px;
}

a { 
  text-decoration: none;
  color: #b20000;
  font-weight: bold;
}

a:hover { color: #666; }


.clear { clear: both; }

/*****************************************************************************/
/* Container (holding header, menu, and content)  */
/*****************************************************************************/
#container {
  width: 841px; 
  margin: auto;
  
}

/*****************************************************************************/
/* top (before header)  */
/*****************************************************************************/
#top { 
  margin-top: 10px;
  height: 25px;
}
#top ul { float: right;}
#top li { 
  list-style-type: none;
  float: left;
  margin-left: 20px;
}
#top ul li a {
  width: 16px;
  height: 11px;
  display: block;
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
}
#top a.pl { background-image: url("/images/archidea/flag-pl.gif"); }
#top a.de { background-image: url("/images/archidea/flag-de.gif"); }
#top a.en { background-image: url("/images/archidea/flag-en.gif"); }
#top a.se { background-image: url("/images/archidea/flag-se.gif"); }


/*****************************************************************************/
/* HEADER  */
/*****************************************************************************/
#header { 
  
  height: 158px;
  position: relative;
}

#header h1 a {
  background: transparent url("/images/archidea/logo.gif") no-repeat;
  width: 256px;
  height: 126px;
  text-indent: -9999px;
  position: absolute;
  left: 0px;
  top: 15px;
}

#header div.background {
  height: 158px;
  width: 585px;
  background: transparent url("/images/archidea/header-bg.jpg") no-repeat center center;
  position: absolute;
  right: 0;
  
  
}

/*****************************************************************************/
/* MENU  */
/*****************************************************************************/
#menu {
  float: left;
  width: 292px;
  height: 279px;
  background: transparent url("/images/archidea/menu-bg.gif") no-repeat;
}
#menu ul {   margin: 0; }

#menu li { list-style-type: none; }
#menu a:hover { background-color: #da251c; } 
#menu a { 
  font-size: 13px;
  display: block;
  width: 246px;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  height: 22px;
  text-align: right;
  padding: 8px 46px 0 0;
  background: transparent url("/images/archidea/arrow-white.gif") no-repeat 270px 14px;
}

#menu a.first { 
  height: 25px;
  padding-top: 10px; 
  background-position: 270px 16px;
}
 
#menu a.last { 
  height: 27px; 
  padding-top: 9px;
}
/*****************************************************************************/
/* TITLE  */
/*****************************************************************************/
#title { 
  float: left; 
  width: 549px;
  height: 279px;
  position: relative;
  background: transparent url("/images/archidea/header-bg2.jpg") no-repeat;
}
#title h2 {
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  top: 150px;
  left: 50px;
  text-transform: uppercase;
  color: white;
  text-shadow: black 1px 1px;
}

#title h3 {
  font-family: Verdana;
  font-weight: normal;
  font-size: 25px;
  position: absolute;
  top: 170px;
  left: 70px;
  text-transform: uppercase;
  color: white;
  text-shadow: black 1px 1px;
}

/*****************************************************************************/
/* content for main page */
/*****************************************************************************/

#main-page #content { margin: 20px 0; }

#main-page #content .left {
  float: left;
  width: 216px;
  padding: 0 20px;
}

#main-page #content .center {
  float: left;
  width: 348px;
  margin-right: 20px;
}
#main-page #content .right {
  float: left;
  width: 215px;  
}

/*****************************************************************************/
/* content sub-page  */
/*****************************************************************************/
#sub-page #content .left {
  float: left;
  width: 292px;
}

#sub-page #content .left .customers { margin-left: 20px; }
#sub-page #menu { margin-bottom: 20px; }
#sub-page #content .right {
  float: left;
  width: 529px;
  background: white;
  padding: 10px 0 0 20px;
}
#sub-page { background: #fff url("/images/archidea/subpage-bg.gif") no-repeat center 35px; }

/*****************************************************************************/
/* content shared  */
/*****************************************************************************/
.page-content { background: white; }


.page-content h1 { 
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #4a473b;
}
.page-content p { 
  margin-bottom: 1em; 
  text-align: justify;
}
.page-content .more {
  display: block;
  background: #f5f5f5 url("/images/archidea/arrow-red.gif") no-repeat 10px 8px;
  padding: 5px 10px 5px 20px;
  float: left;
  color: #a5a4a4;
}
.page-content .left .customers .logo {
  width: 216px;
  overflow: hidden;
  text-align: center;
  list-style-type: none;
}
.page-content .left .customers  img { 
  border: 0;
}
.page-content .left .customers ul { margin: 0 0 1em 0;}

.page-content ul { margin: 0 0 1em 3em; }

/*****************************************************************************/
/* news (main page)  */
/*****************************************************************************/
.news h2 {
  font-size: 11px;
  margin-bottom: 1em;
}

.news h2 em { 
  display: block; 
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #b6b6b6;
}
.news .archive {
  margin-top: 20px;
  
}

/*****************************************************************************/
/* footer  */
/*****************************************************************************/
#footer { border-top: 1px solid #eaeaea; }
#footer .content { 
  width: 841px; 
  margin: auto;
  padding: 10px 0;
}

#footer ul { float: right; }
#footer ul li { 
  list-style-type: none;
  display: inline;
  padding-left: 10px;
}
#footer ul li a { font-weight: normal; } 

/*****************************************************************************/
/* News pages  */
/*****************************************************************************/
.news h1 em {
  display: block; 
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #b6b6b6;
}
.news li em { 
  font-style: normal;
  padding-left: 10px;
}
/*****************************************************************************/
/* Customers page  */
/*****************************************************************************/
.customer .logo {
  float: left;
  margin-right: 10px; 
  
}


/*****************************************************************************/
/* partners  */
/*****************************************************************************/
#partners h1 { 
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  padding: 25px 0px 1em 20px;
  color: #4a473b;
  width: 216px;
  float: left;
  
}
#partners .logos {
  height: 68px;
  background: url("/images/archidea/partners.jpg");
  float: left;
  width: 583px;
  margin-left: 20px;
}

#sub-page #partners h1 {    
  width: 272px;
}

#sub-page #partners .logos {

  width: 529px;
}


/*****************************************************************************/
/* gallery  */
/*****************************************************************************/
.page-content #gallery { margin: 20px 0 !important; }
.page-content #gallery li img { 
  padding: 2px;
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
}

.page-content #gallery li {
  display: inline;
  list-style-type: none;  
}


#lightbox {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#lightbox .container {
  position: absolute;
  border: 1px solid #d2d2d2;
  background: white;
  font-weight: bold;
  z-index: 10000;
  padding: 3px 3px 3px 3px;
}

#lightbox .content {
  position: relative;
}
#lightbox .description {
  position: absolute;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ccc;
  font-style: normal;
  font-family: 'Trebuchet MS';
  margin: -17px 3px 0 3px;
  _margin-top: -13px;
}


#lightbox .close {
  position: absolute;
  text-indent: -9999px;
  background: transparent url("/images/archidea/close.png");
  width: 30px;
  height: 35px;
  margin: -15px;
  outline: none;
  cursor: pointer;
}
#lightbox .close:hover {
  background-position: left bottom; 
}


/*****************************************************************************/
/* Forms  */
/*****************************************************************************/
form label { 
  float: left;
  width: 150px;
  margin-top: 4px;
}
form div.item { padding: 5px 0; }
form div.item input { 
  padding: 2px; 
  width: 370px;
}
form div.item textarea { 
  width: 525px;
  height: 150px;
  margin-top: 5px; 
}

form div.submit {
  padding-left: 150px;
}
