/* CSS Document */

a { color: #330066; text-decoration: none; background: url("/img/underline.gif")
                    repeat-x left bottom;  }
a:hover { color: #CC33FF; text-decoration: none; background: url("/img/underline1.gif")
                    repeat-x left bottom; }
a:link {  }
a:visited { }
.pict {
  background: none;
}
.pict:hover {
  background: none;
}

body { margin: 0px; font-family: "Comic Sans MS"}
td {font-size:13px}
.dt {font-size:13px}
.dt1 {font-size:11px; font-weight: normal}
.zag {font-size:13px; font-weight:bold}
.zag1 {font-size:15px; font-weight:bold}
.st1 {font-family: Arial}
.dw_right {color:#00CC00}

td.but_left_f {   background: url("/img/but_left_f.jpg");}
td.but_right_f {  background: url("/img/but_right_f.jpg");}
td.lbut_left_f {  background: url("/img/lbut_left_f.jpg");}
td.lbut_right_f {  background: url("/img/lbut_right_f.jpg");}

#top { background: url("/img/top.jpg"); }
#kol_left { background: url("/img/kol_left.jpg"); }
#kol_right { background: url("/img/kol_right.jpg"); }
#trava { background: url("/img/diz_sum/trava.jpg"); }

td.new_left {   background: url("/img/new_left.jpg");}
td.new_t {   background: url("/img/new_t.jpg");}
td.new_right {   background: url("/img/new_right.jpg");}
td.new_line {   background: url("/img/new_line.jpg");}
td.new_d {   background: url("/img/new_d.jpg"); vertical-align: top;}

.fon_txt {   background: url("/img/w/fon_txt.jpg");}
.fon_osn {   background: url("/img/w/fon_osn.jpg"); }

.galery_r {  display: block;  float: right; margin: auto; position: relative }
.galery_l {  display: block;  float: left; margin: auto; position: relative }
.lines_p {  display: block;  float: left; margin: auto; height: 90px; vertical-align: text-top }
.ggg {width: 100%; text-align: center;   }


.zzz {  position: relative;
  z-index: 5;
}
 #menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 76px;
    height: 48px;
    position: relative;
}
#menu a {
    display: block;
    text-indent: -300%;
    position: absolute;
    outline: none;
}
#menu a:hover {
    background-position: left bottom;
}
#menu .work {
    width: 76px;
    height: 48px;
    background: url(/img/my_work.jpg) no-repeat;
    left: 0px;
    top: 0px;
}

 #menu1 {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 76px;
    height: 48px;
    position: relative;
}
#menu1 a {
    display: block;
    text-indent: -300%;
    position: absolute;
    outline: none;
}
#menu1 a:hover {
    background-position: left bottom;
}
#menu1 .blog {
    width: 76px;
    height: 48px;
    background: url(/img/blog.jpg) no-repeat;
    left: 0px;
    top: 0px;
}


.selected{background-image:url(/img/true.gif); background-repeat: no-repeat }
.unselected{background-image:url(/img/false.gif); background-repeat: no-repeat }



#s3slider {
width: 185px; /* important to be same as image width */
height: 105px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
background-color: #FF3300;
}


#s3sliderContent {
width: 125px; /* important to be same as image width or wider */
position: absolute; /* important */
top: 0; /* important */
margin-left:-10px; /* important */
}

.s3sliderImage {
float: left; /* important */
position: relative; /* important */
display: none; /* important */
}

.clear {
   clear: both;
}