* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Times, Arial, sans-serif;
  text-decoration: none;
}

.clr:after {
  content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

div, ul, li {
  position: relative;
}

/* layout */
html, body {
  height: 100%;
}

body {
  background: #d2d2d2 url('../images/bg-body.jpg') repeat-x top;
}

#layout {
  position: absolute;
  width: 961px;
  height: 479px;
  top: 50%;
  left: 50%;
  margin: -260px 0 0 -487px;
  padding: 12px 0 0 14px;
  background: url('../images/bg-frame.png') no-repeat;
}

#content {
  width: 947px;
  height: 466px;
  background: #fff;
}

#header {
  height: 100px;
  padding: 30px 0 0 0;
  text-align: center;
}

#header h1, #header strong, #header em {
  display: block;
  text-indent: -999em;
}

#header a {
  display: block;
  width: 360px;
  height: 81px;
  margin: 0 auto;
  overflow: hidden;
  background: url('../images/logo.jpg') no-repeat;
}

#langSelect {
  position: absolute;
  left: 0;
  top: 109px;
  list-style: none;
}

#langSelect li {
  float: left;
  margin: 0 0 0 10px;
}

#langSelect li a {
  margin: 0;
  width: 16px;
  height: 11px;
  text-indent: -999em;
}

#langSelect a.ar {
  background: url('../images/flag-ar.gif') no-repeat;
}

#langSelect a.de {
  background: url('../images/flag-de.gif') no-repeat;
}

#langSelect a.fr {
  background: url('../images/flag-fr.gif') no-repeat;
}

#langSelect a.en {
  background: url('../images/flag-en.gif') no-repeat;
}

#langSelect a.ja {
  background: url('../images/flag-ja.gif') no-repeat;
}

#langSelect a.ru {
  background: url('../images/flag-ru.gif') no-repeat;
}

#line {
  position: absolute;
  left: 0;
  top: 130px;
  width: 947px;
  height: 9px;
  z-index: 10;
  background: url('../images/bg-line.png') no-repeat;
}

#pic {
  position: absolute;
  left: 0;
  top: 133px;
  width: 497px;
  height: 283px;
  z-index: 5;
}

#pic img {
  width: 497px;
  height: 283px;
}

#text {
  position: absolute;
  left: 472px;
  top: 133px;
  width: 437px;
  height: 272px;
  z-index: 11;
  padding: 11px 0 0 38px;
  background: url('../images/bg-text.png') no-repeat;
}

#text p {
  font-size: 12px;
  color: #000;
  line-height: 16px;
}

/* Opera hack */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
  #text p {
    font-size: 11px;
  }
}

#text h2 {
  padding: 13px 0 0 0;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  font-variant: small-caps;
}

#text ul {
  font-size: 12px;
  color: #000;
  list-style: none;
}

/* Opera hack */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
  #text ul {
    font-size: 11px;
  }
}

#text ul li {
  padding: 0 0 0 8px;
  line-height: 16px;
  background: url('../images/li-text.jpg') no-repeat 0 6px;
}

#footer {
  position: absolute;
  width: 947px;
  height: 48px;
  left: 0;
  bottom: 0;
  border-top: solid 2px #7f7f7f;
}

#footer ul {
	list-style-type: none;
	margin: 0 0 0 22px;
	padding-top: 20px;
}

/* Opera hack */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
  #footer ul {
    margin: 0 0 0 38px;
  }
}

#footer ul li {
	float: left;
	background: url('../images/li-footer.jpg') no-repeat 0 1px;
	padding-left: 15px;
	padding-right: 5px;
}

#footer ul li, #footer ul li a {
  font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
  text-transform: uppercase; 
}

#opening {
  margin: 13px 0 0 0;
  text-align: center;
  font-size: 14px;
  font-variant: small-caps;
}

#header .pdf {
  position: absolute;
  display: block;
  right: 8px;
  top: 74px;
  width: 123px;
  height: 48px;
  text-indent: -999em;
  background: url('../images/ico-pdf.jpg') no-repeat;
}

/* languages */
.ar #footer ul {
	margin: 0 0 0 60px;
}

.ar #text {
  width: 471px;
  padding: 11px 5px 0 0;
  text-align: right;
}

.ar #text ul li {
  padding: 0 8px 0 0;
  line-height: 16px;
  background: url('../images/li-text.jpg') no-repeat right 6px;
}

.de #text {
  width: 446px;
  height: 272px;
  padding: 11px 0 0 30px;  
}

.de #text p.line {
  line-height: 13px;
}

.de #text h2 {
  padding: 12px 0 0 0;
}

.fr #text {
  width: 446px;
  height: 280px;
  padding: 3px 0 0 30px;
}

.fr #text h2 {
  padding: 6px 0 0 0;
  font-size: 13px;
}

.ja #footer ul.first {
	margin: 0 0 0 70px;
	padding-top: 10px;
}

.ja #footer ul.second {
  padding: 2px 0 0 0;
	margin: 0 0 0 300px;
}
