/******************************************************************
 * Main css file
 *
 * Author: Christina Ivanchuk <cris@altertech.net>, 
           Roman Matiyiv <rmatiiv@altertech.net>
 * Created: 20.12.2008
 *
 * $Id: main.css,v 1.15 2009-06-17 17:22:25 rmatiiv Exp $
 ******************************************************************/
html {
    background: #5a5857;
}

html:not(:nth-child(1)) {
    overflow: visible;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

body {
    color: #010101;
    font: normal 14px/16px Arial, sans-serif;
    margin: 0 auto;
    overflow: visible;
    width: 100%;
}

ul, ol, li {
    margin: 0;
}

a:link {
    background: none;
    color: #7f7f7f;
    font-weight: normal;
    outline: none;
    text-decoration: underline;
}

a:visited {
    background: none;
    color: #7f7f7f;
    font-weight: normal;
    text-decoration: underline;
    outline: none;
}

a:hover {
    background: none;
    color: #7f7f7f;
    font-weight: normal;
    outline: none;
    text-decoration: none;    
}

a:active {
    background: none;
    color: #7f7f7f;
    font-weight : normal;
    outline: none;
    text-decoration: underline;
}

a > img {
    border: 0;	
}

a img {
    border: 0;  
}

h1 {
    color: #333;
    font-family : Arial, sans-serif;
    font-size: 2em;
    margin: .67em 0;
}

h2 {
    color: #333;
    font-family : Arial, sans-serif;
    font-size: 1.5em;
    margin: .75em 0;
}

h3 {
    color: #333;
    font-family : Arial, sans-serif;
    font-size: 1.17em;
    margin: .83em 0;
}

h4 {
    color: #333;
    font-family : Arial, sans-serif;
    font-size: 1em;
    margin: 1.12em 0;
}

h5 {
    color: #333;
    font-family : Arial, sans-serif;
    font-size: .83em;
    margin: 1.5em 0;
}

h6 {
    color: #333;
    font-family : Arial, sans-serif;
    font-size: .75em;
    margin: 1.67em 0;
}

p {
    color: #010101;
    font: normal 14px/16px Arial, sans-serif;   
    margin: 1.12em 0;
    text-indent: 0;
}

/*==================================
 * Main layout
 *----------------------------------*/
 
#greyheader {
    height: 15px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
 
#maincol {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    padding-left: 70px;
    padding-right: 75px;
    overflow: hidden;
    float: left;
    float/**/: none;
    background: #5a5857;
    position: relative;
}

body #maincol {
    margin-top: -16px;
}

html>body #maincol {
    margin-top: 0;
}

* html #maincol { overflow: visible; }
 
#maincol:after {
    content: 'EasyClearing';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#maincol { display: inline-block; }
/*\*/
#maincol { display: block; }
/**/

.column {
    padding-top: 15px !important;
}

#leftcol, #rightcol, #centercol {
    position: relative;
    padding-bottom: 244px !important;
    padding-bottom: 100px;
}

/*\*/
/*#leftcol, #rightcol, #centercol {
    padding-bottom: 11000px !important;
    margin-bottom: -10967px !important;
}
/**/

#leftcol {
    width: 70px;
    background-color: #5a5857;
    margin-left: -100%;
    right: 70px;
    float: left;
}

* html #leftcol { 
    left: 50px;
}

#rightcol {
    width: 75px;
    /*background: url('../img/site_shadow_right.gif') top left repeat-y;*/
    background-color: #5a5857;
    margin-right: -100%;
    float: left !important;
    float: right;
}

#centercol {
    background: url('../img/site_shadow_left.gif') top left repeat-y;
    background-color: #ffffff;
    width: 100%;
    overflow: visible;
    float: left !important;
    float: none;
    z-index: 100;
}

@media all and (min-width: 0px) {
    /*#leftcol, #rightcol, #centercol {
        margin-bottom: 0 !important;
        padding-bottom: 33px !important;
    }*/

    #leftcol:before, #rightcol:before, #centercol:before {
        content: 'EasyClearing';
        display: block;
        background: inherit;
        padding-top: 11000px !important;
        margin-bottom: -11000px !important;
        height: 0;
    }
}

/*==================================
 * Header
 *----------------------------------*/

#topleft {
    width: 10px;
    height: 10px;
    background: url('../img/top_left_corner.gif') top left no-repeat;
    background-color: #5a5857;
    position: absolute;
    top: 9px !important;
    top: 10px;
    left: 72px;
    z-index: 90;
}
 
#greyheader1 {
    height: 15px;
    background: url('../img/site_topshadow.gif') repeat-x;
    background-color: #5a5857;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 2px;
    width: 100%;
    z-index: 90;
}
 
#header {
    height: 164px;
    margin: 0;
    padding: 0;
    z-index: 55;
}
 
#headerImgRight {
    background: url('../img/top_header_right_update_00.gif') top right no-repeat;
    height: 178px;
    float: right;
    margin: 0;
    margin-top: 1px !important;
    margin-top: 2px;
    margin-right: 0 !important;
    margin-right: -1px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 515px;
    z-index: 100;
}

#headerImgCenter {
    height: 164px;
    position: relative;
    text-align: center;
    width: auto;
    margin-right: 100px;
    z-index: 150;
}

#imgCenter {
    background: url('../img/stones_titile_03.gif') no-repeat;
    height: 150px;
    margin: 0 auto;
    position: relative;
    top: 14px;
    width: 374px;
}

#headerImgLeft {
    height: 164px;
    margin: 0;
    padding: 0;
    width: 174px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 151;
}

#logoHolder {
    height: 58px;
    margin-top: 84px;
    margin-left: 34px;
    width: 124px;
}
 
#menuArrow {
    width: 30px;
    height: 30px;
    background: url('../img/header_arrow_left.png') top left no-repeat;
    position: absolute;
    top: 166px;
    left: 66px;
    z-index: 150;
}
 
#languageBar {
    color: #ccccce;
    font-weight: normal;
    width: 60px;
    height: 30px;
    position: absolute;
    top: 17px;
    right: 78px;
    z-index: 200;
}

#languageBar a {
    color: #ccccce;
    font-weight: normal;
    text-decoration: none;
}
 
#languageBar a:hover {
    text-decoration: underline;
}
 
#languageBar a.active {
    color: #fba131;
    font-weight: normal;
    text-decoration: none;
}
 
#languageBar a.active:hover {
    text-decoration: underline;
}
 
/*==================================
 * Main menu
 *----------------------------------*/
 
#mainMenuBar {
    background: url('../img/site_shadow_left.gif') top left repeat-y;
    background-color: #dbdbdc;
    height: 18px;
    margin:  0;
    padding: 0;
    width: 100%;
    
}

#mainMenubar-rightShadow {
    background: url('../img/site_shadow_left.gif') top left repeat-y;
    clear: none;
    float: left;
    height: 19px;
    width: 8px;
}

#mainMenuBarShadow {
    background: url('../img/site_shadow_left.gif') top left repeat-y;
    position: absolute;
    top: 180px;
    left: 70px;
    height: 27px;
    margin: 0;
    padding: 0;
    width: 8px;
    z-index: 140;
}
 
#mainMenuHolder {
    clear: none;
    height: 18px;
    margin: 0;
    padding: 0;
    width: auto;
}

/*==================================
 * Content Area
 *----------------------------------*/
 
 #breadCrumbBar {
    float: left;
    height: 43px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#breadCrumbBarShadow {
    background: url('../img/site_shadow_left.gif') top left repeat-y;
    float: left;
    height: 43px;
    margin: 0;
    padding: 0;
    width: 8px;
}

#breadCrumbBlock {
	border-bottom: 1px solid #7f7f7f;
    height: 43px;
    margin: 0 0 0 0;
    margin-right: 60px;
    margin-left: 70px;
    padding: 0;
}

#breadCrumbBlock {
    width: 650px;
}

html>body #breadCrumbBlock {
    min-width: 650px;
    max-width: 950px;
    width: auto;
}

p.breadCrumbBlockText {
    color: #010101;
    font-weight: normal;
    margin: 0;
    padding-top: 20px;
    text-indent: 0;
}

p.breadCrumbBlockText a {
    color: #010101;
    font-weight: normal;
    text-decoration: none;
}

p.breadCrumbBlockText a:link {
    color: #010101;
    font-weight: normal;
    text-decoration: none;
}

p.breadCrumbBlockText a:visited {
    color: #010101;
    font-weight: normal;
    text-decoration: none;
}

p.breadCrumbBlockText a:hover {
    color: #010101;
    font-weight: normal;
    text-decoration: underline;
}

p.breadCrumbBlockText a:active {
    color: #010101;
    font-weight: normal;
    text-decoration: none;
}

#content {
	border: 0px solid red;
    float: left;
    font: normal 14px/18px Arial, sans-serif;
    height: auto !important;
    height: 300px;
    min-height: 300px !important;
    padding: 5px 145px 30px 75px;
    margin: 0;
    width: auto;
}

#content p {
    margin-left: 20px;
}
 
p.normal {
    margin-left: 22px;
    margin-right: 145px;
}
 
#content h4 {
    margin-left: 115px;
    margin-right: 145px;    
}

#content a {
    color: #ed9625;
    text-decoration: underline;
}

#content a:hover {
    color: #ed9625;
    text-decoration: none;
}


#content .imgtext-table a,
#content .csc-textpic a {
	background: none;
	text-decoration: none;
}


#content a.content,
#content a.internal-link,
.sitemap a {
    color: #ed9625;
    background: #ffffff;
    text-decoration: underline;
}

#content a:hover.content,
#content a.internal-link:hover,
.sitemap a:hover {
    color: #ed9625;
    background: #ffffff;
    text-decoration: none;
}

#content a img,
#content a:hover img,
#content a.internal-link img {
    border: 0;
}

#content ul, #content ol {
    margin-left: 0 !important;
    margin-left: 30px;
}

*:first-child+html #content li {
    margin-left: 30px;
}

/*==================================
 * Footer
 *----------------------------------*/
 
#footer {
    height: 244px;
    background-color: #5a5857;
    position: relative;
    z-index: 100;
    margin-top: -244px;
    width: 100%;
}

#footerBar {
    height: 160px;
    background: #dfdfdf;
    width: 100%;
}

#footerBar .leftCorner {
    background: url('../img/site_shadow_left.gif') top right repeat-y;
    background-color: #5a5857;
    float: left;
    height: 160px;
    width: 78px;
}

#footerBar .rightCorner {
    background: url('../img/site_shadow_right.gif') top left repeat-y;
    background-color: #5a5857;
    float: right;
    height: 160px;
    width: 75px;
}
 
#footerMenuHolder {
    border: 1px solid #dfdfdf;
    margin: 0;
    margin-left: 150px;
    padding: 0;
}

ul.footerMenu {
	list-style: none;
    margin: 0;
    margin-top: 7px;
    padding: 0;
}

ul.footerMenu li {
	color: #7f7f7f;
    display: inline;
    font: normal 12px/14px Arial, sans-serif;
    margin: 0;
    margin-right: 8px;
    padding: 0;
}

ul.footerMenu li span {
    color: #7f7f7f;
    font: normal 12px Arial, sans-serif;
    margin-right: 8px;
    padding: 0;
}

ul.footerMenu li span.howWeWork {
    margin-right: 0;
    text-transform: uppercase;
}

ul.footerMenu li span.Altertech {
    font: bold italic 11px Arial, sans-serif;
    margin-right: 0;
    text-transform: uppercase;
}
 
div.banner {
    height: 70px;
    margin: 34px 0 0 152px;
    text-align: center;
    width: 164px;
}
 
div.banner p {
    font: bold 14px Arial, sans-serif;
    color: #808080;
    margin-top: 25px;
}
 
p#copyRightHolder {
    font: normal 11px Arial, sans-serif;
    color: #747371;
    margin-top: 0;
    margin-left: 150px;
    padding-top: 15px;
}
    
p#copyRightHolder .Altertech {
    font: bold italic 11px Arial, sans-serif;
    color: #6b6a68;
    margin-right: 0;
    text-transform: uppercase;
}   

#tail {
    height: 84px;
    background: url('../img/bottom_siteshadow.gif') top left repeat-x;
    background-color: #5a5857;
    width: 100%;
}

#tail .leftCorner  {
    background: url('../img/bottom_left_corner.gif') top right no-repeat;
    background-color: #5a5857;
    float: left;
    height: 84px;
    width: 87px;    
}

#tail .rightCorner {
    background: url('../img/bottom_right_corner.gif') top left no-repeat;
    background-color: #5a5857;
    float: right;
    height: 84px;
    width: 84px;
}

#rightShadow1 {
    width: 15px;
    background: url('../img/site_shadow_right.gif') top left repeat-y;
    background-color: #5a5857;
    position: absolute;
    top: 13px;
    right: 60px !important;
    right: 59px;
    height: 100%;
    z-index: 20;
}

#rightShadow2 {
    width: 15px;
    background: url('../img/site_shadow_right.gif') top left repeat-y;
    background-color: #5a5857;
    position: absolute;
    bottom: 0;
    right: 59px;
    height: 100% !important;
    height: 850px;
    z-index: 20;
}

/*==================================
 * Common styles
 *----------------------------------*/
 
.italic-upper {
    font-style: italic;
    text-transform: uppercase;
    
}

a.italic-upper {
    font: bold italic 11px Arial, sans-serif;
    color: #6b6a68;
    margin-right: 0;
    text-transform: uppercase;
}

a.italic-upper:link {
    font: bold italic 11px Arial, sans-serif;
    color: #6b6a68;
    margin-right: 0;
    text-transform: uppercase;
}

a.italic-upper:visited {
    font: bold italic 11px Arial, sans-serif;
    color: #6b6a68;
    margin-right: 0;
    text-transform: uppercase;
}

a.italic-upper:hover {
    font: bold italic 11px Arial, sans-serif;
    color: #6b6a68;
    margin-right: 0;
    text-decoration: none;
    text-transform: uppercase;
}

a.italic-upper:active {
    font: bold italic 11px Arial, sans-serif;
    color: #6b6a68;
    margin-right: 0;
    text-transform: uppercase;
}

/*==================================
 * Reassigned typo3 styles
 *----------------------------------*/
 
 h1.csc-firstHeader, 
 h1.headline {
    color: #333;
    font-family : Arial, sans-serif;
    font-size: 1.5em;
    margin: .75em 0;
 }
 
 .csc-header-n2 h1,
 .csc-header-n3 h1 {
    color: #333;
    font-family : Arial, sans-serif;
    font-size: 1.17em;
    margin: .83em 0;
}
  
 p.bodytext {
    color: #010101;
    font: normal 14px/16px Arial, sans-serif;   
    margin: 1.12em 0;
    text-indent: 0;
}

/*==================================
 * Custom mail form
 *----------------------------------*/

.tx-mailformcreator-pi1 {
	height: 290px;
	width: 360px;
}

.tx_mailformcreator_pi1-table {
	width: 360px;
}

.tx_mailformcreator_pi1-textarea {
	border: 1px solid #7f7f7f;
	height: 78px;
	width: 230px;
}

.tx_mailformcreator_pi1-textbox {
	border: 1px solid #7f7f7f;
	height: 18px;
	width: 230px;
}

.tx_mailformcreator_pi1-submit {
	text-align: center;
	height: 20px;
	width: 75px;
	vertical-align: middle;
}

.tx_mailformcreator_pi1-error {
    color: maroon;
	font: italic 12px/14px Arial, sans-serif;
}

.tx_mailformcreator_pi1-msg {
	color: green;
	font: italic 12px/14px Arial, sans-serif;
}

/*==================================
 * V&V Messenger page
 *----------------------------------*/
#buttonLinkHolder {
        display: inline-block;
}

#buttonLinkHolder a.narrowButton {
        background: url('../img/btn2.gif') top left no-repeat;
        color: #fff;
        display: block;
        font: normal 20px/20px Arial, sans-serif;      
        float: left;
        height: 35px;
        margin: 0;
        margin-right: 10px;
        padding: 0;
        padding-top: 10px;
        padding-right: 7px;
        text-align: center;
        text-decoration: underline;
        width: 106px;
}

#buttonLinkHolder a.narrowButton:hover {
        background: url('../img/btn2.gif') top left no-repeat;
        text-decoration: none;
}

#buttonLinkHolder a.wideButton {
        background: url('../img/btn1.gif') no-repeat;
        color: #fff;
        display: block;
        float: left;
        font: normal 20px/20px Arial, sans-serif;   
        height: 35px;
        margin: 0;
        margin-right: 10px;
        padding: 0;
        padding-top: 10px;
        padding-right: 5px;
        text-align: center;
        text-decoration: underline;
        width: 138px;
}

#buttonLinkHolder a.wideButton:hover {
        background: url('../img/btn1.gif') top left no-repeat;
        text-decoration: none;
}