
html, body, iframe, object, applet,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
span, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

img.left {
    margin: 0 15px 0 0;
    float: left;
}

img.right {
    margin: 0 0 0 15px;
    float: right;
}

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

body {
    background: #FFF url('body.gif') repeat-x 0 0;
    font-family: Arial, Verdana, Sans-Serif;
    line-height: 1.3em;
    font-size: 13px;
    color: #494949;
}

h2 {
    background: transparent url('h2-icon.gif') no-repeat 0 50%;
    font-family: Tahoma, Sans-Serif;
    padding: 0 0 0 20px;
    font-weight: bold;
    font-size: 20px;
    color: #EEA92A;
    margin: 20px 0 15px 0;
}
h1 {
    text-transform: uppercase;
    margin: 30px 0 18px 0;
    font-weight: bold;
    font-size: 15px;
    color: #4995DF;
}

p {
    margin: 1em 0;
}

a {font:normal 12px arial; text-decoration:underline; color:#FF6600}
a:hover {font:normal 12px arial; text-decoration:none; color:#FF6600}

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

#container {
    background: transparent url('header-right.jpg') no-repeat 100% 0;
}

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

#header {
    background: transparent url('header-left.jpg') no-repeat 0 0;
    height: 269px;
}

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

#title {
    padding: 90px 0 0 400px;
}

#title h1 {
    display: none;
}

#title p {
    background: transparent url('title.gif') no-repeat 0 0;
    font-family: Arial, Sans-Serif;
    padding: 56px 0 0 0;
    font-size: 14px;
    width: 254px;
    margin: 0;
}

#title p a {
    text-decoration: none;
    color: #429DE0;
}

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

#phone {
    margin: 43px 0 0 20px;
    float: left;
}

#phone p {
    font-family: 'Bookman Old Style', Georgia, Sans-Serif;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 24px;
    color: #EEA92A;
    margin: 0;
}

#phone p span {
    letter-spacing: 0px;
    font-size: 17px;
    color: #409DE2;
}

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

#menu-main {
    padding: 50px 0 0 360px;
}

#menu-main ul {
}

#menu-main li {
    margin: 0 20px 0 0;
    display: inline;
}

#menu-main a {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #2D2D2D;
}

#menu-main li.current a {
    color: #D45A00;
}

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

#bars {
    display: inline-block;
    overflow: hidden;
}

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

#sidebar {
    padding: 0 45px 0 25px;
    width: 215px;
    float: left;
}

#sidebar .menu {
    margin: 15px 0 25px 0;
}

#sidebar .menu li {
    background: transparent url('menu-bullet.gif') no-repeat 0 50%;
    border-bottom: 1px dotted #A4A4A4;
    font-family: Arial, Sans-Serif;
    border-right: 1px solid #fff;
    font-size: 12px;
    display: block;
}

#sidebar .menu li.last {
    border-bottom: 1px solid #fff;
}

#sidebar .menu a {
    padding: 4px 0 4px 15px;
    text-decoration: none;
    display: block;
    color: #494949;
}

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

#news {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

.news-item {
    border-bottom: 1px dotted #A4A4A4;
    padding: 0 0 15px 0;
    margin: 15px 0;
}

.news-item .date {
    margin: 0 5px 0 0;
    color: #4291E1;
    float: left;
}

.news-item h3 {
    font-weight: bold;
    color: #F0B446;
}

.news-item h3 a {
    text-decoration: none;
    font-weight: bold;
    color: #F0B446;
}

.news-item p {
    margin: 2px 0;
    color: #3E3C41;
}

#news p.more {
    margin: 15px 0;
}

#news p.more a {
    font-weight: bold;
    color: #4291E1;
}

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

#mainbar {
    padding: 0 0 0 285px;
    line-height: 1.4;
}

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

#courses {
    font-family: Arial, Sans-Serif;
    display: inline-block;
    line-height: 1.3;
    overflow: hidden;
    font-size: 12px;
    color: #000;
}

.course {
    border: 1px solid #B3B3B3;
    margin: 0 15px 15px 0;
    text-align: center;
    height: 283px;
    padding: 5px;
    width: 202px;
    float: left;
}

.course h3 {
    margin: 2px 0 2px 0;
    font-weight: bold;
    color: #5596D2;
}

.course p {
    font-size: 11px;
    margin: 0;
}

.course h3 a {
    font-weight: bold;
}

.course a {
    text-decoration: none;
    color: #5596D2;
}

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

#footer {
    background: transparent url('footer-repeat.gif') repeat-x 0 0;
    /* border-top: 1px solid #fff; */
    height: 133px;
}

#footer .bg {
    background: transparent url('footer-left.jpg') no-repeat 0 0;
    height: 133px;
}

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

#buttons {
    padding: 70px 15px 0 0;
    float: right;
}

#buttons li {
    margin: 0 5px 0 0;
    display: inline;
}

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

#copyright {
    background: transparent url('footer-premier.jpg') no-repeat 0 100%;
    padding: 70px 0 0 70px;
    margin: 0 0 0 290px;
    height: 30px;
}

#copyright p {
    font-size: 11px;
    color: #284259;
    margin: 0;
}

/** ------------------------------------------------------------------------ */
.anotacia {font:normal 16px serif; color:#CC6600; padding:5px; line-height:100%}
.price {font:normal 20px serif; color:#CC6600}
.phones {font:normal 20px serif; color:#CC6600}
.smallphones {font:normal 12px serif; color:#CC6600}
.small{font:normal 11px serif; color:#000000}
.rh {	background: #BADAF3;	text-align: center; font: bold;}
.r2 {	background: #EAF1F7;	text-align: center;}
.r1 {	background: #E6F0FA;	text-align: center;}
.color{color: #000000}
.color:hover {font:normal 12px arial; text-decoration:none; color:#000000}
.otstup {padding-left: 220px}