.style1 {color: #FF0000}
html, body {
    padding: 0;
    margin: 0;
}

body {
    background: #fff url("body.gif") repeat-x 0 0;
    font-family: Tahoma, Sans-Serif;
    font-size: 12px;
    color: #1f4156;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
    font-weight: normal;
    font-size: 1em;
    padding: 0;
    margin: 0;
}

/** ------------------------------------------------------------------------- */

#container {
    background: transparent url("illustration.jpg") no-repeat 0 175px;
    min-width: 950px;
}

/** ------------------------------------------------------------------------- */

#header {
}

#header h1 {
    background: transparent url("logo.gif") no-repeat 50% 50%;
    position: absolute;
    height: 87px;
    width: 253px;
    left: 100px;
    top: 30px;
}

#header a {
    display: block;
    height: 87px;
    width: 253px;
}

#header span {
    display: none;
}

/** ------------------------------------------------------------------------- */

#main {
   
}

/** ------------------------------------------------------------------------- */

#topmenu {
    background: transparent url("menu_left.gif") no-repeat 0 100%;
    margin: 0 0 0 390px;
    padding: 0 0 0 86px;
    height: 51px;
}

#topmenu dl {
    background: #f4f7fc url("menu_bg.gif") repeat-x 0 100%;
    height: 51px;
    float: left;
}

#topmenu dt {
    display: none;
}

#topmenu dd {
    background: transparent url("menu_separator.gif") no-repeat 100% 0;
    display: block;
    float: left;
}

#topmenu dd.last {
    background: none;
}

#topmenu a {
    background: transparent url("arrow_red.gif") no-repeat 10px 50%;
    padding: 0 10px 0 25px;
    line-height: 40px;
    display: block;
    color: #454545;
}

#topmenu a:hover {
    color: #000;
}

#topmenu dd span {
    background: transparent url("arrow_grey.gif") no-repeat 10px 50%;
    padding: 0 10px 0 25px;
    line-height: 40px;
    display: block;
    color: #a7a7a7;
}

/** ------------------------------------------------------------------------- */

#topmenu_end {
    background: transparent url("menu_right.gif") no-repeat 50% 50%;
    display: block;
    height: 51px;
    width: 75px;
    float: left;
}

/** ------------------------------------------------------------------------

#phone {
    margin: 45px 80px 45px 460px;
    clear: both;
}

#phone dl {
    background: transparent url("phone.jpg") no-repeat 100% 50%;
    height: 26px;
}

#phone dl * {
    display: none;
}

/** ------------------------------------------------------------------------- */

#mainmenu {
    margin: 45px 80px 45px 460px;
    height: 95px;
}

#mainmenu dt {
    display: none;
}

#mainmenu dd {
    background: transparent url("ico_car.gif") no-repeat 50% 0;
    text-align: center;
    display: block;
    float: left;
    width: 25%;
}

#mainmenu dd.ico1 {
    background: transparent url("ico_car.gif") no-repeat 50% 8px;
}

#mainmenu dd.ico2 {
    background: transparent url("ico_comp.gif") no-repeat 50% 0;
}

#mainmenu dd.ico3 {
    background: transparent url("ico_notebook.gif") no-repeat 50% 0;
}

#mainmenu dd.ico4 {
    background: transparent url("ico_clock.gif") no-repeat 50% 0;
}

#mainmenu a {
    text-decoration: none;
    padding: 60px 0 5px 0;
    font-size: 9px;
    display: block;
    color: #626262;
}

#mainmenu a:hover {
    color: #333;
}

#mainmenu span {
    padding: 60px 0 5px 0;
    font-size: 9px;
    display: block;
}

/** ------------------------------------------------------------------------- */

#content {
    margin: 45px 70px 0 460px;
    clear: both;
}

#content h1 {
    font-size: 18px;
    margin: 25px 0;
}

#content h2 {
    font-size: 18px;
    margin: 25px 0;
}

#content h3 {
    font-weight: bold;
    font-size: 13px;
    margin: 20px 0 15px 0;
}

#content a {
    color: #14689c;
}

#content p {
    margin: 15px 0;
}

#content ul {
    list-style-type: none;
    margin: 15px 0;
}

#content li {
    background: transparent url("bullet.gif") no-repeat 0 5px;
    padding: 0 0 0 10px;
}

/** ------------------------------------------------------------------------- */

#content .prices {
    border-collapse: collapse;
    width: 100%;
}

#content .prices td {
    border-bottom: 1px solid #cecece;
    padding: 7px 10px;
    text-align: left;
}

#content .prices .foot td {
    border-bottom: none;
    font-size: 11px;
}

/** ------------------------------------------------------------------------- */

#content .post {
    border-bottom: 1px solid #cecece;
}

#content .post h3 {
    font-weight: normal;
    margin: 10px 0;
}

#content .post h3 a {
    font-weight: bold;
    color: #1f4156;
}

#content .post p {
    margin: 10px 0;
}

#content .post p.more {
    text-align: right;
    font-size: 11px;
}

/** ------------------------------------------------------------------------- */

#footer {
    background: transparent url("logo_small.gif") no-repeat 0 0;
    padding: 30px 0 10px 35px;
    margin: 45px 80px 0 30px;
    line-height: 140%;
    font-size: 11px;
    color: #9f9f9f;
}

#liveinternet {
    margin: 0 0 0 10px;
    float: right;
}

#copyright {
    float: left;
}

#contacts {
    text-align: right;
}

#footer a {
    color: #14689c;
}

/** ------------------------------------------------------------------------- */
