/* reset */
html{
    color:#000;
    background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}

ol {
 counter-reset: numlist 0;
}

ol li:before {
 counter-increment: numlist;
 content: counter(numlist) ". ";
 font-weight: bold;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{
    font-style:inherit;
    font-weight:inherit;
}
del,ins{
    text-decoration:none;
}
li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
    font-variant:normal;
}
sup{
    vertical-align:baseline;
}
sub{
    vertical-align:baseline;
}
legend{
    color:#000;
}
input,button,textarea,select,optgroup,option{
    font-family: Tahoma, Verdana, sans-serif;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}
input,button,textarea,select{
    font-size:100% !important;
}
/* /reset */

/* unreset */
html {
    background: #fff;
}
body {
    color: #444;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 13px;
    min-width: 970px;
}
h1, h2, h3 {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
h1 a, h2 a, h3 a {
    text-decoration: none;
}
h1 {
    color: #3376c0;
    font-size: 150%;
}
h2, h3 {
    font-size: 125%;
    margin: 0 0 0.5em;
}
h3 {
    color: #690;
}
h4 {
    font-weight: bold;
    margin-bottom: 1.5em;
}
p {
    line-height: 1.25;
    margin: 0 0 1em;
}
a {
    color: #1f6fbe;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
small {
    font-size: 85%;
}
dt {
    margin: 0 0 0.25em;
}
dd {
    margin: 0 0 0.5em 1em;
}
li {
    line-height: 1.3;
}
input, textarea {
    padding: 1px;
}
/* /unreset */



/* structure */
.content {
    margin: 1em 0;
}

.content_price {
 text-align:  center;
}

.left {
    float: left;
    width: 20em;
    margin-left: -100%;
}
.left .innertube {
    margin: 0 1em;
}
* html .left {
   margin-left: expression('-'+this.parentNode.offsetWidth + 'px');
}
* html .left .innertube {
}

.center {
    float: left;
    width: 100%;
}
.center .innertube {
    margin: 0 20em 0 20em;
    overflow: hidden;
}
* html .center {
    margin-left: -3px;
}

.right {
    float: left;
    margin: 0 0 0 -20em;
    width: 20em;
}
.right .innertube {
    margin: 0 1em;
}
* html .right .innertube {
    margin-left: -3px;
}

.header .center .innertube {
    margin: 0 430px 0 24em;
    overflow: hidden;
    //height: 1%;
}

.header .center .innertube dt, .header .center .innertube dd, .header .center p {
    font-weight: bold;
}

.header .center p {
    text-align: center;
}
.header .left {
    float: left;
    margin: 0 0 0 -100%;
    width: 24em;
}
.header .left .innertube {
    margin: 0 1em;
}

.header .right {
    float: left;
    margin: 0 0 0 -451px;
    width: 451px;
}
* html .header .right {

}
.header .right .innertube, .header .ad .innertube p {
    margin: 0;
}
/* /structure */



/* cms */
.cms {
    background: #ffffce;
    border-bottom: 1px solid #cccca5;
    font: 13px normal Tahoma, Verdana, sans-serif;
    overflow: hidden;
    //height: 1%;
}
.cms .left {
    float: left;
    margin: 0;
    width: auto;
}
.cms .right {
    float: right;
    margin: 0;
    width: auto;
}
.cms ul {
    overflow: hidden;
    padding: 0.5em 0;
    //height: 1%;
}
.cms li {
    float: left;
    margin: 0 0.5em;
    //height: 1%;
}
/* /cms */


/* header */
.header {
    background: #e0f9fe url(../images/header-bg.png) repeat-x 0 0;
    overflow: hidden;
    //height: 1%;
}

.logo {
    background: #fff url(../images/logo-bg.jpg) no-repeat 100% 0;
    height: 143px;
}
.logo h1 {
    background: url(../images/logo.png) no-repeat 0 0;
    height: 91px;
    margin: 0.75em 0 0.25em 0.5em;
    text-indent: -1000em;
    width: 230px;
}
.logo a {
    display: block;
    height: 100%;
}
.logo p {
    margin: 0 0 0 2em;
}

.contacts dl, .contacts p {
    margin: 0.75em auto;
    width: 18em;
}

.contacts dt {
    float: left;
    width: 8.5em;
}
.contacts dd {
    margin: 0 0 0.25em 0;
}

.header .ad img {
    display: block;
}

.header .menu {
    background: #dedede url(../images/menu-bg.png) repeat-x 0 0;
    border-top: 1px solid #858c9b;
    border-bottom: 1px solid #858c9b;
    clear: both;
    overflow: hidden;
    position: relative;
    //height: 1%;
}
.header .menu .innertube {
    float: left;
    left: 50%;
    position: relative;
}
.header .menu ul {
    background: url(../images/menu-li-bg.png) no-repeat 0 50%;
    left: -50%;
    overflow: hidden;
    position: relative;
    //height: 1%;
}
.header .menu li {
    background: url(../images/menu-li-bg.png) no-repeat 100% 50%;
    float: left;
    padding: 0.5em 1em;
}
.header .menu .index {
    display: none;
}
.header .menu a {
    text-decoration: none;
}
.header .menu a:hover, .header .menu .active a {
    text-decoration: underline;
}
/* /header */



/* content */
.content {
    overflow: hidden;
    //height: 1%;
}



/* errors */
.error, .notice, .warning {
    /*background: #ffffce;*/
    border: 1px solid #bfbfbf;
    padding: 1em 1em 0;
}

.notice {
    background: #CCFFCC;
    color: black;
}
.warning {
    background: #FFFFCC;
    color: black;
}
.error {
    background: #FFCCCC;
    color: black;
}

/* bread */
.content .center .bread ul {
    margin: 0 0 1em;
    overflow: hidden;
    //height: 1%;
}
.content .center .bread li {
    background: url(../images/bread.png) no-repeat 0 50%;
    float: left;
    margin: 0 0.5em 0 0;
}
.content .center .bread .index {
    background: none;
    padding: 0;
}



/* block */
.block {
    border: 1px solid #bfbfbf;
    margin: 0 0 1em;
}

* html .block {
    margin-left: 3px;
}

.block h3 {
    background: url(../images/block-h1.png) no-repeat 100% 0;
}
.block h3 a {
    color: #690;
}
.block h3 span {
    background: url(../images/block-h2.png) no-repeat 0 0;
    display: block;
    padding: 1.25em 0.35em 0;
}
.block ul, .block p, .block form {
    padding: 0 0.5em;
}
.block li {
    margin: 0 0 0.35em;
}
.block .b {
    background: url(../images/block-b1.png) no-repeat 0 100%;
}
.block .b div {
    background: url(../images/block-b2.png) no-repeat 100% 100%;
    height: 0.5em;
}
.right .consults, .right .feedbacks {
    background: url(../images/consults.png) no-repeat 95% 2em;
}
.right .feedbacks {
    background-image: url(../images/feedbacks.png);
}
.consults h3 span, .feedbacks h3 span {
    padding-right: 3em;
}



/* menu */
.content .menu li {
    background: url(../images/block-li.png) no-repeat 0 0.35em;
    padding: 0 0 0 1em;
}
.content .menu a {
    text-decoration: none;
}
.content .menu a:hover, .content .menu .active a {
    text-decoration: underline;
}



/* poll */
.content .poll label {
    display: block;
    margin: 0 0 0.5em;
}



/* advert */
.content .ad li {
    margin: 0 0 1em;
}



/* news */
.content .news .item {
    border-bottom: 1px solid #eee;
    margin: 0 0 1em;
    padding: 0 0 1em;
}
.content .news p {
    overflow: hidden;
    //height: 1%;
}
.content .news img {
    float: left;
    margin: 0 1em 0.5em 0;
}
.extra {
    margin: -0.5em 0 0;
    text-align: right;
}
.extra a {
    background: url(../images/block-li.png) no-repeat 0 0.5em;
    color: #72bf00;
    padding: 0 0 0 1em;
}

/* slides */
.content .center ul.slides {
    margin: 0;
    overflow: hidden;
/*    height: 1%;*/
    display: block;
    clear: both;
}
* html .content .center ul.slides {
    display: inline-block;
}

.content .center .slides li {
    background: none;
    float: left;
    margin: 0 2em 1em 0;
    padding: 0;
    text-align: center;
    width: 150px;
    display: inline;
    word-wrap: break-word;
    list-style: none;
}
.content .slides img {
    background: url(../images/transparent.png) no-repeat 50% 50%;
    height: 150px;
    width: 150px;
}


/* consults, feedbacks */
.content .consults .item, .content .feedbacks .item {
    border: 1px solid #bfbfbf;
    margin: 0 0 1em;
    padding: 1em;
}
.content .consults dt, .content .feedbacks dt {
    margin: 0 0 1em;
}
.content .consults dd, .content .feedbacks dd{
    background: url(../images/answer.png) no-repeat 1em 0.5em;
    margin: 0;
    padding: 0 0 0 3.5em;
}

.content .consults dd > span {
    color: #6060FF;
}

/* output */
.content .center h1 {
    margin: 0 0 0.5em;
}

.content .center ol, .content .center ul {
    margin: 0 0 1em 2em;
}
.content .center ul li {
    background: url(../images/li.png) no-repeat 0 0.45em;
    padding: 0 0 0 1em;
    margin: 0 0 0.5em;
}

/* .content .center table {
border-collapse: separate;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin: 0 0 1em;
width: 90%;
}
.content .center th, .content .center td {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 0.5em;
}*/

.content p, .content li, .content dt, .content dd {
    line-height: 1.4;
}
.content p img {
    margin: 1em;
}

/* ad */
.content p.swf {
    color: #fff;
    height: 60px;
}
.content p.ad img {
    margin: 0;
}

* html .content p.ad img {
    margin-left: 3px;
}

/* forms */
form {
    margin: 1em 0 1em 1em;
}
form dd {
    margin: 0 0 1em;
}
form sup {
    color: #c00;
    margin: 0 0 0 0.15em;
}

/* pager */
.pager {
    margin: 1em 0 0;
    overflow: hidden;
    display: inline-block;
    clear: both;
}

* html .pager {
    zoom: 1;
}

.content .center .pager li {
    background: none;
    float: left;
    margin: 0 0.25em 0 0;
    padding: 0.5em 1em;
}
.pager .active {
    background: #ffffce;
    border: 1px solid #cccca5;
}
.pager .active a {
    color: #111;
    text-decoration: none;
}



/* timedesk */
.timedesk h3 {
    color: #d60000;
}
.timedesk ul {
    margin: 0 0 1em;
}
/* /content */



/* footer */
.footer {
    background: #efefef url(../images/footer-bg.png) repeat-x 0 0;
    padding: 1.5em 0 1em;
    overflow: hidden;
    //height: 1%;
}
.footer .copyright {
    text-align: center;
}
.footer .counters {
    text-align: right;
}
.footer .counters a {
    margin-left: 1em;
}
/* /footer */



/* error */
body.error {
    margin: 3em;
}
.error h1 {
    font-size: 300%;
}
/* /error */

/* print preview */
#closepreview {
    background: #666;
    color: #fff;
    overflow: hidden;
    width: 100%;
}
#closepreview h1 {
    color: #fff;
    font: normal 100% sans-serif;
    margin: 0.5em 1em;
}
#closepreview input {
    margin: 0 0 0 1em;
    padding: 0.1em 0.5em;
    //padding: 0.1em 0.25em;
    vertical-align: middle;
}
/* /print preview */
table.captcha {
    border: 0 none;
}
form#subscribe label {
    display: block;
    padding: 0 0 0 1.5em;
}

form#questions dt {
    font-weight: bold;
}

form#questions dd table tr.odd{
    background-color: #CCCCCC;
}

form#questions .percent {
    text-align: right;
}

.percent_text {
    padding-right: 20px;
}