body {
    color: #010000;
    font: 12px Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;
    background: #FFFFFF url("../../images/design/body_bg.png");
}

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

h1, h2 {
    font-size: 14px;
}

a:hover {
    color: #D60808;
}

a {
    color: #010000;
}

:focus {
    outline: none;
}

img {
    border: none;
}

.text, .text_active, .text_warning {
    padding: 2px;
    width: 270px;
}

.text {
    border: 1px solid #C7D8F2;
}

.text_active {
    border: 1px solid #2AA4F0;
}

.text_warning {
    border: 1px solid #F04553;
}

.width50 {
    width: 50px;
}

.width150 {
    width: 150px;
}

.width158 {
    width: 158px;
}

/* ---- Start: Header ---- */

#header {
    margin: 18px auto 0 auto;
    width: 1000px;
    height: 28px;
}

#header div {
    float: left;
    background: transparent url("../../images/design/header_bg.png") repeat-x center top;
    width: 976px;
    height: 28px;
}

/* ---- End: Header ---- */


/* ---- Start: Header1 ---- */
#header1 {
    background: transparent url("../../images/design/main_bg.png") repeat-y top left;
    margin: 0 auto;
    width: 1000px;
}

#header1_wrap {
    position: relative;
    margin: 0 3px;
    padding: 5px;
    background-color: #FFF;
    height: 290px;
}

#search, #user, #info {
    position: absolute;
    top: 15px;
}

.slogan
{
margin-top: 10px;
width: 230px;
}

#search {
    left: 17px;
}

#search_box {
    padding: 20px 0 0 20px;
}

#search_box img {
    margin: 0 10px 0 0;
    float: left;
}

#search_text {
    margin: 0 10px 0 0;
    padding: 0;
    height: 20px;
    float: left;
    color: #979797;
}

#user {
    left: 310px;
}

#info {
    right: 42px;
}

.leftbox {
    width: 231px;
    height: 61px;
    background: url("../../images/design/left.gif") no-repeat top left;
}

.rightbox {
    height: 60px;
    background: url("../../images/design/right.gif") no-repeat top right;
}

#triad {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 25px;
    right: 20px;
    list-style: none;
}

#triad li {
    margin: 0 0 2px 16px;
}

#triad li a {
    background:transparent url("../../images/design/shortcuts.gif") repeat scroll 0 0;
    display: block;
    height: 11px;
    width: 11px;
}

#triad .home a {
    background-position: 0 0;
}

#triad .sitemap a {
    background-position: 0 -15px;

}

#triad .feedback a {
    background-position: 0 -26px;
}

#login #login_link, #login a {
    text-decoration: none;
    line-height: 1;
}

#login #login_link {
    border-bottom: 1px dashed #010000;
    
}

.login
{ 
 margin-left: 5px;    
}

#login a {
    border-bottom: 1px solid #010000;
}

#login #login_link:hover, #login a:hover  {
    color: #D60808;
}

#login #login_link:hover {
    border-bottom: 1px dashed #D60808;
}

#login a:hover {
    border-bottom: 1px solid #D60808;
}

#login_form {
    position: absolute;
    width: 250px;
    top: 65px;
    right: 445px;
    z-index: 20;
}

#login_form .top, #login_form .bottom {
    position: relative;
    height: 9px;
    width: 250px;
    top: 0px;
    left: 0px;
}

#login_form .top {
    background: transparent url("../../images/design/form_top.gif") no-repeat;
}

#login_form .bottom {
    background: transparent url("../../images/design/form_bottom.gif") no-repeat;
}

#login_form form {
    margin: 0;
    padding: 0;
}

#login_form .wrap {
    margin: 0;
    padding: 0;
    height: 140px;
    border-left: 1px solid #2AA4F0;
    border-right: 1px solid #2AA4F0;
    background: #FFF;
}

#login_form h2 {
    margin: 0 0 5px 60px;
}

#login_form dl {
    margin: 4px 0 0 0;
}

#login_form form .label {
    width: 50px;
    margin: 3px 0 0 10px;
    float: left;
}

#login_form form .field {
    padding-left: 20px;
}

#login_form form .forget {
    text-align: right;
    margin-right: 10px;
}

#login_form_close {
    position: absolute;
    top: 9px;
    right: 30px;
}

#login_form_close i {
    width: 13px;
    height: 15px;
    background-position: 0 0;
}

#login_form_close:hover i {
    background-position: 0 -15px;
}

#login_form_error {
    text-align: center;
    font-size: 11px;
    color: #F04553;
}

#login_form_progress div {
    background: transparent url("../../images/design/loader.gif") center center no-repeat;
    font-size: 0;
    height: 8px;
    margin-right: -4px;
    position: relative;
}

i.icon {
    background: transparent url("../../images/design/icons.gif") no-repeat;
    display: block;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
}

.hidden {
    display: none;
}

#login {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
}

#hot_line {
    margin: 0;
    padding: 13px 0 0 10px;
    color: #009CA3;
    font-size: 16px;
}

#hot_line span {
    color: #FF7700;
    font-size: 14px;
    font-weight: bold;
}

#hot_line_info {
    margin: 0;
    padding: 2px 0 0 10px;
    color: #8B8B8B;
}

#logo {
    position: absolute;
    left: 78px;
    top: 136px;
}

#flash {
    position: absolute;
    right: 18px;
    top: 116px;
    z-index: 1;
}


/* ---- End: Header1 ---- */


/*---- Start: Footer ----*/
#footer {
    margin: 0 auto;
    width: 1000px;
}

#bottom {
    position: relative;
    float: left;
    background: transparent url("../../images/design/footer_bg.png") repeat-x left top;
    height: 71px;
    width: 976px;
}

#bottom p {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 15px;
    left: 40px;
    width: 500px;
}

#bottom a {
    color: #393939;
}

/* ---- End: Footer ---- */

#all {
    width: 1000px;
    background: transparent url("../../images/design/main_bg.png") repeat-y top left;
    margin: 0 auto;

    position: relative;
}

#container {
    margin: 0 3px;

    background-color: #FFF;
}

#wrap {
    padding-bottom: 80px;
}

#quote {
    margin: 0;
    position: relative;
    background: transparent url("../../images/design/quote.png") repeat-x;
    height: 44px;
}

#quote_left {
    position: relative;
    top: 0;
    left: 0;
    height: 44px;
    width: 11px;
    background: transparent url("../../images/design/quote_left.gif") no-repeat;
    float: left;
}

#quote blockquote {
    text-align: right;
}

#quote blockquote .author {
    color: #0085CC;
}

#left {
    margin: 0;
    padding-left: 17px;
    float: left;
    width: 270px;
    z-index: 2;
}

#wrapper {
    float: right;
    width: 685px;
}

#content {
    margin: 0;
    padding: 10px 18px 0 0;
    text-align: justify;
}

#content table {
    text-align: left;
}

#content div {
    margin: 0 0 2px 0;
}

.clear {
    clear: both;
}

.blue {
    color: #0086D9;
}

.gray {
    color: #888888;
}

.darkgray {
    color: #393939;
}

.red {
    color: #F04553;
}

#register, #asked {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#register li, #asked li {
    clear: both;
    display: block;
    margin: 0.5em 0;
    padding: 0.25em 0;
}

#register .form-label, #asked .form-label {
    float: left;
    margin: 0 8px 0 0;
    padding: 4px 0;
    text-align: right;
}

#register .form-label {
    width: 150px;
}

#asked .form-label {
    width: 50px;
}

#register .form-input {
    margin-left: 160px;
}

#asked .form-input {
    margin-left: 80px;
}

#register .form-text {
    margin: 4px 0 0 160px;
    font-weight: bold;
}

#register .form-hint, #asked .form-hint {
    display: block;
    font-size: 0.9166em;
    line-height: 1.35em;
    margin: 0.2em 0 0;
}

#register .form-legend {
    color: #888888;
    border-top:1px dashed #888888;
    padding-left: 160px;
}

.dottedblock {
    margin: 10px 0 0 0;
    padding: 4px;
    border: 1px dotted #888888;
}

.row0 {
    background-color: #F7FAFD;
}

.row1 {
    background-color: #DAE4EA;
}

.title, .content {
    margin: 5px 0 0 0;
}

#menu div {
    position: relative;
    background:transparent url("../../images/design/menu_map.gif") no-repeat scroll 0 0;
    width: 270px;
    height: 45px;
    font-size: 13px;
}

#menu .sub {
    height: 100%;
}

#menu .about {
    background-position: 0 0;
}

#menu .company {
    background-position: 0 -45px;
}

#menu .info {
    background-position: 0 -90px;
}

#menu .patients {
    background-position: 0 -135px;
    cursor: pointer;
}

#menu .specialists {
    background-position: 0 -180px;
    cursor: pointer;
}

#menu .consultation {
    background-position: 0 -225px;   
    cursor: pointer;
}

#menu .staff {
    background-position: 0 -225px;
    cursor: pointer;
}

#menu .buy {
    background-position: 0 -270px;
    cursor: pointer;
}

#menu .at_russia {
    background-position: 0 -315px;
}

#menu .grip, #menu .faq {
    background-position: 0 -360px;
}

#menu .reference {
    background-position: 0 -360px;   
    cursor: pointer;
}

#menu .asked {
    background-position: 0 -405px;
}

#menu .contacts {
    background-position: 0 -450px;
}

#menu .forum {
    background-position: 0 -495px;
}

#menu .vacancy {
    background-position: 0 -540px;
}

#menu .bugs {
    background-position: 0 -585px;
}

#menu .simple, #menu .simple1 {
    background-position: 0 -630px;
}

#menu .simple {
    cursor: pointer;
}

#menu .sub .simple p, #menu .sub .simple1 p {
    margin-left: 7px;
}

#menu .sub .sub .simple p, #menu .sub .sub .simple1 p {
    margin-left: 14px;
}

#menu .sub .sub .sub .simple p, #menu .sub .sub .sub .simple1 p {
    margin-left: 24px;
}

.menu_text {
    position: absolute;
    margin: 0;
    padding: 0;
    float: left;
    left: 70px;
    top: 12px;
}

.menu_blue {
    font-weight: bold;
    font-size: 10px;
    color: #434F7A;
    margin-left: 5px;
}

.marker_down, .marker_up, .marker_middle {
    position: absolute;
    display: block;
}

.marker_down, .marker_up {
    right: 10px;
    top: 19px;
    width: 10px;
    height: 6px;
}

.marker_middle {
    left: 0px;
    top: 4px;
    width: 3px;
    height: 5px;
}

.marker_down {
    background:transparent url("../../images/design/marker_down.gif") no-repeat;
}

.marker_up {
    background:transparent url("../../images/design/marker_up.gif") no-repeat;
}

.marker_middle {
    background:transparent url("../../images/design/marker_middle.gif") no-repeat;
}

.pager {
    padding-top: 5px;
    text-align: center;
}

.file {
    background: transparent url('../../images/design/files.gif') no-repeat scroll;
    height: 16px;
    width: 16px;
    float: left;
}

.doc {
    background-position: 0 0px;
}

.bmp {
    background-position: 0 -16px;
}

.jpg, .jpeg {
    background-position: 0 -32px;
}

.png {
    background-position: 0 -48px;
}

.gif {
    background-position: 0 -64px;
}

.psd {
    background-position: 0 -80px;
}

.mp3, .wav, .ogg {
    background-position: 0 -96px;
}

.avi, .wmv, .flv {
    background-position: 0 -112px;
}

.pdf {
    background-position: 0 -128px;
}

.exe {
    background-position: 0 -144px;
}

.txt {
    background-position: 0 -160px;
}

.other {
    background-position: 0 -176px;
}

#uploaded_files {
    padding: 4px;
    border: 1px dotted #888888;
    text-align: center;
    background-color: #F7FAFD;
}

.highlight {
    background-color: #FC2;
}

th {
    background-color: #EDEDED;
}

.tr1 {
    background-color: #F7FAFD;
}

.tr2 {
    background-color: #FAFAFA;
}


