body {
  padding: 0 0 30px 0;
  font: 1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  background-color: #444;	
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 0 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/*---------------------------------------------------*/
/* Header & Navigation                               */
/*---------------------------------------------------*/
#header {
  margin: 0 auto .5em;
  padding-top: 2em;
  width: 900px;
  overflow: hidden;
}
/* Logo */
h1#logo {
  float: left;
  margin: 0;
  padding: 0;
}
h1#logo img { 
  margin-left: 23px;
}

/* Main navigation */
ul#navigation {
  float: right;
  margin: 2.5em 20px 0 0;
  font-size: .9em;
}
ul#navigation li {
  display: inline;
  list-style: none;
}
ul#navigation li a {
  float: left;
  margin: .25em 0 0 1.65em;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 1.5;
  color:#A8A8A8;
  text-shadow: #111 0 1px 0px;
}
ul#navigation li a:hover {
  color: #DDD;
}

ul#navigation li a.active {
  color: #FFF!important;
}

ul#navigation li a#pricing_and_signup {
  color: #9D8;
}



/*---------------------------------------------------*/
/* Content                                           */
/*---------------------------------------------------*/
#container,
#container_start,
#container_video {
  clear: both;
  margin:0 auto;
  background: #111 url(../images/background-gradient.jpg) left top no-repeat;
  width: 900px;
  /*overflow: hidden;*/
}

#container_start {
  height: 536px;
  background: none;
  margin-bottom: 50px;
}

#container_video { height:600px; }

#content {
  font-size: 1em;
}


/*---------------------------------------------------*/
/* Home page video                                   */
/*---------------------------------------------------*/

a#video-link {
  position: relative;
  display: block;
  width: 370px;
  height: 357px;
}
a#video-link span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-indent: -10000px;
  width: 370px;
  height: 357px;
  background: transparent url(../images/video-play.png) no-repeat 49% 39%;
  cursor: pointer;
}
a#video-link:hover span {
  background-image: url(../images/video-play-hover.png);
}

a#video-link img {
  display: block;
}

* html a#video-link span {
  margin-left: 143px;
  margin-top: 100px;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/video-play.png',sizingMethod='crop');
}
* html a#video-link:hover span {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/video-play-hover.png',sizingMethod='crop');
}

/* Video in gallery for home page */
#video_wrapper {
  position: absolute;
  left: 35px;
  top: 35px;
  width: 640px;
  height: 519px;
}
#video_wrapper p {
  padding: 200px 20px;
  text-align: center;
  color: #FFF;
  height: 100px;
  background-color: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
}


/*---------------------------------------------------*/
/* Gallery                                           */
/*---------------------------------------------------*/

div#gallery {
  width:1px; /*750px*/
  height:1px; /*500px*/
  position:absolute;
  z-index:10000;
  top:50%;
  left:50%;
  margin:0px;
}

div#gallery_close {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../images/closebox.png) 0 0 no-repeat;
  z-index: 1000;
}

.magnifier {
  position:absolute;
  bottom: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  background: url(../images/magnifier.png);
  cursor: pointer;
  z-index: 900;
}

div#gallery_spinner_wrapper {
  position:absolute;
  left:50%;
  margin-left:-20px;
  width:50px;
  height:50px;
  overflow: hidden;
  z-index:10000;
}
div#gallery_spinner {
  position: relative;
  left: 0;
  top: 0;
  width:600px;
  height:50px;
  background: url(../images/spinner50x50.png) 0 0 no-repeat;
}


/*---------------------------------------------------*/
/* Footer                                            */
/*---------------------------------------------------*/

#footer {
  margin: 0 auto;
  clear: both;
  text-align: center;
  font-size: 10px;
  color: #777;
  width: 900px;
}
#footer p { margin: .5em 0; }
#footer a { 
  position: relative;
  color: #888;
  text-decoration: none;
  border-bottom: 1px solid #666;
}
#footer a:hover {
  color: #AAA!important;
  border-bottom: 1px solid #AAA!important;
}
#footer img {
  vertical-align: -6px;
  border: 0;
}

.footer-nav {
  margin: 20px 0;
  padding: 20px 57px 10px;
  font-size: 11px;
  background-color: #393A39;
  overflow: hidden;
  zoom: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.footer-col {
  float: left;
  margin-right: 65px;
  text-align: left;
  width: 145px;
}
.last-col {
  margin-right: 0;
}

.footer-nav h3 {
  margin-bottom: 1em;
  color: #EEE;
  text-transform: uppercase;
  text-shadow: #111 0 1px 0;
}

.footer-nav ul li {
  margin: .75em 0 .75em 0;
  list-style: none;
  color: #555;
  font-size: 10px;
  list-style: square;
}
.footer-nav ul li a {
  font-size: 11px;
}

.footer-nav strong {
  font-weight: bold;
}

.nav-legal li {
  display: inline;
  padding: 0 .5em;
  list-style: none;
}

#footer #imprint {
  position: relative;
  overflow: hidden;
  zoom: 1;
}
#footer p.imprint {
  line-height: 1.75;
}

#footer .wz-logo {
  vertical-align: -1px;
  border: none!important;
}

/*---------------------------------------------------*/
/* Debug                                             */
/*---------------------------------------------------*/

.hidden { display:none; }
.clear { clear:both; }