/* Error page */
#index.errorpage {
	background: #252f3c;
	font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
}

#errorpage {
	width: 691px;
	margin: 0 auto;
	font-size: 11px;
}

#errorpage .blobs {
	height: 564px;
	background: url(gfx/errorpage.png);
	width: 100%;
	position: relative;
	margin-bottom: 45px;
	color:#fff;
}

#errorpage .footer {
	padding-left: 115px;
	line-height: 2;
	font-family: Tahoma, Geneva, sans-serif;
}

#errorpage .footer p {
color: #b2b7be;
}

#errorpage .footer a {
	color: #b2b7be;
}

#errorpage a:hover {
	text-decoration: underline;
}
#errorpage .footer .fluid {
	font-weight: bold;

}

#errorpage .address br {
	display: none;
}
#errorpage .address span {
	margin-left: 29px;
}
#errorpage .address span:first-child {
	margin-left: 0;
}


#errorpage .logo{
	position: absolute;
	top: 115px;
	left:296px;
}

#errorpage .suggestions {
	font-size: 20px;
	position: absolute;
	top: 217px;
	left: 475px;
	line-height: 1.2;
}

#errorpage .suggestions p {
	margin-bottom: 18px;
}

#errorpage .message {
	position: absolute;
	left: 85px;
	top: 315px;
	line-height: 1.2;
	font-size: 22px;
	width: 250px;
}

#errorpage .message h1 {
	margin-bottom: 28px;
	font-size: 24px;
	position: relative;
	padding-top: .5em;
	font-weight: bold;
}

#errorpage h1 strong {
	font-size: 40px;
	top:0;
	position: absolute;
}

#errorpage .link {
	font-weight: bold;
	color: #fff;
	padding-right: 26px;
	background: url(../gfx/error/arrow3.png) no-repeat 100% 50%;
}