html, 
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #EAECEB;
    background-image: url(../images/bg.jpg);
    color: #565656;
}

* {
    font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1, h2, h3 {
    color: #6089d2;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 13px;
}

a:link {
    color: #6089d2;
    text-decoration: underline;
}

a:visited {
    color: #6089d2;
    text-decoration: underline;
}

a:hover {
    color: #6089d2;
    text-decoration: none;
}

a img {
    border: none;
}

caption,
td {
    border: 1px solid #b4c4da;
    padding: 5px 10px;
}

table, tr, td, caption {
    border-collapse: collapse;
}

caption {
    background-color: #d3dff2;
    font-weight: bold;
    text-align: left;
    border-bottom: none;
}

table.zoomed td {
    padding: 0;
}

/* classes */
.attract {
    font-size: 17px;
}

a#actPage {
    color: #9c0b0b;
}

.smaller,
.smaller a {
    font-size: 12px;
}

.pl {
    padding-left: 20px;
}

table.noBorder td {
    border: none;
}

.more {
    padding: 0 0 20px 0;
}

.more,
.more *,
.more a {
    font-size: 11px;
}

.path,
.path *,
.path a {
    font-size: 11px;
}

.dig {
    border-left: none;
    text-align: right;
}

.news,
.news * {
    font-size: 12px;
}

/* ID */
#all {
    min-height: 100%;
    margin-bottom: -30px;
    position: relative;
    background-color: #ebebeb;
}

* html #all {
    height: 100%;
}

#header {
    height: 116px;
    background-color: #ebebeb;
    background-image: url(../images/logo_new.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
}

#reg {
    margin: 20px 155px;
    position: absolute;
}

#phone {
    background-image: url(../images/header_phone_text.png);
    right: 0;
    position: absolute;
    margin: 20px 40px;
    width: 212px;
    height: 74px;
}

#navi {
    height: 80px;
    background-color: #f3f4f4;
    padding-left: 24px;
}

div#navi ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
}

div#navi ul li  {
    float: left;
    position: relative;
    width: 33%;
}

#bn_4 {
    display: none;
}

#icons {
    position: absolute;
    background-image: url(../images/icons_right.png);
    background-position: left;
    width: 45px;
    height: 74px;
    right: 18px;
    top: 204px;
    z-index: 10;
}

#icons img {
    margin-left: 15px;
    height: 30px;
    width: 24px;
    z-index: 20;
}

#wrapper {
    background-repeat: repeat-y;
    height: 100%;
}

#left {
    width: 250px;
    padding: 10px 35px 70px 35px;
    float: left;
}

#left ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

#left ul li {
    line-height: 110%;
    padding-bottom: 10px;
}

#left ul li,
#left ul li * {
    font-size: 14px;
}

#left ul li li {
    padding: 7px 0px 3px 20px;
}

#left ul li li,
#left ul li li a,
#left ul li li * {
    font-size: 12px;
}

#left ul li a {
    text-decoration: none;
}

#left ul li a:hover {
    text-decoration: underline;
}

#content {
    margin: 0px 50px 0 370px;
    padding: 1px 0 50px 0;
}

#content, #left {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#content p {
    padding-bottom: 2px;
}

#book {
    background-image: url(../images/book_bg.png);
    background-position: left;
    background-repeat: repeat-y;
    background-color: #e2e2e2;
}

#book_top,
#book_top * {
    height: 17px;
}

#book_top {
    background-image: url(../images/book_start_bg.png);
    background-repeat: repeat-x;
    top: -4px;
    position: relative;
    clear: both;
}

#book_top * {
    background-image: url(../images/book_start.png);
}

#book_bottom,
#book_bottom * {
    height: 26px;
}

#book_bottom {
    background-image: url(../images/book_end_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
    position: relative;
    clear: both;
}

#book_bottom * {
    background-image: url(../images/book_end.png);
}

#book_top *,
#book_bottom * {
    background-repeat: no-repeat;
    background-position: left;
}

#pr, 
#hand {
    position: absolute;
    top: -55px;
}

#pr {
    background-image: url(../images/project_rasobi.png);
    width: 166px;
    height: 101px;
    left: 0;
}

#hand {
    background-image: url(../images/bottom_hand.png);
    width: 186px;
    height: 134px;
    right: 0;
    top: -80px;
}

#footer {
    height: 50px;
    position: relative;
}

#footer .copyright {
    position: absolute;
    top: 30px;
    left: 370px;
}

#footer .counters {
    float: left;
    width: 250px;
    height: 30px;
    margin-top: 40px;
    padding-left: 20px;
}

#footer .counters img {
    padding-right: 20px;
}

#footer .copyright,
#footer .copyright a {
    font-size: 11px;
}
#development_c{
    padding-left:40px;
    font-size: 11px;
}
#development_c a {font-size: 11px;}
