body{
  background: #E6E6FA;
  font-size: 11px;
  color: #696969;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top:0px;

}
a{
  color: #008080;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
img{
  border-width: 0px;
}
.sep{
  height: 1px;
  clear: both;
  border-bottom: 1px dotted #CCCCCC ;
}
h5{
  font-weight: normal;
}
#ico{
  position: relative;
  float: left;
  width: 180px;
  height: 280px;
  background: #E8FAFF;
  border: #B8DCED solid 1px;
}

#news{
  max-width: 400px;
  width:expression(this.width > 400 ? 400: true);
  max-height:auto;
  float: left;
  margin: 3px 3px 3px 3px;
}


/* main */
#main{
  width: 900px;
  background: #FFFFFF;
  clear:both;
  text-align:left;
}


/* top */
#top{
  height: 145px;
  background: url(../images/top.jpg) no-repeat;
  clear: both;
  overflow: hidden;
}

#top .logo{
  position: relative;
  left: 10px;
  top: 0px;
  height: 100px;
  width: 480px;
}
#top .logo img{
  width: 100%;
  height: 100%;
}

#top .menu_1{
  position: relative;
  height: 60px;
  width: 280px;
  float: right;
  top: -70px;
}
#top .menu_1 .item{
  border-bottom: #F2F2FD 1px dotted;
  width: 160px;
}

#top .menu_2{
  position: relative;
  clear: both;
  height: 36px;
  top:-51px;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px;
  overflow: hidden;
}
#top .menu_2 a{
  color: #F5F5F5;
}
#top .menu_2 .item_active{
  width: 100px;
  float: left;
  margin-right: 2px;
  margin-left: 1px;
  text-align: center;
  height:36px;
  padding-top: 10px;
  background: #008080;
}

#top .menu_2 .item_passive{
  width: 100px;
  float: left;
  margin-right: 2px;
  margin-left: 1px;
  text-align: center;
  height:36px;
  padding-top: 10px;
}
#top .menu_2 .item_passive a{
  color: #EEE8AA;
}


/* band */
#band{
  clear: both;
  height: 200px;
  background: url(../band/0.gif) no-repeat;
}
#band .button{
  width: 130px;
  height: 150px;
  background: url(../resimler/baskan.jpg) no-repeat center;
  position: relative;
  top: 20px;
  left: 10px;
  border: #FCFCFC solid 2px;
}
#band .button .name{
  position: relative;
  top: 105px;
  height: 30px;
  color: #FBFBFB;
  text-align: center;
  font-size: 13px;
  background: #009900;
}


/* middle */
#middle{
  clear: both;
}


/*middle left*/
#middle .left{
  position: relative;
  float: left;
  width: 710px;
  margin-left: 3px;
  margin-top: 3px;
  border: #003366 dotted 1px;
  padding: 3px;
}
#middle .left .manset{
  position: relative;
  width: 520px;
  height: 290px;
  float: left;
}
#middle .left .ico{
  position: relative;
  float: left;
  width: 180px;
  height: 280px;
  background: #E8FAFF;
  border: #B8DCED solid 1px;
}
#middle .wave{
  height: 60px;
  clear: both;
  background: url(../images/wave.gif) no-repeat;
}


/* Middle right */
#middle .right{
  position: relative;
  float: left;
  width: 168px;
  margin-left: 5px;
  margin-top: 3px;
}
#middle .right h2{
  font-size: 16px;
  padding-bottom: 0px;
}


#middle .right .list{
  font-size: 12px;
  margin-left: 5px;
  margin-top: -15px;
}
#middle .right .list a{
  color: #003333;
}
#middle .right .list .btn{
  clear: both;
  height: 20px;
  /*background: url(../images/btn_bg.gif) center;*/
  color: #FFFFFF;
  padding-top: 2px;
  padding-left: 20px;
  border-bottom: #CCCCCC dotted 1px;
  background: url(../images/btn_ico.gif) no-repeat;
}

/*box*/
#box{
  clear: both;
  position: relative;
}
#box .item{
  width: 335px;
  height: 160px;
  float: left;
  margin-left: 10px;
  margin-bottom: 6px;
  margin-top: 4px;
  border: #CCCCCC dotted 1px;
  padding: 3px;
  overflow: hidden;
}
#box .item .image{
  width: 145px;
  height: 100px;
  float: left;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  background: url(../images/blok_img_bck.gif) no-repeat;
  padding-left: 7px;
  padding-top: 6px;

  }
#box .item .image img{
  width: 95%;
  height: 95%;
}
#box .item .title{
  font-size: 13px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 3px;
  min-height: 20px;
  overflow:hidden;
}

/*album_book*/
#album_book{
  margin: 0px;
  clear: both;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
#album_book h3{
  color: #669999;
}


#album_book .item{
  float: left;
  width: 165px;
  height: 190px;
  background: #FBFBFB;
  border: #F5F5F5 1px solid;
  margin-left: 5px;
  margin-top: 8px;
  overflow: hidden;
}
#album_book .item .image{
  width: 97%;
  height: 105px;
  padding: 0px;
  margin-left: 5px;
  margin-top: 5px;
}
#album_book .item .image img{
  width: 100%;
  height: 100%;
}
#album_book .item .title{
  width: 97%;
  padding: 2px;
  margin-left: 5px;
  margin-top: 5px;
}

/*book big*/
#album_book .item_2{
  width: 675px;
  background: #FBFBFB;
  border: #F5F5F5 1px solid;
  margin-left: 5px;
  margin-top: 8px;
}
#album_book .item_2 .image{
  width: 100%;
  padding: 0px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
}
#album_book .item_2 .image img{
  max-width: 650px;
  width:expression(this.width > 650 ? 650: true);
  max-height:auto;
}
#album_book .item_2 .title{
  width: 97%;
  padding: 4px;
  margin-left: 5px;
  margin-top: 5px;
  font-size: 15px;
  text-align: center;
}

/*book video*/
#album_book .item_3{
  width: 320px;
  height: 220px;
  border: #F5F5F5 1px solid;
  margin-left: 5px;
  margin-top: 8px;
  float: left;
}
#album_book .item_3 .image{
  width: 97%;
  height: 80%;
  padding-left: 8px;
  padding-top: 6px;
}
#album_book .item_3 .image embed,object{
  background: #33CCCC;
  width: 100%;
  height: 100%;
}
#album_book .item_3 .title{
  width: 97%;
  padding: 4px;
  margin-left: 5px;
  margin-top: 5px;
  font-size: 15px;
  text-align: center;
}

/*page_number*/
#page_number{
  clear: both;
  margin-top: 5px;
  background: #FBFBFB;
  border: #EEE8AA 1px solid;
  font-family: Verdana;
  font-size: 12px;
  width: 99%;
  height: 28px;
  padding-top: 4px;
  padding-left: 4px;
}
#page_number a{
  color: #006666;
}
#page_number b{
  color: #CC0033;
}


#page_number .number,seperator{
  padding-left: 2px;
  padding-right: 2px;
}


/* footer */
#footer{
  clear: both;
}
#footer .strip{
  height: 25px;
  background: #EEE8AA;
  text-align: left;
  color: #FFFFFF;
  font-size: 13px;
  padding-top: 4px;
  padding-left: 4px;
  margin-bottom: 5px;
}

/*pad*/
#pad{
  clear: both;
  width: 690px;
}
#pad .item{
  width: 680px;
  border: #EEE8AA dotted 1px;
  margin-top: 7px;
  margin-left: 7px;
  background: #FFFFE8;
  padding: 4px 4px 4px 4px;
}
#pad .item .name{
  font-weight: bold;
}
#pad .item .date{
  margin-top: 2px;
}

#pad .item .comment{
  padding-left: 7px;
  margin-top: 2px;
}

#footer .item{
  width: 220px;
  height: 220px;
  background: #333333;
  margin-left: 3px;
  float: left;
}



/*top_box*/
#top_box{
  background: #003333;
  clear: both;
  padding: 3px 4px 4px 3px;
  font-size: 13px;
}
#top_box a{
  color: #EEE8AA;
}

#contact{
  width: 95%;
  background:#FFFFDD;
  padding: 8px 4px 4px 10px;
  font-size: 13px;
  border: #FFCC66 solid 1px;
  margin-left: 20px;
}

#top_box_2{
  background: #443333;
  clear: both;
  padding: 3px 4px 4px 3px;
  font-size: 13px;
}
#top_box_2 a{
  color: #EEE8AA;
}



#contact .item_1 b{
  width: 100px;
  text-align: right;
  padding-right: 10px;
}
#contact input,textarea{
  border: #FFCC66 solid 1px;
  width: 180px;
}


