﻿/*
Веселенький зеленый: #8CC63F
Аккуратный голубой:   #00A1E4
*/

.blue {
    color: #00A1E4;
}

.autoWidth {
    clear: both;
    width: 100%;
    min-width: 900px;
    max-width: 1600px;
}

body {
    background: #FFFFFF none repeat scroll 0%;
    font-family: Tahoma,verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0pt;
    padding: 0pt;
    cursor: default;
}

a, a:link, a:visited {
    color: #00A1E4;
    text-decoration: underline;
}

a:hover {
    color: Red;
}

#header {
    height: 200px;
}

#logo {
    position: absolute;
    top: 40px;
    left: 53px;
    font-size: 20px;
    color: #8CC63F;
    z-index: 5;
}

#logo img {
    border: 0px;
}

#workArea {
    padding-top: 20px;
}

.leftColumn {
    float: left;
    width: 28%;
    overflow: hidden;
}

.leftColumn .columnBody {
    padding-right: 20px;
}

.leftColumn .teaserBordered {
    margin-left: 80px;
    padding-right: 2px; /*ибо рамка слева вылезает на ширину двух линий*/
}

.workColumn {
    float: left;
    width: 52%;
    overflow: hidden;
}

.workColumn .columnBody {
    width: auto;
    margin-left: 5px;
    margin-top: -27px;
}

.rightColumn {
    float: left;
    width: 20%;
    overflow: hidden;
    margin-right: -1px;
}

.rightColumn .columnBody {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 13px;
}

/* BIG CAR */

#bigCar {
    z-index: 2;
    position: absolute;
    top: 35px;
    left: 0px;
}

#bigCar .carBody {
    background-position: top left;
    background-repeat: no-repeat;
    margin-left: 76%;
    width: 24%;
    height: 200px;
}

/* GREEN PANEL */

#greenPanel {
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 0px;
}

#greenPanel .spacer {
    float: left;
    width: 28%;
}

#greenPanel .panelBody {
    position: relative;
    float: left;
    width: 46%;
    padding-right: 26%;
    margin-right: -1px;
    background-color: #8CC63F;
    background-image: url(../Images/GreenPanel.Middle.gif);
    background-repeat: repeat-x;
    background-position: top left;
    font-size: 12px;
    color: #FFFFFF;
}

#greenPanel .text {
    padding: 16px 0px 18px 22px;
    margin: 0px;
    font-weight: bold;
    font-size: 12px;
}

#greenPanel .topLeft {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    width: 10px;
    background-image: url(../Images/GreenPanel.TopLeft.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

#greenPanel .bottomLeft {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 10px;
    width: 10px;
    background-image: url(../Images/GreenPanel.BottomLeft.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

/* TOP PANEL */

#topPanel {
    z-index: 6;
    position: absolute;
    top: 0px;
    font-size: 11px;
}

#topPanel .panelBody {
    margin-left: 28%;
    width: 52%;
}

/* WELCOME PANEL */

#welcomePanel {
    padding-left: 8px;
    float: left;
}

#welcomePanel span {
    font-weight: bold;
    padding-right: 4px;
}

/* LANGUAGE MENU */

#languageMenu {
    float: right;
}

#languageMenu span {
    color: Gray;
}

#languageMenu a, #languageMenu a:link, #languageMenu a:visited, #languageMenu a:active {
    text-decoration: none;
}

/* MAIN MENU */

#mainMenu {
    z-index: 4;
    position: absolute;
    top: 50px;
}

#mainMenu .menuBody {
    margin-left: 28%;
    width: 200px;
}

#mainMenu table {
    width: 100%;
    height: 23px;
}

#mainMenu table tr {
    vertical-align: top;
}

#mainMenu table td {
    width: 5%;
}

#mainMenu a {
    font-size: 11px;
    line-height: 20px;
    padding: 3px 10px 5px 10px;
}

#mainMenu .selected {
    text-decoration: none;
    background-color: #8CC63F;
    color: #FFFFFF;
}

/* CONTEXT MENU */

.contextMenu {
    z-index: 3;
    position: absolute;
    top: 100px;
    left: 0px;
}

.contextMenu ul {
    width: 28%;
    padding: 0px;
    margin: 0px 0px 0px 90px;
    list-style-type: none;
}

.contextMenu a {
    font-size: 11px;
    line-height: 21px;
    padding: 3px 10px 5px 10px;
}

.contextMenu .selected {
    text-decoration: none;
    background-color: #00A1E4;
    color: #FFFFFF;
}

/* TEASER ICONED*/

.teaserIconed {
    margin-bottom: 30px;
    padding-left: 50px;
}

.teaserIconed table {
    width: 100%;
}

.teaserIconed .teaserIcon {
    width: 50px;
    vertical-align: top;
}

.teaserIconed .teaserIcon div {
    background-color: #FFFFFF; /*width: 35px; 	height: 35px;*/
    border: 0px;
}

.teaserIconed .teaserText {
    color: Black;
    font-size: 11px;
}

/* TEASER TITLE */

.teaserTitle, .teaserTitle h2, .teaserTitle a, .teaserTitle a:visited {
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    color: #8CC63F;
    margin: 0px;
}

.teaserTitle a:hover {
    color: Red;
}

/* TEASER SOLID */

.teaserSolid {
    width: 100%;
    background-color: #00A1E4;
    margin-bottom: 30px;
    position: relative;
    background-image: url(../Images/TeaserSolid.GradientLeft.gif);
    background-repeat: repeat-y;
    background-position: right;
}

.teaserSolid .text {
    padding: 20px;
    text-align: right;
    color: #FFFFFF;
}

.teaserSolid h3 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
}

.teaserSolid h2 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
}

.teaserSolid a, .teaserSolid a:link, .teaserSolid a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

.teaserSolid .topRight {
    position: absolute;
    top: 0px;
    right: 0px;
}

.teaserSolid .bottomRight {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* TEASER BORDERED */

.teaserBordered {
    clear: both;
    width: auto;
    margin-bottom: 30px;
}

.teaserBordered .teaserBody {
    width: 100%;
    border: 1px solid #8CC63F;
    font-size: 11px;
    position: relative;
}

.teaserBordered .teaserText {
    padding: 15px 20px 20px 19px;
}

.teaserBordered .topLeft {
    position: absolute;
    top: -1px;
    left: -1px;
    background-image: url(../Images/TeaserBordered.TopLeft.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.teaserBordered .topRight {
    position: absolute;
    top: -1px;
    right: -1px;
    background-image: url(../Images/TeaserBordered.TopRight.gif);
    background-position: top right;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.teaserBordered .bottomRight {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-image: url(../Images/TeaserBordered.BottomRight.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.teaserBordered .bottomLeft {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-image: url(../Images/TeaserBordered.BottomLeft.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

/* TEASER MANAGER */

.manager {
    font-size: 11px;
    width: 100%;
    margin: 15px 0px 10px 0px;
}

.manager .name {
    padding-left: 10px;
}

.manager .post {
    padding-top: 4px;
    padding-left: 10px;
    font-size: 9px;
}

.manager .contacts {
    padding-top: 10px;
    line-height: 18px;
}

.manager a, .managers a:link, .managers a:visited {
    text-decoration: none;
}

.manager a:hover {
    text-decoration: underline;
}

/* FOOTER */

#footer {
    padding-top: 00px;
    padding-bottom: 20px;
}

#footer .footerPanel {
    margin-left: 28%;
    width: 72%;
    height: 20px;
    background-color: #8CC63F;
    position: relative;
}

#footer .footerPanel .left {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../Images/FooterPanel.Left.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 5px;
    height: 20px;
}

#footer .footerBody {
    margin-left: 28%;
    width: 72%;
    font-size: 11px;
}

#footer .footerBody {
    width: auto;
    padding-left: 5px;
}

/* DOWNLOAD BUTTON SMALL */

.downloadButtonSmall {
    display: block;
    width: 100px;
    height: 37px;
    position: relative;
    background-color: Red;
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(../Images/DownloadButtonSmall.Middle.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

.downloadButtonSmall .left {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 6px;
    height: 37px;
    background-image: url(../Images/DownloadButtonSmall.Left.gif);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.downloadButtonSmall .right {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 37px;
    width: 6px;
    background-image: url(../Images/DownloadButtonSmall.Right.gif);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.downloadButtonSmall a, .downloadButtonSmall a:link, .downloadButtonSmall a:visited, .downloadButtonSmall a:hover {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 29px;
    padding-top: 8px;
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

/* DOWNLOAD BUTTON BIG */

.downloadButtonBig {
    display: block;
    width: 145px;
    height: 48px;
    position: relative;
    background-color: Red;
    font-size: 22px;
    font-weight: normal;
    padding-top: 7px;
    padding-left: 1px;
    text-align: center;
    color: #FFFFFF;
    background-image: url(../Images/DownloadButtonBig.Middle.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

.downloadButtonBig .left {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 7px;
    height: 55px;
    background-image: url(../Images/DownloadButtonBig.Left.gif);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.downloadButtonBig .right {
    display: block;
    position: absolute;
    top: 0px;
    right: -1px;
    height: 55px;
    width: 7px;
    background-image: url(../Images/DownloadButtonBig.Right.gif);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.downloadButtonBig .smallText, .downloadButtonBig .smallText:link, .downloadButtonBig .smallText:visited, .downloadButtonBig .smallText:active, .downloadButtonBig .smallText:hover {
    font-size: 11px;
    text-align: center;
    position: absolute;
    bottom: 7px;
    left: 1px;
    width: 100%;
    text-decoration: none;
    color: #FFFFFF;
}

.downloadButtonBig .bigText, .downloadButtonBig .bigText:link, .downloadButtonBig .bigText:visited, .downloadButtonBig .bigText:active, .downloadButtonBig .bigText:hover {
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 22px;
    font-weight: normal;
    padding-top: 7px;
    padding-left: 1px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

/* WORK COLUMN CONTENT */

.blur .t, .blur .r, .blur .b, .blur .l, .blur .c {
    position: relative;
    z-index: 1;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    left: 0;
    top: 0;
}
.blur .t {
    left: -10px;
    top: -10px;
}
.blur .r {
    background-position: right top;
    left: 12px;
}
.blur .b {
    background-position: right bottom;
    top: 12px;
}
.blur .l {
    background-position: left bottom;
    left: -12px;
}
.blur .c {
    left: 5px;
    top: -8px;
    margin-right: 10px;
}

.workColumn h2, .workColumn h3, .workColumn h4, .workColumn h5 {
    font-size: 1.7em;
    font-weight: normal;
    margin-bottom: 1em;
    color: #0099CC;
    margin-top: 1.5em;
    clear: both;
    float: none;
}

.workColumn h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.workColumn h4 {
    font-size: 1em;
}

.workColumn h5 {
    font-size: 0.8em;
    font-weight: bold;
}

.workColumn .block {
    margin-top: 1em;
    margin-bottom: 1em;
    clear: both;
}

blockquote {
    margin-left: 2em;
    padding-left: 1em;
    border-left: 2px solid #8CC63F;
}

p {
    text-align: left;
    clear: both;
}

/* Колонки для текста */

.textColumns {
    width: 100%;
    clear: both;
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.textLeftColumn {
    float: left;
    width: 48%;
}
.textRightColumn {
    float: right;
    width: 48%;
}

/* Спасибо Тёма .. */

.dashed p, .dashed ul, .dashed ol {
    padding: 0;
    margin: 1em 0;
}
.dashed li {
    margin: 0.7em 0 0.5em 2.5em;
}
.dashed ul {
    list-style-type: none; //list-style-image:url('../Images/li.gif');
}
.dashed ul li {
    padding: 0;
    behavior: expression( !this.before && parentNode && parentNode.tagName ==      'UL' ? this.before = ( 1 | ( parentNode.style.listStyleImage = 'none' ) | ( this.firstChild && this.firstChild.nodeType != 3 ? ( 1 | ( this.firstChild.style.marginTop = '-1.2em' ) | ( this.firstChild.style.position = 'relative' ) ) : 1 ) | ( this.innerHTML = '<nobr style="position: relative; width: 1.25em; left: -1.25em; margin: 0 -1.25em 0 0;">&mdash;&nbsp;</nobr>' + this.innerHTML ) ) : '' );
}
.dashed ul > li:before {
    content: '\2014\a0';
    float: left;
    margin-left: -1.25em;
}
.dashed ul > li > *:first-child:-moz-first-node {
    margin-top: -1.2em;
}
.dashed ul > li > * {
    text-indent: 0;
}
.dashed .sup {
    position: relative;
    top: -0.5em;
    font-size: 0.75em; //font-size:0.89em;
line-height:0;
vertical-align:baseline;
}

/* За всё! */

.workColumn .teaserBordered .teaserBody {
    padding: 15px;
    width: auto;
    margin: 20px 0px 20px 0px;
}

.workColumn .teaserBordered .teaserText {
    display: inline;
    width: auto;
    padding: 0px;
    margin: 0px;
}

.workColumn .links {
    margin-left: 0px;
    list-style-type: none;
    padding-left: 0px;
}

.workColumn .links li {
    padding-left: 0px;
    margin-left: 0px;
    line-height: 18px;
}

/* CORNERS */

.corners {
    position: relative;
}

.corners .topLeft {
    position: absolute;
    top: -1px;
    left: -1px;
    background-position: top left;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.corners .topRight {
    position: absolute;
    top: -1px;
    right: -1px;
    background-position: top right;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.corners .bottomRight {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.corners .bottomLeft {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

/* CORNERS SOLID GREEN */

.cornersSolidGreen {
    background-color: #8CC63F;
    border: 1px solid #8CC63F;
}

.cornersSolidGreen .topLeft {
    background-image: url(../Images/CornerSolidGreen.TopLeft.gif);
}

.cornersSolidGreen .topRight {
    background-image: url(../Images/CornerSolidGreen.TopRight.gif);
}

.cornersSolidGreen .bottomRight {
    background-image: url(../Images/CornerSolidGreen.BottomRight.gif);
}

.cornersSolidGreen .bottomLeft {
    background-image: url(../Images/CornerSolidGreen.BottomLeft.gif);
}

