* {
    padding: 0;
    margin: 0;
} 
body {
	background:url(/img/bg.jpg) 0 328px repeat-x;
	font: 14px Arial,sans-serif;
	color: #333;
}

h1 {
	font-size: 48px;
	text-align:center;
    padding-bottom: 25px;
}
h2, h3 {
    padding-top:15px;
}
p {
    padding-top:15px;
    line-height:20px;
}
a {
	color:#0078ff;
}
.head{
	width:1024px;
	height:312px;
	margin:0 auto;
	background:url(/img/top.jpg) center center no-repeat;
}
.head h2 {
	display: block;
	padding: 65px 0 0 30px;
	font-size: 38px;
	color: #fff;
	text-decoration:none;
}
.head p {
	display:block;
	width:290px;
	padding: 20px 0 0 30px;
	font-size: 16px;
	color: #fff;
}
.head b {
	font-size: 20px;
}
.content{
	width:980px;
	margin:0 auto;
    position: relative;
}
.ribbon{
	background:url(/img/ribbon.png?v=2) center top no-repeat;
	width:1024px;
	margin:-136px auto 0;
	padding-top:180px;
}
.main{
	background:url(/img/bg_center.jpg?v=2) center top repeat-x;
	width:1024px;
	height:20px;
	margin:16px auto 0;
}
.left{
    float:left;
}
.right{
	 float:right;
}
.clear {
    clear: both;
}
.relative {
    position: relative;
}
/* -------- Оформление картинок -------- */
.imgl,
.imgr {
    box-shadow: 1px 1px 0 #fff, 2px 2px 4px rgba(0,0,0,0.5);
}
.imgl {
    float: left;
    margin-right: 50px;
}
.imgr {
    float: right;
    margin-left: 50px;
}
.how ul {
	margin: 0;
	padding: 0;
}
.how ul li {
	clear: both;
	margin: 0;
	position: relative;
	list-style: none outside none;
}
.how ul li label {
	background-image: url(/img/sp_statuses.png);
	display: block;
	float: left;
	width: 100px;
	height: 29px;
	margin: 0;
	padding: 0;
}
.how ul li span {
	display: block;
	float: left;
	padding: 0 0 0 15px;
	width: 280px;
	font-size: 12px;
}
.how ul li#part2 label {
    background-position: 0 -29px;
}
.how ul li#part3 label {
    background-position: 0 -58px;
}
.how ul li#part4 label {
    background-position: 0 -87px;
}
.how ul li#part5 label {
    background-position: 0 -116px;
}
.how ul li#part6 label {
    background-position: 0 -145px;
}
.how ul li#part7 label {
    background-position: 0 -174px;
}
.how ul li#part8 label {
    background-position: 0 -203px;
}
/* -------- Красные и серые высокие кнопки с рамкой -------- */
.btn_red,
.btn_grey {
    width: 200px;
    height: 40px;
    display: block;
    padding: 0 10px;
    border-radius: 4px;
    cursor: pointer;
    font: 15px/40px Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}
a.btn_red,
a.btn_grey {
    text-decoration: none;
}
/* -------- Красные кнопки с рамкой -------- */
.btn_red {
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
    border: 1px solid #651a18;
    background: #c0322e linear-gradient(#ff5049, #c0322e);
}
.btn_red:hover,
.btn_red:focus,
.btn_red:active {
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    border: 1px solid #ed3f3b;
    background: #ed3f3b linear-gradient(#ed3f3b, #ff5049);
    text-decoration: none;
}
/* -------- Серые кнопки с рамкой -------- */
.btn_grey {
    color: #333 !important;
    text-shadow: 0 1px 1px rgb(255, 255, 255);
    border: 1px solid #a4a4a4;
    background: #dfdfdf linear-gradient(#f9f9f9 0%, #dfdfdf 70%, #f4f4f4 100%);
}
.btn_grey:hover,
.btn_grey:focus,
.btn_grey:active {
    color: #666 !important;
    text-shadow: 0 -1px 1px rgb(255, 255, 255);
    border: 1px solid #cfcfcf;
    background: #e6e6e6 linear-gradient(#f4f4f4 0%,#dfdfdf 30%, #f9f9f9 100%);
    text-decoration: none;
}
/* ----- Домен продается ----- */
.domain-for-sale {
    padding: 24px 0;
    color: #fff;
    background: #c0322e linear-gradient(#ff5049, #c0322e);
    font-size: 44px;
    line-height: 1.7;
    text-align: center;
}
.domain-for-sale span {
    white-space: nowrap;
}
.domain-for-sale a {
    white-space: nowrap;
    color: #fff;
    opacity: .75;
    text-decoration: none;
}
.domain-for-sale a:hover {
    opacity: 1;
    text-decoration: underline;
}
@media (max-width: 980px) {
    body {
        width: 1040px;
    }
    .domain-for-sale {
        font-size: 52px;
    }
}
