﻿html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	position:relative;
	background:#fff;
	font-family:Arial;
	zoom:1;
}

html>body
{
	height:auto;
	min-height:100%;
}

/* IE6 */
* html .outer {padding-left:960px}
* html .minwidth {height:0} 
* html #wrap {margin-left:-960px;position:relative; height:0}

.outer {
	min-width:960px;
}

#wrap {
	max-width: 1300px;
	padding: 0 0 0 30px;
}

#footer {
	height:2.3em;
	padding: 0.7em 0 0;
	width: 100%;
	position:absolute;
	bottom:0;
	white-space:nowrap;
}

a {
	color:#0066ff;
	text-decoration:underline;
}

a.yellow {
	color:#000;
	text-decoration:none;
	background: #ffff33;
}

a img {
	border:none;
}

ul, li, h4 { margin: 0; padding: 0; }

li { list-style-type: none; }

.clear {
	clear: both;
}

#head {
	padding: 210px 40px 40px 190px;
}

#head #logo {
	position: absolute;
	top: 85px;
	left: 58px;
}

#head #logo img {
	width:300px;
	height:45px;
}

#head #slog {
	position: absolute;
	top: 135px;
	left: 60px;
	font-family: Arial;
	font-style: italic;
	font-size: 15px;
	line-height: 1em;
	text-decoration: none;
	color: #000;
}

#head p{
	padding: 0 30px 0 0;
	margin: 0;
	font-size: 30px;
	font-family: Georgia;
	line-height: 1.2em;
}

#footer {
	text-align: center;
}

.casko { font-variant: small-caps; }

#content {
	padding: 22px 70px 110px 0;
}

#content .text {
	margin-left: 340px;
	font-size: 14px;
}

.text h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 0.8em;
}

.text h3{
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 2em 0 0.4em;
}

.text p {
	line-height: 23px;
	margin: 0 0 1.6em;
}

.text .important {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 1.3em;
}

.error {
	color: red;
	position: relative;
	top: -2px;
	left: 5px;
}

form {
	margin-top: 30px;
}

form.ask li input {
	height: 19px;
	line-height: 20px;
	font-size: 16px;
	vertical-align: middle;
}

form.ask select , form.ask option {
	height: 22px;
	line-height: 20px;
	font-size: 16px;
}

form.ask h4 {
	width: 240px;
	margin-left: -255px;
	margin-top: 4px;
	position: absolute;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	line-height: 1.4em;
}

form.ask .long {
	margin-bottom: 32px;
}

form.ask .long h4 {
	margin-top: -7px;
}

form.ask li {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.4em;
}

form.ask li.paddone {
	margin-top: 35px;
}

form.ask li.paddtwo {
	margin-top: 62px;
}

form.ask input.txt {
	width: 370px;
}

form.ask textarea {
	width: 370px;
	height: 80px;
}

#leftbar {
	width: 250px;
	float: left;
	padding: 0 20px 10px 30px;
}

#leftbar ul {
	list-style: none;
	line-height: 1.4em;
}

#leftbar li{
	margin-bottom: 18px;
	font-size: 14px;
}

#leftbar h4 {
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
#leftbar strong {
	font-size: 18px;
	font-weight: normal;
}

#leftbar .address {
	width: 14px;
	height: 18px;
	margin-right: -14px;
	position: relative;
	right: 20px;
	vertical-align: middle;
}

#leftbar .minus {
	position: relative;
	right: 11px;
}

ul.docs {
	padding: 12px 0 12px 22px;
}

ul.docs li {
	list-style-type: circle;
	font-size: 12px;
	line-height: 1.5em;
}


.top {
	position: absolute;
	top: 15px;
}

.top span {
	color: #f00;
}

.discount {
	margin: 0 0 50px 0;
	width: 60%;
}

.discount td {
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
	padding: 5px 10px 15px;
}

.discount td.company {
	width: 150px;
	text-align: right;
	font-size: 14px;
}

.discount td.titl {
	padding-bottom: 24px;
	font-size: 14px;
}

.newsblock a {
	line-height: 1.8em;
	font-size: 20px;
}

.newsblock li {
	margin-bottom: 2em;
}

.article-text {
	padding-bottom: 40px;
}