@charset "utf-8";
/* CSS Document */
a, a:hover, input, button::-moz-focus-outer, ::-moz-focus-inner{
    outline: none !important;
    border:none !important;
}

body {
    background: url(../images/bg.jpg) no-repeat center top #1a444d;
    padding: 0px;
    margin: 0px;
    font-family: tahoma, arial;
}

.clear {
    clear: both;
}

/* HEAD */
.head-bg {
    background: url(../images/head.jpg) no-repeat center;
    height: 130px;
}

#head {
    width: 946px;
    padding-top: 27px;
    margin: 0 auto;
}

#head h2.logo {
    margin: 0px;
    padding: 30px 0 0 24px;
    float: left;
}

#head h2.logo a {
    display: block;
    background: url(../images/logo.gif) no-repeat;
    width: 276px;
    height: 52px;
    outline: none;
}

#head div.slogan {
    display: block;
    background: url(../images/slogan.gif) no-repeat;
    width: 417px;
    height: 59px;
    float: left;
    margin: 30px 0 0 40px;
}

#head ul {
    margin: 0px;
    padding: 0px;
    padding-top: 63px;
    float: right;
}

#head ul li {
    list-style: none;
    float: left;
    padding: 0 24px 0 24px;
}

#head ul li a {
    display: block;
    height: 10px;
    width: 11px;
    outline: none;
}

#head ul li.home a {
    background: url(../images/icon-home.gif) no-repeat;
    padding-left: 0px;
    outline: none;
}

#head ul li.sitemap a {
    background: url(../images/icon-sitemap.gif) no-repeat;
    outline: none;
}

#head ul li.mail a {
    background: url(../images/icon-mail.gif) no-repeat;
    outline: none;
}

/* MENU */
.menu-bg {
    background: url(../images/menu-bg.jpg) no-repeat center;
    height: 130px;
}

#menu {
    width: 946px;
    height: 130px;
    margin: 0 auto;
    border: 0px solid #FFFFFF;
}

#menu ul {
    margin: 0px;
    padding: 0px;
}

#menu ul li {
    list-style: none;
    float: left;
}

#menu ul li a {
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    height: 75px;
    text-align: center;
    border: 0px solid #FFFFFF;
    padding-top: 55px;
    outline: none;
}

#menu ul li.item1 a {
    width: 106px;
    outline: none;
}

#menu ul li.item2 a {
    width: 90px;
    outline: none;
}

#menu ul li.item3 a {
    width: 89px;
    outline: none;
}

#menu ul li.item4 a {
    width: 137px;
    outline: none;
}

#menu ul li.item5 a {
    width: 126px;
    outline: none;
}

#menu ul li.item6 a {
    width: 126px;
    outline: none;
}

#menu ul li.item7 a {
    width: 112px;
    outline: none;
}

#menu ul li.item8 a {
    width: 160px;
    outline: none;
}

#menu ul li a:hover {
    background: url(../images/menu-bg-hover.png) no-repeat;
    text-decoration: none;
    outline: none;
}

.itemOn {
    background: url(../images/menu-bg-hover.png) no-repeat !important;
    text-decoration: none;
    outline: none;
}

/* MAIN */
.content-bg {
    background: url(../images/content-bg.png) repeat-y center;
}

#main {
    clear: both;
    width: 946px;
    margin: 0 auto;
    padding-bottom: 20px;
}

#main .right-column {
    float: right;
    width: 360px;
}

.gradient {
    background: url(../images/gradient.gif) repeat-x;
    padding-top: 10px;
}

#main {
    width: 946px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 17px;
    position: relative;
}

#main .right-column {
    float: right;
}

#main .left-column {
    width: 525px;
}

#main .left-column h3 {
    font-size: 12px;
}

#main .right-column h2,
#main .left-column h1, #main .left-column h2 {
    color: #1a444d;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}

#main .left-column a,
#main .right-column a {
    color: #1a444d;
    text-decoration: underline;
    outline: none;
}

#main .left-column a:hover {
    text-decoration: none;
    outline: none;
}

/* FOOTER */
.footer-bg {
    background: url(../images/footer-bg.png) no-repeat center top;
    height: 98px;
    clear: both;
}

#footer {
    height: 98px;
    margin: 0 auto;
    width: 946px;
}

#footer span {
    display: block;
    float: left;
    color: #f3f3f3;
    font-size: 11px;
}

#footer span a {
    color: #f3f3f3;
    text-decoration: none;
    outline: none;
}

#footer span a:hover {
    text-decoration: underline;
    outline: none;
}

#footer span.label1 {
    padding: 17px 0 0 26px;
}

#footer span.label2 {
    padding: 17px 0 0 34px;
}

#footer span.label3 {
    float: right;
    padding: 24px 29px 0 0;
}

/* MISC */
p.name {
    font-size: 14px;
    font-weight: bold;
}

p.name span {
    font-size: 12px;
    font-weight: normal;
    color: #979797;
}

table.form {
    font-size: 12px;
}

table.form td {
/*    padding: 0px;*/
    margin: 0px;
/*    padding-bottom: 6px;*/
}

table.form td.form-label {
    text-align: right;
}

table.form input.text {
    background: url(../images/text-area.gif) no-repeat;
    width: 203px;
    height: 27px;
    border: 0px;
    font-family: tahoma;
    font-size: 12px;
    padding: 0 8px 0 8px;
    line-height: 12px;
}

table.form input.text-kod {
    background: url(../images/text-area-kod.gif) no-repeat;
    width: 89px;
    height: 27px;
    border: 0px;
    font-family: tahoma;
    font-size: 12px;
    padding: 0 8px 0 8px;
}

table.form input.button {
    background: url(../images/button.jpg) no-repeat;
    width: 161px;
    height: 41px;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-size: 0px;
}

table.form input.button-q {
    background: url(../images/button-question.jpg) no-repeat;
    width: 158px;
    height: 38px;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-size: 0px;
}

table.form input.button-otz {
    background: url(../images/button-otz.jpg) no-repeat;
    width: 158px;
    height: 38px;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-size: 0px;
}

table.form select.text-select {
    background: url(../images/text-area.gif) no-repeat;
    width: 219px;
    height: 27px;
    border: 0px;
    font-family: tahoma;
    font-size: 12px;
    padding: 0px 8px 0 8px;
    vertical-align: bottom;
}

table.form textarea.q {
    background: url(../images/text-area-bg.gif) no-repeat;
    width: 203px;
    height: 139px;
    border: 0px;
    padding: 4px 8px 4px 8px;
    font-family: tahoma;
    font-size: 12px;
    resize: none;
}

table.form textarea.otz {
    background: url(../images/text-area-bg-otz.gif) no-repeat;
    width: 343px;
    height: 139px;
    border: 0px;
    padding: 4px 8px 4px 8px;
    font-family: tahoma;
    font-size: 12px;
    resize: none;
}

.form-pad {
    padding-right: 18px;
}

.form-message {
    padding-left: 30px;
    padding-right: 15px;
}

.textcontent {
    padding-left: 35px;
}

.text-otz {
    -moz-border-radius: 3px 3px 3px 3px;
    background-color: #f4f4f4;
    color: #494949;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    margin-right: 35px;
}

.index-otz {
    -moz-border-radius: 3px 3px 3px 3px;
    background-color: #f4f4f4;
    color: #494949;
    padding: 5px 10px 5px 10px;
    width: 285px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #494949;
    font-style: italic;
    line-height: 21px;
}

.right {
    padding-left: 100px;
}

.spoiler {
    display: block;
    height: 55px;
    background: url(../images/menu-bg.jpg) no-repeat center;
    clear: both;
    width: 367px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: italic;
    color: #FFFFFF;
    padding-top: 15px;
    padding-left: 580px;
    margin-bottom: 20px;
}

.spoiler a {
    color: #FFFFFF !important;
    outline: none !important;
    text-decoration: none  !important;
}

.index {
    background: url(../images/men.jpg) no-repeat left bottom;
    height: 300px;
    padding-left: 255px;
    width: 310px !important;
}

a.index-karta {
    display: block;
    width: 354px;
    height: 225px;
    background: url(../images/index-karta.png) no-repeat;
    position: absolute;
    top: 190px;
    left: 200px;
}

.clear {
    clear: both;
}

/* Style Select Box */
.newListSelected {
    width: 219px;
    margin: 0 auto;
}

.selectedTxt {
    width: 203px;
    height: 27px;
    padding: 0 8px 0 8px;
    overflow: hidden;
    background: url(../images/select.gif) no-repeat;
    color: #000;
    font-size: 12px;
    line-height: 27px;
    zoom: 1;
    position: relative;
    z-index: 1;
}

.newList {
    list-style: none;
    padding: 0;
    margin: 0 0 0 4px;
    width: 215px;
    position: absolute;
    z-index: 500;
    top: 35px;
    border: 1px solid #999999;
}

.newList li {
    padding: 0;
    margin: 0;
}

.newList li a {
    display: block;
    background: #FFF;
    opacity: 0.85;
    filter: alpha(opacity = 85);
    font-size: 12px;
    padding: 0 6px;
    line-height: normal;
    outline: none;
    height: 20px;
    padding: 6px 0 0 6px;
    overflow: hidden;
    outline: none;
}

.newList li a:link, .newList li a:visited, .newList li a:hover {
    color: #000;
    text-decoration: none;
    outline: none;
}

.newList li a.hiLite, .newList li a.newListHover {
    opacity: 0.95;
    filter: alpha(opacity = 95);
    outline: none;
}

label {
    padding-right: 3px;
}

h3.toggle {
    height: 52px;
    display: block;
    color: white;
    cursor: pointer;
    margin: 0;
    padding: 4px 0 0 10px;
    font: bold 22px Arial;
}

h3.toggle span {
    font-size: 35px;
    background: url('/images/master_klass/right_small.png') no-repeat 0 13px;
    padding-left: 27px;
    height: 22px;
}

h3.toggle span.down_arrow {
    background: url('/images/master_klass/down_small.png') no-repeat 0 13px;
}

div.toggle {
    display: none;
}

div.marge {
    height: 5px;
    display: block;
}

ul.list_strip {
    margin: 0;
    padding: 0;
}

ul.list_strip li {
    background-repeat: no-repeat;
    list-style: disc inside;
    color: white;
    font: bold 15px Arial;
    padding: 7px 0 0 5px;
    margin: 5px 0 0 0;
    width: 495px;
    height: 33px;
}

div.toggle ul li {
    list-style: none inside;
    margin-top: 5px;
    width: 484px;
    height: 29px;
    color: white;
    font: bold 16px Arial;
    padding: 3px 0 0 5px;
}

.parts span {
    background: url('/images/master_klass/chact.png') no-repeat;
    height: 30px;
    width: 80px;
    float: left;
    display: block;
    text-align: center;
    margin-right: 10px;
    color: white;
    padding-top: 3px;
}

div.toggle table td {
    vertical-align: top;
    padding: 10px;
}

.button-question {
    background: url('/images/button-question.jpg') no-repeat;
    width: 158px;
    height: 38px;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-size: 0px;
}

.button-visit {
    background: url('/images/button-visit.jpg') no-repeat;
    width: 301px;
    height: 41px;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-size: 0px;
}

.button-addFriend {
    background: url('/images/button-addFriend.jpg') no-repeat;
    width: 123px;
    height: 41px;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-size: 0px;
}

.button-remove {
    background: url('/images/button-remove.jpg') no-repeat;
    width: 37px;
    height: 41px;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-size: 0px;
}

.button-recomendation {
    background: url('/images/button-recomendation.jpg') no-repeat;
    width: 192px;
    height: 41px;
    overflow: hidden;
    border: 0px;
    cursor: pointer;
    font-size: 0px;
}

.text {
    background: url(/images/text-area.gif) no-repeat;
    width: 203px;
    height: 27px;
    border: 0px;
    font-family: tahoma;
    font-size: 12px;
    padding: 0 8px 0 8px;
    line-height: 12px;
}

.big-text {
    background: url(/images/big-text.jpg) no-repeat;
    width: 559px;
    height: 27px;
    border: 0px;
    font-family: tahoma;
    font-size: 12px;
    padding: 0 8px 0 8px;
    line-height: 12px;
}

.big-textarea {
    background: url(/images/area.jpg) no-repeat;
    width: 543px;
    height: 269px;
    border: 0px;
    padding: 4px 8px 4px 8px;
    font-family: tahoma;
    font-size: 12px;
    resize: none;
}

/*.error.text, .error.text-kod,  .error.newListSelected, textarea.error{
    border: 1px !important;
    border-style: inset !important;
    border-color: red !important;
}*/

label.error{
    color: red !important;
}

#main .right-column h2, #main .left-column h1, #main .left-column h2 {margin:0 0 15px 0;}
#main .right-column p, #main .left-column p, #main .left-column p {margin:14px 0;}
table.form td.form-label {padding-right:3px;}
.index {height:300px;}
.spoiler {position:relative;}
a.index-karta {top:-135px;}
.index {background:none;}
.man {background:url(../images/men.jpg) no-repeat; background-position:left bottom;}
.clr {clear:both; font-size:1px; height:1px; line-height:1px;}

