/** reset styles from blueprint css framework **/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/** end reset styles **/

body {
  font: 0.66em/1.4em Verdana, sans-serif;
  color: #fff;
}

#logo {
  position: absolute;
  top: 17px;
  left: 10px;
}

#logo h1 {
  font: italic bold 20pt/20pt Times;
  text-decoration: underline;
  font-style: italic;
  text-transform: uppercase;
  color: #000;
}

#language_chooser {
  position: absolute;
  text-align: right;
  width: 750px;
  top: 30px;
  color: #4AB9D1;
  line-height: 20px;
}

#wrapper {
  margin-top: 30px;
  position: relative;
  margin-left: 30px;
}

#background_1 {
  width: 100%;
  height: 640px;
  
  background: #C7E3E8;
}

#background_2, #info, #gallery, #news {
  width: auto;
  height: 540px;
  position: absolute;
}

#background_2 {
  top: 20px;
  left: 20px;
  right: 0px;
  
  background: #9ED3DD;
}

#info {
  top: 40px;
  left: 40px;
  right: 0px;
  
  background: #78C2D2;
}

#gallery {
  top: 60px;
  left: 60px;
  right: 0px;
  
  background: #4FB6CA;
}

#news {
  top: 80px;
  left: 80px;
  right: 0px;
  
  background: #30A8C3;
}

#menu {
  width: 305px;
}

#menu .part {
  height: 140px;
  position: relative;
}

#menu span {
  width: 95px;
  display: block;
}

#body {
  margin-left: 20px;
}

.work {
  width: auto;
  margin-top: -20px;
  margin-left: 115px;
  position: relative;
  float: left;
}

.work > div {
   float: left;
   margin-top: 10px;
}

.work .thumbnails_wrapper {
   width: 220px;
   height: 480px;
}

.work .thumbnails_wrapper .thumbnails {
   width: 220px;
   height: 460px;
   overflow: hidden;
}

.work .thumbnails_wrapper .thumbnails img {
  margin-right: 2px;
  margin-bottom: 3px;
}

.work .thumbnails_wrapper .thumbnails_controller {
  height: 20px;
}

.work .description {
   width: 200px;
   margin-left: 10px;
}

.work .preview {
   width: 410px;
   margin-left: 10px;
   margin-right: 10px;
}

h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.95em;
}

h4 {
  text-transform: uppercase;
}

img.large {
  max-height: 440px;
  max-width: 410px;
}

img.medium {
  width: 200px;
  height: 140px;
}

img.small {
  width: 95px;
  height: 80px;
}

.part {
  margin-bottom: 10px;
}

.back_link {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -60px;
  font-weight: bold;
  line-height: 20px;
}

 #language_chooser a, .back_link a {
  color: #4AB9D1;
  text-decoration: none;
}

 #language_chooser a:hover, .back_link a:hover {
  color: #3096D1;
  text-decoration: none;
}

.thumbnails_controller a {
  text-decoration: none;
}

.thumbnails_controller a:hover {
  text-decoration: underline; 
}

ul {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 20px;
}

#body ul {
  list-style: none;
  padding-left: 0px;
  line-height: 1.6em;
  padding-bottom: 1em;
}

#body p {
  margin-bottom: 10px;
}

ul li a, #menu a, h2 {
  font: bold 1.2em/20px Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #E0F2F2;
}

a img {
  padding: 2px;
}

a:hover img {
  padding: 0px;
  border: 2px solid #fff;
}