@charset "utf-8";
/* CSS Document */

body {  }
a img { border:0px; }
a { text-decoration:none; color:#666 !important; }
a:hover { color:#000; }

#overlay { z-index:9999999; background-color:#FFF; position:absolute; width:1030px; height:773px; top:0px; left:50%; margin-left:-515px; color:#666; padding-top:284px; text-align:center; }

h1,h2,h3,h4 { padding:0px; margin:0px; }
.wrapper { width:1030px; height:773px; margin-left:auto; margin-right:auto; } 
.wrapper.black { background-image:url(../images/bg-black.jpg);  }
.wrapper.white { background-image:url(../images/bg-white.jpg);  }

.index-intro { padding:30px; padding-left:60px; }
.index-eyeless { position:absolute; top:0px; margin-top:292px; }
.index-title { position:absolute; top:0px; margin-top:755px; margin-left:705px; }

.home-intro { padding:30px; padding-left:60px; }
.home-intro img { filter:alpha(opacity=15); -moz-opacity:.15; opacity:.15;  }
.home-title { position:absolute; top:0px; margin-top:740px; margin-left:570px; }
.home-title h4 { width:300px; height:15px; }
.home-eyeless { position:absolute; top:0px; margin-top:592px; margin-left:5px;  }
.home-eyeless1 { position:absolute; top:0px; margin-top:290px; margin-left:5px;  }

.home-eyeless-right a  { position:absolute; top:0px; margin-top:568px; margin-left:878px; width:151px; height:212px; background-image:url(../images/eyeless-right.png); }
.home-eyeless-right.redhover a:hover { background-image:url(../images/eyeless-right-red.png); }
.wrapper.black .home-eyeless-right a { width:91px; height:126px; margin-left:924px; margin-top:647px; z-index:999; background-image:url(../images/eyeless-right_sml.png); }
.wrapper.black .home-eyeless-right.redhover a:hover {   background-image:url(../images/eyeless-right-red_sml.png); } 

.wrapper.black .container-slideshow  .home-eyeless-right a {  margin-left:939px; margin-top:655px;  }



.home-links { position:absolute; top:0px; margin-top:290px; margin-left:80px; }
.home-links h2 { width:600px; padding-bottom:10px; }
.home-links a img { display:none; position:absolute; margin-top:-43px; margin-left:100px; }
.home-links a:hover img { display:block; }

.container-video { padding-top:20px; position:absolute; left:50%; margin-left:-500px; }
.container-slideshow { padding-top:20px; }
.container-slideshow .buttons img { margin-top:300px; }
#slideshowImgs { cursor:pointer; }


/* These are standard sIFR styles... do not modify */
/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	
	* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}
