/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	text-align:center;
}
/* end hide */


body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal
}

A { 
	color:#696969;
	text-decoration:none;

}
A:hover { 
	color:#B3B3B3;
	text-decoration:none;
}

#menubar {
    position: absolute;
    top: 0px;
    z-index: 20;
    width: 100%;
	border-bottom: 1px solid #696969;
    background-color: #FFFFFF;
}

#menu{
	background-color:#FFFFFF;
	height: 28px;
	text-align:right;
  float: right;
}
#menu ul{
  margin: 0; padding: 0;
	padding-top: 5px;
	padding-right: 40px;
	height:28px;
}

#menu ul li{
	display: inline;
	list-style-type:none;
	padding-right: 5px;
	padding-left: 5px;
}
#menu ul li a{
		height:28px;
		text-decoration:none;
}
#menu ul li a:hover{
	background-color:#FFFAFA;
	color:#000000;
}

#language{
	background-color:#FFFFFF;
	height: 28px;
	text-align:left;
  	float: left;
}
#language ul{
  margin: 0; padding: 0;
	padding-top: 5px;
	padding-right: 40px;
	height:28px;
}

#language ul li{
	display: inline;
	list-style-type:none;
	padding-right: 5px;
	padding-left: 5px;
}
#language ul li a{
		height:28px;
		text-decoration:none;
}
#language ul li a:hover{
	background-color:#FFFAFA;
	color:#000000;
}





#footer{
	height:20px;
	background-color:#696969;
	padding: 10px 0;
}

#logohatter {
	 background-image: url("../images/dery_logo.gif");
	 background-repeat:no-repeat;
	 background-position: center center;
	 height:100%;
	 width:100%;

}

#infohatter {
	 background-image: url("../images/info.png");
	 background-repeat:no-repeat;
	 background-position: center center;
	 height:100%;
	 width:100%;

}

#outer {
	padding: 0px;
	width: 780px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -390px;
	height: 80px;
	margin-top: -230px;
	z-index: 1;
	border:none;
    text-align: center;
}

/** language selector styles**/


div#inner {
  width: 400px;
}

#ackn {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  font-size: .8em;
  margin-bottom: 10px;
}

.active {
  color: #D0D0D0;
}


