/*
 * RESET
 *
 * Made 2012 Rashid Shamsudinov (rash2x).
 * www.rash2x.ru
 */

*{
	margin:0;
	padding:0;
}

body, html {
	min-height: 100%;
	min-width: 996px;
	
	
}
body {
	min-width: 996px;
	background: #232426 url(/images/bg1.jpg) no-repeat center top;
	background-size: 100%;
	
    font: 12px/14px 'Din Display Cyrillic Regular', Arial, Helvetica, sans-serif;
    color: #a3c2d1;
}
body.managed {
    background: #232426 url(/images/bg4.jpg) no-repeat center top;
    background-size: 100%;
}
body.ddos {
    background: #232426 url(/images/bg5.jpg) no-repeat center top;
    background-size: 100%;
}
body.cloud {
    background: #232426 url(/images/bg3.jpg) no-repeat center top;
    background-size: 100%;
}
body.game {
    background: #232426 url(/images/bg6.jpg) no-repeat center top;
    background-size: 100%;
}
	body .grid {
		background: url(/images/bg.png) repeat !important;
		min-height: 100%;
	}
a {
	color:#00ffea;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
fieldset{
	padding:5px;
}
img {
	border:none;
	vertical-align: middle;
}
input,
textarea,
select,
button,
a,
img{
	outline:none;
}

ol,
ul{
	list-style:none;
}
p {
	margin-bottom:8px;
}

table{
	margin:0;padding:0;
}
h1 {
	zoom: 1;
	display: inline-block;
	*display:inline;
    font:33px "Din Display Cyrillic Light", Arial, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 9px;
}
h2 {
    font:200 21px "Din Display Cyrillic Light", Arial, Helvetica, sans-serif;
}
h3 {
	font:200 29px "Din Display Cyrillic Light", Arial, Helvetica, sans-serif;
	color: #fff;
}
	h3 b {
		font-weight: 300;
	}
h4 {
	font:500 16px "Din Display Cyrillic Medium", Arial, Helvetica, sans-serif;
	color: #fff;
}
big {
    color: #00fcff;
    font-size: 17px;
}
