body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 18px;
}
#site-wrapper {
	position: relative;
	/*width: 1020px;*/
	margin: 0 auto;
	z-index: 2;
}
#site-header {
	margin: 50px auto 0;
	background: url('/img/customError/error_loop.png') no-repeat 0 0;
	width: 134px;
	height: 184px;
}
#errorBlock div.title {
	font-weight: 300;
	font-size: 60px;
	color: #000;
	margin-top: 35px;
	text-align: center;
}
#errorBlock div.message {
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.025em;
	color: #616161;
}
#links {
	margin: 60px auto 0;
	overflow: hidden;
	width: 570px;
}
#links a {
	float: left;
	position: relative;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.025em;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 1.25em;
}
#links a:hover {
	color: #0084f9;
}
#gb, #lg, #cs {
	margin-left: 40px;
}
#links a .icon {
	margin: 0 auto;
}
#ws .icon {
	background: url('/img/customError/error_home_icons.png') no-repeat 0 -67px;
	width: 48px;
	height: 48px;
	padding-bottom: 20px;
}
#ws:hover .icon {
	background-position: 0 0;
}
#gb .icon {
	background: url('/img/customError/error_left_arrow_icons.png') no-repeat 0 -63px;
	width: 48px;
	height: 44px;
	padding-bottom: 24px;
}
#gb:hover .icon {
	background-position: 0 4px;
}
#lg .icon {
	background: url('/img/customError/error_member_icons.png') no-repeat 0 -67px;
	width: 47px;
	height: 48px;
	padding-bottom: 20px;
}
#lg:hover .icon {
	background-position: 0 0;
}
#cs .icon {
	background: url('/img/customError/error_phone_icons.png') no-repeat 0 -62px;
	width: 49px;
	height: 43px;
	padding-bottom: 25px;
}
#cs:hover .icon {
	background-position: 0 5px;
}
#divider {
	width: 415px;
	margin: 50px auto 50px;
	height: 1px;
	background-color: #bfbfbf;
}
#coming-soon-banner {
	margin-top: 40px;
}
#site-banner h1, #coming-soon-banner h1,
#site-banner p , #coming-soon-banner p
{
	text-align: center;
	font-weight: 300;
	letter-spacing: 0.025em;
	color: #353535;
}
#site-banner h1, #coming-soon-banner h1
{
	font-size: 30px;
}
#site-banner p, #coming-soon-banner p
{
	font-size: 16px;
	margin-top: 20px;
}
#coming-soon-banner h1 a,
#site-banner p a, #coming-soon-banner p a,
#errorBlock .message a
{
	color: #0084f9;
	text-decoration: none;
}
#coming-soon-banner h1 a:hover,
#site-banner p a:hover, #coming-soon-banner p a:hover,
#errorBlock .message a:hover
{
	text-decoration: underline;
}
#site-footer {
	margin: 80px 0 50px;;
	color: #9a9a9a;
	text-align: center;
	font-weight: 300;
	font-size: 11px;
	letter-spacing: 0.05em;
}

.coming-soon .no-ssl {
	display: none;
}
.no-ssl .coming-soon {
	display: none;
}
.no-ssl .title, .no-ssl .message {
	font-size: 40px !important;
	color: #000 !important;
}
