html, body, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

body {
    background: #fff url(/img/bg_top.png) repeat-x top;
    font: 100.1% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

input, textarea {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a img { border: none; }
:focus { outline: none; }

a {
    color: #06c;
}

#layout {
    width: 100%;
    min-width: 920px;
}

/* {{{ header */
#header {
    width: 920px;
    text-align: center;
    position: relative;
    height: 440px;
    margin: 0 auto;
    padding: 30px 0 0;
    background: url(/img/bg_header.jpg) no-repeat center 82px;
}
.inner #header {
    background: url(/img/bg_header2.jpg) no-repeat 235px 57px;
    height: 250px;
    width: auto;
}
#logo {
    position: absolute;
    left: 0;
    top: 83px;
}
.inner #logo {
    left: 49px;
    top: 39px;
}
.main-menu {
    list-style: none;
    margin: 0 0 0 200px;
    padding: 0;
    display: inline;
}
.main-menu li {
    display: inline;
}
.main-menu a,
.main-menu b {
    margin: 15px;
}
.phone {
    font-family: "Arial Narrow", Helvetica, sans-serif;
    text-align: left;
    position: absolute;
    right: 0;
    top: 130px;
}
.inner .phone {
    left: 70%;
    top: 80px;
}
.phone span {
    color: #666;
    font-size: 18px;
}
.phone b {
    color: #06c;
    font-size: 30px;
    font-weight: normal;
    display: block;
}
/* }}} header */

/* {{{ content */
h2 {
    font: 24px "Arial Narrow", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}
#content {
    width: 920px;
    margin: 0 auto;
}
.inner #content {
    width: auto;
    margin: 0 65px 0 272px;
    font-size: 14px;
}
#content p {
    margin-bottom: 1em;
}
.submenu {
    width: 270px;
    float: left;
}
#banners {
    text-align: center;
    border-top: 1px solid #f4f2f0;
    border-bottom: 1px solid #f4f2f0;
    padding: 6px 0;
}
#banners ul {
    list-style: none;
    padding: 0 0 0 5px;
    width: 920px;
    margin: 0 auto;
}
#banners ul li {
    display: inline;
}
#banners ul a {
    margin: 5px;
}
#banners ul img {
    vertical-align: top;
}
.main-page-content {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
td.news,
td.partners {
    width: 50%;
    vertical-align: top;
    padding-top: 25px;
}
.news {
    padding-left: 128px;
}
.news h2 {
    background: url(/img/headers.png) no-repeat 0 0;
    height: 22px;
    text-indent: -9999px;
    font-size: 14px;
    margin-bottom: 15px;
}
.news dl {
}
.news dt {
    position: relative;
}
.news dd {
    margin-bottom: 20px;
    color: #999;
    font-size: 80%;
}
.news dt span {
    background: #ece9e5;
    color: #999;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: -105px;
    padding: 2px 5px;
}
.news .more {
    display: block;
    background: url(/img/headers.png) no-repeat 0 -44px;
    height: 14px;
    text-indent: -9999px;
    font-size: 10px;
    text-decoration: none;
}

.partners h2 {
    background: url(/img/headers.png) no-repeat 0 -22px;
    height: 22px;
    text-indent: -9999px;
    font-size: 14px;
    margin-bottom: 15px;
}
.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.partners ul li {
    text-align: center;
    margin: 19px;
}
.partners .more {
    display: block;
    background: url(/img/headers.png) no-repeat 0 -58px;
    height: 14px;
    text-indent: -9999px;
    font-size: 10px;
    text-decoration: none;
}
.partners .c-r-b {
    width: 350px;
}
.partners .c-l-t {
    padding: 10px;
}

/* {{{ round corners */
.c-r-b {
    background: url(/img/c_r_b.png) no-repeat right bottom;
}
.c-l-b {
    background: url(/img/c_l_b.gif) no-repeat left bottom;
}
.c-r-t {
    background: url(/img/c_r_t.gif) no-repeat right top;
}
.c-l-t {
    background: url(/img/c_l_t.gif) no-repeat left top;
}
/* }}} round corners */

/* {{{ feedback form */
#feedback-form {
}
#feedback-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
#mail {
    display: none;
}
#feedback-form table {
    border-collapse: collapse;
}
#feedback-form td {
    padding: 3px 10px 3px 0;
}
#feedback-form textarea {
    display: block;
    margin-bottom: 10px;
}
#wait-box {
    width: 200px;
    padding: 10px;
    height: 50px;
    line-height: 50px;
    border: 5px solid #dedede;
    background: white;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -110px;
    text-align: center;
}

/* }}} feedback form */

/* }}} content */

/* {{{ footer */
#footer {
    background: url(/img/bg_footer.png) repeat-x top;
    padding-top: 85px;
    padding-bottom: 20px;
    text-align: center;
}
.copy {
    color: #888C8C;
    font-size: 11px;
}
/* }}} footer */



