@CHARSET "UTF-8";

body {
	border-top: 1px solid #444444;
}

#news {
	color: #e94e43;
  margin-bottom: 0px;
	position: absolute;
  top: 15px;
  z-index: 99;
}

#news li {
  margin-left: 15px;
  list-style: none;
}

#beta {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99;
}

#language-selection {
	font-size: 71%;
  position: relative;
  left: 910px;
  top: 17px;
  z-index: 99;
}

#language-selection a {
	color: #003366;
  text-decoration: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #040496;
	background-color: #003366;
	color: white;
	padding: 20px;
	opacity: 0.85;
	left: 20px;
	width: 175px;
	padding: 20px;
}

#tooltip.smart {
	width: 350px;
}

#tooltip h3,#tooltip div {
	margin: 0;
}

#tooltip h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 300;
	margin-bottom: 4px;
}

#tooltip {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
}

#header {
	border-bottom: 1px solid #cccccc;
	border-top: 2px solid #444444;
	margin: 35px auto 20px;
	padding: 0.7em 0;
	position: relative;
}

#logo {
	background: transparent url("./images/achievr-logo-250x80.png")
		no-repeat scroll 0 0;
	display: block;
	height: 60px;
	margin-top: -10px;
	text-indent: -9999px;
	width: 250px;
	text-indent: -9999px;
}

#intro {
	border-bottom: 1px solid #cccccc;
	margin: 20px 0 20px;
	padding-right: 80px;
	position: relative;
}

#intro strong {
	font-weight: normal;
}

#intro img#goal {
	position: absolute;
	bottom: 100px;
	right: 0px;
}

#intro h1.lead {
	color: #444444;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -3px;
	line-height: 48px;
	margin: 0 0 0.35em;
	vertical-align: bottom;
}

#intro h1.lead span {
	padding: 0 0 0 5px;
	font-size: 46px;
	font-weight: normal;
	color: #111;
}

#intro p {
	font-size: 16px;
	line-height: 22px;
}

#intro p.extended {
	padding: 0 200px 15px 0;
}

#intro p.extended strong {
	font-weight: normal;
}

#intro a#get-started {
	position: absolute;
	right: 15px;
	bottom: 30px;
	display: block;
	width: 200px;
	height: 53px;
	background: url('./images/los-gehts.png') no-repeat;
	text-indent: -9999px;
}

#intro a#get-started-en {
  position: absolute;
  right: 15px;
  bottom: 30px;
  display: block;
  width: 200px;
  height: 53px;
  background: url('./images/lets-get-started.png') no-repeat;
  text-indent: -9999px;
}

#intro a#get-started:hover {
	
}

#why {
	margin-bottom: 20px;
}

#why h2 {
	color: #e94e43;
	font-size: 36px;
	letter-spacing: -3px;
	margin: 0 0 15px;
	padding: 0;
}

#how-it-works h2 {
	border-top: 1px solid #CCCCCC;
	color: #444444;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -1px;
	margin: 0 0 5px;
	padding: 10px 0 5px;
}

#how-it-works img:hover {
	cursor: pointer;
}

#footer {
  border-top: 1px solid #cccccc;
  height: 20px;
  margin: 20px auto 10px;
  font-size: 75%;
}

#footer a {
	color: #040496;
	text-decoration: none;
}

/* the overlayed element */
.simple_overlay {
  
  /* must be initially hidden */
  display:none;
  
  /* place overlay on top of other elements */
  z-index:10000;
  
  /* styling */
  background-color:#333;
  
  width:675px;  
  min-height:200px;
  border:1px solid #666;
  
  /* CSS3 styling for latest browsers */
  -moz-box-shadow:0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;  
}

/* close button positioned on upper right corner */
.simple_overlay .close {
  background-image:url(images/close.png);
  position:absolute;
  right:-15px;
  top:-15px;
  cursor:pointer;
  height:35px;
  width:35px;
}

/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#fff;
		width:150px;
	}
	
	.details h3 {
		color:#e94e43;
		font-size:14px;
		margin:0 0 10px 0px;
	}


