/**
 * Standard HTML elements
 */

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-family: Arial, sans-serif;
	line-height: 1.4;
	background-color: #ffffff;
    font-size: 0.8em;
}

a {
	color: #2e4f9d;
}

a:visited {
	color: #990099;
}

a:hover, a:focus {
	color: #cc0000 !important;
}

img {
	border-width: 0;
}

p, address, blockquote {
	margin: 0 0 0.6em 0;
}

small {
	font-size: 0.85em;
}

ul, dl {
	margin: 0 0 1.2em 0;
}

ol {
	margin: 0 0 1.2em 2.5em;
}

ul {
	list-style-type: none;
}

li {
	margin: 0 0 0.3em 0;
}

li ul, li ol {
	margin: 0.3em 0 0 2.5em;
}

dt {
	margin: 0;
}

dd {
	margin: 0 0 0.6em 0;
}

h1, h2, h3 {
	font-weight: normal;
}

h1, h2, h3 {
	line-height: 1.2;
}

h1 {
	font-size: 2.5em;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 1.5em;
	margin: 1em 0 0.3em 0;
}

h3 {
	font-size: 1.25em;
	margin: 1em 0 0.3em 0;
}

h2:first-child, h3:first-child {
	margin-top: 0;
}

h1 + h2, h1 + h3, h2 + h3 {
	margin-top: 0;
}

table {
	border-spacing: 0;
	border: none;
}

td, th {
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: top;
}


/**
 * Standart presets
 */

.width_fix {
	width: 100%;
}

.clear {
	clear: both;
	font-size: 0;
	overflow: hidden;
}

ul.list {
	margin: 0 0 1.2em 1.3em;
}

ul.list ul.list,
ol ul.list {
	margin: 0.3em 0 0 2.5em;
}

ul.list > li {
	text-indent: -1.3em;
}

ul.list > li:before {
	content: '\2014\a0';
}

table.data {
	line-height: 1.3;
	margin: 0 0 1.2em 0;
	empty-cells: show;
}

table.data td {
	padding: 1em 2em 1em 0;
    border-bottom: 1px solid #ebebeb;
}

table.data th {
	font-weight: bold;
	border-bottom: 1px solid #d1d1d1;
	padding: 0 2em 0.58em 0;
}

table.data td.number,
table.data th.number {
	text-align: right;
}

.corners {
    /* Возможно какой-нибудь браузер в будущем, будем надеяться IE */
    border-radius: 4px;
    /* WebKit (Safari/Chrome) */
    -webkit-border-radius: 4px;
    /* KHTML (Konquerer) */
    -khtml-border-radius: 4px;
    /* Возможно Opera в будущем */
    -opera-border-radius: 4px;
    /* Gecko (Firefox) */
    -moz-border-radius: 4px;
}


/**
 * Layout
 */

html, body {
	height: 100%;
}

body {
	text-align: center;
}

#outer {
	min-height: 100%;
}

#outer,
#footer {
	min-width: 700px;
	max-width: 900px;
	margin: auto; /* center it */
	text-align: left;
}

#header {
    position: relative;
    background: #85a767 url(i/header.jpg) bottom left repeat-y;
    min-height: 145px;
}

#logo {
    position: absolute;
    top: 10px;
    left: 125px;
    margin-left: 1em;
    padding-left: 1em;
    line-height: 3.75;
    font-size: 2.5em;
    color: #ffffff;
}

#logo img {
    position: absolute;
    top: 0;
    left: -125px;
}

#logo a,
#logo a:visited {
    color: #ffffff !important;
    text-decoration: none;
}

#logo a:hover,
#logo a:focus {
	text-decoration: underline;
}

#contacts {
    position: absolute;
    right: 2.5em;
    bottom: 1.1em;
    background-color: #ffffff;
    padding: 0.5em 1em;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

#contacts p {
    margin: 0;
}

#menu {
    clear: both;
    background: #f18b44 url(i/menu.jpg) top left no-repeat;
    min-height: 53px;
    padding: 0 1.67em;
    font-size: 1.5em;
}

#menu ul {
    margin: 0;
    padding-top: 24px;
}

#menu ul li {
    float: left;
    margin: -0.8em 1.67em 0 0;
}

#menu a,
#menu a:visited {
    color: #ffffff;
}

#menu a:hover,
#menu a:focus {
	color: #e1f6da !important;
}

#menu strong {
    font-weight: normal;
    color: #e1f6da;
}

#content {
	padding: 1.5em 2.5em 6em 2.5em;
}

#footer {
	height: 4em;
	margin-top: -4em;
}

#footer .reducer {
    border-top: 2px solid #f69a75;
    padding: 1em 2.5em 0 2.5em;
}


/**
 * Content blocks
 */

ol.services li {
    margin-bottom: 1.5em;
}

ol.services li h2 {
    font-weight: bold;
    font-size: 1em;
}

.incut {
    background-color: #e1f6da;
    font-size: 1.5em;
    padding: 0.67em 1.67em;
    margin: 1.2em 0;
}

.incut p {
    margin: 0;
}