.leftTd {
    width:247px;
    vertical-align: top;
}

.rightTd {
    width:587px;
    vertical-align: top;
}

.leftBottomTd {
    vertical-align: bottom;
}

.mainHeader {
    height: 221px;
    position: relative;
    background: url('../img/bg/headerLine.png') left 56px repeat-x;
}

.mainHeaderImage {
    height: 221px;
    background: url('../img/common/defaultHeader.jpg') right bottom no-repeat;    
}

.underHeaderMenu {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 11px;
    text-align: right;
    color: #555;
    white-space: nowrap;
}

.underHeaderMenu a {
    text-decoration: none;
    color: #555;
    margin: 0 10px;
}

.underHeaderMenu a:hover {
    text-decoration: underline;
}


.pagesMenu {
   margin: 52px 27px 30px 0;
}

.pagesMenu a {
    display: block;
    /*color: #fff;*/
    padding: 5px 10px;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    
}

.pagesMenu a.firstLevel {
    font-weight: bold;
    text-transform: uppercase;
}

.pagesMenu a.secondLevel {
    padding-left: 25px;
    color: #777;
    background: url('../img/common/arrows.gif') top left no-repeat;
}


.pagesMenu a:hover {
    text-decoration: underline;
    background: #fafafa; 
}

.pagesMenu a.secondLevel:hover {
    text-decoration: underline;
    background: url('../img/common/arrows.gif') top left no-repeat #fafafa; 
}

.pagesMenu a.active, .pagesMenu a.active:hover {
    font-weight: bold;
    color: #770000;
}

.cornersTop {
    position: relative;
    height: 16px;
    background: url('../img/corners/leftTop.png') left top no-repeat;
}

.cornersTop span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 16px;
    width: 18px;
    background: url('../img/corners/rightTop.png') right top no-repeat;
}

.cornersBottom {
    position: relative;
    height: 16px;
    background: url('../img/corners/leftBottom.png') left top no-repeat;
}

.cornersBottom span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 16px;
    width: 18px;
    background: url('../img/corners/rightBottom.png') right top no-repeat;
}