/*
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #3d3d3d;
    font-family: Arial;
    font-size: 12px;
    background-image: url(../images/bg.jpg);
}
#bg {
    background: #e5e5e5;
}

#bg img.bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
}

#wrapper {
    position:absolute;
    left:50%;
    top: 50%;
    width: 950px;
    height: 600px;
    margin-left: -475px !important;
    margin-top: -290px !important;
}

#logo {
    position: absolute;
    left: 24px;
    top: 15px;
    border: 0px;
}

#companies {
    position: absolute;
    left: 177px;
    top: 18px;
}

#companies img {
    margin-right: 27px;
}

#companies a {
    text-decoration: none;
}

#bricks-prev {
    position: absolute;
    top: 36px;
    left: 600px;
    color: #000;
    text-decoration: none;
}
#bricks-next {
    position: absolute;
    top: 36px;
    left: 817px;
    color: #000;
    text-decoration: none;
}
#bricks {
    padding-left: 0px;
    position: absolute;
    left: 684px;
    top: 38px;
    width: 124px;
    height: 14px;
    text-align: right;
    background-image: url(../images/pages2.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: left;
}

#bricks a {
    margin-left: 0px;
    margin-right: 4px;
    text-align: left;
    text-decoration: none;
    /*    outline: 2px dotted green;*/
}

#bricks a.last {
    margin-right: 0px;
}

#path {
    position: absolute;
    left: 430px;
    top: 40px;
    width: 480px;
    text-align: right;
}

#pathtag {
    width: 400px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

#pathsubtag {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

/*
#pathslide {
    width: 400px;
    color: #f00;
    font-weight: bold;
    font-size: 14px;
    top: 80px;
}
*/
#pathslide {
    width: 440px;
    color: #f00;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: 35px;
    left: 50px;
    z-index: 1;
    float: left;
}

.lefttags {
    position: absolute;
    left: 20px;
    top: 150px;
    text-align: left;
    height: 420px;
    display: table;
}
.subscr {
    display: table-cell; vertical-align: bottom; left: 0px;
}
.tags {
    display: table-cell;
    vertical-align: top;
}

.tags ul {
    list-style-type: none;
}

.tags li {
    margin-top: 10px;
    font-weight: normal;
}

.tags li.currenttag>a {
    color: #f00;
    background-image: url(../images/redline.png);
}

.tags li a, .tags a.ok, .subscr a.ok {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    background-image: url(../images/line.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 4px;
}

.tags li a:hover, a.ok:hover {
    color: #f00;
    background-image: url(../images/redline.png);
}

.tags li a.active {
    color: #f00;
}

.subtags {
    margin-top: 4px;
    padding-left: 0px;
}

.subtags ul {

}

.subtags li {
    margin-top: 2px;
}

.subtags li a {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    background-image: none;
}

.subtags li a:hover {
    background-image: none;
}

.subtags li a.active {
    color: #f00;
}

.subtags li.currenttag a {
    color: #f00;
}

#framecontent {
    position: absolute;
    left: 155px;
    top: 44px;
    width: 784px;
    height: 580px;
    background-image: url(../images/frame2.png);
    background-repeat: no-repeat;    
}

#content {
    position: absolute;
    left: 26px;
    top: 41px;
    width: 728px;
    height: 486px;
    background-color: #fff;
}

#iframecontent {
    background-color: #fff;
    /*    line-height: 11px;*/

}
/*
#iframecontent br {
    height: 2px;
    margin-top: -15px;
}
*/
/**
 * Скроллинг
 *
*/
/* position and dimensions of the navigator */
.navi {
    position: absolute;
    left: 530px;
    top: 18px;
    width: 380px;
    text-align: right;
    background-color: blue;
    z-index: 1;
}
/* items inside navigator */
div.navi a {
    width:8px;
    height:8px;
    float:left;
    margin:3px;
    background-color: red;
    /*background:url(../images/navigator.png) 0 0 no-repeat;*/
    display:block;
    font-size:1px;
}
/* mouseover state */
div.navi a:hover {
    background-position:0 -8px;
}
/* active state (current page state) */
div.navi a.active {
    background-position:0 -16px;
}
.prev1 {
    position: absolute;
    top: 270px;
    left: -33px;
    z-index: 1;
    cursor: pointer;
}
.next1 {
    position: absolute;
    top: 270px;
    left: 715px;
    z-index: 1;
    cursor: pointer;
}
/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}
div.scrollable {
    position:relative;
    overflow:hidden;
    width: 100%;
    height:100%;
    background-color: #fff;
}
div.scrollable div.items {
    width:2000em;
    position:absolute;
}
div.scrollable div.items div {
    float:left;
}
div.items div.active {
    background-color:#fff;
}
div.slide {
    width: 700px;
    height:95px;
    padding-left: 13px;
    padding-top: 13px;
}

/**
 * Скроллинг 2
 *
*/
/* position and dimensions of the navigator */
.navi2 {
    position: absolute;
    left: 530px;
    top: 18px;
    width: 380px;
    text-align: right;
    background-color: blue;
    z-index: 1;
}
/* items inside navigator */
div.navi2 a {
    width:8px;
    height:8px;
    float:left;
    margin:3px;
    background-color: red;
    /*background:url(../images/navigator.png) 0 0 no-repeat;*/
    display:block;
    font-size:1px;
}
/* mouseover state */
div.navi2 a:hover {
    background-position:0 -8px;
}
/* active state (current page state) */
div.navi2 a.active {
    background-position:0 -16px;
}
.prev2 {
    position: absolute;
    top: 453px;
    left: 590px;
    z-index: 1;
    cursor: pointer;
    font-size: 11px;
    color: black;
}
.next2 {
    position: absolute;
    top: 453px;
    left: 635px;
    z-index: 1;
    cursor: pointer;
    font-size: 11px;
    color: black;
}
#pagenavsep {
    position: absolute;
    top: 452px;
    left: 629px;
    z-index: 1;
    font-size: 11px;
}
/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}
div.pages {
    position:relative;
    overflow:hidden;
    width: 100%;
    height:100%;
}
div.pages div.items2 {
    width:20000em;
    position:absolute;
}
div.pages div.items2 div {
    float:left;
}
div.items2 div.active {
    background-color:#fff;
}
div.slide2 {
    width: 700px;
    height:95px;
    padding-left: 0px;
    padding-top: 0px;
}
/* end scrollable2 */

#blog {
    position: absolute;
    left: 712px;
    top: 366px;
    width: 50px;
    height: 28px;
    padding-top: 10px;
    padding-left: 12px;
    background-image: url(../images/rightbutton.png);
    background-repeat: no-repeat;
    z-index: 1;
}

#blog a {
    color: #000;
    text-decoration: none;
}

#blog a:hover {
    text-decoration: underline;
}

#email {
    position: absolute;
    left: 712px;
    top: 398px;
    width: 50px;
    height: 28px;
    padding-top: 10px;
    padding-left: 10px;
    background-image: url(../images/rightbutton.png);
    background-repeat: no-repeat;
    z-index: 1;
}

#email a {
    color: #000;
    text-decoration: none;
}

#email a:hover {
    text-decoration: underline;
}

#site {
    position: absolute;
    left: 712px;
    top: 430px;
    width: 50px;
    height: 28px;
    padding-top: 10px;
    padding-left: 12px;
    background-image: url(../images/rightbutton.png);
    background-repeat: no-repeat;
    z-index: 1;
}

#site a {
    color: #000;
    text-decoration: none;
}

#site a:hover {
    text-decoration: underline;
}

#comment {
    position: absolute;
    left: 5px;
    top: 473px;
    width: 154px;
    height: 38px;
    padding-top: 9px;
    padding-left: 29px;
    background-image: url(../images/commentbutton.png);
    background-repeat: no-repeat;
    z-index: 1;
}

#comment a {
    color: #000;
    text-decoration: none;
}

#comment a:hover {
    text-decoration: underline;
}

#send {
    position: absolute;
    left: 158px;
    top: 472px;
    width: 141px;
    height: 39px;
    padding-top: 10px;
    padding-left: 20px;
    background-image: url(../images/sendbutton.png);
    background-repeat: no-repeat;
    z-index: 1;
}

#send a {
    color: #000;
    text-decoration: none;
}

#send a:hover {
    text-decoration: underline;
}

.comments {
    position: absolute;
    left: 16px;
    top: 18px;
    width: 420px;
    height: 417px;
    background-color: #fff;
    border: 2px outset gray;
    padding: 15px 15px 15px 15px;
    z-index: 2;
    display: none;
}

.closecomments {
    position: absolute;
    left: 425px;
    cursor: pointer;
}

.comments h1 {
    font-family: Arial;
    font-size: 14px;;
    color: #403d3e;
}

.commentauthorlabel {
    position: absolute;
    top: 280px;
}

.commentauthor {
    position: absolute;
    top: 280px;
    left: 57px;
    width: 377px;
    border-width: 1px;
    border-style: solid;
}

.commentcontent {
    position: absolute;
    top: 300px;
    width: 419px;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
    font-family: Arial;
    font-size: 13px;
}

.commentsubmit a {
    color: #000;
}

.sendform {
    position: absolute;
    left: 16px;
    /*top: 18px;*/
    top: 164px;
    width: 420px;
    /*height: 417px;*/
    height: 270px;
    background-color: #fff;
    border: 2px outset gray;
    padding: 15px 15px 15px 15px;
    z-index: 2;
    display: none;
}
.sendform h1 {
    font-family: Arial;
    font-size: 14px;;
    color: #403d3e;
}

.closesendform {
    position: absolute;
    left: 425px;
    cursor: pointer;
}

#sendform h1 {
    font-family: Arial;
    font-size: 14px;;
    color: #403d3e;
}

/*
.outlined {
    outline: 2px solid red;
}

.outlined div, .outlined p {
    text-align: justify;
    outline: 1px dotted red;
    width: 100%;
}
*/

.comments {
    font-size: 11px;
}
.comments h1 {
    font-size: 12px;
    margin-bottom: 5px;
}
.comments label {
    margin-top: 5px;
}
.comments input {
    width: 377px;
    border-width: 1px;
    border-style: solid;
    border-color: #939598;
    margin-bottom: 5px;
}
.comments textarea {
    border-width: 1px;
    width: 420px;
    border-style: solid;
    border-color: #939598;
    font-family: arial;
    font-size: 11px;
}
.comments a {
    float: right;
    color: black;
}
div.commentslist {
    height: 184px;
    width: 420px;
    overflow: auto;
    /* debug
    outline: 1px dotted red;*/
}

.comm {
    margin-bottom: 10px;
}

.commdate {
    color: #939598;
    float: left;
    font-size: 11px;
}

.commauthor {
    color: black;
    font-weight: bold;
    padding-left: 5px;
    float: left;
    font-size: 11px;
}
.commcontent {
    clear: both;
    font-size: 11px;
}

a, a:visited {
    color: blue;
}

a, a:visited {
    color: blue;
}


.sendform {
    font-size: 11px;
}
.sendform h1 {
    font-size: 12px;
    margin-bottom: 5px;
}
.sendform label {
    margin-top: 5px;
}
.sendform input {
    width: 377px;
    border-width: 1px;
    border-style: solid;
    border-color: #939598;
    margin-bottom: 5px;
}
.sendform textarea {
    border-width: 1px;
    width: 420px;
    border-style: solid;
    border-color: #939598;
    font-family: arial;
    font-size: 11px;
}
.sendform a {
    float: right;
    color: black;
}

#who {
    position: absolute;
    left: 909px;
    top: 105px;
    width: 61px;
    height: 105px;
    z-index: 2;
}

#showlist {
    z-index: 2;
    position: relative;
    top: 40px;
    left: 28px;
}
#list {
    position: absolute;
    left: 16px;
    top: 18px;
    width: 420px;
    height: 417px;
    background-color: #fff;
    border: 2px outset gray;
    padding: 15px 15px 15px 15px;
    z-index: 2;
    display: none;
}
#list h1 {
    font-family: Arial;
    font-size: 14px;;
    color: #403d3e;
}
.closelist {
    position: absolute;
    left: 425px;
    cursor: pointer;
}
.slideslist {
    padding-top: 5px;
    height: 395px;
    width: 420px;
    overflow: auto;
}
.slideslist a {
    color: #000;
}

#topmenu {
    margin-top: 15px;
    padding-left: 205px;
}

#topmenu ul {
    list-style-type: none;
}

#topmenu li {
    margin-top: 10px;
    font-weight: normal;
    float: left;
}

#topmenu li.currenttag>a {
    color: #f00;
    background-image: url(../images/redline.png);
}

#topmenu li a {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    background-image: url(../images/line.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 4px;
    margin-right: 10px;    
}

#topmenu li a:hover, a.ok:hover {
    color: #f00;
    background-image: url(../images/redline.png);
}

#topmenu li a.active {
    color: #f00;
}


.topmenu_bg, .topmenu_active_bg {
    width: 127px;
    height: 28px;
    text-align: center;
    padding: 5px 0;
    margin: 5px 11px 0 11px;
    float: left;
}
.topmenu_bg {
    background-image: url(../images/topmenu_bg.png);
    background-repeat: no-repeat;
}
.topmenu_active_bg {
    background-image: url(../images/topmenu_active_bg.png);
    background-repeat: no-repeat;
}
.topmenu_bg a {
    text-decoration: none;
    color: #000;
    position: relative;
    top: -3px;
    font-size: 11px;
}
.topmenu_active_bg a {
    text-decoration: none;
    color: #fff;
    position: relative;
    top: -3px;
    font-size: 11px;
}
.topmenu_bg a:hover, .topmenu_active_bg a:hover {
    text-decoration: underline;
}

.topmenu_active_bg a img, .topmenu_bg a img {
    position: relative;
    top: 3px;
}
.topmenu_active_bg a, .topmenu_bg a {
    display:block;
    width:130px;
}

.pre {
    text-intent: 0px;
}


#constellation {
    position: absolute;
    top: 0;
    width: 100%;
    height:16px;
    font-size: 11px;    
}

#constellation .left_menu_line {
    float: left;
    background-color: #555152;
    width: 40%;
}

#constellation .menu_line {
    float: left;
    
    position:absolute;
    left:50%;
    width: 950px;
    margin-left: -475px !important;
    z-index: 2;
}
#constellation .menu_line div {
    float: left;
}
#constellation .menu_line .sep {
    background-color: #fff;
    width: 2px;
}
#constellation .menu_line .item {
    background-color: #d2d0d1;    
    text-align: center;
}
#constellation .menu_line .active_item {    
    width: 88px;
    text-align: center;
}
#constellation .menu_line a {
    text-decoration: none;
    color: #000;
    padding: 0 23px;
}
#constellation .menu_line a:hover {
    text-decoration: underline;
}


#constellation .right_menu_line {
    float: right;
    background-color: #d2d0d1;
    width: 45%;
}

#constellation .const_title {
    background-color: #555152;
    color: #fff;
    padding: 0 0px;
}
#constellation .const_title a {
    color: #fff;
}

#constellation_title {
    position: absolute;
    top: 2px;
    width: 100%;
    height:16px;
    font-size: 11px;
}

#constellation_title .menu_line {
    float: left;

    position:absolute;
    left:50%;
    width: 950px;
    margin-left: -475px !important;
    padding-left: 23px;
    z-index: 2;
}

