<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>402 Payment Required</title>
<style>
@charset "utf-8";
/* CSS Document */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***** General Styles ******/
 
.clear {
	clear:both;
}
 
 
ul {
	list-style-type:disc;
	margin:0px 0px 20px 40px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#414141;
	line-height:18px;
}
 
ol {
	list-style-type:decimal;
	margin:0px 0px 20px 40px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#414141;
	line-height:18px;
}
 
blockquote {
	margin-left:20px;
	border-left:3px solid #999;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#414141;
	margin-bottom:25px;
	line-height:18px;
	padding-left:10px;
}
 
a:link, a:active, a:hover, a:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#521773;
	margin-bottom:25px;
	line-height:18px;
}
 
p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#414141;
	margin-bottom:25px;
	line-height:18px;
}
 
/***** Main Content Styles ******/
 
#wrapper {
	width:960px;
	margin:0px auto;
}
 
#logo {
	margin:30px auto;
	text-align:center;
}
 
#main {
	background:#FFF;
	width:900px;
	border:1px solid #666;
	padding:25px 30px 15px 30px;
	position:relative;
	margin-bottom:30px;
	
	/* Rounded Corner Styles */
	    -moz-border-radius-topleft:3px;
	    -webkit-border-top-left-radius:3px;
	    -moz-border-radius-topright:3px;
	    -webkit-border-top-right-radius:3px;
	    -moz-border-radius-bottomleft:3px;
	    -webkit-border-bottom-left-radius:3px;
	    -moz-border-radius-bottomright:3px;
	    -webkit-border-bottom-right-radius:3px;
 
}
 
#leftcolumn {
	width:300px;
	float:left;
	padding:5px;
}
 
h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:150px;
	font-weight:normal;
	color:#d4d7dd;
	margin:0px;
}
 
h1 small {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#d4d7dd;
	margin:0px;
	display:block;
}
 
 
#rightcolumn {
	width:530px;
	float:left;
	padding:10px 25px;
	border-left:1px solid #d4d7dd;	
}
 
h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#414141;
	margin-bottom:15px;
}
 
h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#521773;
	margin-bottom:10px;
	text-transform:uppercase;
}
 
.navigation {
	list-style:none;
	float:left;
	width:250px;
	margin:10px 7px;
}
 
.navigation li {
	border-top:1px solid #d4d7dd;
	height:20px;
	padding:5px;
	cursor:pointer;
}
 
.navigation li.last {
	border-bottom:1px solid #d4d7dd;
}
 
.navigation li a:link, .navigation li a:active, .navigation li a:hover, .navigation li a:visited {
	text-decoration:none;
	color:#414141;
	width:250px;
	padding:5px;
}
 
 
/***** Footer Styles ******/
 
#footer {
	border-top:1px solid #d4d7dd;
	margin-top:25px;
	padding-top:15px;
	height:8px;
}
 
#copyright {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#414141;
	width:450px;
	float:left;
}
 
#footer_navigation {
	list-style:none;
	width:450px;
	float:left;
	margin:-5px;
	padding:0px;
	text-align:right;
}
 
#footer_navigation li {
	display:inline;
	padding:0px;	
}
 
#footer_navigation li a:link, #footer_navigation li a:active, #footer_navigation li a:visited {
	text-decoration:none;
	color:#414141;
	margin:0px 5px;	
	font-size:10px;	
	padding:0px;	
}
 
#footer_navigation li a:hover {
	text-decoration:underline;
}
</style>    
</head>

<body>
<div id="wrapper"><!-- Start Wrapper DIV -->
    <br />
    <br />
    <div id="main"><!-- Start Main DIV -->
        <div id="leftcolumn"><!-- Start Left Column DIV -->
			<h1>402<center><small>Payment Required</small></center></h1>
            
            
        </div><!-- End Left Column DIV -->
        
        <div id="rightcolumn"><!-- Start Right Column DIV -->
        	<h2>This account has been suspended</h2><!-- Subheader H2 -->
            <p>Please contact billing department as soon as possible.</p><!-- Paragraph of text -->
        </div><!-- End Right Column DIV -->
        <div id="rightcolumn"><!-- Start Right Column DIV -->
        	<h2>Этот аккаунт заблокирован</h2><!-- Subheader H2 -->
            <p>Свяжитесь с отделом оплат или технической поддержки как можно скорее. </p><!-- Paragraph of text -->
        </div><!-- End Right Column DIV -->
        
        <br class="clear" />
        
        <div id="footer"><!-- Start Footer DIV -->
            <div id="copyright">&copy; 2004-2012 Robin Panel :: IT Patrol inc. All rights reserved.</div><!-- Copyright Notice -->
            
            <ul id="footer_navigation"><!-- Start Bottom Navigation UL -->
            	<li><a href="http://dh.it-patrol.ru/contact"> Техническая Поддержка Хостинга</a> | </li>
              <li><a href="http://dh.it-patrol.com/contact">Technical Support</a></li>
            </ul><!-- End Bottom Navigation UL -->
            
        </div><!-- End Footer DIV -->
    </div><!-- End Main DIV -->
</div><!-- End Wrapper DIV -->    
</body>
</html>
