@charset "UTF-8";
/* CSS Document */
/* cssmeun stuff */
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
#cssmenu {
  border-bottom: 4px solid #878686;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 12px;
}
#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {
  text-transform: uppercase;
    -moz-box-shadow: 0 5px 3px #9B9999;
  -webkit-box-shadow: 0 5px 3px #9B9999;
  box-shadow: 0 5px 3px #9B9999;
}
#cssmenu ul ul {
  border-top: 4px solid #878686;
  text-transform: none;
  min-width: 190px;
}
#cssmenu ul ul a {
  background: #878686;
  color: #ffffff;
  border: 1px solid #373737;
  border-top: 0 none;
  line-height: 150%;
  padding: 16px 20px;
  font-size: 12px;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  border-top: 1px solid #878686;
}
#cssmenu ul ul li:hover > a {
  background: #B1B1B1;
  color: #ffffff;
}
#cssmenu ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 5px 3px #9B9999;
  -webkit-box-shadow: 0 5px 3px #9B9999;
  box-shadow: 0 5px 3px #9B9999;
}
#cssmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
  background: #A8A8A8;
  color: #ffffff;
}
#cssmenu ul li.has-sub > a:after {
  content: '+';
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu a {
  background: #fff;
  color: #CBCBCB;
  padding: 0 20px;
}
#cssmenu > ul > li > a {
  line-height: 48px;
  font-size: 12px;
}
/* end menu */
/* centering and basic layout */
* {
	margin: 0;
	padding: 0;
}

body {
	font: small Arial, Helvetica, sans-serif;
	color: #000000;
}

#wraper { 
	position:relative; 
	top:0px;
	left:0px;
	width:960px;
	height:900px;
	margin:auto;
}

/* START openmodal stuff */
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 20% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}
 /* END openmodal stuff */
 
 /* START layout */
 #nav {
	 position:absolute;
	 width:864px;
	 height:450px;
	 top:50px;
	 margin-left:48px;
	 z-index:20;
	 }

#navblockL {position:absolute;
height:50px;
width:48px;
left:0px;
top:48px;
background-color:#fff;
z-index:200;
	}

#navblockR {position:absolute;
height:50px;
width:48px;
left:900px;
top:48px;
background-color:#fff;
z-index:200;
	}
	
#main {
	position:absolute;
	width:960px;
	height:600px;
	top:100px;
	z-index:5;
	}
	
#float-info {
	position:absolute;
	width:100px;
	height:50px;
	top:100px;
	left:30px;
	z-index:900;
	}

#foot {
	position:absolute;
	width:864px;
	height:25px;
	top:720px;
	margin-left:48px;
	text-align:center;
	z-index:1;
	color:#CCC;
	}

.supertop {
	z-index:999;
	}

.center {
    text-align: center;
}

/* four way content centering tools to operate in child/parent sets */
.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.child2 {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}
/* end centering tools*/

/* link asthetics */
a:link {
    color: #666;
	text-decoration:underline;
}
a:visited {
    color: #666;
	text-decoration:line-through;
}
a:hover {
    color: #000;
	text-decoration:none;
}
a:active {
    color: #CCC;
	text-decoration:none;
}