#wrap {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
}
#info {
	font-size: 11px;
	margin-top: 20px;
	border-top: 1px solid #e4e4e4;
	padding-top: 5px;
}
#banners {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 540px;
}
#banners img {
	margin-left: 10px;
	margin-right: 10px;
}
ul.documents li {
	margin-left: 30px;
	margin-top: 10px;
}
ul.documents {
	list-style-type: decimal;
	margin-bottom: 20px;
}

/* Header */
#header {
	min-height: 170px;
}
#logotype {
	float: left;
	clear: left;
	overflow: hidden;
}
#links {
	float: left;
	overflow: hidden;
}
#phone {
	float: right;
	clear: right;
	overflow: hidden;
}

/* Navigation */
#navigation {
	text-align: center;
	clear: both;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
	margin-right: 1em;
}

/* Tariffs */
#tariffs {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#tariffs h1 {
	font-size: 31px;
	margin-left: -80px;
	margin-bottom: 30px;
}
#tariffs  .price {
	height: 48px;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#tariffs .price .left_column {
	width: 25px;
}
#tariffs .price .from {
	font-size: 10px;
}
#tariffs .price .integer {
	height: 50px;
	font-size: 42px;
	line-height: 35px;
	color: #DD092D;
}
#tariffs  .price .fractional {
	height: 20px;
	width: 35px;
	font-weight: bold;
	font-size: 13px;
	color: #DD092D;
}
#tariffs  .price .period {
	width: 30px;
	font-size: 10px;
}
#tariffs .price .left_column {
	float: left;
}
#tariffs .price .integer {
	float: left;
	white-space: nowrap;
}
#tariffs  .price .fractional {
	clear: right;
	float: left;
	white-space: nowrap;
}
#tariffs .price .period {
	float: left;
	clear: left;
	white-space: nowrap;
}
#tariffs .price .from {
	float: left;
	clear: left;
	white-space: nowrap;
}
#tariffs .characteristics {
	float: left;
	width: 270px;
	margin: 20px 30px;
	text-align: center;
	clear: right;
}
#tariffs .characteristics .details {
	height: 90px;
}
#tariffs .characteristics .details ul {
	width: 120px;
	float: left;
	text-align: left;
	padding-left: 10px;
}
#tariffs .characteristics .details ul li {
	margin-left: 12px;
	list-style: disc;
	font-size: 11px;
}
#tariffs .characteristics .warm {
	color: red;
}


/* Full */
#full {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
#full h1 {
	font-size: 24px;
	color: #50840B;
	padding-top: 20px;
	padding-bottom: 8px;
}
#full p {
	text-align: justify;
	margin-bottom: 10px;
	color: #666666;
}

/* News */
#news {
	float: left;
	width: 245px;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 10px;
	clear: both;
}
#news h1 {
	font-size: 24px;
	color: #50840B;
	margin-left: 70px;
	margin-bottom: 20px;
}
#news ul.news li {
	list-style: none;
	padding-bottom: 10px;
	font-size: 12px;
	float: left;
}
#news .news li div.date {
	width: 70px;
	height: 60px;
	float: left;
}
#news .news li div.date div.day , #news .news li div.date div.month {
	color: #50840B;
	text-align: center;
}
#news .news li div.date div.day {
	padding-top: 2px;
	font-weight: bold;
}
#news .news li div.news_text {
	float: left;
	width: 175px;
}
.news_full_text {
	margin-top: 20px;
	margin-left: 20px;
}

/* Footer */
#footer {
	clear: both;
	border-top: 1px #E6E6E6 solid;
	overflow: hidden;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#footer #copyrights {
	background: #E6E6E6;
	float: left;
	clear: left;
	overflow: hidden;
	padding: 10px;
	font-size: 11px;
	color: #999999;
}
#footer #navigation {
	float: right;
	clear: right;
	overflow: hidden;
	padding: 10px;
	padding-right: 0;
	color: #999999;
	text-align: right;
}
#footer #navigation li {
	display: inline;
	margin: 0;
	margin-left: 1em;
}

/* Table */
table {
	border: none;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;

}
table tr td {
	border-bottom: 1px #CCCCCC solid;
}
table tr th {
	background-color: #f0f0f0;
	border: none;
	border-bottom: 1px solid #e4e4e4;
	height: 26px;
	font-size: 13px;
	font-weight: bold;
	color: #65625b;
	text-align:left;
	padding-left:12px;
	padding-right:12px;
}
table tr td {
	vertical-align: top;
	line-height: 20px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}
table tr td.switcher {
	text-align: right;
	background: none;
}
table tr th.left_corner {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url("/images/table-left-corner.gif");
	white-space: nowrap;
}
table tr th.right_corner {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url("/images/table-right-corner.gif");
}
table.order tr td {
	border: 0;
	padding: 10px;
}

/* How pay */
.payment_title {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#webmoney, #yandex, #rupay, #sberbank, #courier, #mobile {
	font-size: 16px;
	cursor: pointer;
	border-bottom: 1px #CCCCCC dashed;
}
#webmoney_content, #yandex_content, #rupay_content, #sberbank_content, #courier_content, #mobile_content {
	display: none;
	margin: 30px;
}

.mail { font-size:1px; width:1; height:1; color:#ffffff; padding:0; margin:0; }
