@import url(reset.css);

/* base elements */
html {
  background-color: #d6d8d8;
}

html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}

/* font styles */
body, td, th {
  font-family: Arial;
  font-size: 13px;
  line-height: 20px;
  color: #3e4346;
}
strong {
  font-weight: bold;
}

a {
  color: #004a70;
}

em { font-style:italic; }

h1 {
  font-size: 20px;
  color: #969b9e;
  line-height: 20px;
  margin-top:10px;
}

h2 {
  color: #969b9e;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-top:10px;
}

h3 {
  color: #969b9e;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

blockquote {
  margin-left: 20px;
  font-style: italic;
}

sup { 
  vertical-align:super; 
  font-size:65%;
}

/* content styles */
.content h1 {
  margin-bottom: 20px;
}

.content h2, .content h3  {
  margin-bottom: 15px;
}

.content p {
  margin-top:1em;
}

.content ul {
  margin-bottom: 15px;
}

.content ul li {
  list-style: disc outside;
  margin-left: 15px;
}

.content a.main-works
{
    display: block;
    width: 400px;
    height: 140px;
    text-decoration: none;
    margin-bottom: 5px;
}

.content a.main-works div
{
    padding: 4px 5px;
    background: transparent url(mask.png);
    font-size: 12px;
    text-align: center;
    height: 140px;
    font-weight: bold;
}

.content .main-works-desc
{
    width: 390px;
    margin-left: 5px;
    border-bottom: 1px dotted #AAAAAA;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    
}

/* top block styles */
#top, #header, #body, #footer {
  width: 995px;
  margin: 0 auto;
}

/* top */
#top {
  background: #e3e6e8 url(top-bg.gif) left top repeat-x;
}

#top .bg {
  padding: 0 11px 0 7px;
  height: 104px;
  background: transparent url(top-shadow.gif) left top no-repeat;
}

#top-left, #top-middle, #top-right {
  height: 104px;
  float: left;
}

#top-middle, #top-right {
  background: transparent url(top-d.gif) left bottom no-repeat;
}

#top-left {
  width: 215px;
}

#top-middle {
  width: 202px;
}

#top-right {
  width: 560px;
}

#top #logo {
  display: block;
  width: 178px;
  height: 48px;
  margin: 20px auto 0 auto;
  background: transparent url(top-logo.png) left bottom no-repeat;
}

#top-middle .inner, #top-right .inner{
  padding: 51px 0 0 22px;
}

#top-middle span, #top-right span { 
  text-transform: uppercase;
  font-size: 18px;
  color: #065e78;
  padding-right: 15px;
  background: transparent url(top-bullet.gif) 100% 6px no-repeat;
}

/* header */
#header {
  position: relative;
/*  background: #195c90 url(header-bg.gif) left top repeat-x;*/
}

#header {
}

#header .bg {
  height: 165px;
  background: transparent url(header-shadow.gif) left top no-repeat;
  padding: 0 11px 0 7px;
}


#header-left, #header-middle, #header-right {
  background: transparent url(header-bg-1.jpg) left top no-repeat;
  height: 165px;
  float: left;
}

#top-left .inner {
  position: relative;
}

#header .inner {
  padding: 16px 0 0 22px;
}

#header-left {
  width: 215px;
}

#header-middle {
  width: 202px;
}

#header-right {
  background-image: url(header-bg-2.jpg);
  width: 560px;
}

#header ul {
  line-height: 14px;
  width: 171px;
}


#header-right ul {
  width: 206px;
}

#header ul a {
  color: #ffffff;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
  border-bottom: 1px dotted white;
}

#header ul a:hover {
  border-bottom: 1px solid white;  
}

#header ul li {
  margin-bottom: 15px;
}

#header #tachila {
  position: absolute;
  z-index: 100;
  right: 42px;
  top: -10px;
  width: 285px;
  height: 261px;
  background: transparent url(tachila.png) left bottom no-repeat;
}


/* body */
#body .bg {
  background: #fff url(body-shadow.gif) left top repeat-y;
  padding: 0 11px 0 7px;
}

#body .inner {
  padding: 37px 44px;
}

/* footer */
#footer {
  position: relative;
  background: #fff url(footer-bg.gif) 10px 10px repeat-x;
  
  font-family: arial;
  font-size: 12px;
  line-height: 15px;
  color: #909597;
}

#footer p {
  /*margin-bottom: 8px;*/
}

#footer a {
  color: #0675b2;
}

#footer .bg {
  background: transparent url(footer-shadow.gif) left top repeat-y;
}

#footer .bg-top {
  background: transparent url(footer-bg-top.gif) left top no-repeat;
}

#footer .bg-bottom {
  padding: 0 11px 0 7px;
  height: 125px;
  background: transparent url(footer-bg-bottom.gif) left bottom no-repeat;
}

#footer .inner{
  width: 500px;
  padding: 30px 30px 20px 33px;
}

#footer-logo {
  position: absolute;
  width: 229px;
  height: 41px;
  /*background: transparent url(footer-logo.png) left top no-repeat;*/
  top: 40px;
  right: 40px;
}

/* #index */
#index #header .bg {
  height: 238px;
  background-image: url(index-header-shadow.gif);
}

#index #header-left, #index #header-middle, #index #header-right {
  height: 238px;
}

#index #header-right {
  background-image: url(index-header-bg-2.jpg);
}

#index #tachila {
  width: 364px;
  height: 366px;
  right: 30px;
  top: -10px;
  background-image: url(index-tachila.png);
}

#index #header ul li {
  margin-bottom: 18px;
}

#index #header ul a {
  font-size: 17px;
  line-height: 18px;
}

/* .feedback-form */
.feedback-form {
  background-color: #f8f8f8;
  width: 610px;
}

.feedback-form form {
  padding: 25px;
}

.feedback-form .input {
  width: 400px;
  padding: 2px;
}

.feedback-form textarea {
  height: 120px;
}

.feedback-form fieldset {
  margin-bottom: 10px;
}

.feedback-form label {
  float: left;
  width: 140px;
}

.feedback-form .buttons {
  margin-right: 12px;
  text-align: right;
}

p.intro {
  line-height: 26px;
  font-size: 16px;
}

.main_pano
{
  height: 300px;
}

.inner_pano
{
  height: 600px;
}

#info-sheet
{
  width: 223px;
  height: 76px;
  background: url(info-bg.png);
  position: relative;
  top: 0px;
  right: 30px;
  padding: 10px 0px 0px 60px;
  font-size: 14px; 
  float: right;
}

#info-sheet a
{
  font-size: 16px;
}

#lang-selector {
  position: absolute;
  top: 55px;
  left: 142px;
  height: 20px;
  width: 100px;
  font-size: 10px;
  padding-left: 20px;
  background: url(english.png) left center no-repeat;
  
}


/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { *display: inline-block; _width: 100%; } 