/*
 * trendless.ru errors pages styles
 * Author: Zolotov Nikita (nikita at infolio.ru)
 *
 */

a:link,
a:visited,
a:active,
.link-pmark { color: #00aeef; }
a:hover{ color: #3cf; }



h2{
	margin-bottom: .6em;
	font-size: 1.75em;
	}
p{
	margin-bottom: 1.4em;
	font-size: .875em;
	}
body{
	padding: 125px 0;
	}
#container{
	position: relative;
	width: 650px;
	padding-left: 85px;
	margin: 0 auto;
	}
#logo{
	position: absolute;
	left: -85px;
	top: 0;
	}
	#logo a{
		display: block;
		width: 101px;
		height: 93px;
		color: #fff;
		border: none;
		background: url('/img/logo.png') no-repeat -62px 0;
		}
		#logo a span{
			display: none;
			visibility: hidden;
			}
#main-menu{
	margin-bottom: 3em;
	list-style: none;
	line-height: 1.6;
	}
	#main-menu a:link,
	#main-menu a:visited,
	#main-menu a:active{
		color: #fff;
		}

/* =Headings image replacement
----------------------------------------------*/
.imaged-header{
	position: relative;
	overflow: hidden;
	}
	.imaged-header span{
		position: absolute;
		left: 0;
		top: 0;
		}
.error{
	width: 220px;
	height: 49px;
	}
	.error span{
		width: 220px;
		height: 49px;
		background: url('/img/text/errors.png') no-repeat;
		}
.funny-error{
	width: 220px;
	height: 42px;
	}
	.funny-error span{
		width: 220px;
		height: 42px;
		background: url('/img/text/errors.png') no-repeat 0 -49px;
		}
