body{
	margin:0;
	background-color: #fff; 
	font:12px/15px Tahoma,Arial,Helvetica,sans-serif;
	color:#333;
}

#main_404 {
	width:900px;
  margin:0 auto;
  overflow:hidden				
}

a{
	color:#018aca;
	text-decoration:underline;
}

a:hover{text-decoration:none;}

.logo{
	float:left;
	text-indent:-9999px;
	background: url(../images/logo.gif);
	width:86px;
	height:91px;
	position:relative;
	right:9px;
}

.error-section{
	float: left;
	width: 260px;
	margin: 135px 0 0 47px;	
	color: #017eb8;
}

.error-section h1{
	font: 30px/78px Tahoma,Arial,Helvetica,sans-serif;
}
.error-section h1 strong {
	color: #9a9a9a;
	font-size:70px;
	font-weight:normal;
	position:relative;
	top:18px;
}

.error-info{
	float: left;
	width: 420px;				
}

.error-info ul{
	padding-left: 11px;
	margin: 0;
	list-style-type: disc;
}
#logotip {
	height: 100px;	
	margin: 50px 0 60px 0;
				
}

.error-info h2 {
	margin: 0 0 25px 0;
	font: bold 14px/17px Tahoma,Arial,Helvetica,sans-serif;
}


#logotip a{
	display: block;
	height: 91px;
}

.t-list li {
	margin-bottom: 13px;
}

* html .error-info ul{
	padding-left: 15px;
	list-style-type: disc;
}

* html .error-section {
margin:155px 0 0 47px;
}


