﻿@charset 'utf-8';
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1em;
}

/* Content font-size: 0.6875em => 11px */
body {
  font-size: 0.6875em;
  background : #DCE0D8;
  color: #000;
}

h1, h2, h3 {
  font-family: Georgia, serif;
}

h1 {
  /*  line-height: 1.1em;
  font-size: 1.6923em;
  margin-bottom: 15px;*/
}

h2 {
  font-size: 1.818em; /* 17px / 11px */
  margin-bottom: 15px;
  line-height: 1em;
  font-weight: normal;
}

h3 {
  font-size: 1.364em; /* 15px / 11px */
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.2em;
}

h4 {
  font-size: 1.091em;
  margin-bottom: 10px;
}

img {
  border: 0;
}

a {
  color: #003366;
}

.show {
  background: url('../images/eye.gif') left center no-repeat;
  padding-left: 16px;
}

.download {
  background: url('../images/download.gif') left center no-repeat;
  padding-left: 16px;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-left: 20px;
}

dt {
  float: left;
  clear: left;
}

/* Common classes */
.clearer {
  clear: both !important;
  float: none !important;
  line-height: 0 !important;
  font-size: 0;
  overflow: hidden;
  height: 0;
}

.hidden {
  display: none;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clear {
  clear: both;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.img {
  font-size: 0px;
  line-height: 0px;
  text-indent: -2000px;
  overflow: hidden;
  margin: 0;
}

div.hr {
  height: 1px;
  overflow: hidden;
  background: #cccccc;
  clear: both;
  margin: 25px 0;
}

div.hr hr {
  display: none;
}

.box {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
}

.box .tl, .box .tr, .box .bl, .box .br {
  position: absolute;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background: url('../images/box-corners.gif') no-repeat;
}

.box .tl {
  top: -1px;
  left: -1px;
}

.box .tr {
  top: -1px;
  right: -1px;
  background-position: -18px 0;
}

.box .bl {
  bottom: -1px;
  left: -1px;
  background-position: 0 -18px;
}

.box .br {
  bottom: -1px;
  right: -1px;
  background-position: -18px -18px;
}

.box .inner-right {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 10;
}

.box .content {
  position: relative;
  z-index: 20;
}

.boxes {
  width: 988px;
  margin: 0 -14px -18px;
}

.boxes .box {
  padding: 18px 25px;
  width: 414px;
  float: left;
  margin: 0 14px 18px;
  display: inline;
}

/* Layout and so */
#content {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}

#header {
  position: relative;
  width: 960px;
}

#menu {
  margin-left: 0;
}

#menu li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
  font-size: 1.092em;
  font-weight: bold;
  background: #fff url('../images/menuitem.gif') right top no-repeat;
  padding: 7px 14px 7px 7px;
  margin-top: 8px;
}

#menu li a {
  color: #000;
  text-decoration: none;
  outline: none;
}

#menu li a, #menu li span {
  float: left;
  margin: -7px;
  padding: 7px 7px 7px 14px;
  background: #fff url('../images/menuitem.gif') left top no-repeat;
}

#menu li.current, #menu li.hover {
  margin-top: 0;
}

#menu li.current *, #menu li.hover * {
  padding-top: 11px;
  padding-bottom: 11px;
}

#quick-contacts {
  position: absolute;
  bottom: 7px;
  right: 10px;
}

#theme {
  margin-bottom: 18px;
  background: url('../images/theme.jpg') no-repeat;
  height: 210px;
}

#footer {
  color: #999999;
}

/* Pages */
#welcome #theme {
  height: 340px;
}

.boxes h3 {
  font-size: 1.091em;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#welcome .boxes .content {
  min-height: 185px;
  _height: 185px;
}

#welcome .box_space {
  height: 10px;
}

#welcome .boxes #box_left {
}

#welcome .boxes #box_right {
}

.box#leafs .content h3 {
  margin-right: 70px;
}

.box#leafs .inner-right {
  background: url('../images/welcome/leafs.jpg') no-repeat;
  width: 158px;
  height: 111px;
}

.box#our-products .content {
  margin-right: 190px;
}

.box#our-products .inner-right {
  background: url('../images/welcome/coffin-b3.jpg') no-repeat;
  width: 208px;
  height: 171px;
}

.box#our-products li {
  margin-bottom: 3px;
  font-weight: bold;
}

#welcome .box .bl, #welcome .box .br {
  _bottom: -2px;
}

#products .box {
  width: 898px;
}

#products .box_space {
  height: 10px;
}

#products .boxes .box {
  width: 422px;
}

#products .boxes #box_left {
  margin-right: 6px;
}

#products .boxes #box_right {
  margin-left: 6px;
}

#products .boxes img {
  float: right;
}

#products .item {
  margin-bottom: 30px;
}

#products .item img {
  float: left;
}

#products .item .content {
  margin-left: 500px;
  padding: 40px 0;
  /*padding: 80px 0;*/
}

#products .thumbs {
  margin-top: 10px;
}

#products .thumbs img {
  margin-right: 10px;
}

#products_anim .box {
  width: 898px;
}

#products_anim .item {
  margin-bottom: 30px;
}

#products_anim .item img {
  float: left;
}

#products_anim .item .content {
  margin-left: 500px;
  padding: 40px 0;
  /*padding: 80px 0;*/
}

#products_anim .thumbs {
  margin-top: 10px;
}

#products_anim .thumbs img {
  margin-right: 10px;
}

#czech_insurance .thumbs {
  margin-bottom: 10px;
}

#czech_insurance .thumbs img {
  margin-bottom: 10px;
  margin-right: 10px;
}

#accessories img {
  float: right;
}

#accessories .box .content {
  margin-right: 130px;
}

#accessories .content {
  min-height: 140px;
  _height: 140px;
}

#press #pieta {
  background: url('../images/press/pieta.gif') right center no-repeat;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

#press .box {
  width: 898px;
}

#press #article {
  position: relative;
}

#press #article h3 {
  margin: 10px 0;
}

#press #article .links {
  height: 1.818em;
  line-height: 1.818em;
  position: absolute;
  top: 0;
  right: 0;
}

#press #article .navigation {
  margin-top: 10px;
}

#press #pieta-thumbs a {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

#contacts .box {
  width: 898px;
}

#contacts .left-column {
  width: 60%;
  float: left;
}

#contacts .right-column {
  width: 40%;
  float: right;
  text-align: left;
}

#contacts .right-column dl {
  font-family: Georgia, serif;
  font-size: 1.273em;
  line-height: 1.43em;
}

#contacts .right-column dt {
  width: 8em;
}

#contact-form input, #contact-form textarea {
  padding: 3px 5px;
  margin: 0 20px 15px 0;
}

#people table {
  width: 80%;
}

#people h2 {
  margin-bottom: 0;
}

#people td {
  width: 50%;
  white-space: nowrap;
}

#people h3 {
  margin: 20px 0 5px;;
}

#people h4 {
  margin-bottom: 0;
}

#contact-form label {
  display: block;
  margin-bottom: 3px;
}

#contact-form textarea {
  width: 600px;
  height: 5em;
}

#contact-form-button {
  padding-right: 20px;
  width: 7em;
}

#contact-form-button.loading {
  background: url('../images/ajax-loader.gif') right center no-repeat;
}

#contact-form-button input {
  margin-bottom: 0;
}

#contacts .box .bl, #contacts .box .br {
  _bottom: -2px;
}

#pieta-partner {
  background: url('../images/czech-insurance/czech-insurance.gif') right center no-repeat;
  padding: 5px 0;
  margin-bottom: 0;
}

#flags
{
  float: right;
}

#flags a
{
  margin-left: 6px;
}

#flags img
{
  float: none;
  vertical-align: middle;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/next.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
