
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	min-width: 884px;
	min-height: 100%;
	position: relative;
	font: 87.5%/1.6 Verdana, Tahoma, sans-serif;
	color: #FFFFFF;
	background: #084053 url('/img/bg/bg.jpg');
}
* html body {
	height: 100%;
}
h1 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: normal;
}
h2 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: normal;
}
h3 {font-size: 1em;}
h4 {font-size: 0.9em;}
h5 {font-size: 0.8em;}
h6 {font-size: 0.7em;}
a {
	color: #91CB2A;
	outline-style: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}
small {
	font-size: 0.8em;
}
ul, ol {
	padding-left: 2.5em;
}
table {
	border: 0;
	border-collapse: collapse;
	font-size: 1em;
}
td, th {
	font-size: 1em;
	color: #FFFFFF;
}
form {
	padding-top: 20px;
}
fieldset {
	border: 0;
}
label {
	margin-bottom: 20px;
	padding-top: 1px;
	width: 180px;
	height: 23px;
	float: left;
	clear: left;
	text-align: left;
}
input, select, textarea {
	margin-bottom: 20px;
	float: right;
	clear: right;
	font: 1em Verdana, Tahoma, sans-serif;	
}
input.text, select, textarea {
	padding: 2px;
	width: 400px;
}
input.text {
	height: 16px;
}
textarea {
	width: 402px;
	height: 114px;
}

/** main */
#mmain {
        margin: 0 auto;
        width: 1070px;
}
#main {
        /*margin: 0 auto;*/
	padding-bottom: 115px;
	width: 850px;
	overflow: hidden;
        /*border: 1px solid red;*/
}

/** header */
#header {
	padding-top: 96px;
	height: 190px;
	overflow: hidden;
}
#header-logo {
	float: left;
}
#header-phones {
	float: right;
}
#header-contacts {
	float: right;
	clear: right;
	line-height: 2;
	white-space: nowrap;
	color: #416B78;
}

/** content */
#content {
	width: 610px;
	float: left;
}

/** sidebar */
#sidebar {
	width: 180px;
	float: right;
}

/** footer */
#footer {
	/*margin-left: -425px;*/
       margin: 0 auto;
       padding-bottom: 50px;
	width: 850px;
	/*height: 60px;*/
	/*position: absolute;*/
	/*left: 50%;*/
	bottom: 0;
	font-size: 0.7em;
	color: #5E8187;
}
#footer-copyright {
	float: left;
}
#footer-design {
	float: right;
}
#footer-design img {
	vertical-align: -9px;
}

/** title */
#title {
	width: 100%;
	height: 58px;
	position: absolute;
	top: 206px;
	left: 0;
	background: url('/img/bg/split.gif') left bottom repeat-x;
}
#title div {
	margin: 0 auto;
	width: 620px;
	height: 44px;
}
#title img {
	float: left;
}
#title img.asterisk {
	margin-left: 6px;
	position: relative;
	top: -2px;
}
#title a:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

/** price */
#price table {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#price td {
	padding-bottom: 25px;
	line-height: 1.35;
}
#price .price-name {
	font-size: 1.4em;
	font-weight: 600;
	color: #3EAED4;
}
#price .price-cost {
	font-size: 1.2em;
}
#price .price-term {
	font-size: 0.9em;
	color: #5E8187;
}

/** page we */
.we-promo {
	margin-left: -7px;
	padding: 10px 0 8px;
	white-space: nowrap;
}
.we-promo img {
	margin-left: 7px;
}

/** page print */
.print-equips {
	font-size: 0.8em;
}
.print-equips td {
	padding-bottom: 20px;
}

/** page contact */
.contact-h1 {
	color: #9BD628;
}
.contact-h2 {
	margin-bottom: 0;
	padding-top: 1.2em;
	font-size: 1em;
	font-weight: bold;
	clear: both;
	color: #3EAED4;
}
